KevinRabun/judges

MCP server with specialized judges to evaluate AI-generated code for security, cost, scalability, cloud readiness, and best practices.

This repository also configures its own agents. See what judges tells them →

7Stars on the repository
51Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

KevinRabun/judges

Agent Claude Code

Detects misuse patterns unique to popular frameworks: React hook violations, Express middleware ordering, Next.js SSR data leaks, Angular DomSanitizer bypass, Vue v-html XSS, Django settings & template safety, Spring Boot security configuration, ASP.NET Core authorization & CORS, Flask SSTI, FastAPI auth dependencies…

not rated 7 2mo ago A 74 tokens original MIT

KevinRabun/judges

Agent Claude Code

Detects APIs, imports, methods, and patterns that are commonly hallucinated by AI code generators — non-existent standard library functions, fabricated package names, phantom methods, and incorrect API signatures that look plausible but don't exist.

not rated 7 2mo ago A 50 tokens original MIT

Judge IaC Security

27

KevinRabun/judges

Agent Claude Code

Evaluates Terraform, Bicep, and ARM templates for security misconfigurations, hardcoded secrets, missing encryption, overly permissive network/IAM rules, and IaC best-practice violations.

not rated 7 2mo ago A 45 tokens original MIT

KevinRabun/judges

Agent Claude Code

Detects mismatches between stated intent (comments, docstrings, function names) and actual implementation — stubs, TODO-only bodies, misleading names, and empty implementations that AI code generators commonly produce.

not rated 7 2mo ago A 44 tokens original MIT

KevinRabun/judges

Agent Claude Code

Evaluates code for hardcoded strings, date/number formatting, RTL support, locale-aware sorting, Unicode handling, and translation-ready patterns.

not rated 7 2mo ago A 32 tokens original MIT

KevinRabun/judges

Agent Claude Code

Evaluates code for PII in log output, sensitive data redaction, appropriate log levels, and compliance with data protection requirements in logging.

not rated 7 2mo ago A 32 tokens original MIT

Judge Logic Review

31

KevinRabun/judges

Agent Claude Code

Detects logic errors common in AI-generated code: inverted conditions, off-by-one errors, dead code branches, function name/implementation mismatches, and incomplete control flow.

not rated 7 2mo ago A 38 tokens original MIT

KevinRabun/judges

Agent Claude Code

Evaluates code for readability, modularity, complexity, naming conventions, and technical debt indicators that affect long-term maintenance costs.

not rated 7 2mo ago A 29 tokens original MIT

KevinRabun/judges

Agent Claude Code

Detects stylistic fingerprints characteristic of specific AI code generators (ChatGPT/GPT-4, Claude, Copilot, Gemini) to flag code that may carry model-specific biases, hallucinations, or blind spots.

not rated 7 2mo ago A 49 tokens original MIT

KevinRabun/judges

Agent Claude Code

Detects self-contradicting patterns: duplicate function definitions, contradictory boolean assignments, dead code after returns, conflicting configs, and TODO density.

not rated 7 2mo ago A 37 tokens original MIT

Judge Observability

35

KevinRabun/judges

Agent Claude Code

Evaluates code for structured logging, distributed tracing (OpenTelemetry), metrics exposition, alerting hooks, correlation IDs, and dashboarding readiness.

not rated 7 2mo ago A 32 tokens original MIT

KevinRabun/judges

Agent Claude Code

Detects unnecessary abstractions, premature generalisation, wrapper-mania, and design-pattern misuse. Especially relevant for AI-generated code which tends toward over-abstraction.

not rated 7 2mo ago A 37 tokens original MIT

Judge Performance

37

KevinRabun/judges

Agent Claude Code

Evaluates code for memory allocation efficiency, GC pressure, lazy loading, bundle size, render performance, database query optimization, and runtime hot spots.

not rated 7 2mo ago A 32 tokens original MIT

Judge Portability

38

KevinRabun/judges

Agent Claude Code

Evaluates code for OS/platform independence, vendor lock-in avoidance, cross-environment compatibility, and abstraction of platform-specific functionality.

not rated 7 2mo ago A 29 tokens original MIT

Judge Rate Limiting

39

KevinRabun/judges

Agent Claude Code

Evaluates code for API rate limiting, request throttling, backoff strategies, quota management, and protection against abuse and resource exhaustion.

not rated 7 2mo ago A 32 tokens original MIT

Judge Reliability

40

KevinRabun/judges

Agent Claude Code

Evaluates code for error recovery, retry logic, circuit breakers, graceful degradation, idempotency, dead letter queues, chaos readiness, and fault tolerance.

not rated 7 2mo ago A 34 tokens original MIT

Judge Scalability

41

KevinRabun/judges

Agent Claude Code

Evaluates code for its ability to handle growth — horizontal/vertical scaling readiness, statelessness, concurrency, bottlenecks, and performance under load.

not rated 7 2mo ago A 35 tokens original MIT

Judge Security

42

KevinRabun/judges

Agent Claude Code

Holistic security assessment covering insecure data flows, weak cryptography, missing security controls, unsafe deserialization, XML external entities, prototype pollution, and other broad vulnerability patterns across all supported languages.

not rated 7 2mo ago A 41 tokens original MIT

KevinRabun/judges

Agent Claude Code

Evaluates code quality, maintainability, testing practices, documentation, SOLID principles, design patterns, error handling, and secure software development lifecycle (SSDLC) compliance.

not rated 7 2mo ago A 38 tokens original MIT

Judge Testing

44

KevinRabun/judges

Agent Claude Code

Evaluates code for test-to-code ratio, test isolation, mocking strategy, edge case coverage, flaky test patterns, and test pyramid balance (unit/integration/e2e).

not rated 7 2mo ago A 38 tokens original MIT

Judge UX

45

KevinRabun/judges

Agent Claude Code

Evaluates code for user experience patterns including loading states, error feedback, responsive design, mobile-friendliness, and interaction quality.

not rated 7 2mo ago A 29 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: