PkgRadar

Package evidence

[email protected]

Install Lifecycle Suppresses Failure: postinstall="node index.js --postinstall || 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.

Weekly downloads
66
Versions published
24Mature · −50% score
First published
Sep 2016
Publisher
alibosworth

Effective trust discount applied: 50% (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"}'
Publisheralibosworth
Artifact bytes27,893
Previous version1.0.0-alpha.20260503-03
Published2026-05-19T21:56:15.919Z
SHA-256afb86c17ffbf848a5221e1d56118d8d7f7c7abf294e377b214c2fa03e724591b

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="node index.js --postinstall || true"

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

Availability ledger

available

high
Last checked
highRisk
12Score
1.0.0-alpha.20260519-01Version
Status history (2 events)
  1. availableavailable · risk high · score 12 · status available -> available, risk high -> high, score 27 -> 12
  2. newavailable · risk high · score 27 · status changed

Evidence

Static findings

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

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

Manifest

Package metadata

Scripts6
  • postinstallnode index.js --postinstall || true
  • publish-alphanpm publish --tag alpha
  • publish-betanpm publish --tag beta
  • run-docs-sitecp README.md docs/_readme.md && cd docs && bundle exec jekyll serve
  • run-sitecd site && npm run dev
  • testnode tests/test.js
Dependencies4
  • @alibosworth/atlas-nodealpha
  • bluebird^3.5.1
  • commander^12.1.0
  • update-notifier^7.3.1