PkgRadar

Package evidence

@boxes-dev/[email protected]

Large Javascript Payload: 8675431 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
554
First published
Mar 2026
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

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":["@boxes-dev/[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":["@boxes-dev/[email protected]"],"fail_on":"review"}'
Artifact bytes7,362,867
Previous version1.0.713
Published2026-05-28T14:10:33.426Z
SHA-25614b240be9a2437eda5c772c2cd522c457cc4ab9f6c421c567bda7d883a6a9ec2

Why flagged

What the scanner saw

Large Javascript Payload: 8675431 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/bin/dvb.cjs8675431 bytes10
mediumLarge Javascript Payloadpackage/dist/bin/dvbd.cjs5506302 bytes10

Manifest

Package metadata

Scripts7
  • buildtsc -b && npm run build:bundle && npm run build:prompts
  • build:bundlenode ./scripts/build-bundle.mjs
  • build:promptsmkdir -p dist/prompts dist/codex && cp -R src/devbox/commands/init/codex/prompts/* dist/prompts/ && cp -R src/devbox/commands/init/codex/schema/* dist/codex/
  • cleanrm -rf dist tsconfig.tsbuildinfo
  • lintnpm run typecheck
  • prepacknpm run clean && npm run build
  • typechecktsc -b
Dependencies8
  • @bomb.sh/args^0.3.1
  • @bomb.sh/tab^0.0.12
  • @clack/core^1.0.0
  • @clack/prompts^1.0.0
  • convex^1.29.3
  • ora^8.2.0
  • qrcode-terminal^0.11.0
  • ws^8.18.3