PkgRadar

Package evidence

[email protected]

Install Lifecycle Suppresses Failure: prepare="husky || 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.

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":["[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"}'
Artifact bytes17,204
Previous version0.1.3
Published2026-05-24T23:26:30.818Z
SHA-2565abe7adc589d00edada895137e49580ac66487aa34645030f1d8bea92f427d4d

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: prepare added in 0.1.4 vs 0.1.3: "husky || true"

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

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Repeated static TTPstale

Install Lifecycle Suppresses Failure — prepare="husky || true"

13 members · evidence strength 90

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonprepare added in 0.1.4 vs 0.1.3: "husky || true"40
highInstall Lifecycle Suppresses Failurepackage.jsonprepare="husky || true"20
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonprepare added in 0.1.4 vs 0.1.3: "husky || true"40
highInstall Lifecycle Suppresses Failurepackage.jsonprepare="husky || true"20
lowInstall-time lifecycle scriptpackage.jsonprepare="husky || true"4
lowObfuscationpackage/src/index.jsmatched "\\u2013"3

Manifest

Package metadata

Scripts6
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint .
  • lint:fixeslint --fix .
  • preparehusky || true
  • testecho No tests defined