scan_vulns
Analyze Solidity source code to identify common security vulnerabilities including reentrancy, overflow, and access control flaws.
Instructions
Scan Solidity source code for common security vulnerabilities (reentrancy, overflow, access control, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_code | Yes | Solidity source code to analyze | |
| contract_name | No | Contract name (for report context) |