/ AIG-PromptSecurity / utils / strategy_map.json
strategy_map.json
 1  {
 2      "metadata": {
 3          "version": "0.0.3",
 4          "createdAt": "2025-09-12"
 5      },
 6      "globalParameters": {
 7          "defaultStrategies": ["Zalgo"]
 8      },
 9      "configSchema": {
10          "strategies": [
11              {
12                  "id": "Encoding",
13                  "type": "encoding",
14                  "typeCn": "编码攻击",
15                  "description": "Encoding attack strategies encrypt risk prompts through various encoding and obfuscation methods to bypass security barriers.",
16                  "descriptionCn": "编码类攻击策略,通过多种编码和混淆方式加密风险prompt,以绕过护栏。",
17                  "methods": [
18                      {"id": "A1Z26", "type": "A1Z26", "typeCn": "A1Z26编码"},
19                      {"id": "AffineCipher", "type": "Affine Cipher", "typeCn": "仿射密码"},
20                      {"id": "AsciiSmuggling", "type": "Ascii Smuggling", "typeCn": "ASCII隐藏嵌入"},
21                      {"id": "Aurebesh", "type": "Aurebesh", "typeCn": "奥雷贝什文"},
22                      {"id": "CaesarCipher", "type": "Caesar Cipher", "typeCn": "凯撒密码"},
23                      {"id": "Leetspeak", "type": "Leetspeak", "typeCn": "Leetspeak编码"},
24                      {"id": "MirrorText", "type": "Mirror Text", "typeCn": "镜像文字"},
25                      {"id": "Ogham", "type": "Ogham", "typeCn": "欧甘文"},
26                      {"id": "Vaporwave", "type": "Vaporwave", "typeCn": "蒸汽波风格"},
27                      {"id": "Zalgo", "type": "Zalgo", "typeCn": "扎尔戈文字"}
28                  ]
29              },
30              {
31                  "id": "BehavioralControl",
32                  "type": "behavioral control",
33                  "typeCn": "行为控制攻击",
34                  "description": "Behavior control attack strategies control model behavior through context guidance, redirection, or deception.",
35                  "descriptionCn": "行为控制类攻击策略,通过上下文引导、重定向或欺骗等方式控制模型行为。",
36                  "methods": [
37                      {"id": "AcrosticPoem", "type": "Acrostic Poem", "typeCn": "藏头诗"},
38                      {"id": "DRAttack", "type": "DR Attack", "typeCn": "DR攻击"},
39                      {"id": "Stego", "type": "Stego", "typeCn": "隐写术"}
40                  ]
41              }
42          ]
43      }
44  }