maxFindingsInReport
number
How to use it
maxFindingsInReport is exposed by the Judges MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the maxFindingsInReport tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Judges
npx @kevinrabun/judges-cli eval --file src/app.tsOther tools in Judges (39)
string
number[]
string
string
string
boolean
Run a 3-step app-builder workflow for technical and non-technical stakeholders:
Evaluate multiple code files in a single call. Returns per-file verdicts plus aggregate statistics.
Streaming evaluation — returns per-judge results as each judge completes with running aggregates.
Read a file from disk and submit it to the full panel. Auto-detects language from extension.
Run only specified judges. Use after an initial full evaluation to re-check specific areas.
Policy-aware evaluation with named profiles (startup, regulated, healthcare, fintech, public-sector).
Clone a public repository URL, run the full judges panel across eligible source files, and generate a consolidated markdown report.
Evaluate code and automatically generate fix patches for all findings with auto-fix support.
Run a V2 context-aware tribunal evaluation designed to raise feedback quality toward lead engineer/architect-level review:
Evaluate with progress callbacks for long-running evaluations.
object
object
Explain a finding in plain language with OWASP/CWE references, risk context, and remediation guidance.
array
Evaluate code and apply all available auto-fix patches. Returns fixed code with applied/remaining summary.
Finding lifecycle statistics: open, fixed, recurring, and triaged counts plus trends.
Analyze suppression patterns: FP rates by rule, suppression rates, auto-suppress candidates.
boolean
boolean
string
List triaged findings, optionally filtered by triage status.
number
number
number
number
number
string[]
number
string
enum
Record user feedback (true-positive, false-positive, wont-fix) to calibrate confidence scores.
string
Set triage status of a finding (accepted-risk, deferred, wont-fix, false-positive) with attribution.