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
1,190Niche · −30% score
Versions published
57
First published
Feb 2026
Publisher
imwildcat

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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 bytes242,065
Previous version0.11.5
Published2026-06-04T23:42:27.821Z
SHA-2569e0c9c6593c3e1d18dc239c5700d0a2077cfc2e37922ed9b512ab68bbbb11807

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
52Score
0.11.6Version
Status history (2 events)
  1. availableavailable · risk high · score 52 · status available -> available, risk high -> high, score 75 -> 52
  2. 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