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.

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 bytes126,635
Previous version2.4.3
Published2026-05-26T16:49:20.944Z
SHA-2564b8184974590e753ba6aabb74ea39d22ab672bd6cdb13fc204b62b4fdf604b98

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.5.0Version
Status history (2 events)
  1. availableavailable · risk high · score 17 · status available -> available, risk high -> high, score 38 -> 17
  2. newavailable · risk high · score 38 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

aoneahsan

4 members · evidence strength 74
Repeated static TTPstale

Install Lifecycle Remote Or Exec — postinstall="node scripts/postinstall.js || true"

11 members · evidence strength 90

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