PkgRadar

Package evidence

@box/[email protected]

Install-time lifecycle script: postinstall="rm -rf ./node_modules/@github/keytar/build"

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
1,232Niche · −30% score
Versions published
51Mature · −50% score
First published
Dec 2018
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

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@box/[email protected]"],"fail_on":"high"}'

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":["@box/[email protected]"],"fail_on":"high"}'
Publisherbox-npm
Artifact bytes353,989
Previous version4.8.2
Published2026-06-01T11:15:41.720Z
SHA-2566bebd772c45967785fb5a1f31b865b440d2ed9593df0decfff95ac036ccc6dfa

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 4.9.0 vs 4.8.2: "rm -rf ./node_modules/@github/keytar/build"

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

Availability ledger

available

high
Last checked
highRisk
45Score
4.9.0Version
Status history (1 event)
  1. newavailable · risk high · score 45 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 4.9.0 vs 4.8.2: "rm -rf ./node_modules/@github/keytar/build"40
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 4.9.0 vs 4.8.2: "rm -rf ./node_modules/@github/keytar/build"40
lowInstall-time lifecycle scriptpackage.jsonpostinstall="rm -rf ./node_modules/@github/keytar/build"5
lowObfuscation Densitypackage/npm-shrinkwrap.jsonhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts15
  • buildoclif pack:macos && rm -rf tmp/ && oclif pack:win && rm -rf tmp/
  • build:tarballsoclif pack:tarballs --no-xz --parallel
  • changelognode node_modules/standard-version/bin/cli.js --skip.commit --skip.push --skip.tag --dry-run
  • cleanfind src/ -type d -name 'dist' -exec rm -rf {} +
  • licensegenerate-license-file --overwrite
  • linteslint --fix ./src ./test
  • postinstallrm -rf ./node_modules/@github/keytar/build
  • postpackrm -f oclif.manifest.json && rm -f npm-shrinkwrap.json && npm install
  • posttestnpm run lint
  • prepacknpm run shrinkwrap && oclif manifest && npm run updatemd
  • prettierprettier --write "**/*.{js,json}"
  • shrinkwraprm -rf ./node_modules ; rm package-lock.json npm-shrinkwrap.json ; npm shrinkwrap --omit=dev ; npm install
  • testnyc mocha "test/**/*.test.js"
  • updatemdoclif readme --multi && find docs -type f -name '*.md' -exec sed -i '' 's/\.ts/\.js/g' {} +
  • versionnpm run updatemd && npm run prettier && npm run license && git add .
Dependencies29
  • @discoveryjs/json-ext^0.5.7
  • @github/keytar^7.10.6
  • @oclif/core^4.8.0
  • @oclif/plugin-autocomplete^3.2.39
  • @oclif/plugin-help^6.2.36
  • @oclif/plugin-not-found^3.2.73
  • @oclif/plugin-update3.2.4
  • @oclif/plugin-version^2.2.36
  • @oclif/table^0.5.8
  • @octokit/rest^22.0.0
  • archiver^8.0.0
  • box-node-sdk^4.11.1
  • chalk^2.4.1
  • cli-progress^2.1.0
  • csv^6.3.3
  • date-fns^1.29.0
  • debug^4.4.0
  • express^4.22.1
  • fs-extra^10.1.0
  • inquirer^8.2.7
  • js-yaml^4.1.1
  • keychain^1.5.0
  • lodash^4.17.13
  • mkdirp^3.0.1
  • nanoid^3.3.8
  • open^10.1.0
  • ora^5.4.1
  • p-event^2.3.1
  • semver^7.7.3