Contract Scanning

Claude AI reads contract bytecode

Claude AI reads smart contract bytecode to find issues that automated scanners miss.

What It Checks

  • Hidden fees — dynamic tax functions, changing rules

  • Backdoors — owner functions that weren't actually renounced

  • Obfuscated code — deliberately complex logic hiding exploits

  • Privilege escalation — ways to regain control post-renounce

How It Works

  1. Token passes all other Aegis checks first

  2. Contract bytecode fetched from block explorer

  3. Claude analyzes the code

  4. Returns risk score (0-100) with explanation

  5. Score >65 = significant concern

Limitations

  • EVM only — Solana programs not supported

  • Runs last — only on tokens that passed everything else

  • Cached — results stored to avoid re-analyzing

Planned Chains

Ethereum, Base, Polygon, BSC, Blast, Avalanche, Arbitrum, Sonic

Last updated