mirror of
https://github.com/Shiva108/ai-llm-red-team-handbook.git
synced 2026-07-10 14:38:36 +02:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user