What problem does it solve? Manually auditing EVM smart contracts for security vulnerabilities is slow and error-prone, and it is easy to miss non-obvious attack vectors across domains like DeFi, proxies, oracles, and signatures. This Skill systematizes the audit process with 500+ checklist items across 19 vulnerability domains. ## Core Features & Use Cases - Parallel Specialist Agents: Spawns one sub-agent per vulnerability domain, each walking a dedicated checklist and writing its own findings file. - 20 Domain Checklists: Covers ERC20, ERC4626 vaults, AMMs, lending, staking, bridges, proxies, signatures, governance, oracles, assembly, flash loans, DoS, access control, and more. - Structured Reporting: Synthesizes all findings into an AUDIT-REPORT.md and files GitHub issues for Medium severity and above. - Use Case: Given a GitHub link to a Solidity contract, run a full security audit that routes to the relevant checklists, produces a consolidated report, and files issues on the repository. ## Quick Start Audit the smart contract at this GitHub URL for security vulnerabilities and file issues for any Medium or higher severity findings.