PkgRadar

Package evidence

[email protected]

New Account With Lifecycle Hook: package first published 10 day(s) ago, 1 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.

Versions published
1
First published
May 2026
Publisher
navi_09

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"}'
Publishernavi_09
Artifact bytes14,101
Previous versionnone
Published2026-05-31T09:21:02.983Z
SHA-25659dbf60583a93115398fbeec1dc673b17389e55ea1686f3059779bd7edd7494a

Why flagged

What the scanner saw

New Account With Lifecycle Hook: package first published 10 day(s) ago, 1 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.1.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 10 day(s) ago, 1 total version(s), has lifecycle hook25
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node dist/setup/first-run.js || true"20
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 10 day(s) ago, 1 total version(s), has lifecycle hook25
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node dist/setup/first-run.js || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node dist/setup/first-run.js || true"5

Manifest

Package metadata

Scripts5
  • buildtsc -p tsconfig.json
  • devts-node src/index.ts
  • postinstallnode dist/setup/first-run.js || true
  • prepublishOnlynpm run build
  • startnode dist/index.js
Dependencies7
  • axios^1.7.9
  • chalk^4.1.2
  • commander^11.1.0
  • conf^10.2.0
  • execa^5.1.1
  • inquirer^8.2.6
  • ora^6.3.1