solana-toolkit-guide
Warn
Audited by Snyk on Jun 21, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The MCP integration runs "npx @nirholas/solana-wallet-toolkit mcp", which downloads and executes remote code (the npm package / associated repo https://github.com/nirholas/solana-wallet-toolkit) at runtime and thus can directly control the agent interface/prompts.
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 crypto wallet toolkit. It includes wallet creation and key management functions (Wallet.create(), Wallet.fromMnemonic(...), exportKeypair(), keypair import/export), an MCP agent interface, and listed tools such as generateWallet and getBalance/getTokenAccounts. The presence of wallet generation and explicit keypair import/export constitutes direct blockchain/crypto capability (wallets and private key handling) which enables signing and moving funds. Therefore this is a direct financial execution capability.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata