ConfigurationAuditor

ConfigurationAuditor is an agent for Claude Code from attilaszasz/sdd-pilot. It costs 17 tokens per session (397 once invoked), scanned A, original, MIT.

A read-only checker for project instructions and their template files. It compares drafted rules with saved project guidance and reports mismatches or outdated references.

In plain words
What is it for?
Use it after updating project rules to check planning, specification, task, and agent-instruction templates for stale or conflicting content.
Why use it?
It helps prevent project documentation and templates from disagreeing after instructions change.

Agent for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: mentions AGENTS.md.

Good fit Use it after updating project rules to check planning, specification, task, and agent-instruction templates for stale or conflicting content.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/attilaszasz/sdd-pilot/_configuration-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/attilaszasz/sdd-pilot

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 ConfigurationAuditor

README.md
[![agentmods](https://agentmods.dev/badge/agents/attilaszasz/sdd-pilot/_configuration-auditor/github.svg)](https://agentmods.dev/agents/attilaszasz/sdd-pilot/_configuration-auditor)
Your own site
<a href="https://agentmods.dev/agents/attilaszasz/sdd-pilot/_configuration-auditor"><img src="https://agentmods.dev/badge/agents/attilaszasz/sdd-pilot/_configuration-auditor/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ConfigurationAuditor

Your own site · 80×15
<a href="https://agentmods.dev/agents/attilaszasz/sdd-pilot/_configuration-auditor"><img src="https://agentmods.dev/badge/agents/attilaszasz/sdd-pilot/_configuration-auditor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 397 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.00017 $0.00397
Opus 5 $0.00009 $0.00198
Sonnet 5 $0.00003 $0.00079
Haiku 4.5 $0.00002 $0.00040

Measured 11d ago against content hash f468a95c2a26, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

ConfigurationAuditor 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 11d 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.

.github/agents/_configuration-auditor.md · 60 lines

What it actually says

Task

Validate drafted instruction text against persisted governance configuration.

Inputs

Draft instructions, config state, and synchronization criteria.

Execution Rules

Report mismatches deterministically and avoid altering authored policy intent.

Output Format

Return sync findings with required correction actions.

1. Receive Input

  • Accept drafted Project Instructions text from parent Project Initializer agent.

2. Read Templates

  • Read: .github/skills/plan-authoring/assets/plan-template.md, .github/skills/spec-authoring/assets/spec-template.md, .github/skills/task-generation/assets/tasks-template.md, AGENTS.md.
  • If any file missing → mark SKIPPED.

3. Check Alignment

  • For each template check: stale principle names/numbers, changed governance rules, outdated version numbers, contradictions with new instructions.

4. Propagate Changes

  • Update only outdated principle references in templates.
  • Do NOT change template logic or structure.

5. Return Sync Impact Report

SYNC IMPACT REPORT
==================
Version change: <old> → <new>
Mode: <INIT|AMEND>

Modified principles:
- <principle name>: <what changed>

Template updates:
- <file path>: ✅ updated / ⚠ pending / ⏭ skipped
  - <specific change made>

Follow-up TODOs:
- <any items that need manual attention>
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. 11d ago First seen · 60 lines · 17 tokens per session scan A f468a95c2a26

Subscribe to this mod's changes

ConfigurationAuditor is an agent published in the GitHub repository attilaszasz/sdd-pilot (96 stars, last pushed 5d ago), licensed MIT. It adds 17 tokens to every session and 397 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.

Related

Other agents, from other repositories

task-verifier

Verifies a completed task against its spec acceptance criteria. Run after each worker subagent completes a task. Read-only -- cannot modify the codebase.

dwarvesf/dwarves-kit · 34 tokens

code-reviewer

Focused code reviewer. Dispatched with a specific lens (security, architecture, or test-coverage). Read-only. Used by /review-team for parallel review.

dwarvesf/dwarves-kit · 36 tokens

audit-scanner

Shared read-only Tier-2 evidence scanner for audit-loop instances (doc-drift, topology-drift, ci-drift, backlog-reconcile, web-drift, future ones). Dispatched by an audit skill with a target set + a contract + an evidence-class instruction; returns per-item findings with quoted evidence and severity in the audit-loop…

dwarvesf/dwarves-kit · 0 tokens

doc-verifier

Verifies that documentation matches the code. Dispatched by /docs after it updates docs, before the commit. Read-only -- cannot edit docs or code. Checks doc claims against the live codebase, the Docs-phase twin of task-verifier.

dwarvesf/dwarves-kit · 53 tokens

slop-stripper

Behavior-preserving AI-slop strip pass. Given a base ref, scans the branch diff and applies surgical edits that strip AI-generated smell (redundant comments, over-defensive handling, unnecessary casts, flattenable nesting, patterns inconsistent with the file) before merge. Never changes behavior unless fixing a real…

dwarvesf/dwarves-kit · 68 tokens

infra-reviewer

Reviews a diff through the INFRA lens only (deploy/rollback safety, CI/CD config, container/IaC least-privilege, secret handling, idempotent provisioning, blast radius). Read-only. Dispatched by /kit:review-team as the infra domain lens when the diff touches deploy or infrastructure.

dwarvesf/dwarves-kit · 67 tokens