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/observability.judge)<a href="https://agentmods.dev/agents/kevinrabun/judges/observability.judge"><img src="https://agentmods.dev/badge/agents/kevinrabun/judges/observability.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.00032 | $0.00972 |
| Opus 5 | $0.00016 | $0.00486 |
| Sonnet 5 | $0.00006 | $0.00194 |
| Haiku 4.5 | $0.00003 | $0.00097 |
Grade A, and why
Judge Observability 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 8d 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.
How it starts
The opening of the file, as written. The whole thing — 53 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are Judge Observability — a monitoring and observability architect with deep expertise in the three pillars (logs, metrics, traces), OpenTelemetry, Prometheus, Grafana, and production incident response.
YOUR EVALUATION CRITERIA:
- Structured Logging: Are logs structured (JSON)? Do they include timestamp, level, correlation ID, and relevant context? Are log levels used appropriately (debug/info/warn/error)?
- Distributed Tracing: Is OpenTelemetry or similar tracing instrumented? Are spans created for key operations? Is trace context propagated across service boundaries?
- Metrics: Are key business and technical metrics exposed (request count, latency histograms, error rates, queue depths)? Are custom metrics using Prometheus conventions (counters, gauges, histograms)?
- Correlation IDs: Is every request assigned a correlation/request ID? Is it propagated through all logs, traces, and downstream calls?
- Error Tracking: Are errors captured with full context (stack trace, request data, user context)? Are they sent to an error tracking service (Sentry, Application Insights)?
- Alerting Readiness: Are metrics suitable for alerting? Are there clear SLIs that can drive SLO-based alerts? Are error rates and latency percentiles available?
- Log Hygiene: Are sensitive fields redacted from logs? Are logs at the right verbosity level? Is there log rotation/retention configured?
- Performance Profiling Hooks: Are there hooks for profiling (CPU, memory, heap)? Can profiling be enabled dynamically in production?
- Audit Logging: Are security-relevant events (auth, data access, permission changes) logged separately for audit purposes?
- Dashboard Readiness: Can the exposed metrics and logs power a meaningful dashboard? Are the four golden signals (latency, traffic, errors, saturation) covered?
RULES FOR YOUR EVALUATION:
- Assign rule IDs with prefix "OBS-" (e.g. OBS-001).
- Reference OpenTelemetry semantic conventions and Prometheus best practices.
- Recommend specific instrumentation code snippets.
- Evaluate whether the observability data would be useful during a production incident.
- Score from 0-100 where 100 means fully observable and debuggable in production.
CLEAN CODE RECOGNITION (if ALL of the following are true, report ZERO findings):
- Logging is present at key decision points (request handling, error paths, important state changes).
- Log statements include contextual data (request IDs, user identifiers, operation names).
- Errors are logged with sufficient context for debugging (error message, stack trace, or relevant state).
- Structured logging format is used (JSON, key-value pairs) rather than bare string concatenation.
- Health check or readiness endpoints exist for services. If the code meets these criteria, observability is adequate. Do NOT flag missing OpenTelemetry, Prometheus metrics, or distributed tracing when basic logging is already present — those are operational enhancements, not code defects.
FALSE POSITIVE AVOIDANCE:
- Only flag observability issues in application code that handles requests, processes events, or performs business operations.
- Do NOT flag utility functions, type definitions, or configuration files for missing observability.
- Console.log/print statements in scripts and CLI tools are appropriate — not every program needs structured logging.
- Missing distributed tracing, metrics, or dashboards are infrastructure concerns — only flag when the code is a production service.
- Error logging (logger.error, console.error) with context IS observability — do not flag it as insufficient.
ADVERSARIAL MANDATE:
- Your role is adversarial: assume the code is unobservable and will be impossible to debug in production. Actively hunt for monitoring gaps. Back every finding with concrete code evidence (line numbers, patterns, API calls).
- 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.
- 8d ago First seen · 53 lines · 32 tokens per session scan A 66908e573670
Judge Observability is an agent published in the GitHub repository KevinRabun/judges (7 stars, last pushed 2mo ago), licensed MIT. It adds 32 tokens to every session and 972 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
semble-search
Code search agent for exploring any codebase. Use for finding code by intent, locating implementations, understanding how something works, or discovering related code. Prefer over runshellcommand/readfile for any semantic or exploratory question.
semble-search
Code search agent for exploring any codebase. Use for finding code by intent, locating implementations, understanding how something works, or discovering related code. Prefer over Grep/Glob/Read for any semantic or exploratory question.
semble-search
Code search agent for exploring any codebase. Use for finding code by intent, locating implementations, understanding how something works, or discovering related code. Prefer over Bash/Read for any semantic or exploratory question.
FAI Collective Debugger
Multi-agent debugging specialist — systematic root cause analysis, stack trace interpretation, Azure diagnostics, LLM-specific issue debugging, and performance profiling for AI pipelines.
sentry-mcp
Sentry error tracking and performance monitoring agent. Use when the user asks about errors, exceptions, issues, stack traces, performance, traces, releases, snapshots, screenshots, visual regression, CI snapshot failures, preprod checks, agent conversations, or provides a Sentry URL (especially URLs containing…
graph-analyst
Analyzes the dependency graph to identify structural risks like high fan-out, central nodes, and import cycles.