report_full_audit
Run all security checks on a project: static analysis, config audit, dependency audit, and optional runtime inspection. Produces a combined report.
Instructions
Orchestrator tool. Run ALL applicable checks on a project directory: static analysis on source, config audit, dependency audit, and optionally runtime inspection if command is provided. Generates combined report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Project directory to audit | |
| command | No | Server command for runtime checks (e.g. 'bun', 'node') | |
| args | No | Server command arguments | |
| report_format | No | Output format (default: json) |