PkgRadar

Package evidence

[email protected]

Install Lifecycle Suppresses Failure: postinstall="node scripts/npm-postinstall.js || 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
6,587Niche · −30% score
Versions published
1,987
First published
Jan 2026
Publisher
marcusquinn

Effective trust discount applied: 30% (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"}'
Publishermarcusquinn
Artifact bytes945,329
Previous versionnone
Published2026-01-13T22:39:36.817Z
SHA-256d70dd2449c560d8b9846dc4b8b7e0cf4f00040774306694829906b1ca1054803

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="node scripts/npm-postinstall.js || true"

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

Availability ledger

available

high
Last checked
highRisk
24Score
2.52.1Version
Status history (1 event)
  1. newavailable · risk high · score 24 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/npm-postinstall.js || true"20
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/npm-postinstall.js || true"20
lowCredential file accesspackage/aidevops.shmatched ".ssh/"5
lowCredential file accesspackage/setup.shmatched ".ssh/"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/npm-postinstall.js || true"5

Manifest

Package metadata

Scripts12
  • dashboardbun run .opencode/server/mcp-dashboard.ts
  • devbun run .opencode/server/api-gateway.ts
  • dspy:builddspyground build
  • dspy:devdspyground dev
  • dspy:initdspyground init
  • install:pythonpython3 -m venv python-env/dspy-env && source python-env/dspy-env/bin/activate && pip install -r requirements.txt
  • postinstallnode scripts/npm-postinstall.js || true
  • qualitybun run .opencode/tool/parallel-quality.ts
  • setupbun install && npm run install:python
  • setup:bunbun install
  • testbun test
  • typechecktsc --noEmit
Dependencies2
  • dspyground^0.1.0
  • elysia^1.1.0