evaluate_public_repo_report
Clone a public repository, run the judges panel analysis across source files, and generate a consolidated markdown report.
Instructions
Clone a public repository URL, run the full judges panel across source files, and generate a consolidated markdown report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | Optional branch name (defaults to repository default branch) | |
| repoUrl | Yes | Public repository URL (HTTP/HTTPS) | |
| maxFiles | No | Maximum number of source files to analyze (default: 600) | |
| keepClone | No | Keep cloned repository on disk for inspection | |
| outputPath | No | Optional path to write the markdown report | |
| maxFileBytes | No | Maximum single file size in bytes (default: 300000) | |
| minConfidence | No | Minimum finding confidence to include (0-1, default: 0) | |
| credentialMode | No | Credential detection mode: standard (default) or strict | |
| enableMustFixGate | No | Enable must-fix gate for high-confidence dangerous findings (default: false) | |
| includeAstFindings | No | Include AST/code-structure findings (default: true) | |
| maxFindingsInReport | No | Maximum number of detailed findings in report (default: 150) | |
| mustFixMinConfidence | No | Minimum confidence threshold for must-fix gate triggers (0-1, default: 0.85) | |
| mustFixDangerousRulePrefixes | No | Optional rule prefixes considered dangerous for must-fix gate |