What problem does it solve? Smart contract auditors need systematic knowledge to identify flash loan vulnerabilities, where attackers borrow unlimited capital in a single transaction to manipulate prices, governance votes, collateral values, or rewards. ## Core Features & Use Cases - Attack Pattern Detection: Provides vulnerable Solidity code patterns for price manipulation, governance manipulation, collateral manipulation, reward manipulation, and oracle manipulation, each with grep-based detection commands. - Protection Patterns: Documents mitigation techniques including snapshot/checkpoint patterns, TWAP oracles, same-block checks, and minimum lock periods. - Audit Checklist & Severity Classification: Supplies a review checklist and severity ratings (Critical/High/Medium) to triage findings. - Use Case: During a DeFi lending protocol audit, use this Skill to check whether liquidation logic relies on manipulable AMM spot prices and whether governance voting uses balance snapshots. ## Quick Start Audit this Solidity codebase for flash loan vulnerabilities, checking for spot price usage, balance-based voting, and missing same-block protections.