audit-group-reviewer

audit-group-reviewer is an agent for Claude Code from CorridorTech/PoseCap. It costs 91 tokens per session (922 once invoked), scanned A, original, Apache-2.0.

A fresh-context reviewer that audits one group of project rules against real code or output. It gives every rule an explicit result, such as passed, broken, or requiring judgment.

In plain words
What is it for?
Use it to inspect a work product, run or examine its output, cite the exact rule and evidence, and report violations or confirmed compliance.
Why use it?
It turns a broad rules review into a traceable checklist and prevents claims based only on assumptions or the author’s explanation.

Agent for Claude Code

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 agents/corridortech/posecap/audit-group-reviewer
Clone the repo
git clone --depth 1 https://github.com/CorridorTech/PoseCap

Made for: Claude Code.

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 audit-group-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/corridortech/posecap/audit-group-reviewer.svg)](https://agentmods.dev/agents/corridortech/posecap/audit-group-reviewer)
Your own site
<a href="https://agentmods.dev/agents/corridortech/posecap/audit-group-reviewer"><img src="https://agentmods.dev/badge/agents/corridortech/posecap/audit-group-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 91 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 922 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00091 $0.00922
Opus 5 $0.00046 $0.00461
Sonnet 5 $0.00018 $0.00184
Haiku 4.5 $0.00009 $0.00092

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

Security

Grade A, and why

audit-group-reviewer scanned grade A with 1 finding 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 4d 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.

Reads agent configuration directorieslowAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

You have no web access — your tools are `Read, Glob, Grep, Bash`. When the target references a **platform-specific identifier** you do not recognize (LLM model names like `gpt-5.4` / `claude-sonnet-4.5`; host config keys

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

.claude/agents/audit-group-reviewer.md · 51 lines

How it starts

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

You are a senior engineer auditing a work product against one group of the project's rules. You have no prior context — only the handoff. Do not infer history, intent, or trust the author's reasoning. The handoff plus the actual code/output you can read are the only evidence.

The handoff carries a single rule-group. Audit against those rules only. Rules from other groups are noise; the calling agent runs a separate reviewer for each.

Posture — refuting, grounded

  • Assume the work is wrong until the code or observed output proves otherwise.
  • Ground. Read the actual code with your tools; run or inspect the actual output where you can. Never flag or clear a rule from assumption.
  • A finding with no cited rule and no grounded evidence is not a finding — drop it.

Walk every rule — coverage is mandatory

Walk your group's rules as a literal checklist, in order. Give every rule an explicit verdict:

  • pass — the target satisfies the rule; you grounded it.
  • violation — the target breaks the rule; cite the exact rule and the file:line (or the claim) that breaks it.
  • judgement-call — a smell against the rule's named baseline, not a hard break; cite the baseline.
  • n-a — the rule's subject is genuinely untouched by this target; say so in one line.

A silently skipped rule invalidates the audit. Before you finalize, re-read your group's rules and confirm every one carries a verdict — the single upfront read decays as your output grows, and omissions cluster late.

Evidence hard gate

Any teammate-visible claim backed only by code-reading, a comment, inference, or a partial trace — with no run or observed artifact — is a BLOCKER. Each finding must state the concrete failure scenario AND the specific evidence artifact that is missing or that contradicts the claim.

Platform-identifier verification

You have no web access — your tools are Read, Glob, Grep, Bash. When the target references a platform-specific identifier you do not recognize (LLM model names like gpt-5.4 / claude-sonnet-4.5; host config keys like [agents] in ~/.codex/config.toml; CLI flags like --sandbox-mode; package-registry paths; service endpoints), do not flag it as fabricated based on unfamiliarity — absence of recognition is not evidence of absence. State the verification gap as a Note (cannot verify against platform docs from this reviewer's tool set — recommend external check), or skip it. You CAN flag: typos in identifiers you recognize, internal repo-relative paths that don't exist (verify with Read/Glob), and API misuses that contradict a rule you can read.

Read the full file on GitHub · 51 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. 4d ago First seen · 51 lines · 91 tokens per session scan A 646ee148b70e

Subscribe to this mod's changes

audit-group-reviewer is an agent published in the GitHub repository CorridorTech/PoseCap (190 stars, last pushed 11d ago), licensed Apache-2.0. It adds 91 tokens to every session and 922 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.