PkgRadar

Package evidence

@particle/[email protected]

Large Javascript Payload: 3111469 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.

Versions published
38Mature · −50% score
First published
Jan 2022
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":["@particle/[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":["@particle/[email protected]"],"fail_on":"review"}'
Publisherparticlebot
Artifact bytes275,307
Previous version2.10.1
Published2026-06-10T13:09:45.008Z
SHA-25687bfe3e2715356fdc534ca070be9e2e03f1032fa04288e9acf19e3594b5b1c90

Why flagged

What the scanner saw

Large Javascript Payload: 3111469 bytes

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.0.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
lowLarge Javascript Payloadpackage/src/pbjs-generated/definitions.js3111469 bytes0

Manifest

Package metadata

Scripts17
  • buildnpm run build:pbjs && npm run build:docs
  • build:docsdocumentation build src/index.js --github --format md --shallow --output docs/reference.md
  • build:docs:protobufdocker run --rm -v $(pwd)/docs:/out -v $(pwd)/control:/protos pseudomuto/protoc-gen-doc --doc_opt=markdown,protobuf.md cellular.proto cloud.proto common.proto config.proto extensions.proto network.proto storage.proto wifi_new.proto
  • build:javacd control && protoc --java_out=../java/ cellular.proto cloud.proto common.proto config.proto extensions.proto network.proto storage.proto wifi_new.proto
  • build:pbjsmkdir -p src/pbjs-generated && npm run build:pbjs:module && npm run build:pbjs:json && npm run build:types
  • build:pbjs:jsonpbjs system/*.proto control/*.proto cloud/*.proto -t json -o src/pbjs-generated/definitions.json
  • build:pbjs:modulepbjs system/*.proto control/*.proto cloud/*.proto -p nanopb -t static-module -o src/pbjs-generated/definitions.js --no-delimited
  • build:pbjs:tspbts src/pbjs-generated/definitions.js -o src/pbjs-generated/definitions.d.ts
  • build:typesnpm run clean:types && npm run build:pbjs:ts && tsc --project ./tsconfig.json
  • clean:typesrm ./src/index.d.ts || true
  • coveragenyc --check-coverage --exclude src/pbjs-generated/*.js --exclude 'src/**/*.test.js' -- mocha --forbid-only 'src/**/*.test.js'
  • linteslint
  • lint:fixnpm run lint -- --fix
  • preparenpm run build:pbjs
  • testmocha './src/**/*.test.js' --color
  • test:cinpm run lint && npm run test && npm run coverage
  • versionnpm run build:docs && git add docs
Dependencies1
  • protobufjs^6.11.4