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
- 7,466Niche · −30% score
- Versions published
- 1,326Mature · −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
Looks clean — keep monitoringNo 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"}'Why flagged
What the scanner saw
Large Javascript Payload: 5228605 bytes
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (1 event)
- new → available · risk low · score 0 · status changed
Evidence
Static findings
4 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 4 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Large Javascript Payload | package/dist/explorer.js | 5228605 bytes | 0 |
| low | Large Javascript Payload | package/dist/preview.js | 4389624 bytes | 0 |
| low | Large Javascript Payload | package/dist/sharing.js | 2861713 bytes | 0 |
| low | Large Javascript Payload | package/dist/sidebar.js | 4230200 bytes | 0 |
Manifest
Package metadata
Scripts40
buildyarn build:dev:distbuild:ci:distLANGUAGE=en-US ENTRY=explorer REACT=true yarn build:prod:distbuild:ci:esyarn build:prod:esbuild:dev:distNODE_ENV=development BABEL_ENV=development LANGUAGE=en-US webpack --config scripts/webpack.config.js --mode development --progressbuild: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 esbuild:i18nnode scripts/buildLanguages.jsbuild:npmnpm-run-all clean build:i18n build:prod:npm build:prod:esbuild:prod:analyzeBUNDLE_ANALYSIS=true npm-run-all setup build:prod:npmbuild:prod:distNODE_ENV=production webpack --config scripts/webpack.config.js --mode productionbuild: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:distbuild:prod:storybookNODE_ENV=production BABEL_ENV=production BROWSERSLIST_ENV=production LANGUAGE=en-US REACT=true storybook build -o storybookchromaticchromaticcleanrm -rf dist es i18n/bundles i18n/json i18n/*.js reports storybookcopy:flowflow-copy-source --ignore "**/__tests__/**" --ignore "**/__mocks__/**" --ignore "**/*.ts" ./src ./es && copyfiles './src/**/*.js.flow' es --up 1copy:stylescopyfiles './src/**/*.scss' es --up 1cy:openyarn cy:wait; yarn cypress opency:runyarn cy:wait; yarn cypress run --spec "test/integration/**/*.e2e.cy.js"cy:waitwait-on http-get://localhost:6060/iframe.htmllintnpm-run-all lint:*lint:cssstylelint "src/**/*.scss"lint:jseslint --max-warnings=0 .lint:tstscprebuild:esnpm-run-all copy:styles ts:defs copy:flowreleaseyarn release:betarelease:betaDIST=beta BRANCH=master scripts/release.shrelease:cdnyarn setup; node scripts/buildLocaleAssets.jsrelease:hotfixDIST=latest HOTFIX=true scripts/release.shrelease:latestDIST=latest BRANCH=master scripts/release.sh- …and 10 more.