CtrlK
BlogDocsLog inGet started
Tessl Logo

tdg-personal/llm-trading-agent-security

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.

84

Quality

84%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

Security

1 medium severity finding. This skill can be installed but you should review these findings before use.

Medium

W009: Direct money access capability detected (payment gateways, crypto, banking)

What this means

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.

Why it was flagged

Direct money access detected (high risk: 1.00). The skill is explicitly designed for on-chain trading and transaction execution. It contains concrete crypto/blockchain operations and APIs: simulating and sending transactions via w3.eth.call and w3.eth.send_raw_transaction, signing transactions (account.sign_transaction), wallet key handling (Account.from_key with TRADING_WALLET_PRIVATE_KEY), RPC endpoints (flashbots RPC), and guidance for order placement, swaps, and treasury operations. Those are direct financial execution capabilities (signing/sending transactions and managing wallets), not generic tooling.

Report incorrect finding
Audited
Security analysis
Snyk