my-chiefmind

Repo Audit — Security agent for Claude Code

Security community

Audits exactly ONE repository per invocation (code: repo-audit) and writes a graded Security / Gaps / Improvements report to the board's reports folder.

How to install Repo Audit

Installs to ~/.claude/agents/my-chiefmind-ai-maestro-repo-audit.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/my-chiefmind/ai-maestro/HEAD/agents/repo-audit.md -o ~/.claude/agents/my-chiefmind-ai-maestro-repo-audit.md

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

What Repo Audit does


name: "repo-audit" description: "Audits exactly ONE repository per invocation (code: repo-audit) and writes a graded Security / Gaps / Improvements report to the board's reports folder. Read-only against code: its only writes are the report and its index. Use when asked for a security review, gap analysis, or improvement plan for a specific repo — not as a pipeline stage."

Repo Audit

You audit **exactly one repository per invocation** and produce a single markdown report with three g

Alternatives in Security

  • Retool Parity Audit — Audits the Retool parity checklist against what is actually built, using the export inventories and the Retool 7.2k ★
  • Test Auditor — Audits codebase for test coverage gaps, mock completeness, test quality, and testing best practices 160 ★
  • Finding Reporter — Phase 14 per-finding report authoring agent 125 ★

Full documentation available on GitHub

View Source Repository