PkgRadar

Package evidence

[email protected]

New Account With Lifecycle Hook: package first published 89 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
2
Versions published
5
First published
Mar 2026
Publisher
hurlatunde

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"}'
Publisherhurlatunde
Artifact bytes101,690
Previous version1.0.0
Published2026-03-20T01:33:30.404Z
SHA-2569161ccde2795a470fd22669100e3c96de18c05f89824579e1895a2e19bb9e6e3

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: install added in 2.0.2 vs 1.0.0: "npm run build && node dist/cli.js install"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

high
Last checked
highRisk
45Score
2.0.2Version
Status history (1 event)
  1. newavailable · risk high · score 45 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsoninstall added in 2.0.2 vs 1.0.0: "npm run build && node dist/cli.js install"40
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 89 day(s) ago, 5 total version(s), has lifecycle hook10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsoninstall added in 2.0.2 vs 1.0.0: "npm run build && node dist/cli.js install"40
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 89 day(s) ago, 5 total version(s), has lifecycle hook10
lowInstall-time lifecycle scriptpackage.jsoninstall="npm run build && node dist/cli.js install"5

Manifest

Package metadata

Scripts10
  • buildtsc && node scripts/copy-core.cjs
  • check-npx-readynode scripts/check-npx-ready.js
  • deploybash scripts/deploy-npm.sh
  • deploy:majorbash scripts/deploy-npm.sh major
  • deploy:minorbash scripts/deploy-npm.sh minor
  • deploy:patchbash scripts/deploy-npm.sh patch
  • installnpm run build && node dist/cli.js install
  • preparenpm run build
  • prepublishOnlynpm run build
  • startnode dist/cli.js
Dependencies4
  • ascii-art^2.8.5
  • chalk^5.3.0
  • commander^12.1.0
  • inquirer^9.2.23
Optional dependencies1
  • @huggingface/transformers^3.0.0