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 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":["@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"}'Why flagged
What the scanner saw
Large Javascript Payload: 2948356 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
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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Large Javascript Payload | package/src/pbjs-generated/definitions.js | 2948356 bytes | 0 |
Manifest
Package metadata
Scripts17
buildnpm run build:pbjs && npm run build:docsbuild:docsdocumentation build src/index.js --github --format md --shallow --output docs/reference.mdbuild: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.protobuild:javacd control && protoc --java_out=../java/ cellular.proto cloud.proto common.proto config.proto extensions.proto network.proto storage.proto wifi_new.protobuild:pbjsmkdir -p src/pbjs-generated && npm run build:pbjs:module && npm run build:pbjs:json && npm run build:typesbuild:pbjs:jsonpbjs system/*.proto control/*.proto cloud/*.proto -t json -o src/pbjs-generated/definitions.jsonbuild:pbjs:modulepbjs system/*.proto control/*.proto cloud/*.proto -p nanopb -t static-module -o src/pbjs-generated/definitions.js --no-delimitedbuild:pbjs:tspbts src/pbjs-generated/definitions.js -o src/pbjs-generated/definitions.d.tsbuild:typesnpm run clean:types && npm run build:pbjs:ts && tsc --project ./tsconfig.jsonclean:typesrm ./src/index.d.ts || truecoveragenyc --check-coverage --exclude src/pbjs-generated/*.js --exclude 'src/**/*.test.js' -- mocha --forbid-only 'src/**/*.test.js'linteslintlint:fixnpm run lint -- --fixpreparenpm run build:pbjstestmocha './src/**/*.test.js' --colortest:cinpm run lint && npm run test && npm run coverageversionnpm run build:docs && git add docs
Dependencies1
protobufjs^6.11.4