gate-dex-mcptransfer
Warn
Audited by Snyk on Mar 9, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill makes runtime calls to a configured MCP server (e.g. the configured URL "https://your-mcp-server-domain/mcp") which returns server-controlled confirm_message and performs server-side signing/broadcast operations, meaning an external URL is required at runtime and its responses directly control agent prompts and execute actions.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill is explicitly designed to perform on-chain transfers: it builds transactions (tx.transfer_preview), performs server-side signing with private keys (wallet.sign_transaction), and broadcasts transactions (tx.send_raw_transaction). It includes balance checks, gas estimation, address validation, and supports native/ERC20/SPL token transfers across multiple chains. These are specific crypto/blockchain financial operations (wallet transfers and transaction execution), so it grants direct financial execution authority.
Audit Metadata