Judges
未申請MCP server with specialized judges to evaluate AI-generated code for security, cost, scalability, cloud readiness, and best practices.
インストール
npx @kevinrabun/judges-cli eval --file src/app.ts未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(40個)
branch
string
changedLines
number[]
code
string
context
string
credentialMode
string
enableMustFixGate
boolean
evaluate_app_builder_flow
Run a 3-step app-builder workflow for technical and non-technical stakeholders:
evaluate_batch
Evaluate multiple code files in a single call. Returns per-file verdicts plus aggregate statistics.
evaluate_code_streaming
Streaming evaluation — returns per-judge results as each judge completes with running aggregates.
evaluate_file
Read a file from disk and submit it to the full panel. Auto-detects language from extension.
evaluate_focused
Run only specified judges. Use after an initial full evaluation to re-check specific areas.
evaluate_policy_aware
Policy-aware evaluation with named profiles (startup, regulated, healthcare, fintech, public-sector).
evaluate_public_repo_report
Clone a public repository URL, run the full judges panel across eligible source files, and generate a consolidated markdown report.
evaluate_then_fix
Evaluate code and automatically generate fix patches for all findings with auto-fix support.
evaluate_v2
Run a V2 context-aware tribunal evaluation designed to raise feedback quality toward lead engineer/architect-level review:
evaluate_with_progress
Evaluate with progress callbacks for long-running evaluations.
evaluationContext
object
evidence
object
explain_finding
Explain a finding in plain language with OWASP/CWE references, risk context, and remediation guidance.
files
array
fix_code
Evaluate code and apply all available auto-fix patches. Returns fixed code with applied/remaining summary.
get_finding_stats
Finding lifecycle statistics: open, fixed, recurring, and triaged counts plus trends.
get_suppression_analytics
Analyze suppression patterns: FP rates by rule, suppression rates, auto-suppress candidates.
includeAstFindings
boolean
keepClone
boolean
language
string
list_triaged_findings
List triaged findings, optionally filtered by triage status.
maxFileBytes
number
maxFiles
number
maxFindings
number
maxFindingsInReport
number
maxTasks
number
minConfidence
number
mustFixDangerousRulePrefixes
string[]
mustFixMinConfidence
number
outputPath
string
policyProfile
enum
record_feedback
Record user feedback (true-positive, false-positive, wont-fix) to calibrate confidence scores.
repoUrl
string
triage_finding
Set triage status of a finding (accepted-risk, deferred, wont-fix, false-positive) with attribution.