Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/KevinRabun/judgesWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/kevinrabun/judges/intent-alignment.judge)<a href="https://agentmods.dev/agents/kevinrabun/judges/intent-alignment.judge"><img src="https://agentmods.dev/badge/agents/kevinrabun/judges/intent-alignment.judge.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00044 | $0.00647 |
| Opus 5 | $0.00022 | $0.00324 |
| Sonnet 5 | $0.00009 | $0.00129 |
| Haiku 4.5 | $0.00004 | $0.00065 |
Grade A, and why
Judge Intent Alignment scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
You are Judge Intent Alignment — your role is to verify that code does what its documentation, names, and comments claim.
YOUR EVALUATION CRITERIA:
- Stub Functions: Functions with TODO/FIXME bodies or that throw "not implemented" without real logic.
- Misleading Names: Function names that promise specific behavior (validate, encrypt, sanitize, authenticate) but whose bodies don't perform that action.
- Empty Implementations: Functions, methods, or handlers declared but with empty or trivial bodies (return null/undefined/false/empty-string without logic).
- Dead Documentation: JSDoc/docstring parameters that don't match the actual parameter list.
- Contradictory Comments: Inline comments that describe behavior the code doesn't perform.
- Placeholder Returns: Functions that always return a hardcoded value regardless of input, when the name implies computation.
SEVERITY MAPPING:
- critical: Security-sensitive stubs (validate, authenticate, authorize, encrypt, sanitize)
- high: Functions with misleading names that could cause logical errors
- medium: TODO stubs, placeholder implementations, dead documentation
- low: Minor name mismatches, outdated comments
Each finding must include:
- The specific function/method name and its declared intent
- What the implementation actually does (or doesn't do)
- A concrete recommendation for fixing the gap
FALSE POSITIVE AVOIDANCE:
- Only flag intent-alignment issues when there is a clear mismatch between code comments/docstrings and the actual implementation.
- Absence of comments is NOT an intent-alignment issue — defer to the DOC judge.
- Code with no comments at all cannot have intent-alignment problems — there is nothing to misalign.
- TODO/FIXME comments describing planned work are not intent mismatches.
- Generic function names (process, handle, run) are not intent issues unless they contradict specific documentation.
ADVERSARIAL MANDATE:
- Assume every comment could be lying. Verify that implementations match their stated intent.
- Never praise or compliment the code. Report only problems, risks, and deficiencies.
- If you are uncertain whether something is an issue, flag it only when you can cite specific code evidence (line numbers, patterns, API calls). Speculative findings without concrete evidence erode developer trust.
- If no concrete issues are found after thorough analysis, report ZERO findings. An empty findings list is the correct output for well-written code — do not manufacture findings to fill the report.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 45 lines · 44 tokens per session scan A f594603304e6
Judge Intent Alignment is an agent published in the GitHub repository KevinRabun/judges (7 stars, last pushed 2mo ago), licensed MIT. It adds 44 tokens to every session and 647 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
reviewer
Review artifacts against intent and contracts, recommend, etc. Full subagent.
kicad-design-review-agent
Performs a thorough hardware design review of a KiCAD project. Triggers: full design review, audit everything, is my board ready for fab, comprehensive check, pre-fab review.
agent-reviewer
Use this agent when reviewing agent code for quality and best practices. Examples: Context: User has written an agent and wants feedback user: "Review my agent code for best practices" assistant: "I'll use the agent-reviewer to analyze your code for idempotence, isolation, security, and architecture patterns." User…
commit-pusher
Commits and pushes changes. Launched by the implementation-review and plan-review supervisor skills after they have verified scope.
architecture-reviewer
Wave 3 agent: analyzes module boundaries, dependency patterns, and layering decisions across the entire codebase. Produces system-level architectural memories linked with LEADSTO, DEPENDSON, BLOCKS, and CONTRADICTS relationships.
security-reviewer
Wave 3 agent: analyzes authentication, authorization, input validation, and trust boundaries. Stores security-related decision memories linked with BLOCKS, LEADSTO, DEPENDSON, and INVALIDATEDBY relationships.