PkgRadar

Package evidence

@drewpayment/[email protected]

Install-time lifecycle script: postinstall="bun run build 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.

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":["@drewpayment/[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":["@drewpayment/[email protected]"],"fail_on":"high"}'
Artifact bytes2,642,563
Previous version0.12.0-beta.3
Published2026-05-25T00:18:55.075Z
SHA-256f2f1e3dfdfc2820d56440eda685bc717585a61a7bc35e15952f767cab0a5bd0b

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="bun run build 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
154Score
0.12.0-beta.4Version
Status history (1 event)
  1. newavailable · risk high · score 154 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPstale

Install Lifecycle Suppresses Failure — postinstall="bun run build 2>/dev/null || true"

5 members · evidence strength 90
Repeated static TTPstale

Install-time lifecycle script — postinstall="bun run build 2>/dev/null || true"

5 members · evidence strength 90
Repeated static TTPstale

Install Lifecycle Remote Or Exec — postinstall="bun run build 2>/dev/null || true"

5 members · evidence strength 90

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpostinstall="bun run build 2>/dev/null || true"30
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="bun run build 2>/dev/null || true"30
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="bun run build 2>/dev/null || true"20
mediumLarge Javascript Payloadpackage/dist/cli.bun.js3931121 bytes10
mediumLarge Javascript Payloadpackage/dist/cli.node.js4038003 bytes10
Show all 23 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpostinstall="bun run build 2>/dev/null || true"30
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="bun run build 2>/dev/null || true"30
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="bun run build 2>/dev/null || true"20
mediumLarge Javascript Payloadpackage/dist/cli.bun.js3931121 bytes10
mediumLarge Javascript Payloadpackage/dist/cli.node.js4038003 bytes10
lowObfuscationpackage/dashboard/out/_next/static/chunks/255-6b79f309a27fb98b.jsmatched "atob("3
lowObfuscationpackage/dashboard/out/_next/static/chunks/4bd1b696-c023c6e3521b1417.jsmatched "\\u00C0"3
lowObfuscationpackage/dashboard/out/_next/static/chunks/framework-050c1f32293f7182.jsmatched "\\u00C0"3
lowObfuscationpackage/dashboard/out/_next/static/chunks/app/layout-782cd26e0ccc4514.jsmatched "\\xb7"3
lowObfuscationpackage/dashboard/out/_next/static/chunks/main-ed79d05490604b83.jsmatched "fromCharCode"3
lowObfuscationpackage/dashboard/out/_next/static/chunks/app/(panels)/bugs/page-449d31c133432458.jsmatched "\\xb7"3
lowObfuscationpackage/dashboard/out/_next/static/chunks/app/(panels)/overview/page-7a9e86dcde67d6a9.jsmatched "\\xb7"3
lowObfuscationpackage/dashboard/out/_next/static/chunks/app/(panels)/tokens/page-8dac7d50d4db2756.jsmatched "\\xb7"3
lowObfuscationpackage/dashboard/out/_next/static/chunks/app/(panels)/discord/page-9940dde80ba2a69e.jsmatched "\\xd7"3
lowObfuscationpackage/dashboard/out/_next/static/chunks/app/(panels)/wiki/page-a32fdbd0bf58b30b.jsmatched "\\xb7"3
lowObfuscationpackage/dashboard/out/_next/static/chunks/app/(panels)/scheduler/page-a88f93204c9742a1.jsmatched "\\xb7"3
lowObfuscationpackage/dashboard/out/_next/static/chunks/app/(panels)/config/page-aa0a0623b3fdd0d8.jsmatched "\\xb7"3
lowObfuscationpackage/dashboard/out/_next/static/chunks/app/(panels)/learning/page-b766adc79099adb4.jsmatched "\\xb7"3
lowObfuscationpackage/dashboard/out/_next/static/chunks/app/(panels)/waste/page-bcf56144faf7d133.jsmatched "\\xb7"3
lowObfuscationpackage/dashboard/out/_next/static/chunks/app/(panels)/file-index/page-ecd8a753614e981e.jsmatched "\\xb7"3
lowObfuscationpackage/dashboard/out/_next/static/chunks/polyfills-42372ed130431b0a.jsmatched "\\u2028"3
lowObfuscationpackage/src/core/action-log.tsmatched "\\u2014"3
lowObfuscationpackage/src/core/dashboard-api.tsmatched "\\u001b"3

Manifest

Package metadata

Scripts7
  • buildnode scripts/build.mjs
  • dashboard:buildcd dashboard && bun run build
  • dashboard:devcd dashboard && bun run dev
  • postinstallbun run build 2>/dev/null || true
  • testbun test
  • test:watchbun test --watch
  • typecheckbunx tsc --noEmit
Dependencies1
  • puppeteer-core^24.0.0
Optional dependencies1
  • @puppeteer/browsers^2.0.0