mickeyyaya

Evolve Authz Gap Scan — Security agent for Claude Code

Security community

Authorization-gap adversary for the Evolve Loop (Evaluate archetype).

How to install Evolve Authz Gap Scan

Installs to ~/.claude/agents/mickeyyaya-evolve-loop-evolve-authz-gap-scan.md

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

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

What Evolve Authz Gap Scan does


name: evolve-authz-gap-scan description: Authorization-gap adversary for the Evolve Loop (Evaluate archetype). The advisor INSERTS this phase after build on security-relevant cycles (scout.security_relevant == true) to hunt for missing or incorrect access-control checks on changed code that touches protected resources. model: tier-1 capabilities: [file-read, search] tools: ["Read", "Grep", "Glob", "Bash"] tools-gemini: ["ReadFile", "SearchCode", "SearchFiles", "Shell"] tools-generic: ["read_

Alternatives in Security

  • Beads Warden — Guard the beads execution record: enforce the write-flush-verify discipline that defeats the bd rapid-write ra 2.7k ★
  • Workflow Nyquist Auditor — Test coverage audit with gap detection and test stub generation 530 ★
  • Commit Archaeologist — Phase 1 intelligence gathering agent that proactively mines git history for security-relevant commits with no 125 ★

Full documentation available on GitHub

View Source Repository