PkgRadar

Package evidence

@mistweaverco/[email protected]

Install Lifecycle Suppresses Failure: postinstall="node dist/install-backend.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
493
Versions published
28Mature · −50% score
First published
Feb 2025
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@mistweaverco/[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":["@mistweaverco/[email protected]"],"fail_on":"high"}'
Artifact bytes200,047
Previous version3.2.1
Published2026-06-14T01:42:42.978Z
SHA-256602ef62a612939d64f00d61d4d3d5f0f0d2a2a24791339954de8f74f0a0cd26c

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 4.0.0 vs 3.2.1: "node dist/install-backend.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
4.0.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 4.0.0 vs 3.2.1: "node dist/install-backend.cjs || true"40
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node dist/install-backend.cjs || true"20
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 4.0.0 vs 3.2.1: "node dist/install-backend.cjs || true"40
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node dist/install-backend.cjs || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node dist/install-backend.cjs || true"5

Manifest

Package metadata

Scripts4
  • buildtsx ./scripts/build.ts
  • lintvp lint
  • postinstallnode dist/install-backend.cjs || true
  • preparevp config && tsx ./scripts/build.ts || true