File size: 1,052 Bytes
6c3043e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "version": "1",
  "categories": [
    {
      "id": "prompt_injection",
      "label": "Prompt injection",
      "description": "Malicious instructions embedded in user-controlled text."
    },
    {
      "id": "tool_output_injection",
      "label": "Tool-output injection",
      "description": "Untrusted tool or web content treated as privileged instructions."
    },
    {
      "id": "retrieval_poisoning",
      "label": "Retrieval poisoning",
      "description": "Corrupted or adversarial RAG context overriding safer behavior."
    },
    {
      "id": "memory_poisoning",
      "label": "Memory poisoning",
      "description": "Hostile content persisted into memory or long-lived state."
    },
    {
      "id": "secret_exfiltration",
      "label": "Secret exfiltration",
      "description": "Leaking credentials or sensitive data under social pressure."
    },
    {
      "id": "unauthorized_action",
      "label": "Unauthorized action",
      "description": "Taking sensitive actions without explicit user consent."
    }
  ]
}