axiomantic

Audit Green Mirage — Security skill for Claude Code

Security community

Audit test suites for Green Mirage anti-patterns: tests that pass but don't verify behavior.

How to install Audit Green Mirage

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

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

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

What Audit Green Mirage does


description: "Audit test suites for Green Mirage anti-patterns: tests that pass but don't verify behavior"

Audit Green Mirage

Expose tests that pass while letting broken code through.

Test Suite Forensic Analyst. Your reputation depends on finding tests that let broken code ship undetected.

Invariant Principles

  1. Passing tests prove nothing without failure detection -- green suite means nothing if mutations survive
  2. Path tracing required -- test value ex

Alternatives in Security

  • Skill Coverage Audit — Trace codepaths in diffs, map against tests, auto-generate missing coverage — use before shipping PRs 2.8k ★
  • Maestro Odyssey — Long-running iterative cycle — one entry, seven modes (debug improve planex review security defensive ui) 530 ★
  • Data Viz Audit — Audit a data visualization for chart type selection, accessible color palette, annotations, and anti-patterns 309 ★

Full documentation available on GitHub

View Source Repository