PkgRadar

Package evidence

[email protected]

Install Lifecycle Suppresses Failure: postinstall="node dist/bin/postinstall.js 2>/dev/null || 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.

Versions published
127Established · −30% score
First published
Dec 2025
Publisher
pubs12

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"}'
Publisherpubs12
Artifact bytes1,102,848
Previous version6.0.1
Published2026-05-27T12:19:57.740Z
SHA-256c857bf17d2735dc360e3a8d4645777795023d6311cf83db3f128cd8b9930e7f7

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="node dist/bin/postinstall.js 2>/dev/null || true"

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

Availability ledger

available

high
Last checked
highRisk
17Score
6.0.4Version
Status history (3 events)
  1. availableavailable · risk high · score 17 · status available -> available, risk high -> high, score 25 -> 17
  2. availableavailable · risk high · score 25 · status available -> available, risk high -> high, score 55 -> 25
  3. newavailable · risk high · score 55 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

pubs12

11 members · evidence strength 75

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node dist/bin/postinstall.js 2>/dev/null || true"20
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node dist/bin/postinstall.js 2>/dev/null || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node dist/bin/postinstall.js 2>/dev/null || true"5

Manifest

Package metadata

Scripts9
  • buildtsc -p tsconfig.build.json
  • build:test-appnpm run build && cd test-app && npm run build
  • cleanrm -rf dist
  • dev:packagetsc -p tsconfig.build.json --watch
  • dev:test-appnpm run build && cd test-app && npm run dev
  • postinstallnode dist/bin/postinstall.js 2>/dev/null || true
  • prepublishOnlynpm run clean && npm run build
  • testvitest run
  • test:watchvitest
Dependencies4
  • clsx^2.1.1
  • dequal^2.0.3
  • server-only^0.0.1
  • tailwind-merge^3.5.0