llm-trading-agent-security
Warn
Audited by Snyk on Jun 16, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill is explicitly about autonomous trading and contains concrete, specific on-chain execution capabilities: code to sign and send transactions (account.sign_transaction, w3.eth.send_raw_transaction), simulation of transactions (w3.eth.call), wallet key handling (TRADING_WALLET_PRIVATE_KEY, eth_account.Account.from_key), RPC endpoints (flashbots RPC), spend limits and hard execution guards. These are direct crypto/blockchain transaction operations (signing and sending), so it grants Direct Financial Execution Authority.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata