Blind adversarial checker — given ONLY a finding artifact and its evidence (never the author's reasoning), tries to refute it and emits a structured rebuttal that drives the bounded generator↔checker rebuttal loop. Distinct from finding-validator.
Adversarial exploitability judge — issues a PASS / KILL / DOWNGRADE / CHAIN-REQUIRED verdict on each finding, distinct from the artifact-completeness check. Tries to REFUTE every finding before accepting it.
Use this agent when the user provides a binary file and wants comprehensive analysis, asks to "analyze this binary", "check this pwn challenge", "what vulnerabilities does this have", or when automatic binary analysis would help understand a CTF challenge. Examples.
Use this agent when the user has analysis findings and needs exploitation technique recommendations, asks "how should I exploit this", "what technique should I use", "how do I bypass these protections", or needs guidance choosing between exploitation approaches. Examples.
Use this agent when the user needs a customized pwntools exploit script, asks to "generate an exploit", "create exploit template", "write the exploit script", or when exploit code generation would help after analysis is complete. Examples.