PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 2077573 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.

Weekly downloads
938
Versions published
23
First published
Apr 2026
Publisher
quickbeard

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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 bytes386,915
Previous version0.3.3
Published2026-05-30T12:38:32.671Z
SHA-256dab99ca89a67f2628db17e96118ae5cc8e046dca477af20229a7f9dc97c41a17

Why flagged

What the scanner saw

Large Javascript Payload: 2077573 bytes

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.3.4Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/index.js2077573 bytes0

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