PkgRadar

Package evidence

@soledgic/[email protected]

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

Versions published
15
First published
May 2026
Publisher
soledgic

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":["@soledgic/[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":["@soledgic/[email protected]"],"fail_on":"high"}'
Publishersoledgic
Artifact bytes108,087
Previous version0.4.2
Published2026-05-26T15:54:04.057Z
SHA-2564422adaf5989212460f638b6fe7774f2335a19b5ed78adb19d8b0aead749f737

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 0.4.3 vs 0.4.2: "node dist/postinstall.js || true"

1 candidate cluster(s) currently reference this release.

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

Availability ledger

available

high
Last checked
highRisk
65Score
0.4.3Version
Status history (2 events)
  1. availableavailable · risk high · score 65 · status available -> available, risk high -> high, score 95 -> 65
  2. newavailable · risk high · score 95 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPactive

Install Lifecycle Suppresses Failure — postinstall="node dist/postinstall.js || true"

150 members · evidence strength 84
Repeated static TTPstale

Install Lifecycle Remote Or Exec — postinstall="node dist/postinstall.js || true"

18 members · evidence strength 90
Repeated static TTPcandidate

Install Lifecycle Suppresses Failure — postinstall="node dist/postinstall.js || true"

150 members · max score 70

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.4.3 vs 0.4.2: "node dist/postinstall.js || true"40
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node dist/postinstall.js || true"20
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.4.3 vs 0.4.2: "node dist/postinstall.js || true"40
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node dist/postinstall.js || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node dist/postinstall.js || true"5

Manifest

Package metadata

Scripts6
  • audit:packagenode ../../scripts/audit-sdk-package.mjs
  • buildtsup src/index.ts src/cli.ts src/postinstall.ts --format cjs,esm --dts && chmod +x dist/cli.js
  • devtsup src/index.ts src/cli.ts src/postinstall.ts --format cjs,esm --dts --watch
  • postinstallnode dist/postinstall.js || true
  • prepublishOnlynpm run build && npm run audit:package
  • testvitest run