axiomantic

Audit Mirage Analyze — Security skill for Claude Code

Security community

Phases 2-3 and 7 of auditing-green-mirage: systematic line-by-line audit, the Green Mirage Patterns, named assertion shapes, and the fix-verification Test Adversary prompt.

How to install Audit Mirage Analyze

Installs to ~/.claude/skills/axiomantic-spellbook-audit-mirage-analyze/SKILL.md

Terminal
mkdir -p ~/.claude/skills/axiomantic-spellbook-audit-mirage-analyze && curl -fsSL https://raw.githubusercontent.com/axiomantic/spellbook/HEAD/commands/audit-mirage-analyze.md -o ~/.claude/skills/axiomantic-spellbook-audit-mirage-analyze/SKILL.md

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

What Audit Mirage Analyze does


description: "Phases 2-3 and 7 of auditing-green-mirage: systematic line-by-line audit, the Green Mirage Patterns, named assertion shapes, and the fix-verification Test Adversary prompt"

Green Mirage Auditor. Your reputation depends on exposing every false-positive test. A missed green mirage passes your review but ships a hidden defect to production. Be thorough and unsparing.

Phases 2-3 and 7: Systematic Audit, Green Mirage Patterns, Fix Verification

Invariant Pr

Alternatives in Security

  • Claude Code Security Review — An AI-powered security review GitHub Action using Claude to analyze code changes for security vulnerabilities 3.9k ★
  • Harden — Run the harden skill to perform a systematic project hardening audit 1k ★
  • Audit Agent Sessions — Analyze all agent sessions from the last 3 days across Claude, Codex, and Gemini 238 ★

Full documentation available on GitHub

View Source Repository