solana-rpc
Warn
Audited by Snyk on Mar 21, 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.70). The skill's scripts (scripts/wallet_scanner.py and scripts/token_holders.py) directly fetch and parse data from public Solana RPC endpoints (e.g., https://api.mainnet-beta.solana.com or provider URLs) and the DexScreener public API, ingesting untrusted on-chain/user-generated data that is used to compute risk metrics and portfolio recommendations which can materially influence decisions or actions.
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 JSON-RPC integration for blockchain operations and includes write methods for submitting signed transactions (sendTransaction, simulateTransaction) and confirming them. It directly enables crypto transaction submission and therefore can move funds on-chain. This is a specific crypto/blockchain execution capability, not a generic tool.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata