PkgRadar

Package evidence

[email protected]

Install Lifecycle Suppresses Failure: install="node scripts/install.js || true"

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
8
First published
Mar 2026
Publisher
propr

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"}'
Publisherpropr
Artifact bytes201,132
Previous version0.9.5
Published2026-05-05T09:11:38.933Z
SHA-25641e7e8331ae0a00dcd1f5e638cb0d525770185b687598bdeb078bb9dfdf3e894

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: install="node scripts/install.js || true"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsoninstall="node scripts/install.js || true"20
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsoninstall="node scripts/install.js || true"20
lowInstall-time lifecycle scriptpackage.jsoninstall="node scripts/install.js || true"5

Manifest

Package metadata

Scripts8
  • devnode bin/agent-tank.js
  • installnode scripts/install.js || true
  • linteslint src/ bin/
  • rebuildPYTHON=$(which python3.11 || which python3.10 || which python3.9 || which python3.8 || which python3) npm rebuild node-pty
  • startnode bin/agent-tank.js
  • testjest
  • test:e2ejest --testPathPattern=test/e2e
  • test:unitjest --testPathPattern=test/unit
Dependencies2
  • node-pty^1.0.0
  • source-map-support^0.5.21