What problem does it solve? Manually auditing Solidity smart contracts for vulnerabilities is slow and error-prone, requiring coordinated reconnaissance, protocol-specific analysis, and proof-of-concept validation before findings can be submitted to platforms like Code4rena. ## Core Features & Use Cases - Automated Audit Pipeline: Runs five phases end-to-end without user intervention: scope resolution, parallel reconnaissance, protocol-aware auditor selection, PoC validation, and report generation. - Protocol-Specific Auditor Selection: Detects protocol type (AMM, Lending, Vault, Governance, Bridge, Staking, NFT) from recon output and deploys up to three matching specialist auditors such as reentrancy-auditor or oracle-auditor. - PoC Validation with Foundry: Generates Forge test files for each High/Medium finding and only marks findings VALIDATED when tests pass and assertions prove the claimed impact. - Use Case: Point the skill at a Code4rena contest repository and it resolves the scope, maps the codebase, finds vulnerabilities like donation attacks or stale price checks, validates them with executable PoCs, and produces submission-ready reports. ## Quick Start Ask the agent to audit this repository for smart contract vulnerabilities and generate validated findings with submission-ready reports.