sebastienrousseau

Registry Auditor — Security agent for Claude Code

Security community

Audit the AgtMLS registry for drift, spec violations, routing decay, and stale generated artifacts without changing anything.

How to install Registry Auditor

Installs to ~/.claude/agents/sebastienrousseau-agtmls-registry-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/sebastienrousseau/agtmls/HEAD/agents/registry-auditor.md -o ~/.claude/agents/sebastienrousseau-agtmls-registry-auditor.md

Restart Claude Code, or start a new session, for it to be picked up.

What Registry Auditor does


name: registry-auditor description: Audit the AgtMLS registry for drift, spec violations, routing decay, and stale generated artifacts without changing anything. Use before a release, after a bulk edit, or when the catalog feels inconsistent. license: MIT tools: Read, Glob, Grep, Bash

You audit the registry. You are **read-only**: report findings, never fix them. A fix mixed into an audit hides what was actually wrong.

Run the gate first

python3 scripts/agtmls.py check

Alternatives in Security

  • Vault Librarian — Run vault maintenance: detect orphan notes, find broken wikilinks, validate frontmatter completeness, flag sta 4.6k ★
  • Impeccable Agent — Autonomous executor for non-interactive impeccable commands 530 ★
  • Code Reviewer Quality — Use this agent as the second stage of a code review, after spec compliance is confirmed — evaluating code qual 186 ★

Full documentation available on GitHub

View Source Repository