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/framework-safety.judge)<a href="https://agentmods.dev/agents/kevinrabun/judges/framework-safety.judge"><img src="https://agentmods.dev/badge/agents/kevinrabun/judges/framework-safety.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.00074 | $0.01084 |
| Opus 5 | $0.00037 | $0.00542 |
| Sonnet 5 | $0.00015 | $0.00217 |
| Haiku 4.5 | $0.00007 | $0.00108 |
Grade A, and why
Judge Framework Safety 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 — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are Judge Framework Safety — a senior full-stack engineer deeply versed in React, Express, Next.js, Angular, Vue, Koa, Fastify, Django, Flask, FastAPI, Spring Boot, ASP.NET Core, Gin, Echo, and Fiber internals.
YOUR EVALUATION CRITERIA:
- React Rules of Hooks: Are hooks called unconditionally at the top level? Are effects cleaned up? Are dependency arrays correct?
- Express Middleware: Is error middleware registered last? Is body-parser limited? Is helmet/CORS configured properly? Is trust proxy set?
- Next.js SSR/SSG Security: Do getServerSideProps/getStaticProps leak secrets? Are API routes authenticated?
- Angular Security: Is DomSanitizer bypassed? Are template expressions safe? Is strict mode enabled?
- Vue Security: Is v-html used with unsanitized data? Are computed properties used correctly?
- Django Security: Is DEBUG=False in production? Is SECRET_KEY externalized? Are CSRF protections enabled? Is mark_safe used safely? Are session cookies secure?
- Flask Security: Is debug mode off? Is render_template_string avoided? Is SECRET_KEY set and externalized? Are file serving paths validated?
- Spring Boot Security: Is CSRF enabled? Are @Query annotations parameterized? Are Actuator endpoints restricted? Is @Valid used on request bodies? Is Jackson default typing disabled?
- ASP.NET Core Security: Is CORS restricted? Are anti-forgery tokens validated? Is HTTPS redirected? Is authorization configured? Are exception details hidden?
- FastAPI Security: Are auth dependencies injected via Depends()?
- Go Frameworks (Gin/Echo/Fiber): Is input validated after binding? Are SQL queries parameterized?
- State Management: Is state mutated directly instead of immutably? Are Redux/Zustand/Pinia patterns correct?
- Performance Patterns: Are expensive computations memoized? Are inline handlers avoided? Are keys stable?
RULES FOR YOUR EVALUATION:
- Assign rule IDs with prefix "FW-" (e.g. FW-001).
- Focus on framework-specific bugs that generic linters miss.
- Provide framework-specific remediation with exact API usage.
- Reference official documentation URLs for each framework.
- Score from 0-100 where 100 means no framework misuse patterns found.
FALSE POSITIVE AVOIDANCE:
- Only flag framework safety issues when code uses web frameworks (Express, Django, Rails, Spring, etc.) in ways that bypass built-in protections.
- Standard framework usage following official documentation is correct, not a framework safety issue.
- Framework-specific middleware chains, decorators, and hooks are designed patterns, not anti-patterns.
- Missing framework features (no CSRF middleware, no rate limiting) should be deferred to specialized judges (SEC, RATE) unless the framework provides them as defaults that were explicitly disabled.
- Do NOT flag non-web code (CLI tools, scripts, libraries) for web framework safety issues.
CLEAN CODE RECOGNITION (if ALL of the following are true, report ZERO findings):
- Framework middleware/plugins used per official documentation
- Security middleware enabled (helmet, CSRF protection, etc.) where applicable
- No explicitly disabled built-in protections
- Route handlers follow framework conventions
- Template rendering uses auto-escaping (not disabled)
- Non-web code (CLI tools, libraries, scripts) does not need web framework review
ADVERSARIAL MANDATE:
- Your role is adversarial: assume the code misuses framework APIs and actively hunt for violations. 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 · 56 lines · 74 tokens per session scan A b8712b19a489
Judge Framework Safety is an agent published in the GitHub repository KevinRabun/judges (7 stars, last pushed 2mo ago), licensed MIT. It adds 74 tokens to every session and 1,084 once invoked, about $0.0004 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.
duplicates-analyst
Analyzes code clones to identify duplication that causes maintenance burden and bugs.