PkgRadar

Package evidence

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

Large Javascript Payload: 32832888 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
8
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,712,549
Previous version1.1.3
Published2026-05-26T00:53:46.878Z
SHA-256904a59f21c188cd21cca979a412d5ee08121888736dd355fea8caeba59dd6680

Why flagged

What the scanner saw

Large Javascript Payload: 32832888 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.4Version
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/index.js32832888 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