PkgRadar

Package evidence

@drakulavich/[email protected]

Install Lifecycle Suppresses Failure: preinstall="node scripts/check-bun.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.

Weekly downloads
8
Versions published
2
First published
Apr 2026
Publisher
drakulavich

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":["@drakulavich/[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":["@drakulavich/[email protected]"],"fail_on":"high"}'
Publisherdrakulavich
Artifact bytes19,163
Previous versionnone
Published2026-04-26T12:21:59.517Z
SHA-25610da789d1419e620472f88927e36d7e6de819e5bd39dca7ad442f70c0e69a79a

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: preinstall="node scripts/check-bun.js || true"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpreinstall="node scripts/check-bun.js || true"20
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 45 day(s) ago, 2 total version(s), has lifecycle hook10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpreinstall="node scripts/check-bun.js || true"20
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 45 day(s) ago, 2 total version(s), has lifecycle hook10
lowInstall-time lifecycle scriptpackage.jsonpreinstall="node scripts/check-bun.js || true"5

Manifest

Package metadata

Scripts4
  • buildbun build src/cli.ts --compile --outfile dist/bowser
  • preinstallnode scripts/check-bun.js || true
  • startbun run src/cli.ts
  • testbun test