What problem does it solve?
This Skill reduces smart-contract security risk by turning a generic review into a structured, repeatable workflow that catches known issues, validates special design features, and forces security-property documentation before release.
Core Features & Use Cases
- Runs a known-issues scan with Slither to surface common vulnerabilities, triage them by severity, and tie findings to file references with actionable remediation guidance.
- Detects and validates special features such as upgradeability and ERC conformance, and recommends follow-on analysis for token integration and ERC security properties.
- Produces security diagrams and testing-ready property documentation to clarify inheritance/function/authorization behavior and to support fuzzing and formal verification via documented invariants.
- Completes a manual review pass for attack classes that tools miss well (privacy, front-running/MEV, cryptography pitfalls, and DeFi/oracle/flash-loan assumptions).
Quick Start
Use the secure-workflow-guide skill on your Solidity repository to run the full 5-step secure development workflow and return a prioritized security action plan.