Tiger Team adversarial audit of a module or subsystem. Deep analysis for correctness bugs, safety holes, performance cliffs, and API misuse risks. Use before release or after major changes.
Perform a Tiger Team adversarial audit of $ARGUMENTS. Read every line of the target. Analyze systematically across all five dimensions below. Be ruthless — assume the code has bugs and find them.
unwrap(), expect(), assert!(), array indexing without bounds check in library code?u64 arithmetic on step counts, population sizes, histogram indicesAnnealError messages specific enough to diagnose the problem?## Audit Report: [module]
### Critical (must fix before release)
- [finding with file:line reference]
### High (should fix)
- [finding]
### Medium (consider fixing)
- [finding]
### Clean
- [aspects that passed audit with no issues]