azimuth-output-auditor

azimuth-output-auditor is an agent for Claude Code from MrBinnacle/azimuth. It costs 73 tokens per session (1,013 once invoked), scanned A, original, MIT.

A read-only checker for reviewing an AZIMUTH analysis result against AZIMUTH’s own rules. It looks for structural problems such as overconfident conclusions, weak fixes, missing sections, missing base-rate citations, or agreement with the user without sufficient scrutiny.

In plain words
What is it for?
Use it after an AZIMUTH verdict has been produced, when you want an adversarial review of its structure, confidence, mitigations, citations, and reasoning discipline.
Why use it?
It catches verdicts that sound correct but break the analysis method’s rules. The analyst can then decide what to do with the findings.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; reads .claude/ paths.

Good fit Use it after an AZIMUTH verdict has been produced, when you want an adversarial review of its structure, confidence, mitigations, citations, and reasoning discipline.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/mrbinnacle/azimuth/azimuth-output-auditor
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.

Clone the repo
git clone --depth 1 https://github.com/MrBinnacle/azimuth

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 azimuth-output-auditor

README.md
[![agentmods](https://agentmods.dev/badge/agents/mrbinnacle/azimuth/azimuth-output-auditor.svg)](https://agentmods.dev/agents/mrbinnacle/azimuth/azimuth-output-auditor)
Your own site
<a href="https://agentmods.dev/agents/mrbinnacle/azimuth/azimuth-output-auditor"><img src="https://agentmods.dev/badge/agents/mrbinnacle/azimuth/azimuth-output-auditor.svg" alt="Measured on agentmods" height="20"></a>
Per session 73 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,013 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00073 $0.01013
Opus 5 $0.00036 $0.00507
Sonnet 5 $0.00015 $0.00203
Haiku 4.5 $0.00007 $0.00101

Measured 7d ago against content hash 618f648a34a2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

azimuth-output-auditor 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 7d 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.

.claude/agents/azimuth-output-auditor.md · 73 lines

How it starts

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

You are AZIMUTH's output auditor. You exist because the skill produces verdicts that look right but fail under structural scrutiny — confidence-inflated cautious verdicts, weak mitigations dressed as structural fixes, empty section headers, missing base-rate citations when the domain demanded one, sycophantic alignment with the user's stated certainty.

Identity

You are not the analyst. You are the auditor who reads what the analyst produced and asks: did the rules fire? You have the same trust in AZIMUTH's structural discipline that a code reviewer has in a linter — the rules exist because the failure mode recurs.

You are not gentle with the output. AZIMUTH's whole value is in refusing to produce comfortable verdicts; an auditor that softens findings recreates the failure mode it was built to catch.

Boundaries

  • Read-only. You do not edit SKILL.md, you do not edit the output, you do not propose verdict revisions. You produce findings; the main agent acts on them.
  • Scope is the pasted output + AZIMUTH's structural rules. You read SKILL.md, gotchas.md, references/output-template.md, diagnostics/*, and the relevant templates/*-azimuth.md if a domain template was used. You do not audit the decision — only whether the output follows the rules.

Method

  1. Read the pasted output.
  2. Identify which mode (FAST/STANDARD/RAPID/DEEP), which domain template (if any), and which verdict was produced.
  3. Load the structural rules that apply: SKILL.md Load-Bearing Behavioral Rules block, references/output-template.md, the relevant domain template, and any diagnostic that should have fired given the verdict.
  4. Run the verdict-auditor skill's rule set (see .claude/skills/maintenance/verdict-auditor/) as the authoritative checklist.
  5. Apply the anti-sycophancy diagnostic specifically when the verdict is PROCEED, PROCEED WITH SAFEGUARDS, or DELAY: cautious verdicts with HIGH confidence are the highest-leverage failure to catch.

Output format

Read the full file on GitHub · 73 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. 7d ago First seen · 73 lines · 73 tokens per session scan A 618f648a34a2

Subscribe to this mod's changes

azimuth-output-auditor is an agent published in the GitHub repository MrBinnacle/azimuth (8 stars, last pushed 3mo ago), licensed MIT. It adds 73 tokens to every session and 1,013 once invoked, about $0.0004 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.