What problem does it solve?
Smart contract security auditing is complex and time-consuming; this skill provides a structured framework that catalogs 10 DeFi bug classes (accounting desync, access control, incomplete path, off-by-one, oracle, ERC4626, reentrancy, flash loan, signature replay, proxy), pre-dive kill signals, a Foundry PoC template, and grep patterns to accelerate detection and reproduction of vulnerabilities.
Core Features & Use Cases
- Ten bug classes with explicit patterns and remediation guidance.
- Pre-dive kill signals to triage risk before deep code review.
- Foundry PoC template to reproduce and validate vulnerabilities.
- Grep patterns for each class to speed up scans and evidence collection.
- Real Immunefi paid examples to illustrate severity and payouts.
- Use Case: apply to Solidity and Rust DeFi contracts to rapidly identify, classify, and demonstrate vulnerabilities.
Quick Start
Run the Foundry PoC template against your Solidity project and grep the codebase for the ten identified vulnerability classes.