PkgRadar

Package evidence

[email protected]

Credential file access: matched "id_rsa"

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
227
Versions published
26
First published
Mar 2026
Publisher
dguttman

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"}'
Publisherdguttman
Artifact bytes97,934
Previous version0.12.4
Published2026-06-11T21:32:36.707Z
SHA-2569c22852591022fd1647c46fdadd4846c428b4f45d75fec545391ba6d66fedf6b

Why flagged

What the scanner saw

Credential file access: matched "id_rsa"

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.13.0Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/lib/ssh-register.jsmatched "id_rsa"5

Manifest

Package metadata

Scripts12
  • api:cert:renewcd api && npm run cert:renew
  • api:installcd api && npm install
  • api:startnode api/server.js
  • devnodemon server.js
  • linteslint .
  • lint:fixeslint . --fix
  • preparescripts/install-hooks.sh
  • startnode server.js
  • testnode --test test/*.test.js
  • test:allnode --test test/*.test.js test/e2e/*.test.js
  • test:e2enode --test test/e2e/*.test.js
  • test:lifecyclescripts/e2e-lifecycle.sh
Dependencies7
  • dotenv^17.0.0
  • ejs^3.1.9
  • express^4.18.2
  • get-port^7.1.0
  • http-proxy-middleware^3.0.0
  • lowdb^7.0.1
  • slugify^1.6.6