docs: Add infographics for AI Red Team Maturity Model, Purple Team Loop, and Red Team Lab architecture to Chapter 45.

This commit is contained in:
shiva108
2026-01-22 11:34:53 +01:00
parent 548d772456
commit 3dfd102404
8 changed files with 24 additions and 11 deletions
@@ -28,10 +28,18 @@ Most organizations start AI security by asking a developer to "try and break the
3. **Level 3 (Continuous):** Automated scans (Garak/PyRIT) in CI/CD.
4. **Level 4 (Adversarial):** Dedicated internal team developing novel attacks against model weights.
<p align="center">
<img src="assets/Ch45_Infographic_MaturityStairs.png" width="512" alt="AI Red Team Maturity Model">
</p>
### 45.1.1 The Purple Team Architecture
Red Teams find bugs; Blue Teams fix them. Purple Teams do both simultaneously.
<p align="center">
<img src="assets/Ch45_Flow_PurpleLoop.png" width="512" alt="Purple Team Feedback Loop">
</p>
```mermaid
graph LR
Red[Red Team: Attack Model] -->|1. Generate Jailbreaks| API[LLM Gateway]
@@ -73,6 +81,10 @@ graph TD
- **Malware Generation:** If you ask the model to "write ransomware," you don't want that ransomware landing on a corporate endpoint.
- **NSFW Content:** Red Teaming involves generating toxicity/pornography to test filters. This traffic triggers HR content filters unless isolated.
<p align="center">
<img src="assets/Ch45_Arch_RedTeamLab.png" width="512" alt="Red Team Lab Architecture">
</p>
### 45.2.2 The Cost of Curiosity
AI Red Teaming is expensive.