Loading...
Loading...
Deep EVM smart contract security audit system. Use when asked to audit a contract, find vulnerabilities, review code for security issues, or file security issues on a GitHub repo. Covers 500+ non-obvious checklist items across 19 domains via parallel sub-agents. Different from the security skill (which teaches defensive coding) — this is for systematically auditing contracts you didn't write.
npx skill4agent add austintgriffith/ethskills audithttps://raw.githubusercontent.com/austintgriffith/evm-audit-skills/main/evm-audit-master/SKILL.mdhttps://raw.githubusercontent.com/austintgriffith/evm-audit-skills/main/<skill-name>/references/checklist.md| Skill | When to Load |
|---|---|
| Always |
| Always |
| Contract interacts with ERC20 tokens |
| AMM, DEX, Uniswap V3/V4, liquidity pools |
| Lending, borrowing, CDP, liquidations |
| Staking, liquid staking, restaking, EigenLayer |
| Vaults, share/asset conversion |
| Account abstraction, paymasters, session keys |
| Cross-chain, LayerZero, CCIP, Wormhole |
| Upgradeable contracts, UUPS, Transparent, Diamond |
| Off-chain signatures, EIP-712, permits |
| DAO voting, timelocks, multi-sig |
| Chainlink, TWAP, Pyth, price feeds |
| Inline assembly, Yul, CREATE2 |
| Non-mainnet: Arbitrum, OP, zkSync, Blast, BSC |
| Flash loan attack vectors |
| NFTs, ERC721, ERC1155 |
| DoS, unbounded loops, gas griefing |
| Ownership, roles, centralization risks |
findings-<skill>.mdAUDIT-REPORT.mdAudit this contract and file issues: https://github.com/owner/repo/blob/main/contracts/Foo.sol
Checklists: https://raw.githubusercontent.com/austintgriffith/evm-audit-skills/main/evm-audit-master/SKILL.md