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
- 2,309Niche · −30% score
- Versions published
- 118
- First published
- Mar 2026
- Publisher
- GitHub ActionsTrusted automation · −70% score
Effective trust discount applied: −70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
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":["@node9/[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":["@node9/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Credential file access: matched ".ssh"
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 10 · status changed
Evidence
Static findings
6 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/dist/dashboard.mjs | matched ".ssh" | 10 |
Show all 6 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/dist/dashboard.mjs | matched ".ssh" | 10 |
| low | Credential file access | package/dist/cli.js | matched ".ssh" | 5 |
| low | Credential file access | package/dist/index.js | matched ".ssh" | 5 |
| low | Credential file access | package/dist/cli.mjs | matched ".ssh" | 5 |
| low | Credential file access | package/dist/index.mjs | matched ".ssh" | 5 |
| low | Credential file access | package/dist/scan-ink.mjs | matched ".ssh" | 5 |
Manifest
Package metadata
Scripts20
buildnpm --workspace @node9/policy-engine run build && tsupbump-extractor-versionnode scripts/check-extractor-version.mjs --bumpcheck:extractor-versionnode scripts/check-extractor-version.mjsdemotsx examples/demo.tsdevtsup --watchdev:tailnode -e "try{const d=JSON.parse(require('fs').readFileSync(require('os').homedir()+'/.node9/daemon.pid','utf8'));const pid=d.pid;if(Number.isInteger(pid)&&pid>0&&pid<4194304)process.kill(pid)}catch(e){if(e.code!=='ESRCH'&&e.code!=='ENOENT')process.stderr.write(e.message+'\n')}" && npm run build && node dist/cli.js tailfixnpm run format && npm run lint:fixformatprettier --write .format:checkprettier --check .linteslint .lint:fixeslint . --fixprepublishOnlynpm run validatepreuninstallnode9 uninstall || echo 'node9 uninstall failed — remove hooks manually from ~/.claude/settings.json'testcross-env NODE9_TESTING=1 vitest --runtest:coveragecross-env NODE9_TESTING=1 vitest --run --coveragetest:e2ecross-env NODE9_TESTING=1 bash scripts/e2e.shtest:uivitest --uitest:watchcross-env NODE9_TESTING=1 vitesttypechecktsc --noEmitvalidatenpm run format && npm run lint && npm run typecheck && npm run test && npm run test:e2e && npm run build
Dependencies13
@inquirer/prompts^8.3.0chalk^4.1.2commander^14.0.3execa^9.6.1ink^7.0.2mvdan-sh^0.10.1picomatch^4.0.3react^19.2.6safe-regex2^5.1.0smol-toml^1.6.1string-width^4.2.3yaml^2.9.0zod^3.25.76