PkgRadar

Package evidence

[email protected]

Known Indicator Filename: package/lib/bundle.js

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
115Mature · −50% score
First published
Jul 2016
Publisher
box-npm

Effective trust discount applied: 50% (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":["[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"}'
Publisherbox-npm
Artifact bytes2,520,327
Previous version10.9.0
Published2026-05-15T16:14:44.687Z
SHA-2569415234b8a23aece631293d0af247f430e501381c99abfab15dffc5ec791fc33

Why flagged

What the scanner saw

Known Indicator Filename: package/lib/bundle.js

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highKnown Indicator Filenamepackage/lib/bundle.jspackage/lib/bundle.js45
mediumLarge Javascript Payloadpackage/lib/bundle.js2328362 bytes10

Manifest

Package metadata

Scripts7
  • buildnpm run build:cjs && npm run build:esm
  • build:cjstsc --project tsconfig.json && tsc-alias -p tsconfig.json
  • build:esmtsc --project tsconfig.esm.json && tsc-alias -p tsconfig.esm.json
  • postbuildrollup -c
  • postbuild:esmnode ./scripts/update-esm.mjs
  • startecho "Error: no start specified" && exit 1
  • testjest
Dependencies8
  • buffer^6.0.3
  • form-data^4.0.4
  • hash-wasm^4.12.0
  • jose^5.2.2
  • node-fetch^2.6.3
  • proxy-agent^6.4.0
  • tslib^2.6.2
  • uuid^11.1.1