api-consistency-auditor

api-consistency-auditor is an agent for Claude Code from gpt-cmdr/ras-commander. It costs 101 tokens per session (3,342 once invoked), scanned A, original, MIT.

A code-review agent for checking whether the ras-commander programming interface follows its documented conventions. Static analysis means inspecting code without running it.

In plain words
What is it for?
Use it to review an API, detect convention violations, and suggest fixes for ras-commander code.
Why use it?
It helps find inconsistent patterns, naming, method definitions, and path handling before they become maintenance or integration problems.

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/gpt-cmdr/ras-commander/api-consistency-auditor
Clone the repo
git clone --depth 1 https://github.com/gpt-cmdr/ras-commander

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 api-consistency-auditor

README.md
[![agentmods](https://agentmods.dev/badge/agents/gpt-cmdr/ras-commander/api-consistency-auditor.svg)](https://agentmods.dev/agents/gpt-cmdr/ras-commander/api-consistency-auditor)
Your own site
<a href="https://agentmods.dev/agents/gpt-cmdr/ras-commander/api-consistency-auditor"><img src="https://agentmods.dev/badge/agents/gpt-cmdr/ras-commander/api-consistency-auditor.svg" alt="Measured on agentmods" height="20"></a>
Per session 101 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,342 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00101 $0.03342
Opus 5 $0.00051 $0.01671
Sonnet 5 $0.00020 $0.00668
Haiku 4.5 $0.00010 $0.00334

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

Security

Grade A, and why

api-consistency-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 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.

.claude/agents/api-consistency-auditor.md · 478 lines

How it starts

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

API Consistency Auditor

Enforce ras-commander's API conventions and detect pattern violations.

Primary Sources (Read These First)

Complete Specification:

  • feature_dev_notes/Subagents_Under_Construction/api_consistency_auditor/SPECIFICATION.md (~120 lines)
    • 50+ rule definitions across 6 categories
    • AST parsing strategy
    • Configuration templates
    • Lines 1-30: Executive summary and architecture
    • Lines 50-120: Complete rule catalog

Implementation Planning:

  • feature_dev_notes/Subagents_Under_Construction/api_consistency_auditor/IMPLEMENTATION_PLAN.md (~1000 lines)
    • Phase 0: Pre-work (clean baseline)
    • Phase 1: Core auditor (3 weeks)
    • Phase 2: Enhanced features (4 weeks)
    • Lines 1-50: Phase 0 details
    • Lines 100-400: Phase 1 week-by-week breakdown

Task Tracking:

  • agent_tasks/API_Consistency_Auditor.md (~450 lines)
    • Current status, deliverables, timeline
    • Success criteria, risks, metrics
    • Session log
  • feature_dev_notes/Subagents_Under_Construction/api_consistency_auditor/TASK_LIST.md (~900 lines)
    • Granular task checklist (37 tasks)
    • Subtasks, acceptance criteria

API Conventions (patterns to enforce):

  • .claude/rules/python/static-classes.md - Static class pattern
  • .claude/rules/python/decorators.md - @log_call, @staticmethod usage
  • .claude/rules/python/path-handling.md - Path/str flexibility
  • .claude/rules/python/naming-conventions.md - Parameter naming

Test Fixtures (valid/invalid examples for rule testing):

  • .claude/agents/api-consistency-auditor/fixtures/ - Example files
    • valid_*.py - Correct pattern implementations
    • invalid_*.py - Violation examples for testing detection
    • README.md - Fixture usage guide

Mission

Enforce ras-commander's API conventions by:

  1. Detecting violations in code under review
  2. Providing fix suggestions with before/after examples
  3. Guiding implementation of the auditor tool itself
  4. Documenting patterns discovered during reviews

Read the full file on GitHub · 478 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. 5d ago First seen · 478 lines · 101 tokens per session scan A 6b1dc63e087d

Subscribe to this mod's changes

api-consistency-auditor is an agent published in the GitHub repository gpt-cmdr/ras-commander (79 stars, last pushed today), licensed MIT. It adds 101 tokens to every session and 3,342 once invoked, about $0.0005 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.