PkgRadar

Package evidence

[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
6
First published
May 2026
Publisher
mailin_thinkingai

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"}'
Artifact bytes1,332,212
Previous version0.3.1
Published2026-06-14T15:56:46.462Z
SHA-25679281d7eea1ca640d09fa93a739eb8b1d897373470c73024b1cfb256e6bce8b5

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
25Score
0.3.2Version
Status history (1 event)
  1. newavailable · risk high · score 25 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node dist/scripts/postinstall.js || true"20
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 34 day(s) ago, 6 total version(s), has lifecycle hook10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node dist/scripts/postinstall.js || true"20
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 34 day(s) ago, 6 total version(s), has lifecycle hook10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node dist/scripts/postinstall.js || true"5

Manifest

Package metadata

Scripts6
  • buildtsc -p tsconfig.build.json && chmod +x dist/bin/ae-tracking.js && cp src/i18n/resources/cli/en.json src/i18n/resources/cli/zh.json src/i18n/resources/cli/ja.json src/i18n/resources/cli/ko.json dist/src/i18n/resources/cli/
  • postinstallnode dist/scripts/postinstall.js || true
  • prepublishOnlynpm run build && npm test
  • testnpm run build && vitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies4
  • commander^12.1.0
  • exceljs^4.4.0
  • undici^6.19.0
  • xlsx^0.18.5