phantom-wallet-mcp
Warn
Audited by Snyk on Mar 15, 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.90). The skill explicitly launches the Phantom MCP server at runtime with "npx -y @phantom/mcp-server" which fetches and executes remote code from the npm registry (e.g. https://registry.npmjs.org/@phantom/mcp-server), making a required runtime dependency that executes external code.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill explicitly provides wallet operations that move funds: functions to build, sign, and send transactions (sign_transaction), transfer tokens (transfer_tokens) and to fetch swap quotes and optionally sign/send purchases (buy_token). It targets crypto networks (Solana, Ethereum, Bitcoin, Sui) and includes direct transfer and purchase capabilities — i.e., it is specifically designed for financial execution on blockchain. This matches the "Crypto/Blockchain (Wallets, Swaps, Signing)" criterion, so it grants direct financial execution authority.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata