PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node scripts/fix-spawn-helper.cjs"

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"}'
Publisherimsai
Artifact bytes12,098
Previous versionnone
Published2026-05-24T18:07:48.664Z
SHA-2562fd6922b6bec59de11b43b520e68d42b784ebe2d45bb5b068711028c9c240ac0

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/fix-spawn-helper.cjs"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/fix-spawn-helper.cjs"30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/fix-spawn-helper.cjs"30
lowObfuscationpackage/dist/cli.jsmatched "\\u2014"3

Manifest

Package metadata

Scripts5
  • buildesbuild src/cli.ts --bundle --platform=node --format=esm --external:node-pty --outfile=dist/cli.js
  • postinstallnode scripts/fix-spawn-helper.cjs
  • prepublishOnlynpm run typecheck && npm run build && npm test
  • testnode scripts/smoke.cjs
  • typechecktsc --noEmit
Dependencies1
  • node-pty^1.1.0