PkgRadar

Package evidence

[email protected]

Known Indicator Filename: package/dist/src/browser/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.

Weekly downloads
75
Versions published
12
First published
Feb 2026
Publisher
lespaceman

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"}'
Publisherlespaceman
Artifact bytes429,990
Previous version4.6.1
Published2026-06-07T09:20:35.711Z
SHA-256c1967f137a147b0fde81292785039ffba874dbae35d58651133a3bad77701628

Why flagged

What the scanner saw

Known Indicator Filename: package/dist/src/browser/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
4.6.2Version
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/src/browser/stealth.jspackage/dist/src/browser/stealth.js45

Manifest

Package metadata

Scripts16
  • buildtsc --project tsconfig.build.json
  • checknpm run type-check && npm run lint && npm run format:check && npm run test
  • devtsc --watch
  • formatprettier --write "**/*.{ts,js,json,md}"
  • format:checkprettier --check "**/*.{ts,js,json,md}"
  • linteslint .
  • lint:fixeslint . --fix
  • mcp:inspectnpx @modelcontextprotocol/inspector node dist/src/index.js
  • preparehusky
  • startnode dist/src/index.js
  • testvitest run
  • test:coveragevitest run --coverage
  • test:integrationvitest run --config vitest.integration.config.ts
  • test:unitvitest run tests/unit
  • test:watchvitest
  • type-checktsc --noEmit
Dependencies7
  • @modelcontextprotocol/sdk^1.25.2
  • @mozilla/readability^0.6.0
  • chrome-remote-interface^0.33.3
  • express^5.2.1
  • jsdom^27.4.0
  • puppeteer-core^24.36.1
  • zod^3.25.0