PkgRadar

Package evidence

[email protected]

New Account With Lifecycle Hook: package first published 14 day(s) ago, 6 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
38
Versions published
6
First published
May 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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 bytes73,036
Previous version0.2.0
Published2026-06-09T05:02:41.257Z
SHA-25634805a080f4cfaf7c3432fa411203cf11e6284fd4332f625119d025741a8b382

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 0.3.0 vs 0.2.0: "node postinstall.cjs"

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.3.0Version
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.jsonpostinstall added in 0.3.0 vs 0.2.0: "node postinstall.cjs"40
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 14 day(s) ago, 6 total version(s), has lifecycle hook10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.3.0 vs 0.2.0: "node postinstall.cjs"40
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 14 day(s) ago, 6 total version(s), has lifecycle hook10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node postinstall.cjs"5

Manifest

Package metadata

Scripts7
  • buildtsc
  • cleanrm -rf dist
  • postinstallnode postinstall.cjs
  • prepublishOnlynpm run clean && npm run typecheck && npm test && npm run build
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies9
  • @modelcontextprotocol/sdk^1.0.4
  • @supabase/supabase-js^2.45.0
  • chalk^4.1.2
  • chokidar^3.6.0
  • commander^12.1.0
  • gray-matter^4.0.3
  • open^8.4.2
  • ora^5.4.1
  • smol-toml^1.6.1