PkgRadar

Package evidence

[email protected]

Credential file access: matched "id_rsa"

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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

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":"high"}'
Publisheranak10thn
Artifact bytes215,099
Previous version0.5.2
Published2026-05-24T10:42:33.448Z
SHA-256e56ef3ec05889a1a1e2e37fb656cd27d882ccf12071825d53af6315c5b0e2f3a

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

high
Last checked
highRisk
204Score
0.6.1Version
Status history (1 event)
  1. newavailable · risk high · score 204 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

anak10thn

2 members · evidence strength 64

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/lib/hooks.jsmatched "id_rsa"30
highCredential file accesspackage/hooks/opencode/plugin.jsmatched ".ssh"30
highCredential file accesspackage/hooks/claude/block-secret-commands.shmatched "id_rsa"30
highCredential file accesspackage/hooks/claude/block-sensitive-files.shmatched ".ssh"30
highCredential file accesspackage/hooks/claude/sanitize-output.shmatched "aws_secret_access_key"30
highCredential file accesspackage/hooks/pi/jonggrang-extension.tsmatched "id_rsa"30
mediumRemote Payloadpackage/bin/jonggrang.jsmatched "curl "12
Show all 11 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/lib/hooks.jsmatched "id_rsa"30
highCredential file accesspackage/hooks/opencode/plugin.jsmatched ".ssh"30
highCredential file accesspackage/hooks/claude/block-secret-commands.shmatched "id_rsa"30
highCredential file accesspackage/hooks/claude/block-sensitive-files.shmatched ".ssh"30
highCredential file accesspackage/hooks/claude/sanitize-output.shmatched "aws_secret_access_key"30
highCredential file accesspackage/hooks/pi/jonggrang-extension.tsmatched "id_rsa"30
mediumRemote Payloadpackage/bin/jonggrang.jsmatched "curl "12
lowObfuscationpackage/lib/tui/index.jsmatched "\\x1b"3
lowObfuscationpackage/bin/jonggrang.jsmatched "\\x1b"3
lowObfuscationpackage/lib/jonggrang.jsmatched "\\x1b"3
lowObfuscationpackage/lib/tui.jsmatched "\\x1b"3

Manifest

Package metadata

Scripts10
  • buildcd client && npm install && npm run build
  • checkbash scripts/check.sh
  • check:quickbash scripts/check.sh --quick
  • check:syntaxbash scripts/check.sh --syntax-only
  • devnpm run dev:server & npm run dev:client
  • dev:clientcd client && npm run dev
  • dev:servernode server.js
  • install:allnpm install && cd client && npm install
  • predev:serverbash scripts/ensure-build.sh
  • startbash scripts/ensure-build.sh && node server.js
Dependencies7
  • @clack/prompts^0.7.0
  • @earendil-works/pi-coding-agent^0.74.2
  • chokidar^4.0.3
  • cors^2.8.5
  • express^4.21.2
  • js-yaml^4.1.1
  • socket.io^4.8.1