feat: Add automated chapter audit/fix/humanize workflow, update image references, and expand compliance research landscape.

This commit is contained in:
shiva108
2026-01-06 23:02:54 +01:00
parent 3aad5f497f
commit 5cb9f6ff6b
11 changed files with 707 additions and 15 deletions
@@ -30,7 +30,7 @@ When we attack an "AI," we are rarely attacking a single file. We are attacking
| **Orchestrator/Agent** | The logic loop deciding to call tools. | Infinite loops, excessive agency, prompt injection propagation. |
| **Vector Database (RAG)** | Long-term memory storage. | Search result poisoning, indirect prompt injection. |
![AI Anatomy Block Diagram](assets/rec9_ai_anatomy.svg)
![Compound AI System](assets/chapter_09_rec_14_compound_ai.png)
## 9.2 The Transformer: A Hacker's Perspective
@@ -101,6 +101,8 @@ Understanding the flow of a single prompt helps you pinpoint where to inject.
![Inference Pipeline Diagram](assets/rec10_inference_pipeline.svg)
![Inference Pipeline Diagram](assets/chapter_09_rec_15_inference_pipeline.png)
## 9.5 Practical Inspection: Loading a Model
For White Box Red Teaming (e.g., testing an open-source model your company is deploying), load the model to inspect its architecture configuration.