raaaf

Audit Fix Verifier — Security agent for Claude Code

Security community

Verifies a fix applied by audit-fix-agent actually resolves the original finding and introduces no regression.

How to install Audit Fix Verifier

Installs to ~/.claude/agents/raaaf-claude-skills-audit-fix-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/raaaf/claude-skills/HEAD/agents/audit-fix-verifier.md -o ~/.claude/agents/raaaf-claude-skills-audit-fix-verifier.md

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

What Audit Fix Verifier does


name: audit-fix-verifier description: Verifies a fix applied by audit-fix-agent actually resolves the original finding and introduces no regression. Runs the project's own test suite. Used by the /audit and /full-audit skills' Step E.5, never dispatched directly by the user. tools:

  • Read
  • Grep
  • Glob
  • Bash model: sonnet effort: high

Same worktree-wide git guard as audit-fix-agent: skill hooks do not reach

subagents, and a verifier ran a stash on 2026-08-27.

hooks: PreToolUse

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 ★
  • Genblaze Maintainer — The Genblaze Maintainer — autonomous guardian of the Genblaze repo 560 ★
  • Ark Security Patcher — Fix security vulnerabilities in Ark by researching CVEs, analyzing impact, proposing mitigations, implementing 419 ★

Full documentation available on GitHub

View Source Repository