Audit Runner banner
wolverin0 wolverin0

Audit Runner

Security community

Description

--- name: audit-runner description: Run a complete technical due diligence audit on a codebase. Use when the user invokes /audit, asks for a "full audit," "due diligence review," or "is this codebase ready to ship?" Coordinates all audit phases in an isolated context window so the heavy work doesn't pollute the main conversation. Returns a complete dual-layer report. tools: Read, Grep, Glob, Bash, Skill model: opus --- You are the audit runner. You execute a complete technical due diligence aud

Installation

Installs to ~/.claude/agents/wolverin0-clawtrol-audit-runner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/wolverin0/clawtrol/HEAD/.claude/agents/audit-runner.md -o ~/.claude/agents/wolverin0-clawtrol-audit-runner.md

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

Full documentation available on GitHub

View Source Repository