PkgRadar

Package evidence

@gvnrdao/[email protected]

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

Versions published
203Established · −30% score
First published
Sep 2025
Publisher
cynanrhodes

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@gvnrdao/[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":["@gvnrdao/[email protected]"],"fail_on":"review"}'
Publishercynanrhodes
Artifact bytes3,435,358
Previous version0.0.273
Published2026-06-03T11:41:01.348Z
SHA-2565f1168c1d707729be0ddba43a0fb3c3b6ae8d9307c61e5ea03a703fc5b66f7ab

Why flagged

What the scanner saw

Large Javascript Payload: 4065150 bytes

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.0.274Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/browser/dist/browser.js4065150 bytes0
lowLarge Javascript Payloadpackage/dist/index.js4844171 bytes0
lowLarge Javascript Payloadpackage/dist/index.mjs4841073 bytes0

Manifest

Package metadata

Scripts28
  • authorize:pkpnode scripts/authorize-pkp-actions.js
  • buildnpm run sync:deployments && npm run validate:contracts && npm run build:node
  • build:allnpm run sync:deployments && npm run validate:contracts && npm run build:node && npm run build:browser
  • build:browsercd browser && npm install && npm run build
  • build:nodenpm run sync:deployments && tsup && npm run build:types
  • build:typestsc -p tsconfig.build.json
  • cleanrm -rf dist && rm -rf browser/dist
  • devtsc --watch
  • linteslint src --ext .ts && npm run lint:server-boundary
  • lint:server-boundarynode scripts/check-pkp-mint-server-imports.mjs
  • postbuild:browsergrep -qE 'require\("http"\)|require\("https"\)|require\("fs"\)' browser/dist/browser.js && echo 'ERROR: Node built-ins found in browser bundle' && exit 1 || true
  • prepublishOnlynpm run sync:deployments && npm run validate:contracts && npm run build:all
  • sync:deploymentsnode scripts/sync-deployments.js
  • sync:typechaincd ../contracts && npm run compile
  • testjest
  • test:coveragejest --coverage
  • test:e2ejest tests/networks/**/e2e
  • test:integrationjest tests/shared/integration
  • test:networksjest tests/networks
  • test:position-queryts-node test/position-query.test.ts
  • test:psmnode test-psm-v2.js
  • test:sharedjest tests/shared
  • test:typestsc --noEmit -p tsconfig.types.json
  • test:unitjest tests/shared/unit
  • test:watchjest --watch
  • typechecktsc --noEmit
  • typecheck:stricttsc --noEmit -p tsconfig.strict.json
  • validate:contractsnode scripts/validate-contract-mapping.js
Dependencies15
  • @gvnrdao/dh-lit-actions^0.0.306
  • @gvnrdao/dh-lit-ops^0.0.293
  • @noble/hashes^1.5.0
  • axios^1.15.2
  • bech32^2.0.0
  • bip66^2.0.0
  • bitcoinjs-lib^6.1.0
  • bs58check^3.0.1
  • buffer^6.0.3
  • crypto-js^4.2.0
  • dotenv^17.4.2
  • ethers^6.16.0
  • process^0.11.10
  • valibot^1.1.0
  • viem^2.48.4
Optional dependencies3
  • @esbuild/darwin-arm64^0.27.2
  • esbuild^0.27.0
  • node-telegram-bot-api^0.67.0