wrxck

26 mods across 10 repositories, 108 stars between them.

auto-audit

01

wrxck/auto-audit

Plugin Claude Code

Autonomous security auditor. Scans a GitHub repo for vulnerabilities, triages false positives, writes a PoC, fixes each confirmed bug in its own PR, independently reviews the fix, and merges when the review is clean.

26 20d ago A tokens not measured

poc-builder

02

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

03

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

04

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

05

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

SessionStart

06

wrxck/auto-audit

Hook

Runs when a session starts on resume and startup, executing session-start.sh. From wrxck/auto-audit.

26 20d ago A tokens not measured

audit-security

07

wrxck/auto-audit

Skill Claude CodeCodex

Scan the active auto-audit workspace for security vulnerabilities and add any new findings to the queue. Run as part of /auto-audit:start or periodically via /auto-audit:tick rescans. Uses LLM-based code review plus available CLI scanners (npm audit, pip-audit, gitleaks-like regexes).

26 20d ago A 68 tokens

badge

08

wrxck/auto-audit

Skill Claude CodeCodex

Install the auto-audit badges in the target repo. Publishes the live status JSON to the autoaudit/status branch so the dynamic shields.io badge renders, and optionally opens a PR adding the static 'audited by auto-audit' badge to the README. Use after an audit when the user wants visibility in their repo's README.

26 20d ago A 69 tokens

feedback

09

wrxck/auto-audit

Skill Claude CodeCodex

Record operator feedback against the active repo's audit so future triager and fixer runs incorporate it. Use when the user says 'don't write that pattern again', 'I reverted that PR because X', 'the triager got this one wrong', or 'remember this for next time'. The reviewer is independent and does NOT read this log …

26 20d ago A 72 tokens

report

10

wrxck/auto-audit

Skill Claude CodeCodex

Generate a self-contained HTML audit report for the active repo (or a named one). The report includes summary stats, per-finding triage / PoC / fix / review detail, and the full activity log. Use when the user says 'generate a report', 'export findings', 'build the audit summary', 'write up the audit'.

26 20d ago A 71 tokens

resume

11

wrxck/auto-audit

Skill Claude CodeCodex

Resume a stopped or previously-interrupted autonomous audit without re-initialising the workspace. Re-establishes the active repo pointer and kicks off the loop again. Use when the user says 'resume auto-audit', 'continue the audit', or after a session restart.

26 20d ago A 56 tokens

start

12

wrxck/auto-audit

Skill Claude CodeCodex

Autonomously audit a GitHub repo. Clones the repo, runs a full audit scan (security by default), then kicks off a continuous loop that triages findings, writes proofs of concept, fixes issues in PRs, independently reviews, and merges. Use when the user says things like 'audit my repo', 'scan repo X for security…

26 20d ago A 83 tokens

status

13

wrxck/auto-audit

Skill Claude CodeCodex

Show the current state of the autonomous audit: active repo, findings breakdown by status, recent activity, next pending finding. Use when the user asks 'what's auto-audit doing?', 'audit status', 'audit progress'.

26 20d ago A 47 tokens

stop

14

wrxck/auto-audit

Skill Claude CodeCodex

Halt the autonomous audit loop. Drops the active-repo pointer so ticks become no-ops, and advises the user to press Esc to cancel the running /loop. Use when the user says 'stop auto-audit', 'halt the audit', 'cancel'.

26 20d ago A 55 tokens

tick

15

wrxck/auto-audit

Skill Claude CodeCodex

Advance the autonomous audit by one finding. Picks the next pending finding, moves it through the next lifecycle stage (triage, PoC, fix, PR, review, merge), and stops. Intended to be called repeatedly by /loop — do not use this directly; use /auto-audit:start instead.

26 20d ago A 64 tokens

behavior-hooks

16

wrxck/behavior-hooks

Plugin Claude Code

Learns from your corrections and writes hooks so Claude never repeats the same mistake.

8 4mo ago A tokens not measured original MIT

behavior-hooks

17

wrxck/behavior-hooks

Skill Claude CodeCodex

Detects user corrections and frustrations, then writes enforceable hooks so the same mistake never happens again. Triggers on phrases like "don't do that", "stop doing", "I told you not to", "why did you", "that's wrong", or any expression of displeasure with Claude's behavior.

8 4mo ago B 64 tokens original MIT

diagram-expert

18

wrxck/diagram-expert

Plugin Claude Code

Create detailed Mermaid diagrams for architecture, flows, ERDs, and more — and improve READMEs with visual documentation.

6 20d ago A tokens not measured original MIT

codebase-analyzer

19

wrxck/diagram-expert

Agent

Analyses project structure, dependencies, and flows to suggest appropriate diagrams. Use when needing to understand a codebase before generating diagrams.

6 20d ago A 31 tokens original MIT

diagram

20

wrxck/diagram-expert

Command

Generate a Mermaid diagram from a description or by analysing the current codebase.

6 20d ago A 0 tokens original MIT

diagram-expert

21

wrxck/diagram-expert

Skill Claude CodeCodex

Create detailed, accurate Mermaid diagrams for software architecture, data flows, ERDs, sequences, and more. Improve READMEs with visual documentation.

6 20d ago A 0 tokens original MIT

mcp-forge

23

wrxck/claude-plugins

Plugin Claude Code

Scaffold hardened MCP servers wrapping CLI tools.

5 8d ago A tokens not measured original MIT

minionese

24

wrxck/claude-plugins

Plugin Claude Code

Make da agent talk Minionese - conversational prose only, code and commands stay exact.

5 8d ago A tokens not measured original MIT