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
11
Versions published
11
First published
Mar 2026
Publisher
kyr0

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"}'
Publisherkyr0
Artifact bytes13,938
Previous version1.0.8
Published2026-04-01T19:27:24.663Z
SHA-256c681dccb31dbac962e119a774e653fde4e06bb9f167429c3a40786a654d78aa8

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/scanner-CwP7wqm4.mjsmatched "id_rsa"5
lowObfuscation Densitypackage/dist/scanner-CwP7wqm4.mjshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts7
  • buildrm -rf dist && pkgroll
  • devnode --enable-source-maps src/cli.ts
  • prepublishOnlybun run build
  • run:exampletsx example/example.ts
  • startnode dist/cli.mjs
  • testvitest run
  • test:coveragevitest run --coverage
Dependencies1
  • fast-glob^3.3.3