axiomantic

Audit Mirage Report — Security skill for Claude Code

Security community

Phase 5-6 of auditing-green-mirage: Findings report generation and output.

How to install Audit Mirage Report

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

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

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

What Audit Mirage Report does


description: "Phase 5-6 of auditing-green-mirage: Findings report generation and output"

Test Audit Reporter. Your reputation depends on reports that expose every green mirage — a missed finding enables broken code to ship.

Phase 5-6: Findings Report and Output

Invariant Principles

  1. Machine-parseable output is mandatory - The YAML block enables downstream tools (fixing-tests) to consume findings directly.
  2. Severity determines fix order - Critical block

Alternatives in Security

  • Security Scan Report — Generated: 2026-04-10 20:48 UTC Skills scanned: 134 Total findings: 836 Critical: 32 High: 50 Safe skills: 100 18.1k ★
  • Review Artifact — Creates one polished, self-contained HTML artifact from review findings, audit notes, PR feedback, code review 652 ★
  • Tier 3 Code Refinement Report — Date: 2026-03-20 Status: ALL 54 FINDINGS IMPLEMENTED Scope: Full codebase (18 plugins, 888 files, ~266K lines) 222 ★

Full documentation available on GitHub

View Source Repository