PkgRadar

Package evidence

[email protected]

Known Indicator Filename: package/dist/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
158
Versions published
57
First published
Feb 2026
Publisher
imwildcat

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"}'
Publisherimwildcat
Artifact bytes236,073
Previous version0.11.2
Published2026-05-29T17:51:53.155Z
SHA-2566d0d9fecdd4b681f2163ea2b91b6d9e81d55bd665899bc4527e16a8cebcddc11

Why flagged

What the scanner saw

Known Indicator Filename: package/dist/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
75Score
0.11.3Version
Status history (1 event)
  1. newavailable · risk high · score 75 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highKnown Indicator Filenamepackage/dist/browser/stealth.jspackage/dist/browser/stealth.js45
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="npx patchright install chromium 2>/dev/null || npx playwright install chromium 2>/dev/null || true"20
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highKnown Indicator Filenamepackage/dist/browser/stealth.jspackage/dist/browser/stealth.js45
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="npx patchright install chromium 2>/dev/null || npx playwright install chromium 2>/dev/null || true"20
lowCredential file accesspackage/dist/core/bundle.jsmatched "id_rsa"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="npx patchright install chromium 2>/dev/null || npx playwright install chromium 2>/dev/null || true"5

Manifest

Package metadata

Scripts10
  • buildtsc -p tsconfig.build.json
  • devbun run src/bin/cli.ts
  • lintbiome check .
  • lint:fixbiome check --fix .
  • postinstallnpx patchright install chromium 2>/dev/null || npx playwright install chromium 2>/dev/null || true
  • prepublishOnlybun run typecheck && bun run lint && bun run test && bun run build
  • startbun run build && node dist/bin/cli.js
  • testvitest run
  • test:watchvitest watch
  • typechecktsc --noEmit
Dependencies7
  • chalk^5.4.1
  • clipboardy^4.0.0
  • commander^14.0.0
  • fast-glob^3.3.3
  • json5^2.2.3
  • patchright^1.59.4
  • playwright^1.58.2