What problem does it solve? Smart contract vulnerabilities can lead to irreversible loss of funds, yet manual security reviews are inconsistent and easy to skip critical checks. This Skill enforces a systematic, checklist-driven audit process so no common vulnerability class is overlooked. ## Core Features & Use Cases - Systematic Checklist Audit: Works through 100+ checks covering variables, functions, modifiers, code patterns, external calls, events, and contract-level concerns. - SWC Vulnerability Scan: Maps findings to the Smart Contract Weakness Classification registry (SWC-100 through SWC-136) for standardized reporting. - Weird ERC20 Edge Cases: Checks token interactions against known problematic behaviors like fee-on-transfer, rebasing, missing return values, and approval race conditions. - Use Case: Before deploying a DeFi vault contract, run the audit to receive a structured report with severity-classified findings, file:line references, SWC mappings, and specific remediation advice. ## Quick Start Ask the AI to audit a specific contract, for example: run a security audit on StakingVault.sol and report all findings by severity.