PkgRadar

Package evidence

[email protected]

Install Lifecycle Suppresses Failure: postinstall="node scripts/postinstall.cjs || true"

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
462
Versions published
11
First published
May 2026
Publisher
mogacode

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"}'
Publishermogacode
Artifact bytes167,300
Previous version0.14.2
Published2026-06-06T23:12:31.357Z
SHA-2564a114b92c33ec6801f2ddc12b76b8e6224665d36947521a0850175b32fb6f8b1

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="node scripts/postinstall.cjs || true"

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.14.3Version
Status history (1 event)
  1. newavailable · risk high · score 25 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/postinstall.cjs || true"20
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/postinstall.cjs || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.cjs || true"5

Manifest

Package metadata

Scripts16
  • buildtsup
  • devtsx watch src/server.ts
  • formatprettier --write .
  • format:checkprettier --check .
  • inspectornpx @modelcontextprotocol/inspector node dist/server.js
  • linteslint . --max-warnings 0
  • lint:fixeslint . --fix
  • postinstallnode scripts/postinstall.cjs || true
  • preparehusky
  • prepublishOnlynpm run lint && npm run typecheck && npm run test && npm run build
  • secrets:scangitleaks detect --source . --verbose --redact
  • startnode dist/server.js
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies5
  • @modelcontextprotocol/sdk^1.0.4
  • chrome-cookies-secure^3.0.2
  • pino^9.5.0
  • zod^3.23.8
  • zod-to-json-schema^3.23.5