PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 5217923 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
6,888Niche · −30% score
Versions published
1,321Mature · −50% score
First published
Jun 2017
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 bytes15,722,958
Previous version27.0.0-beta.32
Published2026-05-28T01:23:22.461Z
SHA-2567609cfef7dc0329184e1a274a27a474a7dc371a5aed28e43841160c0651a9281

Why flagged

What the scanner saw

Large Javascript Payload: 5217923 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
12Score
27.0.0-beta.33Version
Status history (1 event)
  1. newavailable · risk review · score 12 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/explorer.js5217923 bytes10
mediumLarge Javascript Payloadpackage/dist/preview.js4386518 bytes10
mediumLarge Javascript Payloadpackage/dist/sharing.js2859327 bytes10
mediumLarge Javascript Payloadpackage/dist/sidebar.js4227120 bytes10

Manifest

Package metadata

Scripts40
  • buildyarn build:dev:dist
  • build:ci:distLANGUAGE=en-US ENTRY=explorer REACT=true yarn build:prod:dist
  • build:ci:esyarn build:prod:es
  • build:dev:distNODE_ENV=development BABEL_ENV=development LANGUAGE=en-US webpack --config scripts/webpack.config.js --mode development --progress
  • build:dev:esNODE_ENV=development BABEL_ENV=development yarn build:es --copy-files --source-maps inline --watch --ignore "**/*.d.ts,**/__tests__/**,**/__mocks__/**"
  • build:esbabel src --extensions '.js,.tsx,.ts' --out-dir es
  • build:i18nnode scripts/buildLanguages.js
  • build:npmnpm-run-all clean build:i18n build:prod:npm build:prod:es
  • build:prod:analyzeBUNDLE_ANALYSIS=true npm-run-all setup build:prod:npm
  • build:prod:distNODE_ENV=production webpack --config scripts/webpack.config.js --mode production
  • build:prod:esNODE_ENV=production BABEL_ENV=npm yarn build:es --source-maps --ignore "**/*.d.ts,**/__tests__/**,**/__mocks__/**"
  • build:prod:npmBABEL_ENV=production OUTPUT=dist LANGUAGE=en-US REACT=true yarn build:prod:dist
  • build:prod:storybookNODE_ENV=production BABEL_ENV=production BROWSERSLIST_ENV=production LANGUAGE=en-US REACT=true storybook build -o storybook
  • chromaticchromatic
  • cleanrm -rf dist es i18n/bundles i18n/json i18n/*.js reports storybook
  • copy:flowflow-copy-source --ignore "**/__tests__/**" --ignore "**/__mocks__/**" --ignore "**/*.ts" ./src ./es && copyfiles './src/**/*.js.flow' es --up 1
  • copy:stylescopyfiles './src/**/*.scss' es --up 1
  • cy:openyarn cy:wait; yarn cypress open
  • cy:runyarn cy:wait; yarn cypress run --spec "test/integration/**/*.e2e.cy.js"
  • cy:waitwait-on http-get://localhost:6060/iframe.html
  • lintnpm-run-all lint:*
  • lint:cssstylelint "src/**/*.scss"
  • lint:jseslint --max-warnings=0 .
  • lint:tstsc
  • prebuild:esnpm-run-all copy:styles ts:defs copy:flow
  • releaseyarn release:beta
  • release:betaDIST=beta BRANCH=master scripts/release.sh
  • release:cdnyarn setup; node scripts/buildLocaleAssets.js
  • release:hotfixDIST=latest HOTFIX=true scripts/release.sh
  • release:latestDIST=latest BRANCH=master scripts/release.sh
  • …and 10 more.