PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 2003431 bytes

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 bytes372,622
Previous version0.2.9
Published2026-05-19T11:03:14.432Z
SHA-25642f9d402d70041d6e4b13c408f659be1914c04e67131e6fe9fd4ee1c1c873dd2

Why flagged

What the scanner saw

Large Javascript Payload: 2003431 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.js2003431 bytes10
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.js2003431 bytes10
lowInstall-time lifecycle scriptpackage.jsonprepare="husky"4

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.3
  • ink-spinner^5.0.0
  • open^11.0.0
  • react^19.2.6