adenjonah

Deep Audit — Security agent for Claude Code

Security community

Thorough code review for correctness, security, and quality.

How to install Deep Audit

Installs to ~/.claude/agents/adenjonah-dotclaude-public-deep-audit.md

Terminal
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

  1. Security vulnerabilities (Critical)
  2. Logic errors / bugs (High)
  3. **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 Repository