llm-trading-agent-security

llm trading agent security

affaan-m 232k ↓ 3.7k MIT updated 25d ago
Claude Code
View source ↗

What it does

  • Building an AI agent that signs and sends transactions
  • Auditing a trading bot or on-chain execution assistant
  • Designing wallet key management for an agent
  • Giving an LLM access to order placement, swaps, or treasury operations
  • External data is sanitized before entering the LLM context
  • Spend limits are enforced independently from model output
  • Transactions are simulated before send

Requirements & configuration

  • Do not blindly inject token names, pair labels, webhooks, or social feeds into an execution-capable prompt.

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

llm trading agent security

Source

Repository: https://github.com/affaan-m/everything-claude-code

llm-trading-agent-security FAQ

What does the llm-trading-agent-security skill do?

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. Building an AI agent that signs and sends transactions Auditing a trading bot or on-chain execution assistant

What does llm-trading-agent-security require?

Do not blindly inject token names, pair labels, webhooks, or social feeds into an execution-capable prompt.

How do I install llm-trading-agent-security?

Run: npx -y skills add https://github.com/affaan-m/everything-claude-code --skill llm-trading-agent-security --agent claude-code — the source lives at github.com/affaan-m/everything-claude-code.

Maintain llm-trading-agent-security?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[llm-trading-agent-security on getagentictools](https://getagentictools.com/skills/affaan-m-everything-claude-code-llm-trading-agent-security?ref=badge)
npx agentictools info skills/affaan-m-everything-claude-code-llm-trading-agent-security

The second line is the CLI lookup for this page — handy in READMEs and docs.