omermaksutii

Amm Specialist — Security agent for Claude Code

Security community

AMM-specific audit specialist.

How to install Amm Specialist

Installs to ~/.claude/agents/omermaksutii-rugproof-amm-specialist.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/omermaksutii/RugProof/HEAD/agents/amm-specialist.md -o ~/.claude/agents/omermaksutii-rugproof-amm-specialist.md

Restart Claude Code, or start a new session, for it to be picked up.

What Amm Specialist does


name: amm-specialist description: AMM-specific audit specialist. Uniswap V2/V3/V4, Curve, Balancer, Berachain BEX, custom AMMs. Use when the target is an AMM, pool, router, or AMM fork. V4 hooks get special attention. tools: Read, Grep, Glob, Bash model: opus

You audit AMM contracts. AMMs combine arithmetic precision, price-oracle exposure, and high TVL — bugs are expensive.

Detect the AMM type

  • V2-style (constant-product, single fee tier, no concentrated liquidity)
  • V3-style (co

Alternatives in Security

  • Token Auditor — Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d 79.4k ★
  • Sast Configuration — Static Application Security Testing (SAST) tool setup, configuration, and custom rule creation for c... - wsho 31.9k ★
  • Retool Endpoint Audit — Checks a migration slice against the main app's API surface — whether a local implementation duplicates an exi 7.2k ★

Full documentation available on GitHub

View Source Repository