pentagonal_audit
Audit smart contract security using 8 specialized agents to detect vulnerabilities like reentrancy, flash loans, and access control issues, returning findings with severity ratings and line numbers.
Instructions
Run an 8-agent security pen test on a smart contract. Each agent specializes in a different attack vector: reentrancy, flash loans, access control, gas griefing, oracle manipulation, front-running, integer overflow, and economic exploits. Findings are returned with severity ratings and line numbers. New security rules are automatically learned from each audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The full smart contract source code to audit | |
| chain | No | Which blockchain the contract targets | ethereum |
| use_learned_rules | No | Use previously learned security rules during the audit |