PkgRadar

Package evidence

@willbooster/[email protected]

Install Lifecycle Suppresses Failure: prepare="lefthook install || 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":["@willbooster/[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":["@willbooster/[email protected]"],"fail_on":"high"}'
Artifact bytes139,414
Previous version1.28.1
Published2026-05-20T07:22:58.320Z
SHA-256a8b3d74bb6372ddc82a8efee8423733b2ab7ac2bd57cc8220a3805c6ebef5357

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: prepare="lefthook install || true"

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

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Repeated static TTPstale

Install Lifecycle Suppresses Failure — prepare="lefthook install || true"

6 members · evidence strength 90

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonprepare="lefthook install || true"20
mediumRemote Payloadpackage/dist/cli.jsmatched "curl "12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonprepare="lefthook install || true"20
mediumRemote Payloadpackage/dist/cli.jsmatched "curl "12
lowInstall-time lifecycle scriptpackage.jsonprepare="lefthook install || true"4

Manifest

Package metadata

Scripts15
  • buildbuild-ts app --input src/cli.ts && chmod +x dist/cli.js
  • cleanupbun --bun wb lint --fix --format
  • formatbun --bun wb lint --format
  • install-skillsbunx skills@latest add ./ --skill '*' --agent claude-code --agent codex --agent gemini-cli --yes
  • install-skills-globalbun run install-skills --global
  • lintbun --bun wb lint
  • lint-fixbun --bun wb lint --fix
  • preparelefthook install || true
  • releasesemantic-release
  • sync-playwright-cli-skillbun scripts/syncPlaywrightCli.ts
  • testbun wb test
  • test:integrationRUN_GITHUB_INTEGRATION=1 bun test test/cli/agentSkillsCli.e2e.test.ts
  • typecheckbun --bun wb typecheck
  • verifybun --bun wb verify
  • verify-fullbun --bun wb verify --full
Dependencies3
  • commander14.0.3
  • minimatch10.2.5
  • yaml2.9.0