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 bytes184,100
Previous version0.5.1
Published2026-05-19T07:33:07.227Z
SHA-256ee354ca27ee163ea5b45c76fb829b703c807746384525beac58fc78dea8d7175

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
168Score
0.5.2Version
Status history (1 event)
  1. newavailable · risk high · score 168 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

anak10thn

2 members · evidence strength 64

Evidence

Static findings

8 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 "id_rsa"30
highCredential file accesspackage/hooks/claude/block-secret-commands.shmatched "kubeconfig"30
highCredential file accesspackage/hooks/claude/block-sensitive-files.shmatched "id_rsa"30
highCredential file accesspackage/hooks/claude/sanitize-output.shmatched "aws_secret_access_key"30
mediumRemote Payloadpackage/bin/jonggrang.jsmatched "curl "12
Show all 8 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/lib/hooks.jsmatched "id_rsa"30
highCredential file accesspackage/hooks/opencode/plugin.jsmatched "id_rsa"30
highCredential file accesspackage/hooks/claude/block-secret-commands.shmatched "kubeconfig"30
highCredential file accesspackage/hooks/claude/block-sensitive-files.shmatched "id_rsa"30
highCredential file accesspackage/hooks/claude/sanitize-output.shmatched "aws_secret_access_key"30
mediumRemote Payloadpackage/bin/jonggrang.jsmatched "curl "12
lowObfuscationpackage/bin/jonggrang.jsmatched "\\x1b"3
lowObfuscationpackage/lib/jonggrang.jsmatched "\\x1b"3

Manifest

Package metadata

Scripts9
  • buildcd client && 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
  • startnode server.js
Dependencies6
  • @clack/prompts^0.7.0
  • chokidar^4.0.3
  • cors^2.8.5
  • express^4.21.2
  • js-yaml^4.1.1
  • socket.io^4.8.1