Documentation
README
Red Team
An adversarial loop-until-dry. The artifact is a target system; the feedback signal is the count of
distinct failure classes you can surface. Each round you craft adversarial inputs aimed at new
weaknesses and run them through the target and a ground-truth oracle via tools/harness.py, which
records every disagreement as a failure and de-dupes by the class (technique) you label each input
with. You loop until fresh rounds stop finding anything new. This is only the find half of a
findβfix setup: it catalogues failures and never patches the target (see Pairing).
This is the opening of the README. Read the full README on GitHub.