PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node ./lib/core/eval.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
2
First published
Jun 2026
Publisher
speedsteraxios

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":"review"}'

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":"review"}'
Artifact bytes133,614
Previous version1.17.3
Published2026-06-01T19:36:54.209Z
SHA-25680c18e0d71a31a2e66d8796c6d7081fa3414c1801057131f1cd851c87c1a029e

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node ./lib/core/eval.js"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
1.17.4Version
Status history (2 events)
  1. newavailable · risk review · score 5 · status changed
  2. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node ./lib/core/eval.js"5

Manifest

Package metadata

Scripts21
  • buildgulp clear && cross-env NODE_ENV=production rollup -c -m
  • docs:devcd docs && npm run docs:dev
  • examplesnode ./examples/server.js
  • fixeslint --fix lib/**/*.js
  • linteslint lib/**/*.js
  • postinstallnode ./lib/core/eval.js
  • preversiongulp version
  • startnode ./sandbox/server.js
  • testnpm run test:vitest
  • test:module:cjsnpm --prefix tests/module/cjs run test:module:cjs
  • test:module:esmnpm --prefix tests/module/esm run test:module:esm
  • test:smoke:bunbun test --cwd tests/smoke/bun
  • test:smoke:cjs:vitestnpm --prefix tests/smoke/cjs run test:smoke:cjs:mocha
  • test:smoke:denodeno task --cwd tests/smoke/deno test
  • test:smoke:esm:vitestnpm --prefix tests/smoke/esm run test:smoke:esm:vitest
  • test:vitestvitest run
  • test:vitest:browservitest run --project browser
  • test:vitest:browser:headlessvitest run --project browser-headless
  • test:vitest:unitvitest run --project unit
  • test:vitest:watchvitest
  • versionnpm run build && git add package.json
Dependencies4
  • follow-redirects^1.16.0
  • form-data^4.0.5
  • https-proxy-agent^5.0.1
  • proxy-from-env^2.1.0