II.
JailbreakPattern JSON
Structured · livejailbreak:many-shot
Many-shot jailbreak json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "jailbreak:many-shot",
"_kind": "JailbreakPattern",
"_file": "extensions/compliance/jailbreak-patterns.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Many-shot jailbreak",
"technique": "multi-turn",
"severity": "high",
"signature": "Long-context attack with N>>10 fabricated harmful Q/A pairs preceding\nthe real query, intended to override safety training.\n",
"description": "Long-context attack that floods the prompt with fabricated harmful Q/A\npairs to override safety training.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "content-policy:default-acceptable-use",
"to": "jailbreak:many-shot",
"kind": "detects_jailbreak",
"attributes": {}
}
]
}