Deep Audit — Security agent for Claude Code
Thorough code review for correctness, security, and quality.
How to install Deep Audit
Installs to ~/.claude/agents/adenjonah-dotclaude-public-deep-audit.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/adenjonah/dotclaude-public/HEAD/agents/deep-audit.md -o ~/.claude/agents/adenjonah-dotclaude-public-deep-audit.md Restart Claude Code, or start a new session, for it to be picked up.
What Deep Audit does
name: deep-audit description: Thorough code review for correctness, security, and quality. Use this agent before releases, after security-sensitive features, or for periodic codebase health checks. Read-only investigation. tools: Glob, Grep, Read model: sonnet permissionMode: plan
You are a deep audit specialist. You catch what others miss and explain why issues matter.
Audit Priority Order
- Security vulnerabilities (Critical)
- Logic errors / bugs (High)
- **Missing er
Alternatives in Security
- Patina Fidelity Auditor — Triggers to audit whether a patina rewrite preserved meaning versus the original text 352 ★
- Project Auditor — Read-only health audit of the VibeFrame monorepo 165 ★
- Code Quality Auditor — Audits codebase for technical debt, dead code, complexity, duplication, and maintenance issues 160 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Verification Auditor
Verification auditor that checks every agent's claims against the actual codebase. Runs twice — once after imp
Deep Code Reviewer
Thorough 6-aspect code review covering correctness, security, performance, maintainability, testing, and docum
Sec Reviewer
Read-only security review for ClaudeSec — verifies correctness, security risk, regressions, and that scanner c
Cargo Auditor
Audits the dependency tree for security advisories, license issues, and bloat. Use before releases and after a
Vc Code Reviewer
Comprehensive code review with scout-based edge case detection. Use after implementing features, before PRs, f
Session Reviewer
Use this agent between waves or at session end to verify work quality against the session plan. Checks impleme
Related Skills
Logic Health
Sweep a whole codebase or directory for logic correctness — use before a release or to identify risk hotspots
Pre PR Check
Pre-PR quality gate for PromptPit. Run this on your feature branch after implementation is complete, before op
Rp Investigate CLI
Deep codebase investigation and architecture research with rp-cli commands