wrxck/auto-audit

Autonomous Claude Code plugin that audits a GitHub repo, triages findings, fixes in PRs, and independently reviews before merging.

26Stars on the repository
15Mods indexed here, across every type
20d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

poc-builder

01

wrxck/auto-audit

Agent

Build a minimal proof of concept for a confirmed security finding. Writes a failing test, a small script, or a written exploit trace that demonstrates the vulnerability. Does NOT modify source code. Invoke this when a finding is in the confirmed state.

26 20d ago A 54 tokens

security-fixer

02

wrxck/auto-audit

Agent

Implement the minimal fix for a confirmed security finding with a working PoC. Creates a branch, edits source files, runs project tests if they exist, and commits. Does NOT open the PR. Invoke when a finding is in pocwritten state.

26 20d ago B 56 tokens

security-reviewer

03

wrxck/auto-audit

Agent

Independently review the fix PR for a security finding. Gets ONLY the raw finding description and the diff — no access to the triage or fixer's reasoning. Decides approve or requestchanges. Invoke when a finding is in propened state.

26 20d ago A 57 tokens

security-triage

04

wrxck/auto-audit

Agent

Independently evaluate a single security finding to decide whether it is a real, exploitable vulnerability or a false positive. Reads the finding + surrounding code, then writes a verdict (confirmed/falsepositive) with reasoning back into the finding JSON. Invoke this when a finding is in the discovered state.

26 20d ago C 68 tokens