Swarm

contract_audit

Run a full 5-phase security audit on up to 3 EVM contract addresses. Handles EIP-1167 proxy/implementation pairs. Returns complete intelligence card including Slither findings, Echidna fuzz results, deployer profiling, EIP-7702 delegate detection, money flow trace, and holder analysis.

Remote hobiecunningham/agentic-swarm-marketplace

Other tools also called contract_audit? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "chain_id": {
      "type": "string",
      "title": "Chain Id",
      "default": "eip155:8453",
      "description": "CAIP-2 chain id (default Base mainnet eip155:8453)"
    },
    "addresses": {
      "type": "string",
      "title": "Addresses",
      "description": "Comma-separated 0x addresses (max 3 proxy/implementation pairs)"
    }
  }
}
          

Provider

Swarm →