PkgRadar

Package evidence

[email protected]

Install Lifecycle Remote Or Exec: postinstall="node -e \"try{require.resolve('wxt')}catch(e){process.exit(0)}\" && wxt prepare"

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
2
First published
Jun 2026
Publisher
omernesh

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"}'
Publisheromernesh
Artifact bytes87,438
Previous version1.0.0
Published2026-06-07T16:40:35.958Z
SHA-25677bb04f721e88255e1e0219b9e4773edae52e4da6c2abc293f6357ee68ae67ff

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node -e \"try{require.resolve('wxt')}catch(e){process.exit(0)}\" && wxt prepare"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"try{require.resolve('wxt')}catch(e){process.exit(0)}\" && wxt prepare"30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"try{require.resolve('wxt')}catch(e){process.exit(0)}\" && wxt prepare"30
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node -e \"try{require.resolve('wxt')}catch(e){process.exit(0)}\" && wxt prepare"5

Manifest

Package metadata

Scripts8
  • buildwxt build && tsc -p tsconfig.host.json && npm run build:host-bin
  • build:host-binnpx esbuild bin/stickyfix.ts --platform=node --format=cjs --bundle "--external:node:*" --outfile=dist/host/stickyfix-init.cjs && npx esbuild host/src/native-host.ts --platform=node --format=cjs --bundle "--external:node:*" --outfile=dist/host/stickyfix-native.cjs
  • checktsc --noEmit && tsc --noEmit -p tsconfig.host.json && node scripts/clean-room-check.mjs && node scripts/host-smoke-test.mjs && npm run test:lib && npm test
  • devwxt
  • hostnode dist/host/src/index.js
  • postinstallnode -e "try{require.resolve('wxt')}catch(e){process.exit(0)}" && wxt prepare
  • testtsc -p tsconfig.host.json && node --test "dist/host/test/**/*.test.js"
  • test:libtsc -p tsconfig.lib.json && node --test "dist/lib/lib/test/**/*.test.js"
Dependencies1
  • yaml2.9.0