mirror of
https://github.com/Shiva108/ai-llm-red-team-handbook.git
synced 2026-08-13 14:40:35 +02:00
feat: Add automated chapter audit/fix/humanize workflow, update image references, and expand compliance research landscape.
This commit is contained in:
@@ -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. |
|
||||
|
||||

|
||||

|
||||
|
||||
## 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.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## 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.
|
||||
|
||||
Reference in New Issue
Block a user