PkgRadar

Package evidence

[email protected]

no findings

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
267Mature · −50% score
First published
May 2015
Publisher
particlebot

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 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"}'
Publisherparticlebot
Artifact bytes4,125,062
Previous version3.47.1
Published2026-03-16T17:39:35.942Z
SHA-2563deb0c722eaa612ecc8d36cc1364c8b3347c900c9397be797a06dcd8079e4c4d

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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.47.2Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts39
  • buildpkg .
  • cleannpm run clean:modules
  • clean:modulesrm -rf ./node_modules
  • coveragenpm run coverage:unit && npm run coverage:integration && npm run coverage:report
  • coverage:e2enyc npm run test:e2e:silent
  • coverage:integrationnyc --no-clean npm run test:integration:silent
  • coverage:reportnyc report --reporter=html
  • coverage:unitnyc npm run test:unit:silent
  • doctocdoctoc --title '## Table of Contents' README.md
  • generate:manifestnode ./scripts/generate-manifest.js
  • generate:win-installernode ./scripts/generate-win-installer.js
  • linteslint
  • reinstallnpm run clean && npm i
  • sign:winnode ./scripts/win-sign.js
  • startnode ./src/index.js
  • testnpm run lint && npm run test:unit && npm run test:integration && npm run test:e2e
  • test:cinpm run lint && npm run test:unit:ci && npm run test:integration:ci
  • test:e2enpm run build -- --target host && mocha 'test/{,!(__fixtures__)/**}/*.e2e.js' --timeout 120000 --exit
  • test:e2e:cinpm run test:e2e:no-device -- --forbid-only
  • test:e2e:device-protectionnpm run test:e2e -- --grep @device,@device-protection
  • test:e2e:inspectnpm test:e2e -- --inspect-brk
  • test:e2e:no-devicenpm run test:e2e -- --grep @device --invert
  • test:e2e:silentPARTICLE_NOOP=$(npm run test:e2e:ci)
  • test:e2e:watchnpm run test:e2e -- --watch --watch-extensions js,json
  • test:e2e:wifinpm run test:e2e -- --grep @device,@wifi
  • test:integrationmocha test/integration
  • test:integration:cinpm run test:integration -- --forbid-only
  • test:integration:inspectnpm test:integration -- --inspect-brk
  • test:integration:silentPARTICLE_NOOP=$(npm run test:integration:ci)
  • test:integration:watchnpm run test:integration -- --watch --watch-extensions js,json
  • …and 9 more.
Dependencies38
  • @particle/device-constants^4.1.0
  • @particle/softap-setup^4.1.2
  • archiver^7.0.1
  • binary-version-reader^4.0.2
  • chalk^2.4.2
  • cli-progress^3.12.0
  • cli-spinner^0.2.10
  • cli-table^0.3.1
  • core-js^3.4.7
  • execa^5.1.1
  • fs-extra^8.1.0
  • glob^7.1.6
  • gpt^3.0.0
  • handlebars^4.1.2
  • https-proxy-agent5.0.1
  • inquirer^6.5.2
  • jose^4.13.1
  • lodash^4.17.15
  • moment^2.24.0
  • node-fetch^2.7.0
  • node-wifiscanner2^1.2.2
  • particle-api-js^12.0.1
  • particle-commands^1.0.6
  • particle-library-manager^1.0.6
  • particle-usb^4.1.0
  • request^2.88.2
  • safe-buffer^5.2.0
  • semver^7.5.2
  • serialport~10.4.0
  • sha512crypt-node^1.0.2
  • …and 8 more.