PkgRadar

Package evidence

@solana-agent-wallet-adapter/[email protected]

Large Javascript Payload: 32820286 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
285
Versions published
7
First published
May 2026
Publisher
mstevens843

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":["@solana-agent-wallet-adapter/[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":["@solana-agent-wallet-adapter/[email protected]"],"fail_on":"review"}'
Publishermstevens843
Artifact bytes19,696,443
Previous version1.1.1
Published2026-05-25T23:27:02.443Z
SHA-256099fc18a3ccf2b7a52e8a5792ffdbd907612496a1b5e0d78031226eed797641a

Why flagged

What the scanner saw

Large Javascript Payload: 32820286 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.2Version
Status history (2 events)
  1. scan_erroravailable · risk review · score 10 · status scan_error -> available, risk none -> review, score none -> 10
  2. newscan_error · risk none · score · HTTP status client error (404 Not Found) for url (https://registry.npmjs.org/@solana-agent-wallet-adapter/cli/-/cli-1.1.2.tgz)

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.js32820286 bytes10

Manifest

Package metadata

Scripts10
  • buildpnpm -F @solana-agent-wallet-adapter/core build && pnpm -F @solana-agent-wallet-adapter/ios-link build && pnpm -F @solana-agent-wallet-adapter/mcp-server build && pnpm -F @solana-agent-wallet-adapter/browser-demo build && node scripts/validate-aliases.mjs && node scripts/generate-connector-specs.mjs && tsc -p tsconfig.json && node scripts/build.mjs && node scripts/bundle-size-report.mjs
  • build:binary:linux-x64node scripts/build-standalone.mjs linux-x64
  • build:binary:macos-arm64node scripts/build-standalone.mjs macos-arm64
  • build:binary:macos-x64node scripts/build-standalone.mjs macos-x64
  • build:binary:windows-x64node scripts/build-standalone.mjs windows-x64
  • cleanrm -rf dist
  • smoke:standalonenode scripts/smoke-standalone.mjs
  • startnode dist/index.js
  • testpnpm -F @solana-agent-wallet-adapter/cli build && node --test dist/__tests__/*.test.js
  • typecheckpnpm -F @solana-agent-wallet-adapter/core build && pnpm -F @solana-agent-wallet-adapter/ios-link build && pnpm -F @solana-agent-wallet-adapter/mcp-server build && tsc -p tsconfig.json --noEmit
Dependencies1
  • @inquirer/prompts^7.4.0