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
36
Versions published
5
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 bytes84,086
Previous version1.2.0
Published2026-06-07T08:23:41.539Z
SHA-256c74bd85a1a4ac49d4a2c0ac535bb2aa06923cbefbd191b3acf7bade3fa36a40b

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 1.3.0 vs 1.2.0: "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
65Score
1.3.0Version
Status history (1 event)
  1. newavailable · risk high · score 65 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.3.0 vs 1.2.0: "node scripts/postinstall.cjs || true"40
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/postinstall.cjs || true"20
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.3.0 vs 1.2.0: "node scripts/postinstall.cjs || true"40
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

Scripts15
  • buildtsup
  • devtsx watch src/server.ts
  • docs:fetchtsx scripts/fetch-elementor-docs.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
  • prepublishOnlynpm run lint && npm run typecheck && npm run test && npm run build
  • startnode dist/server.js
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies4
  • @modelcontextprotocol/sdk^1.0.0
  • pino^9.0.0
  • zod^3.23.0
  • zod-to-json-schema^3.23.0