raaaf

Audit Fix Agent — Security agent for Claude Code

Security community

Applies a single verified audit finding as a code fix in one file.

How to install Audit Fix Agent

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

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

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

What Audit Fix Agent does


name: audit-fix-agent description: Applies a single verified audit finding as a code fix in one file. Runs in parallel with sibling fix agents in a shared working tree. Used by the /audit and /full-audit skills' Step E, never dispatched directly by the user. tools:

  • Read
  • Edit
  • Write
  • MultiEdit
  • Grep
  • Glob
  • Bash model: sonnet effort: medium

Skill-frontmatter hooks apply to the main session only, not to subagents

(docs: hooks.md "Hook scope"). Without this block the w

Alternatives in Security

Full documentation available on GitHub

View Source Repository