PkgRadar

Package evidence

[email protected]

Obfuscation Density: high encoded/escaped-token density

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
93
Versions published
3
First published
Jun 2026
Publisher
box-npm

Recommended action

Looks clean — keep monitoring

No 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"}'
Publisherbox-npm
Artifact bytes11,456,195
Previous version3.41.0
Published2026-06-04T01:17:25.282Z
SHA-25650ae7d58ca56577f1f530bac953e5ae27ad72b4736663b5c7e099483a02c6445

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Availability ledger

available

low
Last checked
lowRisk
0Score
3.42.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscation Densitypackage/dist/lib/third-party/text/2.65.0/remarkable.min.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts33
  • buildyarn setup && yarn clean && yarn build:i18n && yarn build:dev
  • build:ciyarn setup && yarn webpack --progress --config build/webpack.config.js
  • build:devBABEL_ENV=dev NODE_ENV=dev yarn webpack --progress --config build/webpack.config.js
  • build:i18nmojito-rb-gen -s src/i18n -o src/i18n/json -b en-US.properties
  • build:libyarn build:i18n && yarn build:lib:js && yarn build:lib:types
  • build:lib:jsBABEL_ENV=production NODE_ENV=production yarn webpack --config build/webpack.config.lib.js
  • build:lib:typescp build/lib-types/index.d.ts dist/lib/index.d.ts
  • build:prodBABEL_ENV=production NODE_ENV=production node --max_old_space_size=4096 ./node_modules/webpack/bin/webpack.js --progress --config build/webpack.config.js
  • cleanrm -rf dist && rm -rf reports/coverage && rm -rf src/i18n/json
  • cy:openyarn cy:wait; yarn cypress open
  • cy:runyarn cy:wait; yarn cypress run --spec test/integration/**/*.test.js
  • cy:waitwait-on http-get://127.0.0.1:8000
  • lintnpm-run-all lint:*
  • lint:cssNODE_ENV=dev yarn stylelint 'src/lib/**/*.scss' 'src/components/**/*.scss' 'src/hooks/**/*.scss'
  • lint:jsNODE_ENV=dev yarn eslint src/lib src/components src/hooks
  • lint:tstsc && eslint --ext=.tsx,.ts --max-warnings=0 .
  • releaseyarn setup && yarn clean && yarn build:i18n && yarn lint && yarn test && yarn build:prod
  • release:major./build/release.sh -m
  • release:minor./build/release.sh -n
  • release:patch./build/release.sh -p
  • setupyarn install
  • startyarn setup && yarn build:dev --watch
  • start:devyarn build:i18n && LANGUAGE=en-US BABEL_ENV=dev NODE_ENV=dev yarn webpack-dev-server --config build/webpack.config.js
  • start:dev:linkedyarn link box-annotations && IS_LINKED=1 yarn start:dev
  • start:linkedyarn link box-annotations && IS_LINKED=1 yarn start
  • test./build/verify_custom_updates.sh yarn setup && NODE_ENV=test yarn jest
  • test:ciyarn test --ci --maxWorkers=4
  • test:e2enpm-run-all -p -r start:dev cy:run
  • test:e2e:opennpm-run-all -p -r start:dev cy:open
  • test:watchyarn test --watch
  • …and 3 more.
Dependencies2
  • axios^0.24.0
  • pdfjs-dist6.0.227