dredd-6d

dredd-6d is a command for Claude Code from pduggusa/judge-dredd-plugin. It costs 9 tokens per session (348 once invoked), scanned A, original, MIT.

A project review command that scores six areas, including Git history, documentation, testing, security, freshness, cost, and openness.

In plain words
What is it for?
Use it to review the current directory, Git status, recent commits, and project evidence, then get scores and a brief explanation for each area.
Why use it?
It turns a broad project check into a short scorecard with specific areas to investigate.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the judge-dredd plugin — 2 commands, 2 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/pduggusa/judge-dredd-plugin/dredd-6d
Clone the repo
git clone --depth 1 https://github.com/pduggusa/judge-dredd-plugin

Made for: Claude Code.

Or install judge-dredd, the plugin that ships this one along with the rest of its 2 commands, 2 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 dredd-6d

README.md
[![agentmods](https://agentmods.dev/badge/commands/pduggusa/judge-dredd-plugin/dredd-6d.svg)](https://agentmods.dev/commands/pduggusa/judge-dredd-plugin/dredd-6d)
Your own site
<a href="https://agentmods.dev/commands/pduggusa/judge-dredd-plugin/dredd-6d"><img src="https://agentmods.dev/badge/commands/pduggusa/judge-dredd-plugin/dredd-6d.svg" alt="Measured on agentmods" height="20"></a>
Per session 9 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 348 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.1 $0.00009 $0.00348
Opus 5 $0.00005 $0.00174
Sonnet 5 $0.00002 $0.00070
Haiku 4.5 $0.00001 $0.00035

Measured 6d ago against content hash 1c913c978fd9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

dredd-6d 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.

commands/dredd-6d.md · 42 lines

What it actually says

Context

  • Current directory: !pwd
  • Git status: !git status --short
  • Last 5 commits: !git log --oneline -5

Your task

Generate a quick Judge Dredd 6D score for the current state of this project.

Score each dimension 0-95:

  • D1 Commit Compliance: Git history integrity
  • D2 Corpus Alignment: Documentation and instruction quality
  • D3 Production Evidence: Security artifacts, tests, CI/CD
  • D4 Temporal Decay: Freshness, staleness, CVE exposure
  • D5 Financial Efficiency: Right-sizing, waste, over-engineering
  • D6 Democratic Sharing: Openness, attribution, transparency

Output as a compact scorecard:

JUDGE DREDD 6D SCORECARD
========================
D1 Commit Compliance:    XX/95
D2 Corpus Alignment:     XX/95
D3 Production Evidence:  XX/95
D4 Temporal Decay:       XX/95
D5 Financial Efficiency: XX/95
D6 Democratic Sharing:   XX/95
------------------------
OVERALL:                 XX/95
VERDICT:                 [COMPLIANT|ADVISORY|VIOLATION]

One line per dimension explaining the score. Be concise. Be honest. The 95% cap is non-negotiable. We guarantee 5% bullshit exists.

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. 6d ago First seen · 42 lines · 9 tokens per session scan A 1c913c978fd9

Subscribe to this mod's changes

dredd-6d is a command published in the GitHub repository pduggusa/judge-dredd-plugin (2 stars, last pushed 1mo ago), licensed MIT. It adds 9 tokens to every session and 348 once invoked, about $0.0000 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.