Security patterns for autonomous trading agents with wallet or transaction authority. Covers prompt injection, spend limits, pre-send simulation, circuit breakers, MEV protection, and key handling.
64
77%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Medium
Suggest reviewing before use
Fix and improve this skill with Tessl
tessl review fix ./skills/llm-trading-agent-security/SKILL.mdThe canonical home for this skill is tdg-personal/llm-trading-agent-security
Security
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.
The skill is explicitly about on-chain trading and contains concrete code and instructions to sign and send blockchain transactions (e.g., self.account.sign_transaction, w3.eth.send_raw_transaction), manage private keys (eth_account, TRADING_WALLET_PRIVATE_KEY), and references order placement, swaps, and treasury operations. This is a specific financial execution capability (crypto/blockchain wallet and transaction execution).
754b8dd
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.