PkgRadar

Package evidence

@aeriajs/[email protected]

Install Lifecycle Suppresses Failure: postinstall="node dist/__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
240Mature · −50% score
First published
Apr 2024
Publisher
tartuffe

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":["@aeriajs/[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":["@aeriajs/[email protected]"],"fail_on":"high"}'
Publishertartuffe
Artifact bytes22,260
Previous version0.0.302
Published2026-05-23T17:29:17.353Z
SHA-256a6dffbab7345e39b5addea777d4a43dec7d9e8ae07a71c19de1c30345a61c165

Why flagged

What the scanner saw

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

Evidence

Static findings

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

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

Manifest

Package metadata

Scripts6
  • buildtsc
  • linteslint .
  • lint:fixeslint . --fix
  • postinstallnode dist/__scripts__/postinstall.js || true
  • testvitest run
  • test:typechecktsc -p tsconfig.test.json
Dependencies2
  • jsonwebtoken^9.0.3
  • mongodb^7.1.0
Optional dependencies1
  • mongodb-memory-server^11.0.1