PkgRadar

Package evidence

[email protected]

Known Indicator Filename: package/dist/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
4
First published
Jun 2026
Publisher
deviprasad.shetty

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"}'
Artifact bytes84,021
Previous version2.0.2
Published2026-06-13T10:43:20.132Z
SHA-256516872c0d4012ec4295628a08180fe5dc690e21a61a1514438f2ee1b88c0efd6

Why flagged

What the scanner saw

Known Indicator Filename: package/dist/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
2.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/stealth.jspackage/dist/stealth.js45

Manifest

Package metadata

Scripts5
  • buildtsc
  • devnodemon src/index.ts
  • postbuildnode -e "const f=require('fs');const c=f.readFileSync('dist/index.js','utf8');f.writeFileSync('dist/index.js','#!/usr/bin/env node\n'+c.replace('#!/usr/bin/env node\n',''))"
  • prepublishOnlynpm run build
  • startts-node src/index.ts
Dependencies3
  • @modelcontextprotocol/sdk^0.6.0
  • ws^8.18.0
  • zod^3.23.8