PkgRadar

Package evidence

@esthernandez/[email protected]

New Account With Lifecycle Hook: package first published 53 day(s) ago, 3 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
3
First published
Apr 2026
Publisher
esthernandez

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":["@esthernandez/[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":["@esthernandez/[email protected]"],"fail_on":"high"}'
Publisheresthernandez
Artifact bytes255,544
Previous version0.2.0
Published2026-04-18T05:47:52.464Z
SHA-2568357ba6faef47e6792db7509e8f84b72dc70c2a8962744cc71a306be29fb404c

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 0.2.1 vs 0.2.0: "node scripts/postinstall.js"

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

Availability ledger

available

high
Last checked
highRisk
45Score
0.2.1Version
Status history (3 events)
  1. availableavailable · risk high · score 45 · status available -> available, risk high -> high, score 81 -> 45
  2. availableavailable · risk high · score 81 · status available -> available, risk high -> high, score 106 -> 81
  3. newavailable · risk high · score 106 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

esthernandez

9 members · evidence strength 84

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.2.1 vs 0.2.0: "node scripts/postinstall.js"40
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 53 day(s) ago, 3 total version(s), has lifecycle hook10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.2.1 vs 0.2.0: "node scripts/postinstall.js"40
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 53 day(s) ago, 3 total version(s), has lifecycle hook10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"5

Manifest

Package metadata

Scripts8
  • buildtsup src/index.ts --format cjs,esm --dts --clean
  • cleanrimraf dist .vibe-test
  • linteslint src tests --ext .ts
  • postinstallnode scripts/postinstall.js
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • type-checktsc --noEmit
Dependencies12
  • @typescript-eslint/parser^7.18.0
  • @typescript-eslint/typescript-estree^7.18.0
  • ajv^8.17.1
  • ajv-formats^3.0.1
  • c8^10.1.3
  • chalk^5.3.0
  • cli-table3^0.6.5
  • commander^12.1.0
  • fs-extra^11.2.0
  • pino^9.5.0
  • pino-pretty^11.3.0
  • yaml^2.6.1