What problem does it solve? Smart contract code is immutable, publicly readable, and adversarially executed, so a single missed vulnerability can mean irreversible loss of funds. This Skill provides a structured four-phase audit procedure — reconnaissance, a two-pass sweep, deep validation, and reporting — that turns raw tool output into verified findings with written attack paths and proof-of-concept tests. ## Core Features & Use Cases - Four-phase audit workflow: Map roles and value flows, run syntactic and semantic sweeps, validate each candidate with a full call-chain trace, then emit a deduplicated severity-ranked report. - Toolchain orchestration: Copy-pasteable pipeline covering Slither, Aderyn, Solhint, Foundry invariants, Echidna, Medusa, Halmos, and hevm, with per-tool false-positive guidance and non-fatal exit handling. - 2026 vulnerability inventory: Reference material covering OWASP Smart Contract Top 10, reentrancy variants, oracle manipulation, upgradeability, ERC-4337, EIP-7702, Permit2, and agentic payment flows. - Use Case: Given a Foundry-based DeFi vault repository, run the default pipeline to generate recon and static-analysis artifacts, then validate each lead into a finding with a failing Foundry proof-of-concept test and a severity-ranked report. ## Quick Start Audit the Solidity contracts in this repository for security vulnerabilities and produce a severity-ranked findings report.