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": {
"chainId": {
"type": "string",
"title": "Chainid",
"default": "eip155:8453",
"description": "CAIP-2 chain id, default eip155:8453"
},
"addresses": {
"type": "string",
"title": "Addresses",
"description": "Comma-separated addresses (max 3)"
}
}
}