What problem does it solve?
Smart contracts in DeFi carry substantial risk due to a wide range of vulnerability classes. This Skill provides a structured, repeatable framework to identify, classify, and prioritize issues before deployment, using kill signals, templates, and practical patterns. It is intended for security engineers, auditors, and product teams evaluating Solidity/Rust targets for potential exploits.
Core Features & Use Cases
- Covering 10 bug classes (accounting desync, access control, incomplete path, off-by-one, oracle, ERC4626, reentrancy, flash loan, signature replay, proxy)
- Pre-dive kill signals to quickly assess engagement viability
- Foundry PoC template to demonstrate exploits and validation steps
- Grep patterns for rapid code search and triage
- Real Immunefi paid examples for context and learning
Quick Start
Apply the Foundry PoC template to your Solidity targets and run the grep patterns to surface common vulnerability classes.