axisrow

Gsd Audit Fix — Security skill for Claude Code

Security community

Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit.

How to install Gsd Audit Fix

Installs to ~/.claude/commands/axisrow-zai-codex-helper-gsd-audit-fix.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/axisrow/zai-codex-helper/HEAD/.claude/commands/gsd-audit-fix.md -o ~/.claude/commands/axisrow-zai-codex-helper-gsd-audit-fix.md

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

What Gsd Audit Fix does


type: prompt name: gsd-audit-fix description: Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit argument-hint: "--source [--severity ] [--max N] [--dry-run]" allowed-tools:

  • Read
  • Write
  • Edit
  • Bash
  • Grep
  • Glob
  • Agent
  • AskUserQuestion requires: [audit-uat]

Run an audit, classify findings as auto-fixable vs manual-only, then autonomously fix auto-fixable issues with test verification and atomic commi

Alternatives in Security

  • Engage.Cvediff — Find the canonical fix commit(s) for a CVE across sources, then diff for root cause 348 ★
  • Cross-Pollinate Hex MCP Servers — Diff-driven audit: find real transferable changes across hex-line-mcp, hex-ssh-mcp, hex-graph-mcp 238 ★
  • Node9 Proxy — The Execution Security Layer for the Agentic Era 209 ★

Full documentation available on GitHub

View Source Repository