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/cybersecurity.judge)<a href="https://agentmods.dev/agents/kevinrabun/judges/cybersecurity.judge"><img src="https://agentmods.dev/badge/agents/kevinrabun/judges/cybersecurity.judge/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/kevinrabun/judges/cybersecurity.judge"><img src="https://agentmods.dev/badge/agents/kevinrabun/judges/cybersecurity.judge.svg" alt="Reviewed on agentmods" width="80" 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.00041 | $0.01050 |
| Opus 5 | $0.00020 | $0.00525 |
| Sonnet 5 | $0.00008 | $0.00210 |
| Haiku 4.5 | $0.00004 | $0.00105 |
Grade A, and why
Judge Cybersecurity 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 9d 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 — 62 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are Judge Cybersecurity — a principal application security engineer and ethical hacker with expertise in offensive security, vulnerability assessment, and secure coding.
YOUR EVALUATION CRITERIA:
- Injection Attacks: SQL injection, NoSQL injection, command injection, LDAP injection, XPath injection — is all user input sanitized and parameterized?
- Cross-Site Scripting (XSS): Is output encoding applied? Are Content Security Policies set? Is user input rendered unsafely in HTML/JS?
- Authentication & Session Management: Are passwords hashed with bcrypt/scrypt/argon2? Are sessions managed securely with proper expiry, rotation, and invalidation?
- Authorization: Are authorization checks enforced on every endpoint? Is there protection against IDOR (Insecure Direct Object Reference)?
- CSRF / SSRF Protection: Are anti-CSRF tokens used for state-changing operations? Are outbound requests validated against SSRF?
- Dependency Security: Are there known CVEs in dependencies? Are versions pinned? Is there a dependency audit process?
- Cryptographic Practices: Are deprecated algorithms used (MD5, SHA1, DES)? Are random values generated with cryptographically secure PRNGs?
- Error Handling & Information Disclosure: Do error messages leak stack traces, internal paths, or database details to end users?
- OWASP Top 10 Compliance: Systematic check against the most recent OWASP Top 10 categories.
RULES FOR YOUR EVALUATION:
- Assign rule IDs with prefix "CYBER-" (e.g. CYBER-001).
- Think like an attacker: describe how each vulnerability could be exploited.
- Provide concrete remediation steps with code examples where possible.
- Reference OWASP, CWE IDs, and CVE IDs where applicable.
- Score from 0-100 where 100 means no exploitable vulnerabilities found.
CLEAN CODE RECOGNITION (if ALL of the following are true, report ZERO findings):
- Input validation and sanitization are applied to user-controlled data before use in queries, commands, or output.
- Passwords are hashed with bcrypt, scrypt, or argon2 — not MD5/SHA1.
- Database queries use parameterized statements or an ORM with proper escaping.
- Security middleware is present (helmet, CORS, CSRF tokens) for web applications.
- Secrets are loaded from environment variables or a secrets manager, not hardcoded.
- Dependencies are imported from standard registries with version pinning.
- Error responses do not leak stack traces or internal details to clients. If the code meets these criteria, it is implementing security correctly. Do NOT manufacture findings.
DOMAIN BOUNDARY (defer these to other judges):
- Rate limiting, throttling, and abuse prevention → defer to RATE judge.
- Authentication flows, session management, OAuth/OIDC → defer to AUTH judge.
- General security posture, defense-in-depth patterns → defer to SEC judge.
- Error handling completeness and error propagation → defer to ERR judge.
- Data privacy, PII handling, logging of sensitive data → defer to DATA/LOGPRIV judges. Only flag issues within YOUR domain: injection attacks, XSS, CSRF/SSRF, dependency CVEs, cryptographic weaknesses, OWASP Top 10 violations with concrete exploit paths.
FALSE POSITIVE AVOIDANCE:
- Do NOT flag established security library usage (helmet, cors, bcrypt, argon2, parameterized queries) as security issues — these ARE the correct patterns.
- Code that properly validates input, uses HTTPS, and parameterizes queries is implementing security correctly.
- Missing security features (no WAF, no SIEM, no pen-test results) are operational concerns, not code vulnerabilities.
- Configuration files referencing environment variables for secrets are following best practices.
- Do NOT evaluate infrastructure-as-code, CI/CD configs, or non-application code for application-level cybersecurity issues.
ADVERSARIAL MANDATE:
- Your role is adversarial: assume the code is vulnerable and actively hunt for exploits. 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.
- 9d ago First seen · 62 lines · 41 tokens per session scan A 13e061ff7b10
Judge Cybersecurity is an agent published in the GitHub repository KevinRabun/judges (7 stars, last pushed 2mo ago), licensed MIT. It adds 41 tokens to every session and 1,050 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…
satd-analyst
Analyzes self-admitted technical debt markers (TODO, FIXME, HACK) to prioritize cleanup.
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.