What problem does it solve?
This Skill helps you audit Solidity and EVM smart contracts for the most common and most damaging vulnerability classes before they reach production or are exploited in the wild.
Core Features & Use Cases
- Reentrancy analysis: Detect classic, cross-function, cross-contract, and read-only reentrancy in contracts that make external calls.
- Core exploit patterns: Review logic for integer overflow and underflow, access control mistakes, delegatecall storage collisions, signature replay, randomness manipulation, force-send ETH, create2 abuse, and front-running or MEV exposure.
- Audit workflow support: Use the decision tree, code patterns, and mitigation guidance to move from high-level triage to concrete fixes and test cases.
- Use case: A security engineer can apply this Skill during a smart contract review to identify unsafe withdrawal flows, weak authentication, fragile proxy layouts, and oracle-dependent logic that can be manipulated by attackers.
Quick Start
Ask the Skill to audit a Solidity contract or protocol for reentrancy, access control, replay, proxy, and MEV risks, then request prioritized findings and recommended fixes.