Script Adversary banner
davalst davalst

Script Adversary

DevOps & Infrastructure community

Description

--- name: script-adversary description: Fresh-context, refute-framed SAFETY review of operator-facing scripts — health checks, probes, deploy/verify scripts, anything a human or system runs to VERIFY state. Hunts the failure modes ordinary code review misses — blocks on stdin, destructive probe, passes-for-the-wrong-reason, guessed diagnostics — the ones that make a check report PASS having tested nothing. The operational counterpart to architecture-adversary. Use when reviewing a verify_install

Installation

Installs to ~/.claude/agents/davalst-tdd-playbook-script-adversary.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/davalst/tdd-playbook/HEAD/.claude/agents/script-adversary.md -o ~/.claude/agents/davalst-tdd-playbook-script-adversary.md

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

Full documentation available on GitHub

View Source Repository