audit
Run a full deterministic codebase audit for security, dead code, duplicates, naming, complexity, and infrastructure. Get a score plus prioritized findings with file:line, severity, and suggested fixes; filter by severity to cut noise.
Instructions
Call after finishing an edit, and before telling the user the work is done. Runs the full deterministic audit - security, dead code, duplicates, naming, complexity, infrastructure - and returns the score plus the findings with file:line, severity and a suggested fix. Use min_severity to cut noise. For a diff-sized answer, prefer audit_delta.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max findings listed (default 100); `total_findings` and `by_severity` are always exact. | |
| min_severity | No | Only findings at or above this severity. Use "high" to see just what must be fixed. |