mickeyyaya

Evolve Accessibility Audit — Security agent for Claude Code

Security community

Accessibility audit agent for the Evolve Loop (Evaluate archetype).

How to install Evolve Accessibility Audit

Installs to ~/.claude/agents/mickeyyaya-evolve-loop-evolve-accessibility-audit.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mickeyyaya/evolve-loop/HEAD/agents/evolve-accessibility-audit.md -o ~/.claude/agents/mickeyyaya-evolve-loop-evolve-accessibility-audit.md

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

What Evolve Accessibility Audit does


name: evolve-accessibility-audit description: Accessibility audit agent for the Evolve Loop (Evaluate archetype). The advisor INSERTS this phase after build whenever scout.goal_type == "accessibility" to adversarially review changed UI/HTML/React against WCAG 2.1/2.2 AA. model: tier-2 capabilities: [file-read, search] tools: ["Read", "Grep", "Glob"] tools-gemini: ["ReadFile", "SearchCode", "SearchFiles"] tools-generic: ["read_file", "search_code", "search_files"] perspective: "adversarial WC

Alternatives in Security

  • Perf Deep Audit — Use this agent when you need a deep performance review of Electron, React, or Vite-related code — especially f 358 ★
  • Audit Verifier — Adversarially verifies one candidate finding from /bug-audit — tries to REFUTE it by reading the code and, whe 335 ★
  • Sdlc Security Reviewer — Security review for production readiness 58 ★

Full documentation available on GitHub

View Source Repository