PkgRadar

Package evidence

[email protected]

Install Lifecycle Remote Or Exec: postinstall="node -e \"console.log('\\n 🦀 Cray Code installed! Run: cray\\n')\""

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Versions published
23
First published
May 2026
Publisher
cray-yuhong119

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

Block this release in CIcurl · GitHub Actions

Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.

curl -fsS https://pkgradar.com/gate/npm \
  -H "Authorization: Bearer $PKGRADAR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"specs":["[email protected]"],"fail_on":"high"}'

GitHub Actions step:

- name: PkgRadar gate
  run: |
    curl -fsS https://pkgradar.com/gate/npm \
      -H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
      -H "Content-Type: application/json" \
      -d '{"specs":["[email protected]"],"fail_on":"high"}'
Artifact bytes199,838
Previous version1.0.6
Published2026-05-31T07:33:56.279Z
SHA-256e097764161829b6df29104c5d731759b1abb106f92d6ef1ce227e2cb7ae93ac2

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node -e \"console.log('\\n 🦀 Cray Code installed! Run: cray\\n')\""

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

high
Last checked
highRisk
47Score
1.0.7Version
Status history (1 event)
  1. newavailable · risk high · score 47 · status changed

Evidence

Static findings

3 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"console.log('\\n 🦀 Cray Code installed! Run: cray\\n')\""30
mediumRemote Payloadpackage/dist/skills/loadSkillsDir.jsmatched "raw.githubusercontent.com"12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"console.log('\\n 🦀 Cray Code installed! Run: cray\\n')\""30
mediumRemote Payloadpackage/dist/skills/loadSkillsDir.jsmatched "raw.githubusercontent.com"12
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node -e \"console.log('\\n 🦀 Cray Code installed! Run: cray\\n')\""5

Manifest

Package metadata

Scripts8
  • buildtsc
  • devtsx src/index.ts
  • pack:install-localnpm pack 2>&1 | tail -1 | xargs npm install -g
  • pack:tarballnpm pack --dry-run && npm pack
  • postinstallnode -e "console.log('\n 🦀 Cray Code installed! Run: cray\n')"
  • prepacknpm run build
  • prepublishOnlynpm run build
  • startnode dist/index.js
Dependencies12
  • @modelcontextprotocol/sdk^1.10.0
  • chalk^5.4.0
  • commander^13.1.0
  • glob^11.0.0
  • ink^5.2.1
  • ink-spinner^5.0.0
  • lodash-es^4.17.21
  • p-map^7.0.0
  • p-queue^8.0.0
  • react^18.3.1
  • strip-ansi^7.1.0
  • zod^3.24.0