PkgRadar

Package evidence

@node9/[email protected]

Credential file access: matched ".ssh"

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 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":["@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"}'
Artifact bytes824,064
Previous version1.27.1
Published2026-05-27T16:38:50.331Z
SHA-256fd7de02876c99f1a6200615184ceec66012fd77dfbfbc8044f8e2e399076e918

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

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/dashboard.mjsmatched ".ssh"10
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/dashboard.mjsmatched ".ssh"10
lowCredential file accesspackage/dist/cli.jsmatched ".ssh"5
lowCredential file accesspackage/dist/index.jsmatched ".ssh"5
lowCredential file accesspackage/dist/cli.mjsmatched ".ssh"5
lowCredential file accesspackage/dist/index.mjsmatched ".ssh"5
lowCredential file accesspackage/dist/scan-ink.mjsmatched ".ssh"5

Manifest

Package metadata

Scripts20
  • buildnpm --workspace @node9/policy-engine run build && tsup
  • bump-extractor-versionnode scripts/check-extractor-version.mjs --bump
  • check:extractor-versionnode scripts/check-extractor-version.mjs
  • demotsx examples/demo.ts
  • devtsup --watch
  • dev: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 tail
  • fixnpm run format && npm run lint:fix
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint .
  • lint:fixeslint . --fix
  • prepublishOnlynpm run validate
  • preuninstallnode9 uninstall || echo 'node9 uninstall failed — remove hooks manually from ~/.claude/settings.json'
  • testcross-env NODE9_TESTING=1 vitest --run
  • test:coveragecross-env NODE9_TESTING=1 vitest --run --coverage
  • test:e2ecross-env NODE9_TESTING=1 bash scripts/e2e.sh
  • test:uivitest --ui
  • test:watchcross-env NODE9_TESTING=1 vitest
  • typechecktsc --noEmit
  • validatenpm run format && npm run lint && npm run typecheck && npm run test && npm run test:e2e && npm run build
Dependencies13
  • @inquirer/prompts^8.3.0
  • chalk^4.1.2
  • commander^14.0.3
  • execa^9.6.1
  • ink^7.0.2
  • mvdan-sh^0.10.1
  • picomatch^4.0.3
  • react^19.2.6
  • safe-regex2^5.1.0
  • smol-toml^1.6.1
  • string-width^4.2.3
  • yaml^2.9.0
  • zod^3.25.76