evaluate_app_builder_flow
Run a 3-step workflow to review code, translate risks into plain language, and obtain prioritized remediation tasks with AI-fixable items.
Instructions
Run a 3-step app-builder workflow: tribunal review, plain-language risk translation, and prioritized remediation tasks with AI-fixable P0/P1 items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | Source code to evaluate (use with language for single-file mode) | |
| files | No | Project files for multi-file mode | |
| context | No | Optional context about business purpose or constraints | |
| language | No | Programming language for single-file or diff mode | |
| maxTasks | No | Maximum number of remediation tasks to return (default: 20) | |
| maxFindings | No | Maximum number of translated top findings to return (default: 10) | |
| changedLines | No | 1-based changed line numbers for diff mode | |
| minConfidence | No | Minimum finding confidence to include (0-1, default: 0) | |
| includeAstFindings | No | Include AST/code-structure findings (default: true) |