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"}'
Publisherljk-777
Artifact bytes79,306
Previous version0.2.5
Published2026-05-24T13:58:07.142Z
SHA-256d2f0fbebf79b909f3d825f4288c4ad4309a9162258c6062761016cea10be60eb

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

ljk-777

11 members · evidence strength 84

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/audit/rules/dangerous-commands.jsmatched "id_rsa"30
highCredential file accesspackage/dist/audit/scanner/directory-scanner.jsmatched ".npmrc"30
mediumRemote Payloadpackage/dist/audit/scanner/directory-scanner.jsmatched "wget "12
mediumRemote Payloadpackage/dist/audit/locale.jsmatched "wget "12
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/audit/rules/dangerous-commands.jsmatched "id_rsa"30
highCredential file accesspackage/dist/audit/scanner/directory-scanner.jsmatched ".npmrc"30
mediumRemote Payloadpackage/dist/audit/scanner/directory-scanner.jsmatched "wget "12
mediumRemote Payloadpackage/dist/audit/locale.jsmatched "wget "12
lowObfuscationpackage/dist/audit/reporter/console-reporter.jsmatched "\\x1b"3
lowObfuscationpackage/dist/audit/scanner/directory-scanner.jsmatched "\\x00"3

Manifest

Package metadata

Scripts7
  • buildtsc
  • devtsc --watch
  • formatprettier --write src/
  • linteslint src/
  • prepublishOnlynpm run build
  • testvitest run
  • test:watchvitest
Dependencies6
  • chalk^5.4.1
  • commander^13.1.0
  • execa^9.5.2
  • gray-matter^4.0.3
  • js-yaml^4.1.0
  • tempy^3.1.0