judge-config

judge-config is a command for coding agents from sattyamjjain/proofloop. It costs 12 tokens per session (806 once invoked), scanned A, original, MIT.

A command for viewing and changing Proofloop's automatic judging settings. Proofloop is a system that evaluates whether selected coding-agent skills should be allowed to run.

In plain words
What is it for?
View the current settings, add or remove skills from the always or never lists, set the blocking score threshold, and enable or disable automatic judging.
Why use it?
It avoids editing the configuration file by hand when deciding which skills are always judged, never judged, or blocked below a score.

Command

Part of the proofloop plugin — 1 skill, 6 commands, 1 agent, 3 hooks shipped together

Install

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.

agentmods
npx agentmods add commands/sattyamjjain/proofloop/judge-config
Clone the repo
git clone --depth 1 https://github.com/sattyamjjain/proofloop

Or install proofloop, the plugin that ships this one along with the rest of its 1 skill, 6 commands, 1 agent, 3 hooks.

Wrote 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.

agentmods badge for judge-config

README.md
[![agentmods](https://agentmods.dev/badge/commands/sattyamjjain/proofloop/judge-config.svg)](https://agentmods.dev/commands/sattyamjjain/proofloop/judge-config)
Your own site
<a href="https://agentmods.dev/commands/sattyamjjain/proofloop/judge-config"><img src="https://agentmods.dev/badge/commands/sattyamjjain/proofloop/judge-config.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 806 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00012 $0.00806
Opus 5 $0.00006 $0.00403
Sonnet 5 $0.00002 $0.00161
Haiku 4.5 $0.00001 $0.00081

Measured 5d ago against content hash b0364187952f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

judge-config 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 5d 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.

commands/judge-config.md · 105 lines

How it starts

The opening of the file, as written. The whole thing — 105 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/judge-config — Manage Auto-Judge Settings

View and modify the Proofloop configuration.

Subcommands

  • /judge-config — View current configuration (pretty-printed)
  • /judge-config add-always SKILL — Add a skill to the auto-judge "always" list
  • /judge-config add-never SKILL — Add a skill to the auto-judge "never" list
  • /judge-config remove SKILL — Remove a skill from both always and never lists
  • /judge-config threshold N — Set the blocking threshold (0.0-10.0)
  • /judge-config enable — Enable auto-judging
  • /judge-config disable — Disable auto-judging

What to Do

  1. Read judge-config.json from the project root
  2. If no subcommand: display the full config in a readable format:
Proofloop Configuration
========================
Auto-Judge: ENABLED
Threshold: 5.0 (skills scoring below this are BLOCKED)

Always Auto-Judge:
  - code-review
  - security-scan
  - feature-dev
  - debugging
  - codebase-analyzer
  - webapp-testing

Never Auto-Judge:
  - format
  - commit
  - fix-imports
  - undo
  - fix-todos
  - remove-comments
  - docs
  - session-start
  - session-end

Manual-Only (not in either list):
  → Everything else requires /judge for evaluation

Scoring Weights (global — per-rubric overrides apply when a
`<rubric>.weights.json` sidecar exists):
  Correctness:   25%
  Completeness:  20%
  Adherence:     15%
  Actionability: 15%
  Efficiency:    10%
  Safety:        10%
  Consistency:    5%

Tokenizer Baselines (efficiency length-threshold multipliers):
  default:            1.0
  claude-opus-4-7:    1.35
  claude-sonnet-4-6:  1.0
  claude-haiku-4-5:   1.0
  1. If subcommand provided: modify judge-config.json accordingly
    • Validate inputs (threshold must be 0-10, skill names must be valid)
    • Remove from conflicting lists when adding (e.g., adding to "always" removes from "never")
    • Confirm the change to the user

Weight validation

When the user edits scoring.dimensions directly, Proofloop enforces the weight-sum-to-1.0 invariant at load time. Non-conforming configs are rejected with a stderr warning and the scorer falls back to default weights instead of silently producing inflated composites. Run python3 skills/judge/scripts/score.py --config judge-config.json ... once after an edit to confirm the warning doesn't fire.

Read the full file on GitHub · 105 lines

Changes

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.

  1. 5d ago First seen · 105 lines · 12 tokens per session scan A b0364187952f

Subscribe to this mod's changes

judge-config is a command published in the GitHub repository sattyamjjain/proofloop (5 stars, last pushed 2mo ago), licensed MIT. It adds 12 tokens to every session and 806 once invoked, about $0.0001 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.