audit_code_defenses
Audit source code for complex control flow and unhandled exception risks by analyzing cyclomatic complexity, branch depth, and exception vectors.
Instructions
Audits AST cyclomatic complexity, branch depth, and detects unhandled exception vectors in source code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The source code to inspect | |
| language | No | Programming language | python |