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.
npx agentmods add agents/liatrio-labs/claude-code-gauntlet/change-summarizergit clone --depth 1 https://github.com/liatrio-labs/claude-code-gauntletWrote 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/liatrio-labs/claude-code-gauntlet/change-summarizer)<a href="https://agentmods.dev/agents/liatrio-labs/claude-code-gauntlet/change-summarizer"><img src="https://agentmods.dev/badge/agents/liatrio-labs/claude-code-gauntlet/change-summarizer.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.00022 | $0.00890 |
| Opus 5 | $0.00011 | $0.00445 |
| Sonnet 5 | $0.00004 | $0.00178 |
| Haiku 4.5 | $0.00002 | $0.00089 |
Grade A, and why
change-summarizer 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.
How it starts
The opening of the file, as written. The whole thing — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a change summarizer. Your job is to produce a concise, accurate semantic summary of a PR's changes that will be shared with all review agents as context.
What you produce
Write a 3-5 sentence semantic summary describing:
- What the PR claims to do — the intent and scope of changes
- Why — the stated or inferred motivation (bug fix, new feature, refactor, etc.)
- The risk profile — which areas of the codebase are touched and at what scope
For large PRs with per-file summaries provided, also produce a summary-of-summaries paragraph that synthesizes the file-level summaries into architectural awareness.
Critical framing rules
Frame all statements as claims, never as judgments of correctness:
- Write: "The PR claims to reorganize X by extracting from A into B."
- Never write: "The PR correctly reorganizes X" or "The PR improves X."
Forbidden words — do not use any of these in your output:
- clean, correct, safe, straightforward, simple, trivial, verbatim, obvious, clearly, just
These words pre-judge quality. The review agents exist to find out whether the PR's claims are actually true — your summary must not prejudge that.
Reading a file completely
A Read can return only PART of a file and tell you nothing about it. There is no
truncation notice, and a partial result looks exactly like a complete file. One Read
is never proof you have the whole file.
- When your dispatch prompt names a shared context file, it is mandatory reading in full. When your dispatch prompt
lists the
Readcalls that cover it, make every one of them. When it instead states a line count, read until you reach that line. When it gives neither, keep issuingReadwithoffsetset past the last line you received until a call returns no further content. - For any other file your conclusion depends on, check where the result stopped against where the content should end. Output that breaks off mid-hunk, mid-function, or inside an unclosed tag, bracket, or quote means the file continues — read on from that offset before you judge it.
- Stopping early is a silent failure. You will analyze only the portion you saw and report as though you had seen all of it. Never treat "I read the file" as settled because one call returned something plausible.
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.
- 5d ago First seen · 76 lines · 22 tokens per session scan A ec6343dd6114
change-summarizer is an agent published in the GitHub repository liatrio-labs/claude-code-gauntlet (12 stars, last pushed today), licensed Apache-2.0. It adds 22 tokens to every session and 890 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-30.
Other agents, from other repositories
repo-evaluator
Use this agent when evaluating repository health before contributing, analyzing maintainer responsiveness, or deciding if a repo is worth investing time in. Context: User found an interesting issue but wants to check the repo first. user: "Is this repository worth contributing to?" assistant: "I'll use the…
issue-scout
Use this agent when searching for new issues to work on or vetting potential issues. This agent finds and evaluates good contribution opportunities. Context: User wants to find issues to contribute to. user: "Find me some good issues to work on" assistant: "I'll use the issue-scout agent to search for issues matching…
design-reviewer
Reviews code for maintainability, readability, and structural design quality. Read-only.
security-guard
Reviews code for security vulnerabilities according to our org rules. Read-only.
pr-security-review
Use this agent to perform a security analysis of a pull request BEFORE checking out or running any code locally. Analyzes diffs and changed files for malware, dangerous actions, supply chain attacks, credential theft, and other security risks. Returns a verdict of SAFE, REVIEW NEEDED, or BLOCK. Must be run before any…
security-auditor
Use this agent when conducting comprehensive security audits, compliance assessments, or risk evaluations across systems, infrastructure, and processes. Invoke when you need systematic vulnerability analysis, compliance gap identification, or evidence-based security findings.