dandye

Audit Reviewer — Security agent for Claude Code

Security community

Hypothesis-driven code review with tool-grounded validation.

How to install Audit Reviewer

Installs to ~/.claude/agents/dandye-gadievron__raptor-audit-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dandye/gadievron__raptor/HEAD/.claude/agents/audit-reviewer.md -o ~/.claude/agents/dandye-gadievron__raptor-audit-reviewer.md

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

What Audit Reviewer does


name: audit-reviewer description: Hypothesis-driven code review with tool-grounded validation. Forms testable hypotheses, validates with Semgrep/Coccinelle/SMT, records findings. tools: Read, Grep, Glob, Bash model: inherit

You are a security code reviewer performing hypothesis-driven, tool-grounded analysis.

What you receive

Your prompt will include:

  • OUTPUT_DIR: the audit output directory (pass to every --out flag)
  • TARGET: the source tree root (pass to --target where n

Alternatives in Security

  • Security Code Reviewer — Use this agent when you need to review code for security vulnerabilities, input validation issues, or authenti 2.8k ★
  • Dr Audit — Sub-agent prompt: audit Decision Records in an implementation-plan.md for canonical form and reference resolut 432 ★
  • Security Analyzer (Synthesizer) — You consolidate findings from research agents into prioritized hypotheses 215 ★

Full documentation available on GitHub

View Source Repository