PkgRadar

Package evidence

@dashevo/[email protected]

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

Weekly downloads
1,122Niche · −30% score
Versions published
298Mature · −50% score
First published
Oct 2022
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

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@dashevo/[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":["@dashevo/[email protected]"],"fail_on":"review"}'
Artifact bytes4,587,648
Previous version3.1.0-dev.6
Published2026-05-27T21:15:12.392Z
SHA-25693f3218ea3440df03156577252c26534e666d79e2533d766d4f572291b232fe1

Why flagged

What the scanner saw

Large Javascript Payload: 10073342 bytes

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
3Score
3.1.0-dev.7Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/wasm/wasm_dpp_bg.js10073342 bytes10

Manifest

Package metadata

Scripts11
  • buildyarn run build:wasm && yarn run build:js
  • build:jsyarn exec scripts/build-js.sh
  • build:wasmyarn exec scripts/build-wasm.sh
  • cleanyarn exec scripts/clean.sh
  • linteslint .
  • lint:fixeslint . --fix
  • testyarn run test:node && yarn run test:browsers && yarn run test:types
  • test:browserskarma start ./karma.conf.js --single-run
  • test:nodeNODE_ENV=test mocha
  • test:typesyarn pnpify tsd
  • tsctsc
Dependencies4
  • @dashevo/bls~1.2.9
  • bs58^4.0.1
  • lodash^4.17.23
  • varint^6.0.0