audit_pipeline
Run a complete security audit pipeline that scans, verifies, chains exploits, reports, and fixes vulnerabilities. Produces persistent artifacts and an executive summary.
Instructions
Run the full resilient 0day audit pipeline: Scan → Verify → Chain → Report → Fix. Writes complete persistent artifacts into mcp2agy_workspace/runs// and returns a compact executive summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePaths | Yes | Files to audit | |
| reportMode | No | Report mode (default: A) | |
| minPriority | No | Minimum priority | |
| projectName | No | ||
| projectRoot | No | Workspace root for path confinement and artifact outputs | |
| minConfidence | No | Minimum confidence | |
| projectVersion | No | ||
| includeRawFindings | No | Whether to return raw arrays inline (default: false) |