What problem does it solve? Building a DeFi protocol on Ethereum or another EVM chain requires coordinating contract architecture, secure Solidity coding, fuzz and invariant testing, static analysis, and audit-grade review — a workflow most developers handle piecemeal with inconsistent rigor. This Skill runs the full pipeline from threat modeling through deployment verification using an agency-grade audit methodology modeled on firms like Trail of Bits and OpenZeppelin. ## Core Features & Use Cases - Architecture and threat modeling: Maps DeFi mechanics (lending, AMMs, vaults, staking, DAOs) into contract designs with a risk matrix, key-compromise resilience rating, and money-flow analysis before any code is written. - Dual QA suites: Generates Foundry unit, fuzz, and invariant tests plus Hardhat 3 (viem + node:test) role-based scenario runners, with Slither, Mythril, and Echidna static analysis triage. - Agency-grade audit reports: Produces findings with impact×likelihood severity, an OWASP Smart Contract Top 10 (2026) coverage traceability matrix, economic/game-theoretic review, and optional professional .docx report formatting. - Use Case: Ask it to "build and audit a staking vault on Sepolia" and it scopes the threat model, writes the Solidity contract with SafeERC20 and reentrancy guards, generates fuzz and invariant tests, runs the audit checklist, and prepares a forge script deployment with wallet setup guidance. ## Quick Start Ask the assistant to design, test, and audit a Solidity DeFi contract for Ethereum Sepolia, for example: "Build me an ERC-4626 vault with Foundry fuzz tests and a full audit report."