scottconverse

Audit Init — Security skill for Claude Code

Security community

Scaffold dual-AI audit-handoff infrastructure for a project - out-of-repo audit gate + protocol and in-repo 5-lens self-audit.

How to install Audit Init

Installs to ~/.claude/skills/scottconverse-agent-pipeline-codex-audit-init/SKILL.md

Terminal
mkdir -p ~/.claude/skills/scottconverse-agent-pipeline-codex-audit-init && curl -fsSL https://raw.githubusercontent.com/scottconverse/agent-pipeline-codex/HEAD/commands/audit-init.md -o ~/.claude/skills/scottconverse-agent-pipeline-codex-audit-init/SKILL.md

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

What Audit Init does


description: Scaffold dual-AI audit-handoff infrastructure for a project - out-of-repo audit gate + protocol and in-repo 5-lens self-audit. For projects where one AI implements and a different AI audits. argument-hint: (none - interactive)

audit-init - scaffold dual-AI audit infrastructure

You are setting up the audit-handoff discipline for a project that uses two AI systems: one implements, the other audits. This complements `pipeline-init`'s execution-side discipline (research -> p

Alternatives in Security

  • Mcp-scan (Invariant Labs) — MCP security scanner with proxy mode for real-time scanning without infrastructure changes 1.9k ★
  • Pocketpaw — Your AI agent in 30 seconds 775 ★
  • Review Artifact — Creates one polished, self-contained HTML artifact from review findings, audit notes, PR feedback, code review 652 ★

Full documentation available on GitHub

View Source Repository