PkgRadar

Package evidence

[email protected]

Known Indicator Filename: package/dist/rpc/stealth.js

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.

Versions published
1
First published
Jun 2026
Publisher
0000db

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"}'
Publisher0000db
Artifact bytes53,439
Previous versionnone
Published2026-06-10T08:35:04.408Z
SHA-256ab184169d75723df9cbdc0819b8047639ad5b64275d37ae55c85032a57496b87

Why flagged

What the scanner saw

Known Indicator Filename: package/dist/rpc/stealth.js

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highKnown Indicator Filenamepackage/dist/rpc/stealth.jspackage/dist/rpc/stealth.js45

Manifest

Package metadata

Scripts5
  • buildtsc
  • ci:check-runtime-depsnode -e "const p=JSON.parse(require('fs').readFileSync('package.json','utf8')); if(p.dependencies && Object.keys(p.dependencies).length>0){console.error('ERROR: runtime dependencies found',p.dependencies);process.exit(1)}; console.log('OK: zero runtime dependencies');"
  • linttsc --noEmit
  • testvitest run
  • test:watchvitest