PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall.js"

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
14
First published
May 2026
Publisher
yujuntea

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":"review"}'

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":"review"}'
Publisheryujuntea
Artifact bytes2,444,433
Previous version0.3.4
Published2026-06-08T01:20:41.285Z
SHA-256ed693dc235298361e4442e7873ba74afd570900157fbc068a49dcc6a6f55d5df

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall.js"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
0.4.1Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"5
lowLarge Javascript Payloadpackage/dist/cli.js6725422 bytes0

Manifest

Package metadata

Scripts15
  • buildbun build src/index.ts --compile --outfile dist/cc-linker
  • build:npmbun build src/index.ts --outdir dist --target bun --sourcemap && mv dist/index.js dist/cli.js && mv dist/index.js.map dist/cli.js.map 2>/dev/null; chmod +x dist/cli.js
  • deploynode scripts/deploy-local.js
  • deploy:forcenode scripts/deploy-local.js --force
  • devbun run src/index.ts
  • link:localbun run build:npm && bun link
  • pack:testbun run build:npm && npm pack && mkdir -p /tmp/test-cc-linker && npm install --prefix /tmp/test-cc-linker $(ls -t *.tgz | head -1)
  • postinstallnode scripts/postinstall.js
  • prepublishOnlybun run build:npm
  • reloadbun run build:npm && node scripts/reload-daemon.js
  • reload:forcebun run build:npm && node scripts/reload-daemon.js --force
  • testbun test
  • test:coveragebun test --coverage
  • typechecktsc --noEmit
  • unlink:localbun unlink cc-linker
Dependencies9
  • @anthropic-ai/claude-agent-sdk^0.3.150
  • @iarna/toml^2.2.5
  • @larksuiteoapi/node-sdk^1.62.1
  • chalk^5.6.2
  • cli-table3^0.6.5
  • commander^14.0.3
  • inquirer^13.4.2
  • proper-lockfile^4.1.2
  • zod^4.4.2