PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall-hint.mjs"

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
92
Versions published
17
First published
Apr 2026
Publisher
petritapanilahdelma

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":"review"}'

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":"review"}'
Artifact bytes156,234
Previous version0.9.2-beta.0
Published2026-05-23T11:15:39.385Z
SHA-256ce50b1ff8d3f87b9056b7fa047a0d4c8d9b248b7f9aaf598af26722d8f56ebdd

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall-hint.mjs"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
0.9.2-beta.1Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall-hint.mjs"5

Manifest

Package metadata

Scripts12
  • assets:checknode scripts/check-launch-assets.mjs
  • assets:generatenode scripts/generate-launch-assets.mjs
  • buildnode scripts/clean-dist.mjs && tsc -p tsconfig.json
  • devtsc -p tsconfig.json --watch
  • lintnpm run typecheck
  • pack:checknode scripts/check-public-package.mjs
  • postinstallnode scripts/postinstall-hint.mjs
  • prepublishOnlynpm run typecheck && npm test && npm run build && npm run pack:check
  • startnode dist/cli.js
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies10
  • @modelcontextprotocol/sdk^1.29.0
  • citty^0.2.2
  • diff^9.0.0
  • fast-glob^3.3.2
  • remark^15.0.1
  • remark-frontmatter^5.0.0
  • remark-parse^11.0.0
  • unified^11.0.5
  • yaml^2.6.1
  • zod^4.3.6