skill-auditor

skill-auditor is an agent for Claude Code from ruah-dev/ruah-orch. It costs 0 tokens per session (210 once invoked), scanned A, original, MIT.

A read-only agent that checks a project's .claude configuration and supporting files for consistency and correctness. This includes hooks, settings, agents, skills, and governance rules.

In plain words
What is it for?
Use it to review Claude-related project infrastructure before relying on its automated checks or agent workflows.
Why use it?
It finds broken references, mismatched rules, missing scripts, incorrect permissions, outdated definitions, and problems with the file that records whether checks passed.

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/ruah-dev/ruah-orch/skill-auditor
Clone the repo
git clone --depth 1 https://github.com/ruah-dev/ruah-orch

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 skill-auditor

README.md
[![agentmods](https://agentmods.dev/badge/agents/ruah-dev/ruah-orch/skill-auditor.svg)](https://agentmods.dev/agents/ruah-dev/ruah-orch/skill-auditor)
Your own site
<a href="https://agentmods.dev/agents/ruah-dev/ruah-orch/skill-auditor"><img src="https://agentmods.dev/badge/agents/ruah-dev/ruah-orch/skill-auditor.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 210 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.00000 $0.00210
Opus 5 $0.00000 $0.00105
Sonnet 5 $0.00000 $0.00042
Haiku 4.5 $0.00000 $0.00021

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

Security

Grade A, and why

skill-auditor 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.

cat .claude/settings.local.json

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/skill-auditor.md · 30 lines

What it actually says

Skill Auditor Agent

Audit .claude/ infrastructure for consistency and correctness.

Checks

  1. Governance sync: Do hook scripts match governance.md gates?
  2. Hook integrity: Do all referenced hooks exist and have correct permissions?
  3. Settings wiring: Does settings.local.json reference all hooks correctly?
  4. Agent definitions: Do agents reference correct commands from governance?
  5. Skill versions: Are pre-start and post-start skills current?
  6. Sentinel files: Is .gates-passed being created/cleared correctly?

Commands

ls -la .claude/hooks/
ls -la .claude/agents/
cat .claude/settings.local.json
cat .claude/governance.md

Isolation

isolation: worktree

Boundaries

  • Operate only within this repository
  • No destructive system commands
  • No network access beyond task requirements
  • No permission escalation
  • Read-only analysis — report issues, do not auto-fix
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 · 30 lines · 0 tokens per session scan A 5eeca46027ba

Subscribe to this mod's changes

skill-auditor is an agent published in the GitHub repository ruah-dev/ruah-orch (11 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 210 tokens. 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.