solana-kit

Warn

Audited by Snyk on Feb 15, 2026

Risk Level: MEDIUM
Full Analysis

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 0.80). The skill explicitly connects to public RPC/WebSocket endpoints (e.g., createSolanaRpc("https://api.devnet.solana.com") and createSolanaRpcSubscriptions("wss://...")) and fetches and decodes on-chain data and logs from arbitrary accounts/programs (e.g., fetchEncodedAccount, getProgramAccounts, simulateTransaction, logsNotifications), which are public, user-controlled third‑party content that the agent is expected to read and interpret as part of its workflow.

MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).

  • Direct money access detected (high risk: 1.00). The skill is explicitly a Solana blockchain SDK that provides end-to-end transaction capabilities: keypair/signers generation and import, building transaction messages (including getTransferSolInstruction), signing transactions (signTransactionMessageWithSigners), and sending/confirming transactions (sendAndConfirmTransactionFactory, sendTransactionWithoutConfirmingFactory, rpc.sendTransaction). The minimal example shows constructing and sending a 0.1 SOL transfer. These are specific crypto/blockchain financial execution primitives (wallets, signing, and sending transactions), so it grants direct financial execution authority.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Feb 15, 2026, 08:41 PM