liatrio-labs/claude-code-gauntlet

Adversarial multi-agent code review for Claude Code. Your PR/MR runs a gauntlet of concern-specialized agents, deterministic verification, and a blind challenge. GitHub & GitLab.

12Stars on the repository
23Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

CLAUDE

02

liatrio-labs/claude-code-gauntlet

Agent

Claude Code's on-demand loader injects this file verbatim and does NOT expand @imports, so the rules must be physically present here. Edit AGENTS.md. -->.

12 4d ago A 0 tokens copy · 86% Apache-2.0

artifact-writer

03

liatrio-labs/claude-code-gauntlet

Agent

Persists code-gauntlet artifacts (findings JSON, report markdown, checkpoint JSON) to the output directory. Mechanical — writes exactly what it is given.

12 4d ago A 36 tokens original Apache-2.0

challenger

05

liatrio-labs/claude-code-gauntlet

Agent

Blindly challenges a single review finding — attempts to disprove the claim using only the finding title, description, and file:line location, reading the code itself (no original reasoning or evidence).

12 4d ago A 42 tokens original Apache-2.0

cross-file-impact

09

liatrio-labs/claude-code-gauntlet

Agent

Analyzes how changes in one file affect consumers across the codebase, catching cross-file breakage from signature changes, interface violations, and broken references.

12 4d ago A 33 tokens original Apache-2.0

executor

10

liatrio-labs/claude-code-gauntlet

Agent

Runs a single pinned command and returns its output — the receipt and delta fields for verifyfindings.py, the whole stdout line verbatim for assembleartifacts.py. No interpretation.

12 4d ago A 38 tokens original Apache-2.0

report-writer

11

liatrio-labs/claude-code-gauntlet

Agent

Renders the code-gauntlet report markdown from the high-confidence and unverified finding buckets. Reasoning only — no disk writes.

12 4d ago A 31 tokens original Apache-2.0

security-reviewer

12

liatrio-labs/claude-code-gauntlet

Agent

Reviews code changes for security vulnerabilities, focusing on OWASP top 10, auth issues, data exposure, and cryptographic problems.

12 4d ago B 29 tokens original Apache-2.0

validator

15

liatrio-labs/claude-code-gauntlet

Agent

Validates review findings by attempting to disprove them — assesses whether each finding is real, reachable, and correctly described.

12 4d ago A 25 tokens original Apache-2.0