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.
- Publisher
- GitHub ActionsTrusted automation · −70% score
Effective trust discount applied: −70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
Recommended action
Block this updateStatic 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":["@bsv/[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":["@bsv/[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Known Indicator Filename: package/dist/umd/bundle.js
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 high · score 57 · status changed
Related candidates
Linked campaigns and clusters
Known Indicator Filename — package/dist/umd/bundle.js
4 members · evidence strength 84Evidence
Static findings
5 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Known Indicator Filename | package/dist/umd/bundle.js | package/dist/umd/bundle.js | 45 |
Show all 5 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Known Indicator Filename | package/dist/umd/bundle.js | package/dist/umd/bundle.js | 45 |
| low | Obfuscation | package/dist/umd/bundle.js | matched "fromCharCode" | 3 |
| low | Obfuscation | package/dist/cjs/src/__tests/PeerPayClientUnit.test.js | matched "Buffer.from(msg, 'base64" | 3 |
| low | Obfuscation | package/dist/esm/src/__tests/PeerPayClientUnit.test.js | matched "Buffer.from(msg, 'base64" | 3 |
| low | Obfuscation | package/src/__tests/PeerPayClientUnit.test.ts | matched "Buffer.from(msg, 'base64" | 3 |
Manifest
Package metadata
Scripts9
buildnpm run build:ts && npm run build:umdbuild:tstsc -b && tsconfig-to-dual-package tsconfig.cjs.jsonbuild:umdwebpack --config webpack.config.jscleanrimraf dist node_modules && npm installlintts-standard --fix .testjest --config=jest.config.tstest:coveragejest --coverage --coverageReporters=text --coverageReporters=htmltest:integrationjest --config=jest.config.integration.tstest:watchjest --watch
Dependencies2
@bsv/authsocket-client^2.0.2@bsv/sdk^2.0.13