PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall-mcp-cleanup.cjs"

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
59
Versions published
23
First published
Apr 2026
Publisher
mostlydev

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"}'
Publishermostlydev
Artifact bytes180,861
Previous version0.4.6
Published2026-05-22T13:58:11.797Z
SHA-2569bc72dcad87f294b8ac9ef579c2ebc51dca25598bda4acb677b2a8873b7e82d9

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall-mcp-cleanup.cjs"

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.4.8Version
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-mcp-cleanup.cjs"5

Manifest

Package metadata

Scripts6
  • buildtsc -p tsconfig.build.json && chmod +x dist/cli.js
  • postinstallnode scripts/postinstall-mcp-cleanup.cjs
  • preparetsc -p tsconfig.build.json && chmod +x dist/cli.js
  • testvitest run
  • typechecktsc -p tsconfig.json --noEmit
  • versionnode scripts/prepare-release.mjs --from-package
Dependencies2
  • better-sqlite3^12.9.0
  • zod^3.25.76