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.
- Weekly downloads
- 814
- Versions published
- 19
- First published
- May 2026
- Publisher
- yujuntea
Recommended action
Review before promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | postinstall="node scripts/postinstall.js" | 5 |
| low | Large Javascript Payload | package/dist/cli.js | 6794277 bytes | 0 |
Manifest
Package metadata
Scripts15
buildbun build src/index.ts --compile --outfile dist/cc-linkerbuild: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.jsdeploynode scripts/deploy-local.jsdeploy:forcenode scripts/deploy-local.js --forcedevbun run src/index.tslink:localbun run build:npm && bun linkpack:testbun run build:npm && npm pack && mkdir -p /tmp/test-cc-linker && npm install --prefix /tmp/test-cc-linker ./cc-linker-$(node -p "require('./package.json').version").tgzpostinstallnode scripts/postinstall.jsprepublishOnlybun run build:npmreloadbun run build:npm && node scripts/reload-daemon.jsreload:forcebun run build:npm && node scripts/reload-daemon.js --forcetestbun testtest:coveragebun test --coveragetypechecktsc --noEmitunlink:localbun unlink cc-linker
Dependencies9
@anthropic-ai/claude-agent-sdk^0.3.150@iarna/toml^2.2.5@larksuiteoapi/node-sdk^1.62.1chalk^5.6.2cli-table3^0.6.5commander^14.0.3inquirer^13.4.2proper-lockfile^4.1.2zod^4.4.2