What problem does it solve? Smart contract bugs can lead to lost funds, but manual security reviews are slow and expensive. This Skill runs an automated security audit of Solidity code during development, surfacing high-confidence vulnerabilities in minutes before every commit. ## Core Features & Use Cases - Parallelized Multi-Agent Audit: Orchestrates four vector-scanning agents against 170 documented attack vectors, then merges and deduplicates findings by root cause. - Deep Adversarial Mode: An optional DEEP mode spawns an adversarial reasoning agent that hunts for logic errors, economic exploits, and cross-function attack paths beyond pattern matching. - Confidence-Scored Reports: Every finding passes a false-positive gate and receives a confidence score, with formatted reports including descriptions, diffs of suggested fixes, and a findings table. - Use Case: Before committing changes to a vault contract, run the audit on src/Vault.sol to catch missing access controls, reentrancy, or rounding errors and get a fix-ready report. ## Quick Start Ask the agent to run a security audit on your Solidity repository, or pass a specific filename like src/Vault.sol to review just that contract.