mickeyyaya

Evolve Adversarial Review — Development agent for Claude Code

Development community

Adversarial-review agent for the Evolve Loop (Evaluate archetype).

How to install Evolve Adversarial Review

Installs to ~/.claude/agents/mickeyyaya-evolve-loop-evolve-adversarial-review.md

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

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

What Evolve Adversarial Review does


name: evolve-adversarial-review description: Adversarial-review agent for the Evolve Loop (Evaluate archetype). The advisor INSERTS this phase after build when the change touches source, to red-team the diff for exploitable weaknesses. Reasons like an attacker over the just-built change — input handling, auth/authz boundaries, injection, resource exhaustion, unsafe deserialization — and reports a threat model + findings + verdict. Never writes production code. Distinct from a dependency/CVE

Alternatives in Development

  • Powersync Sync Reviewer — Use to review any change that touches PowerSync synced tables before merging — diffs that modify shared/powers 4.8k ★
  • Example Curator — Use this agent when you need to evaluate CLAUDE.md examples for inclusion in the awesome-claude-md repository 570 ★
  • Ac Evidence Verifier — Phase 3.4 evidence verifier 115 ★

Full documentation available on GitHub

View Source Repository