PkgRadar

Package evidence

@maximus-chain/[email protected]

Large Javascript Payload: 3900676 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
10
Versions published
2
First published
May 2026
Publisher
jbolois

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":["@maximus-chain/[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":["@maximus-chain/[email protected]"],"fail_on":"review"}'
Publisherjbolois
Artifact bytes1,804,797
Previous version1.0.0
Published2026-05-27T12:09:56.974Z
SHA-256cda1a6cd9df51a6184465e9a93ab4e8dff3a389d09450c6c6f60d49ea0dda89b

Why flagged

What the scanner saw

Large Javascript Payload: 3900676 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
1.1.0Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/maximus-lib.mjs3900676 bytes10

Manifest

Package metadata

Scripts11
  • buildwebpack
  • coveragevitest run --coverage
  • linteslint .
  • lint:fixeslint . --fix
  • prepublishOnlynpm run build
  • prettynpx prettier --write .
  • testnpm run test:types && npm run test:node && npm run test:browser
  • test:browsernpm run build && npx playwright test --config=playwright.config.mjs --project=chromium
  • test:e2enpx playwright test
  • test:nodevitest run
  • test:typesnpx tsd
Dependencies10
  • @dashevo/bls^1.3.6
  • @dashevo/x11-hash-js^1.0.2
  • bloom-filter^0.2.0
  • bn.js^5.2.3
  • bs58^6.0.0
  • elliptic^6.5.4
  • inherits^2.0.4
  • lodash^4.17.20
  • ripemd160^2.0.2
  • unorm^1.6.0