PkgRadar

Package evidence

@bsv/[email protected]

Known Indicator Filename: package/dist/umd/bundle.js

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 update

Static 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"}'
Artifact bytes389,745
Previous version2.1.0
Published2026-04-24T14:35:35.823Z
SHA-256668bd1fce4882d7f36e4c2a1a529d8a996bfe0ab5f91d138c435d46b4578456b

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

high
Last checked
highRisk
57Score
2.1.1Version
Status history (1 event)
  1. newavailable · risk high · score 57 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPstale

Known Indicator Filename — package/dist/umd/bundle.js

4 members · evidence strength 84

Evidence

Static findings

5 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highKnown Indicator Filenamepackage/dist/umd/bundle.jspackage/dist/umd/bundle.js45
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highKnown Indicator Filenamepackage/dist/umd/bundle.jspackage/dist/umd/bundle.js45
lowObfuscationpackage/dist/umd/bundle.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/cjs/src/__tests/PeerPayClientUnit.test.jsmatched "Buffer.from(msg, 'base64"3
lowObfuscationpackage/dist/esm/src/__tests/PeerPayClientUnit.test.jsmatched "Buffer.from(msg, 'base64"3
lowObfuscationpackage/src/__tests/PeerPayClientUnit.test.tsmatched "Buffer.from(msg, 'base64"3

Manifest

Package metadata

Scripts9
  • buildnpm run build:ts && npm run build:umd
  • build:tstsc -b && tsconfig-to-dual-package tsconfig.cjs.json
  • build:umdwebpack --config webpack.config.js
  • cleanrimraf dist node_modules && npm install
  • lintts-standard --fix .
  • testjest --config=jest.config.ts
  • test:coveragejest --coverage --coverageReporters=text --coverageReporters=html
  • test:integrationjest --config=jest.config.integration.ts
  • test:watchjest --watch
Dependencies2
  • @bsv/authsocket-client^2.0.2
  • @bsv/sdk^2.0.13