PkgRadar

Package evidence

[email protected]

New Account With Lifecycle Hook: package first published 30 day(s) ago, 5 total version(s), has lifecycle hook

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
347
Versions published
5
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 bytes416,434
Previous version0.2.0
Published2026-05-20T01:46:44.138Z
SHA-256e7cc4c8902c021ee6369658ded3f003321c3fc151438c3bf3928f932b005ad18

Why flagged

What the scanner saw

New Account With Lifecycle Hook: package first published 30 day(s) ago, 5 total version(s), has lifecycle hook

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.2.1Version
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
highNew Account With Lifecycle Hookpackage.jsonpackage first published 30 day(s) ago, 5 total version(s), has lifecycle hook25
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node dist/scripts/postinstall.js || true"20
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 30 day(s) ago, 5 total version(s), has lifecycle hook25
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 -p tsconfig.build.json && chmod +x dist/bin/ae-tracking.js
  • 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