PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 2070326 bytes

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
22
First published
Apr 2026
Publisher
quickbeard

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":"review"}'

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":"review"}'
Publisherquickbeard
Artifact bytes385,813
Previous version0.3.2
Published2026-05-28T08:25:39.639Z
SHA-256ff8819cf973f848d84dd95faa5b061d93dfca0e9aa36b94d78971a7217cb5334

Why flagged

What the scanner saw

Large Javascript Payload: 2070326 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
0.3.3Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.js2070326 bytes10

Manifest

Package metadata

Scripts12
  • buildtsx build.ts
  • checkbiome check
  • devtsx src/index.tsx
  • fixbiome check --write
  • postpackmv README.md README.npm.md && mv .readme-repo.bak README.md
  • prepackmv README.md .readme-repo.bak && mv README.npm.md README.md
  • preparehusky
  • prepublishOnlypnpm check && pnpm typecheck && pnpm test && pnpm build && node dist/index.js --version
  • startnode dist/index.js
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies5
  • @iarna/toml^2.2.5
  • ink^7.0.4
  • ink-spinner^5.0.0
  • open^11.0.0
  • react^19.2.6