PkgRadar

Package evidence

[email protected]

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

Weekly downloads
45
Versions published
21Established · −30% score
First published
Jul 2025
Publisher
aoneahsan

Effective trust discount applied: 30% (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"}'
Publisheraoneahsan
Artifact bytes139,537
Previous version2.6.0
Published2026-05-29T16:32:27.201Z
SHA-2567304869a41497b340d7b0a0d27b4c1d0148e8e7cc69031d52142ebdd6a5d7175

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="node scripts/postinstall.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
17Score
2.6.1Version
Status history (1 event)
  1. newavailable · risk high · score 17 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

aoneahsan

4 members · evidence strength 74

Evidence

Static findings

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

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

Manifest

Package metadata

Scripts8
  • buildnode scripts/build.js
  • cleanrm -rf dist/
  • linteslint 'src/**/*.{ts,tsx}' --fix
  • postinstallnode scripts/postinstall.js || true
  • prepublishOnlyyarn build && yarn lint && yarn typecheck
  • testvitest
  • test:coveragevitest --coverage
  • typechecktsc --noEmit