full_audit
Run a comprehensive security audit covering code, secrets, dependencies, configuration, taint, and authentication. Get a single PASS/FAIL/WARN verdict to identify and fix vulnerabilities.
Instructions
Single command that runs ALL checks: code scan (390 rules), secret detection, dependency CVEs, config audit, taint analysis, and auth coverage. Returns PASS/FAIL/WARN verdict with deterministic hash. IMPORTANT: If verdict is FAIL or WARN, you MUST call remediation_plan next to get a section-by-section fix checklist — do NOT skip any section. After fixing, call verify_remediation to confirm ALL sections are addressed. Example: full_audit({path: '.'})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project root directory | . |
| format | No | Output format | markdown |
| skipDeps | No | Skip dependency vulnerability check | |
| skipSecrets | No | Skip secret scanning |