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 273 · status changed
Related candidates
Linked campaigns and clusters
Known Indicator Filename — package/dist/umd/bundle.js
4 members · evidence strength 84Evidence
Static findings
26 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 |
| medium | Obfuscation Density | package/src/script/__tests/fixtures/bitcoin-sv/script_tests.json | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/script/__tests/fixtures/teranode/script_tests.json | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/script/__tests/fixtures/bitcoin-sv/sighash.json | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/script/__tests/fixtures/teranode/sighash.json | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/script/__tests/fixtures/bitcoin-sv/tx_invalid.json | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/script/__tests/fixtures/teranode/tx_invalid.json | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/script/__tests/fixtures/bitcoin-sv/tx_valid.json | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/script/__tests/fixtures/teranode/tx_valid.json | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/compat/__tests/HD.test.ts | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/compat/__tests/Mnemonic.vectors.ts | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/script/__tests/script.invalid.vectors.ts | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/script/__tests/script.valid.vectors.ts | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/primitives/__tests/sighash.vectors.ts | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/script/__tests/sighashTestData.ts | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/transaction/__tests/tx.invalid.vectors.ts | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/transaction/__tests/tx.valid.vectors.ts | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/wallet/substrates/__tests/WalletWire.integration.test.ts | high encoded/escaped-token density | 12 |
Show all 26 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 |
| medium | Obfuscation Density | package/src/script/__tests/fixtures/bitcoin-sv/script_tests.json | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/script/__tests/fixtures/teranode/script_tests.json | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/script/__tests/fixtures/bitcoin-sv/sighash.json | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/script/__tests/fixtures/teranode/sighash.json | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/script/__tests/fixtures/bitcoin-sv/tx_invalid.json | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/script/__tests/fixtures/teranode/tx_invalid.json | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/script/__tests/fixtures/bitcoin-sv/tx_valid.json | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/script/__tests/fixtures/teranode/tx_valid.json | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/compat/__tests/HD.test.ts | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/compat/__tests/Mnemonic.vectors.ts | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/script/__tests/script.invalid.vectors.ts | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/script/__tests/script.valid.vectors.ts | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/primitives/__tests/sighash.vectors.ts | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/script/__tests/sighashTestData.ts | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/transaction/__tests/tx.invalid.vectors.ts | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/transaction/__tests/tx.valid.vectors.ts | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/src/wallet/substrates/__tests/WalletWire.integration.test.ts | high encoded/escaped-token density | 12 |
| low | Obfuscation | package/dist/umd/bundle.js | matched "\\xb7" | 3 |
| low | Obfuscation | package/src/script/__tests/ChronicleOpcodes.test.ts | matched "\\x01" | 3 |
| low | Obfuscation | package/src/auth/utils/__tests/cryptononce.test.ts | matched "Buffer.from(nonce, 'base64" | 3 |
| low | Obfuscation | package/src/primitives/__tests/PBKDF2.vectors.ts | matched "\\u0000" | 3 |
| low | Obfuscation | package/src/registry/__tests/RegistryClient.additional.test.ts | matched "fromCharCode" | 3 |
| low | Obfuscation | package/src/registry/__tests/RegistryClient.test.ts | matched "fromCharCode" | 3 |
| low | Obfuscation | package/src/primitives/__tests/SymmetricKey.test.ts | matched "Buffer.from(vector.key, 'base64" | 3 |
| low | Obfuscation | package/src/primitives/__tests/utils.test.ts | matched "\\u1234" | 3 |
Manifest
Package metadata
Scripts13
buildnpm run build:ts && npm run build:umdbuild:tstsc -b && tsconfig-to-dual-package tsconfig.cjs.jsonbuild:umdrspack --config rspack.config.jsdevtsc -b -wdocts2mddocs:buildmkdocs builddocs:servemkdocs servelintts-standard --fix src/**/*.tslint:cits-standard src/**/*.tsprepublishnpm run buildtestnpm run build && jesttest:coveragenpm run build && jest --coverage --watchman=falsetest:watchnpm run build && jest --watch