@evalguardai/cli 1.5.0 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (237) hide show
  1. package/dist/templates/attack-matrix.json +2151 -0
  2. package/dist/templates/attacks/adversarial-examples.yaml +145 -0
  3. package/dist/templates/attacks/agent-safety.yaml +198 -0
  4. package/dist/templates/attacks/bias-fairness.yaml +228 -0
  5. package/dist/templates/attacks/chatbot-safety.yaml +251 -0
  6. package/dist/templates/attacks/compliance-evasion.yaml +143 -0
  7. package/dist/templates/attacks/content-moderation.yaml +208 -0
  8. package/dist/templates/attacks/data-poisoning.yaml +143 -0
  9. package/dist/templates/attacks/encoding-attacks.yaml +168 -0
  10. package/dist/templates/attacks/hallucination.yaml +206 -0
  11. package/dist/templates/attacks/indirect-injection.yaml +157 -0
  12. package/dist/templates/attacks/jailbreak-resistance.yaml +239 -0
  13. package/dist/templates/attacks/legitimate-usage.yaml +222 -0
  14. package/dist/templates/attacks/model-extraction.yaml +141 -0
  15. package/dist/templates/attacks/multi-modal-attack.yaml +159 -0
  16. package/dist/templates/attacks/multilingual-bypass.yaml +188 -0
  17. package/dist/templates/attacks/overreliance.yaml +152 -0
  18. package/dist/templates/attacks/pii-leakage.yaml +308 -0
  19. package/dist/templates/attacks/privilege-escalation.yaml +143 -0
  20. package/dist/templates/attacks/prompt-injection.yaml +243 -0
  21. package/dist/templates/attacks/prompt-leaking.yaml +154 -0
  22. package/dist/templates/attacks/rag-evaluation.yaml +289 -0
  23. package/dist/templates/attacks/session-hijacking.yaml +147 -0
  24. package/dist/templates/attacks/social-engineering.yaml +229 -0
  25. package/dist/templates/attacks/supply-chain-attack.yaml +151 -0
  26. package/dist/templates/attacks/supply-chain.yaml +194 -0
  27. package/dist/templates/attacks/toxicity.yaml +228 -0
  28. package/dist/templates/compliance/aida-canada.yaml +166 -0
  29. package/dist/templates/compliance/aml-kyc.yaml +162 -0
  30. package/dist/templates/compliance/appi-japan.yaml +141 -0
  31. package/dist/templates/compliance/bahrain-pdpl.yaml +152 -0
  32. package/dist/templates/compliance/ccpa.yaml +162 -0
  33. package/dist/templates/compliance/colorado-ai-act.yaml +127 -0
  34. package/dist/templates/compliance/coppa.yaml +162 -0
  35. package/dist/templates/compliance/difc-dpl.yaml +180 -0
  36. package/dist/templates/compliance/dpa-kenya.yaml +152 -0
  37. package/dist/templates/compliance/dpa-philippines.yaml +166 -0
  38. package/dist/templates/compliance/dpdp-india.yaml +119 -0
  39. package/dist/templates/compliance/eu-ai-act.yaml +219 -0
  40. package/dist/templates/compliance/fedramp.yaml +194 -0
  41. package/dist/templates/compliance/ferpa.yaml +162 -0
  42. package/dist/templates/compliance/gdpr.yaml +219 -0
  43. package/dist/templates/compliance/glba.yaml +180 -0
  44. package/dist/templates/compliance/hipaa.yaml +300 -0
  45. package/dist/templates/compliance/illinois-bipa.yaml +87 -0
  46. package/dist/templates/compliance/iso-27001.yaml +194 -0
  47. package/dist/templates/compliance/iso-27701.yaml +180 -0
  48. package/dist/templates/compliance/iso-42001.yaml +162 -0
  49. package/dist/templates/compliance/kvkk-turkey.yaml +166 -0
  50. package/dist/templates/compliance/lfpdppp-mexico.yaml +166 -0
  51. package/dist/templates/compliance/lgpd-brazil.yaml +194 -0
  52. package/dist/templates/compliance/ndpr-nigeria.yaml +152 -0
  53. package/dist/templates/compliance/nis2-directive.yaml +180 -0
  54. package/dist/templates/compliance/nist-ai-rmf.yaml +77 -0
  55. package/dist/templates/compliance/nyc-ll144.yaml +87 -0
  56. package/dist/templates/compliance/pci-dss.yaml +198 -0
  57. package/dist/templates/compliance/pdp-indonesia.yaml +166 -0
  58. package/dist/templates/compliance/pdpa-singapore.yaml +140 -0
  59. package/dist/templates/compliance/pdpa-thailand.yaml +140 -0
  60. package/dist/templates/compliance/pdpd-vietnam.yaml +152 -0
  61. package/dist/templates/compliance/pipa-south-korea.yaml +180 -0
  62. package/dist/templates/compliance/pipeda-canada.yaml +180 -0
  63. package/dist/templates/compliance/pipl-china.yaml +175 -0
  64. package/dist/templates/compliance/popia-south-africa.yaml +141 -0
  65. package/dist/templates/compliance/privacy-act-australia.yaml +180 -0
  66. package/dist/templates/compliance/qatar-dpl.yaml +152 -0
  67. package/dist/templates/compliance/saudi-pdpl.yaml +180 -0
  68. package/dist/templates/compliance/soc2.yaml +147 -0
  69. package/dist/templates/compliance/uae-ai-strategy.yaml +166 -0
  70. package/dist/templates/compliance/uk-ai-safety.yaml +180 -0
  71. package/dist/templates/compliance/uk-gdpr.yaml +222 -0
  72. package/dist/templates/compliance/uk-online-safety.yaml +180 -0
  73. package/dist/templates/compliance/us-state-matrix.yaml +107 -0
  74. package/dist/templates/compliance-matrix.json +1938 -0
  75. package/dist/templates/contexts.json +470 -0
  76. package/dist/templates/domains/agriculture/farm-advisor.yaml +247 -0
  77. package/dist/templates/domains/automotive/vehicle-assistant.yaml +247 -0
  78. package/dist/templates/domains/aviation/flight-ops.yaml +255 -0
  79. package/dist/templates/domains/construction/project-manager.yaml +254 -0
  80. package/dist/templates/domains/devtools/code-assistant.yaml +235 -0
  81. package/dist/templates/domains/ecommerce/shopping-assistant.yaml +239 -0
  82. package/dist/templates/domains/education/tutoring-bot.yaml +305 -0
  83. package/dist/templates/domains/energy/utility-support.yaml +253 -0
  84. package/dist/templates/domains/finance/banking-chatbot.yaml +257 -0
  85. package/dist/templates/domains/finance/financial-advisor.yaml +384 -0
  86. package/dist/templates/domains/gaming/player-support.yaml +260 -0
  87. package/dist/templates/domains/government/citizen-services.yaml +195 -0
  88. package/dist/templates/domains/healthcare/medical-copilot.yaml +482 -0
  89. package/dist/templates/domains/healthcare/patient-summarizer.yaml +251 -0
  90. package/dist/templates/domains/hr/resume-screener.yaml +301 -0
  91. package/dist/templates/domains/insurance/claims-processor.yaml +265 -0
  92. package/dist/templates/domains/legal/contract-review.yaml +301 -0
  93. package/dist/templates/domains/logistics/shipment-tracker.yaml +250 -0
  94. package/dist/templates/domains/manufacturing/quality-control.yaml +260 -0
  95. package/dist/templates/domains/media/content-moderator.yaml +250 -0
  96. package/dist/templates/domains/nonprofit/donor-manager.yaml +249 -0
  97. package/dist/templates/domains/pharma/drug-info.yaml +258 -0
  98. package/dist/templates/domains/real-estate/property-assistant.yaml +256 -0
  99. package/dist/templates/domains/support/customer-support.yaml +253 -0
  100. package/dist/templates/domains/telecom/network-support.yaml +252 -0
  101. package/dist/templates/domains/travel/booking-assistant.yaml +248 -0
  102. package/dist/templates/encodings.json +93 -0
  103. package/dist/templates/generate-all-templates.js +489 -0
  104. package/dist/templates/industries/children.yaml +143 -0
  105. package/dist/templates/industries/critical-infrastructure.yaml +143 -0
  106. package/dist/templates/industries/defense.yaml +143 -0
  107. package/dist/templates/industries/drugs.yaml +143 -0
  108. package/dist/templates/industries/elections.yaml +143 -0
  109. package/dist/templates/industries/journalism.yaml +143 -0
  110. package/dist/templates/industries/nuclear.yaml +143 -0
  111. package/dist/templates/industries/religion.yaml +143 -0
  112. package/dist/templates/industries/space.yaml +143 -0
  113. package/dist/templates/industries/weapons.yaml +143 -0
  114. package/dist/templates/intensities.json +50 -0
  115. package/dist/templates/personas.json +225 -0
  116. package/dist/templates/registry.json +2027 -0
  117. package/dist/templates/risk-levels/critical.yaml +147 -0
  118. package/dist/templates/taxonomy.json +14145 -0
  119. package/dist/templates/templates/attack-matrix.json +2151 -0
  120. package/dist/templates/templates/attacks/adversarial-examples.yaml +145 -0
  121. package/dist/templates/templates/attacks/agent-safety.yaml +198 -0
  122. package/dist/templates/templates/attacks/bias-fairness.yaml +228 -0
  123. package/dist/templates/templates/attacks/chatbot-safety.yaml +251 -0
  124. package/dist/templates/templates/attacks/compliance-evasion.yaml +143 -0
  125. package/dist/templates/templates/attacks/content-moderation.yaml +208 -0
  126. package/dist/templates/templates/attacks/data-poisoning.yaml +143 -0
  127. package/dist/templates/templates/attacks/encoding-attacks.yaml +168 -0
  128. package/dist/templates/templates/attacks/hallucination.yaml +206 -0
  129. package/dist/templates/templates/attacks/indirect-injection.yaml +157 -0
  130. package/dist/templates/templates/attacks/jailbreak-resistance.yaml +239 -0
  131. package/dist/templates/templates/attacks/legitimate-usage.yaml +222 -0
  132. package/dist/templates/templates/attacks/model-extraction.yaml +141 -0
  133. package/dist/templates/templates/attacks/multi-modal-attack.yaml +159 -0
  134. package/dist/templates/templates/attacks/multilingual-bypass.yaml +188 -0
  135. package/dist/templates/templates/attacks/overreliance.yaml +152 -0
  136. package/dist/templates/templates/attacks/pii-leakage.yaml +308 -0
  137. package/dist/templates/templates/attacks/privilege-escalation.yaml +143 -0
  138. package/dist/templates/templates/attacks/prompt-injection.yaml +243 -0
  139. package/dist/templates/templates/attacks/prompt-leaking.yaml +154 -0
  140. package/dist/templates/templates/attacks/rag-evaluation.yaml +289 -0
  141. package/dist/templates/templates/attacks/session-hijacking.yaml +147 -0
  142. package/dist/templates/templates/attacks/social-engineering.yaml +229 -0
  143. package/dist/templates/templates/attacks/supply-chain-attack.yaml +151 -0
  144. package/dist/templates/templates/attacks/supply-chain.yaml +194 -0
  145. package/dist/templates/templates/attacks/toxicity.yaml +228 -0
  146. package/dist/templates/templates/compliance/aida-canada.yaml +166 -0
  147. package/dist/templates/templates/compliance/aml-kyc.yaml +162 -0
  148. package/dist/templates/templates/compliance/appi-japan.yaml +141 -0
  149. package/dist/templates/templates/compliance/bahrain-pdpl.yaml +152 -0
  150. package/dist/templates/templates/compliance/ccpa.yaml +162 -0
  151. package/dist/templates/templates/compliance/colorado-ai-act.yaml +127 -0
  152. package/dist/templates/templates/compliance/coppa.yaml +162 -0
  153. package/dist/templates/templates/compliance/difc-dpl.yaml +180 -0
  154. package/dist/templates/templates/compliance/dpa-kenya.yaml +152 -0
  155. package/dist/templates/templates/compliance/dpa-philippines.yaml +166 -0
  156. package/dist/templates/templates/compliance/dpdp-india.yaml +119 -0
  157. package/dist/templates/templates/compliance/eu-ai-act.yaml +219 -0
  158. package/dist/templates/templates/compliance/fedramp.yaml +194 -0
  159. package/dist/templates/templates/compliance/ferpa.yaml +162 -0
  160. package/dist/templates/templates/compliance/gdpr.yaml +219 -0
  161. package/dist/templates/templates/compliance/glba.yaml +180 -0
  162. package/dist/templates/templates/compliance/hipaa.yaml +300 -0
  163. package/dist/templates/templates/compliance/illinois-bipa.yaml +87 -0
  164. package/dist/templates/templates/compliance/iso-27001.yaml +194 -0
  165. package/dist/templates/templates/compliance/iso-27701.yaml +180 -0
  166. package/dist/templates/templates/compliance/iso-42001.yaml +162 -0
  167. package/dist/templates/templates/compliance/kvkk-turkey.yaml +166 -0
  168. package/dist/templates/templates/compliance/lfpdppp-mexico.yaml +166 -0
  169. package/dist/templates/templates/compliance/lgpd-brazil.yaml +194 -0
  170. package/dist/templates/templates/compliance/ndpr-nigeria.yaml +152 -0
  171. package/dist/templates/templates/compliance/nis2-directive.yaml +180 -0
  172. package/dist/templates/templates/compliance/nist-ai-rmf.yaml +77 -0
  173. package/dist/templates/templates/compliance/nyc-ll144.yaml +87 -0
  174. package/dist/templates/templates/compliance/pci-dss.yaml +198 -0
  175. package/dist/templates/templates/compliance/pdp-indonesia.yaml +166 -0
  176. package/dist/templates/templates/compliance/pdpa-singapore.yaml +140 -0
  177. package/dist/templates/templates/compliance/pdpa-thailand.yaml +140 -0
  178. package/dist/templates/templates/compliance/pdpd-vietnam.yaml +152 -0
  179. package/dist/templates/templates/compliance/pipa-south-korea.yaml +180 -0
  180. package/dist/templates/templates/compliance/pipeda-canada.yaml +180 -0
  181. package/dist/templates/templates/compliance/pipl-china.yaml +175 -0
  182. package/dist/templates/templates/compliance/popia-south-africa.yaml +141 -0
  183. package/dist/templates/templates/compliance/privacy-act-australia.yaml +180 -0
  184. package/dist/templates/templates/compliance/qatar-dpl.yaml +152 -0
  185. package/dist/templates/templates/compliance/saudi-pdpl.yaml +180 -0
  186. package/dist/templates/templates/compliance/soc2.yaml +147 -0
  187. package/dist/templates/templates/compliance/uae-ai-strategy.yaml +166 -0
  188. package/dist/templates/templates/compliance/uk-ai-safety.yaml +180 -0
  189. package/dist/templates/templates/compliance/uk-gdpr.yaml +222 -0
  190. package/dist/templates/templates/compliance/uk-online-safety.yaml +180 -0
  191. package/dist/templates/templates/compliance/us-state-matrix.yaml +107 -0
  192. package/dist/templates/templates/compliance-matrix.json +1938 -0
  193. package/dist/templates/templates/contexts.json +470 -0
  194. package/dist/templates/templates/domains/agriculture/farm-advisor.yaml +247 -0
  195. package/dist/templates/templates/domains/automotive/vehicle-assistant.yaml +247 -0
  196. package/dist/templates/templates/domains/aviation/flight-ops.yaml +255 -0
  197. package/dist/templates/templates/domains/construction/project-manager.yaml +254 -0
  198. package/dist/templates/templates/domains/devtools/code-assistant.yaml +235 -0
  199. package/dist/templates/templates/domains/ecommerce/shopping-assistant.yaml +239 -0
  200. package/dist/templates/templates/domains/education/tutoring-bot.yaml +305 -0
  201. package/dist/templates/templates/domains/energy/utility-support.yaml +253 -0
  202. package/dist/templates/templates/domains/finance/banking-chatbot.yaml +257 -0
  203. package/dist/templates/templates/domains/finance/financial-advisor.yaml +384 -0
  204. package/dist/templates/templates/domains/gaming/player-support.yaml +260 -0
  205. package/dist/templates/templates/domains/government/citizen-services.yaml +195 -0
  206. package/dist/templates/templates/domains/healthcare/medical-copilot.yaml +482 -0
  207. package/dist/templates/templates/domains/healthcare/patient-summarizer.yaml +251 -0
  208. package/dist/templates/templates/domains/hr/resume-screener.yaml +301 -0
  209. package/dist/templates/templates/domains/insurance/claims-processor.yaml +265 -0
  210. package/dist/templates/templates/domains/legal/contract-review.yaml +301 -0
  211. package/dist/templates/templates/domains/logistics/shipment-tracker.yaml +250 -0
  212. package/dist/templates/templates/domains/manufacturing/quality-control.yaml +260 -0
  213. package/dist/templates/templates/domains/media/content-moderator.yaml +250 -0
  214. package/dist/templates/templates/domains/nonprofit/donor-manager.yaml +249 -0
  215. package/dist/templates/templates/domains/pharma/drug-info.yaml +258 -0
  216. package/dist/templates/templates/domains/real-estate/property-assistant.yaml +256 -0
  217. package/dist/templates/templates/domains/support/customer-support.yaml +253 -0
  218. package/dist/templates/templates/domains/telecom/network-support.yaml +252 -0
  219. package/dist/templates/templates/domains/travel/booking-assistant.yaml +248 -0
  220. package/dist/templates/templates/encodings.json +93 -0
  221. package/dist/templates/templates/generate-all-templates.js +489 -0
  222. package/dist/templates/templates/industries/children.yaml +143 -0
  223. package/dist/templates/templates/industries/critical-infrastructure.yaml +143 -0
  224. package/dist/templates/templates/industries/defense.yaml +143 -0
  225. package/dist/templates/templates/industries/drugs.yaml +143 -0
  226. package/dist/templates/templates/industries/elections.yaml +143 -0
  227. package/dist/templates/templates/industries/journalism.yaml +143 -0
  228. package/dist/templates/templates/industries/nuclear.yaml +143 -0
  229. package/dist/templates/templates/industries/religion.yaml +143 -0
  230. package/dist/templates/templates/industries/space.yaml +143 -0
  231. package/dist/templates/templates/industries/weapons.yaml +143 -0
  232. package/dist/templates/templates/intensities.json +50 -0
  233. package/dist/templates/templates/personas.json +225 -0
  234. package/dist/templates/templates/registry.json +2027 -0
  235. package/dist/templates/templates/risk-levels/critical.yaml +147 -0
  236. package/dist/templates/templates/taxonomy.json +14145 -0
  237. package/package.json +1 -1
@@ -0,0 +1,2027 @@
1
+ {
2
+ "version": "2.0",
3
+ "updated": "2026-04-10",
4
+ "total_tests": 2060,
5
+ "templates": [
6
+ {
7
+ "id": "attack-prompt-injection",
8
+ "name": "Prompt Injection Pack",
9
+ "domain": "_universal",
10
+ "path": "attacks/prompt-injection.yaml",
11
+ "tests": 20,
12
+ "compliance": [],
13
+ "risk_level": "all",
14
+ "tier": "free",
15
+ "tags": [
16
+ "security",
17
+ "red-team"
18
+ ]
19
+ },
20
+ {
21
+ "id": "attack-pii-leakage",
22
+ "name": "PII Leakage Pack",
23
+ "domain": "_universal",
24
+ "path": "attacks/pii-leakage.yaml",
25
+ "tests": 20,
26
+ "compliance": [
27
+ "hipaa",
28
+ "gdpr"
29
+ ],
30
+ "risk_level": "all",
31
+ "tier": "free",
32
+ "tags": [
33
+ "privacy",
34
+ "pii"
35
+ ]
36
+ },
37
+ {
38
+ "id": "attack-encoding-attacks",
39
+ "name": "Encoding Attacks Pack",
40
+ "domain": "_universal",
41
+ "path": "attacks/encoding-attacks.yaml",
42
+ "tests": 15,
43
+ "compliance": [],
44
+ "risk_level": "all",
45
+ "tier": "free",
46
+ "tags": [
47
+ "security",
48
+ "encoding"
49
+ ]
50
+ },
51
+ {
52
+ "id": "attack-hallucination",
53
+ "name": "Hallucination Detection Pack",
54
+ "domain": "_universal",
55
+ "path": "attacks/hallucination.yaml",
56
+ "tests": 15,
57
+ "compliance": [],
58
+ "risk_level": "all",
59
+ "tier": "free",
60
+ "tags": [
61
+ "accuracy",
62
+ "grounding"
63
+ ]
64
+ },
65
+ {
66
+ "id": "attack-bias-fairness",
67
+ "name": "Bias & Fairness Pack",
68
+ "domain": "_universal",
69
+ "path": "attacks/bias-fairness.yaml",
70
+ "tests": 15,
71
+ "compliance": [
72
+ "eu-ai-act"
73
+ ],
74
+ "risk_level": "all",
75
+ "tier": "free",
76
+ "tags": [
77
+ "fairness",
78
+ "bias"
79
+ ]
80
+ },
81
+ {
82
+ "id": "attack-toxicity",
83
+ "name": "Toxicity & Hate Speech Pack",
84
+ "domain": "_universal",
85
+ "path": "attacks/toxicity.yaml",
86
+ "tests": 15,
87
+ "compliance": [],
88
+ "risk_level": "all",
89
+ "tier": "free",
90
+ "tags": [
91
+ "safety",
92
+ "toxicity"
93
+ ]
94
+ },
95
+ {
96
+ "id": "attack-multilingual-bypass",
97
+ "name": "Multilingual Bypass Pack",
98
+ "domain": "_universal",
99
+ "path": "attacks/multilingual-bypass.yaml",
100
+ "tests": 15,
101
+ "compliance": [],
102
+ "risk_level": "all",
103
+ "tier": "free",
104
+ "tags": [
105
+ "multilingual",
106
+ "bypass"
107
+ ]
108
+ },
109
+ {
110
+ "id": "attack-social-engineering",
111
+ "name": "Social Engineering Pack",
112
+ "domain": "_universal",
113
+ "path": "attacks/social-engineering.yaml",
114
+ "tests": 15,
115
+ "compliance": [
116
+ "hipaa"
117
+ ],
118
+ "risk_level": "all",
119
+ "tier": "free",
120
+ "tags": [
121
+ "social-engineering",
122
+ "impersonation"
123
+ ]
124
+ },
125
+ {
126
+ "id": "attack-overreliance",
127
+ "name": "Overreliance Detection Pack",
128
+ "domain": "_universal",
129
+ "path": "attacks/overreliance.yaml",
130
+ "tests": 10,
131
+ "compliance": [],
132
+ "risk_level": "all",
133
+ "tier": "free",
134
+ "tags": [
135
+ "overreliance",
136
+ "disclaimer"
137
+ ]
138
+ },
139
+ {
140
+ "id": "attack-jailbreak-resistance",
141
+ "name": "Jailbreak Resistance Pack",
142
+ "domain": "_universal",
143
+ "path": "attacks/jailbreak-resistance.yaml",
144
+ "tests": 15,
145
+ "compliance": [],
146
+ "risk_level": "all",
147
+ "tier": "free",
148
+ "tags": [
149
+ "jailbreak",
150
+ "resistance"
151
+ ]
152
+ },
153
+ {
154
+ "id": "healthcare-medical-copilot",
155
+ "name": "Medical Copilot",
156
+ "domain": "healthcare",
157
+ "path": "domains/healthcare/medical-copilot.yaml",
158
+ "tests": 48,
159
+ "compliance": [
160
+ "hipaa"
161
+ ],
162
+ "risk_level": "critical",
163
+ "tier": "free",
164
+ "tags": [
165
+ "healthcare",
166
+ "copilot"
167
+ ]
168
+ },
169
+ {
170
+ "id": "healthcare-patient-summarizer",
171
+ "name": "Patient Record Summarizer",
172
+ "domain": "healthcare",
173
+ "path": "domains/healthcare/patient-summarizer.yaml",
174
+ "tests": 31,
175
+ "compliance": [
176
+ "hipaa"
177
+ ],
178
+ "risk_level": "critical",
179
+ "tier": "free",
180
+ "tags": [
181
+ "healthcare",
182
+ "summarizer"
183
+ ]
184
+ },
185
+ {
186
+ "id": "compliance-hipaa",
187
+ "name": "HIPAA Compliance Pack",
188
+ "domain": "_compliance",
189
+ "path": "compliance/hipaa.yaml",
190
+ "tests": 20,
191
+ "compliance": [
192
+ "hipaa"
193
+ ],
194
+ "risk_level": "critical",
195
+ "tier": "team",
196
+ "tags": [
197
+ "compliance",
198
+ "hipaa"
199
+ ]
200
+ },
201
+ {
202
+ "id": "finance-financial-advisor",
203
+ "name": "Financial Advisor Bot",
204
+ "domain": "finance",
205
+ "tier": "pro",
206
+ "tests": 20,
207
+ "path": "domains/finance/financial-advisor.yaml"
208
+ },
209
+ {
210
+ "id": "finance-banking-chatbot",
211
+ "name": "Banking Chatbot",
212
+ "domain": "finance",
213
+ "tier": "pro",
214
+ "tests": 15,
215
+ "path": "domains/finance/banking-chatbot.yaml"
216
+ },
217
+ {
218
+ "id": "legal-contract-review",
219
+ "name": "Contract Review Assistant",
220
+ "domain": "legal",
221
+ "tier": "pro",
222
+ "tests": 15,
223
+ "path": "domains/legal/contract-review.yaml"
224
+ },
225
+ {
226
+ "id": "education-tutoring-bot",
227
+ "name": "Tutoring Bot",
228
+ "domain": "education",
229
+ "tier": "pro",
230
+ "tests": 15,
231
+ "path": "domains/education/tutoring-bot.yaml"
232
+ },
233
+ {
234
+ "id": "ecommerce-shopping-assistant",
235
+ "name": "Shopping Assistant",
236
+ "domain": "ecommerce",
237
+ "tier": "pro",
238
+ "tests": 15,
239
+ "path": "domains/ecommerce/shopping-assistant.yaml"
240
+ },
241
+ {
242
+ "id": "hr-resume-screener",
243
+ "name": "Resume Screener",
244
+ "domain": "hr",
245
+ "tier": "pro",
246
+ "tests": 15,
247
+ "path": "domains/hr/resume-screener.yaml"
248
+ },
249
+ {
250
+ "id": "devtools-code-assistant",
251
+ "name": "Code Assistant",
252
+ "domain": "devtools",
253
+ "tier": "pro",
254
+ "tests": 15,
255
+ "path": "domains/devtools/code-assistant.yaml"
256
+ },
257
+ {
258
+ "id": "support-customer-support",
259
+ "name": "Customer Support Bot",
260
+ "domain": "support",
261
+ "tier": "pro",
262
+ "tests": 15,
263
+ "path": "domains/support/customer-support.yaml"
264
+ },
265
+ {
266
+ "id": "government-citizen-services",
267
+ "name": "Citizen Services Bot",
268
+ "domain": "government",
269
+ "tier": "pro",
270
+ "tests": 12,
271
+ "path": "domains/government/citizen-services.yaml"
272
+ },
273
+ {
274
+ "id": "compliance-gdpr",
275
+ "name": "GDPR Compliance Pack",
276
+ "domain": "_compliance",
277
+ "tier": "team",
278
+ "tests": 15,
279
+ "path": "compliance/gdpr.yaml"
280
+ },
281
+ {
282
+ "id": "compliance-eu-ai-act",
283
+ "name": "EU AI Act Compliance Pack",
284
+ "domain": "_compliance",
285
+ "tier": "team",
286
+ "tests": 15,
287
+ "path": "compliance/eu-ai-act.yaml"
288
+ },
289
+ {
290
+ "id": "compliance-soc2",
291
+ "name": "SOC 2 AI Controls Pack",
292
+ "domain": "_compliance",
293
+ "tier": "team",
294
+ "tests": 10,
295
+ "path": "compliance/soc2.yaml"
296
+ },
297
+ {
298
+ "id": "compliance-nist-ai-rmf",
299
+ "name": "NIST AI RMF Pack",
300
+ "domain": "_compliance",
301
+ "tier": "team",
302
+ "tests": 5,
303
+ "path": "compliance/nist-ai-rmf.yaml"
304
+ },
305
+ {
306
+ "id": "compliance-dpdp-india",
307
+ "name": "DPDP (India) Pack",
308
+ "domain": "_compliance",
309
+ "tier": "team",
310
+ "tests": 8,
311
+ "path": "compliance/dpdp-india.yaml"
312
+ },
313
+ {
314
+ "id": "compliance-pipl-china",
315
+ "name": "PIPL (China) Compliance Pack",
316
+ "domain": "_compliance",
317
+ "tier": "team",
318
+ "tests": 10,
319
+ "path": "compliance/pipl-china.yaml"
320
+ },
321
+ {
322
+ "id": "compliance-appi-japan",
323
+ "name": "APPI (Japan) Compliance Pack",
324
+ "domain": "_compliance",
325
+ "tier": "team",
326
+ "tests": 8,
327
+ "path": "compliance/appi-japan.yaml"
328
+ },
329
+ {
330
+ "id": "compliance-popia-south-africa",
331
+ "name": "POPIA (South Africa) Compliance Pack",
332
+ "domain": "_compliance",
333
+ "tier": "team",
334
+ "tests": 8,
335
+ "path": "compliance/popia-south-africa.yaml"
336
+ },
337
+ {
338
+ "id": "compliance-pdpa-singapore",
339
+ "name": "PDPA (Singapore) Compliance Pack",
340
+ "domain": "_compliance",
341
+ "tier": "team",
342
+ "tests": 8,
343
+ "path": "compliance/pdpa-singapore.yaml"
344
+ },
345
+ {
346
+ "id": "compliance-pdpa-thailand",
347
+ "name": "PDPA (Thailand) Compliance Pack",
348
+ "domain": "_compliance",
349
+ "tier": "team",
350
+ "tests": 8,
351
+ "path": "compliance/pdpa-thailand.yaml"
352
+ },
353
+ {
354
+ "id": "risk-critical",
355
+ "name": "Critical Risk Starter",
356
+ "domain": "_risk",
357
+ "tier": "free",
358
+ "tests": 10,
359
+ "path": "risk-levels/critical.yaml"
360
+ },
361
+ {
362
+ "id": "attack-legitimate-usage",
363
+ "name": "Legitimate Usage Pack",
364
+ "domain": "_universal",
365
+ "path": "attacks/legitimate-usage.yaml",
366
+ "tests": 15,
367
+ "compliance": [],
368
+ "risk_level": "all",
369
+ "tier": "free",
370
+ "tags": [
371
+ "positive",
372
+ "legitimate"
373
+ ]
374
+ },
375
+ {
376
+ "id": "attack-agent-safety",
377
+ "name": "attack-agent-safety",
378
+ "domain": "_universal",
379
+ "path": "attacks/agent-safety.yaml",
380
+ "tests": 15,
381
+ "compliance": [],
382
+ "risk_level": "all",
383
+ "tier": "pro",
384
+ "tags": []
385
+ },
386
+ {
387
+ "id": "attack-chatbot-safety",
388
+ "name": "attack-chatbot-safety",
389
+ "domain": "_universal",
390
+ "path": "attacks/chatbot-safety.yaml",
391
+ "tests": 20,
392
+ "compliance": [],
393
+ "risk_level": "all",
394
+ "tier": "pro",
395
+ "tags": []
396
+ },
397
+ {
398
+ "id": "attack-content-moderation",
399
+ "name": "attack-content-moderation",
400
+ "domain": "_universal",
401
+ "path": "attacks/content-moderation.yaml",
402
+ "tests": 15,
403
+ "compliance": [],
404
+ "risk_level": "all",
405
+ "tier": "pro",
406
+ "tags": []
407
+ },
408
+ {
409
+ "id": "attack-rag-evaluation",
410
+ "name": "attack-rag-evaluation",
411
+ "domain": "_universal",
412
+ "path": "attacks/rag-evaluation.yaml",
413
+ "tests": 20,
414
+ "compliance": [],
415
+ "risk_level": "all",
416
+ "tier": "pro",
417
+ "tags": []
418
+ },
419
+ {
420
+ "id": "attack-supply-chain",
421
+ "name": "attack-supply-chain",
422
+ "domain": "_universal",
423
+ "path": "attacks/supply-chain.yaml",
424
+ "tests": 15,
425
+ "compliance": [],
426
+ "risk_level": "all",
427
+ "tier": "pro",
428
+ "tags": []
429
+ },
430
+ {
431
+ "id": "compliance-aml-kyc",
432
+ "name": "compliance-aml-kyc",
433
+ "domain": "_compliance",
434
+ "path": "compliance/aml-kyc.yaml",
435
+ "tests": 10,
436
+ "compliance": [],
437
+ "risk_level": "all",
438
+ "tier": "pro",
439
+ "tags": []
440
+ },
441
+ {
442
+ "id": "compliance-ccpa",
443
+ "name": "compliance-ccpa",
444
+ "domain": "_compliance",
445
+ "path": "compliance/ccpa.yaml",
446
+ "tests": 10,
447
+ "compliance": [],
448
+ "risk_level": "all",
449
+ "tier": "pro",
450
+ "tags": []
451
+ },
452
+ {
453
+ "id": "compliance-coppa",
454
+ "name": "compliance-coppa",
455
+ "domain": "_compliance",
456
+ "path": "compliance/coppa.yaml",
457
+ "tests": 10,
458
+ "compliance": [],
459
+ "risk_level": "all",
460
+ "tier": "pro",
461
+ "tags": []
462
+ },
463
+ {
464
+ "id": "dpdp_001",
465
+ "name": "dpdp_001",
466
+ "domain": "_compliance",
467
+ "path": "compliance/dpdp-india.yaml",
468
+ "tests": 8,
469
+ "compliance": [],
470
+ "risk_level": "all",
471
+ "tier": "pro",
472
+ "tags": []
473
+ },
474
+ {
475
+ "id": "euai_001",
476
+ "name": "euai_001",
477
+ "domain": "_compliance",
478
+ "path": "compliance/eu-ai-act.yaml",
479
+ "tests": 15,
480
+ "compliance": [],
481
+ "risk_level": "all",
482
+ "tier": "pro",
483
+ "tags": []
484
+ },
485
+ {
486
+ "id": "compliance-ferpa",
487
+ "name": "compliance-ferpa",
488
+ "domain": "_compliance",
489
+ "path": "compliance/ferpa.yaml",
490
+ "tests": 10,
491
+ "compliance": [],
492
+ "risk_level": "all",
493
+ "tier": "pro",
494
+ "tags": []
495
+ },
496
+ {
497
+ "id": "gdpr_001",
498
+ "name": "gdpr_001",
499
+ "domain": "_compliance",
500
+ "path": "compliance/gdpr.yaml",
501
+ "tests": 15,
502
+ "compliance": [],
503
+ "risk_level": "all",
504
+ "tier": "pro",
505
+ "tags": []
506
+ },
507
+ {
508
+ "id": "compliance-iso-42001",
509
+ "name": "compliance-iso-42001",
510
+ "domain": "_compliance",
511
+ "path": "compliance/iso-42001.yaml",
512
+ "tests": 10,
513
+ "compliance": [],
514
+ "risk_level": "all",
515
+ "tier": "pro",
516
+ "tags": []
517
+ },
518
+ {
519
+ "id": "nist_001",
520
+ "name": "nist_001",
521
+ "domain": "_compliance",
522
+ "path": "compliance/nist-ai-rmf.yaml",
523
+ "tests": 5,
524
+ "compliance": [],
525
+ "risk_level": "all",
526
+ "tier": "pro",
527
+ "tags": []
528
+ },
529
+ {
530
+ "id": "compliance-pci-dss",
531
+ "name": "compliance-pci-dss",
532
+ "domain": "_compliance",
533
+ "path": "compliance/pci-dss.yaml",
534
+ "tests": 12,
535
+ "compliance": [],
536
+ "risk_level": "all",
537
+ "tier": "pro",
538
+ "tags": []
539
+ },
540
+ {
541
+ "id": "soc2_001",
542
+ "name": "soc2_001",
543
+ "domain": "_compliance",
544
+ "path": "compliance/soc2.yaml",
545
+ "tests": 10,
546
+ "compliance": [],
547
+ "risk_level": "all",
548
+ "tier": "pro",
549
+ "tags": []
550
+ },
551
+ {
552
+ "id": "agriculture-farm-advisor",
553
+ "name": "agriculture-farm-advisor",
554
+ "domain": "agriculture",
555
+ "path": "domains/agriculture/farm-advisor.yaml",
556
+ "tests": 15,
557
+ "compliance": [],
558
+ "risk_level": "all",
559
+ "tier": "pro",
560
+ "tags": []
561
+ },
562
+ {
563
+ "id": "automotive-vehicle-assistant",
564
+ "name": "automotive-vehicle-assistant",
565
+ "domain": "automotive",
566
+ "path": "domains/automotive/vehicle-assistant.yaml",
567
+ "tests": 15,
568
+ "compliance": [],
569
+ "risk_level": "all",
570
+ "tier": "pro",
571
+ "tags": []
572
+ },
573
+ {
574
+ "id": "aviation-flight-ops",
575
+ "name": "aviation-flight-ops",
576
+ "domain": "aviation",
577
+ "path": "domains/aviation/flight-ops.yaml",
578
+ "tests": 15,
579
+ "compliance": [],
580
+ "risk_level": "all",
581
+ "tier": "pro",
582
+ "tags": []
583
+ },
584
+ {
585
+ "id": "construction-project-manager",
586
+ "name": "construction-project-manager",
587
+ "domain": "construction",
588
+ "path": "domains/construction/project-manager.yaml",
589
+ "tests": 15,
590
+ "compliance": [],
591
+ "risk_level": "all",
592
+ "tier": "pro",
593
+ "tags": []
594
+ },
595
+ {
596
+ "id": "dev_001",
597
+ "name": "dev_001",
598
+ "domain": "devtools",
599
+ "path": "domains/devtools/code-assistant.yaml",
600
+ "tests": 15,
601
+ "compliance": [],
602
+ "risk_level": "all",
603
+ "tier": "pro",
604
+ "tags": []
605
+ },
606
+ {
607
+ "id": "ecom_001",
608
+ "name": "ecom_001",
609
+ "domain": "ecommerce",
610
+ "path": "domains/ecommerce/shopping-assistant.yaml",
611
+ "tests": 15,
612
+ "compliance": [],
613
+ "risk_level": "all",
614
+ "tier": "pro",
615
+ "tags": []
616
+ },
617
+ {
618
+ "id": "edu_001",
619
+ "name": "edu_001",
620
+ "domain": "education",
621
+ "path": "domains/education/tutoring-bot.yaml",
622
+ "tests": 19,
623
+ "compliance": [],
624
+ "risk_level": "all",
625
+ "tier": "pro",
626
+ "tags": []
627
+ },
628
+ {
629
+ "id": "energy-utility-support",
630
+ "name": "energy-utility-support",
631
+ "domain": "energy",
632
+ "path": "domains/energy/utility-support.yaml",
633
+ "tests": 15,
634
+ "compliance": [],
635
+ "risk_level": "all",
636
+ "tier": "pro",
637
+ "tags": []
638
+ },
639
+ {
640
+ "id": "bank_001",
641
+ "name": "bank_001",
642
+ "domain": "finance",
643
+ "path": "domains/finance/banking-chatbot.yaml",
644
+ "tests": 15,
645
+ "compliance": [],
646
+ "risk_level": "all",
647
+ "tier": "pro",
648
+ "tags": []
649
+ },
650
+ {
651
+ "id": "fin_adv_001",
652
+ "name": "fin_adv_001",
653
+ "domain": "finance",
654
+ "path": "domains/finance/financial-advisor.yaml",
655
+ "tests": 24,
656
+ "compliance": [],
657
+ "risk_level": "all",
658
+ "tier": "pro",
659
+ "tags": []
660
+ },
661
+ {
662
+ "id": "gaming-player-support",
663
+ "name": "gaming-player-support",
664
+ "domain": "gaming",
665
+ "path": "domains/gaming/player-support.yaml",
666
+ "tests": 15,
667
+ "compliance": [],
668
+ "risk_level": "all",
669
+ "tier": "pro",
670
+ "tags": []
671
+ },
672
+ {
673
+ "id": "gov_001",
674
+ "name": "gov_001",
675
+ "domain": "government",
676
+ "path": "domains/government/citizen-services.yaml",
677
+ "tests": 12,
678
+ "compliance": [],
679
+ "risk_level": "all",
680
+ "tier": "pro",
681
+ "tags": []
682
+ },
683
+ {
684
+ "id": "hr_002",
685
+ "name": "hr_002",
686
+ "domain": "hr",
687
+ "path": "domains/hr/resume-screener.yaml",
688
+ "tests": 19,
689
+ "compliance": [],
690
+ "risk_level": "all",
691
+ "tier": "pro",
692
+ "tags": []
693
+ },
694
+ {
695
+ "id": "insurance-claims-processor",
696
+ "name": "insurance-claims-processor",
697
+ "domain": "insurance",
698
+ "path": "domains/insurance/claims-processor.yaml",
699
+ "tests": 15,
700
+ "compliance": [],
701
+ "risk_level": "all",
702
+ "tier": "pro",
703
+ "tags": []
704
+ },
705
+ {
706
+ "id": "legal_002",
707
+ "name": "legal_002",
708
+ "domain": "legal",
709
+ "path": "domains/legal/contract-review.yaml",
710
+ "tests": 19,
711
+ "compliance": [],
712
+ "risk_level": "all",
713
+ "tier": "pro",
714
+ "tags": []
715
+ },
716
+ {
717
+ "id": "logistics-shipment-tracker",
718
+ "name": "logistics-shipment-tracker",
719
+ "domain": "logistics",
720
+ "path": "domains/logistics/shipment-tracker.yaml",
721
+ "tests": 15,
722
+ "compliance": [],
723
+ "risk_level": "all",
724
+ "tier": "pro",
725
+ "tags": []
726
+ },
727
+ {
728
+ "id": "manufacturing-quality-control",
729
+ "name": "manufacturing-quality-control",
730
+ "domain": "manufacturing",
731
+ "path": "domains/manufacturing/quality-control.yaml",
732
+ "tests": 15,
733
+ "compliance": [],
734
+ "risk_level": "all",
735
+ "tier": "pro",
736
+ "tags": []
737
+ },
738
+ {
739
+ "id": "media-content-moderator",
740
+ "name": "media-content-moderator",
741
+ "domain": "media",
742
+ "path": "domains/media/content-moderator.yaml",
743
+ "tests": 15,
744
+ "compliance": [],
745
+ "risk_level": "all",
746
+ "tier": "pro",
747
+ "tags": []
748
+ },
749
+ {
750
+ "id": "nonprofit-donor-manager",
751
+ "name": "nonprofit-donor-manager",
752
+ "domain": "nonprofit",
753
+ "path": "domains/nonprofit/donor-manager.yaml",
754
+ "tests": 15,
755
+ "compliance": [],
756
+ "risk_level": "all",
757
+ "tier": "pro",
758
+ "tags": []
759
+ },
760
+ {
761
+ "id": "pharma-drug-info",
762
+ "name": "pharma-drug-info",
763
+ "domain": "pharma",
764
+ "path": "domains/pharma/drug-info.yaml",
765
+ "tests": 15,
766
+ "compliance": [],
767
+ "risk_level": "all",
768
+ "tier": "pro",
769
+ "tags": []
770
+ },
771
+ {
772
+ "id": "real-estate-property-assistant",
773
+ "name": "real-estate-property-assistant",
774
+ "domain": "real-estate",
775
+ "path": "domains/real-estate/property-assistant.yaml",
776
+ "tests": 15,
777
+ "compliance": [],
778
+ "risk_level": "all",
779
+ "tier": "pro",
780
+ "tags": []
781
+ },
782
+ {
783
+ "id": "sup_002",
784
+ "name": "sup_002",
785
+ "domain": "support",
786
+ "path": "domains/support/customer-support.yaml",
787
+ "tests": 15,
788
+ "compliance": [],
789
+ "risk_level": "all",
790
+ "tier": "pro",
791
+ "tags": []
792
+ },
793
+ {
794
+ "id": "telecom-network-support",
795
+ "name": "telecom-network-support",
796
+ "domain": "telecom",
797
+ "path": "domains/telecom/network-support.yaml",
798
+ "tests": 15,
799
+ "compliance": [],
800
+ "risk_level": "all",
801
+ "tier": "pro",
802
+ "tags": []
803
+ },
804
+ {
805
+ "id": "travel-booking-assistant",
806
+ "name": "travel-booking-assistant",
807
+ "domain": "travel",
808
+ "path": "domains/travel/booking-assistant.yaml",
809
+ "tests": 15,
810
+ "compliance": [],
811
+ "risk_level": "all",
812
+ "tier": "pro",
813
+ "tags": []
814
+ },
815
+ {
816
+ "id": "risk_crit_001",
817
+ "name": "risk_crit_001",
818
+ "domain": "_risk",
819
+ "path": "risk-levels/critical.yaml",
820
+ "tests": 10,
821
+ "compliance": [],
822
+ "risk_level": "all",
823
+ "tier": "pro",
824
+ "tags": []
825
+ },
826
+ {
827
+ "id": "beauty-wellness",
828
+ "name": "Beauty & Wellness AI",
829
+ "domain": "beauty",
830
+ "path": "domains/beauty-wellness.yaml",
831
+ "tests": 15,
832
+ "compliance": [
833
+ "gdpr"
834
+ ],
835
+ "risk_level": "medium",
836
+ "tier": "free",
837
+ "tags": [
838
+ "beauty",
839
+ "wellness",
840
+ "cosmetics"
841
+ ]
842
+ },
843
+ {
844
+ "id": "environmental-monitoring",
845
+ "name": "Environmental Monitoring AI",
846
+ "domain": "environmental",
847
+ "path": "domains/environmental-monitoring.yaml",
848
+ "tests": 15,
849
+ "compliance": [
850
+ "gdpr"
851
+ ],
852
+ "risk_level": "medium",
853
+ "tier": "free",
854
+ "tags": [
855
+ "environment",
856
+ "climate",
857
+ "sustainability"
858
+ ]
859
+ },
860
+ {
861
+ "id": "food-service",
862
+ "name": "Food & Beverage AI",
863
+ "domain": "food",
864
+ "path": "domains/food-service.yaml",
865
+ "tests": 15,
866
+ "compliance": [
867
+ "gdpr"
868
+ ],
869
+ "risk_level": "medium",
870
+ "tier": "free",
871
+ "tags": [
872
+ "food",
873
+ "restaurant",
874
+ "beverage"
875
+ ]
876
+ },
877
+ {
878
+ "id": "maritime-operations",
879
+ "name": "Maritime Operations AI",
880
+ "domain": "maritime",
881
+ "path": "domains/maritime-operations.yaml",
882
+ "tests": 15,
883
+ "compliance": [],
884
+ "risk_level": "high",
885
+ "tier": "free",
886
+ "tags": [
887
+ "maritime",
888
+ "shipping",
889
+ "naval"
890
+ ]
891
+ },
892
+ {
893
+ "id": "mining-resources",
894
+ "name": "Mining & Resources AI",
895
+ "domain": "mining",
896
+ "path": "domains/mining-resources.yaml",
897
+ "tests": 15,
898
+ "compliance": [],
899
+ "risk_level": "high",
900
+ "tier": "free",
901
+ "tags": [
902
+ "mining",
903
+ "resources",
904
+ "extraction"
905
+ ]
906
+ },
907
+ {
908
+ "id": "sports-fitness",
909
+ "name": "Sports & Fitness AI",
910
+ "domain": "sports",
911
+ "path": "domains/sports-fitness.yaml",
912
+ "tests": 15,
913
+ "compliance": [
914
+ "gdpr"
915
+ ],
916
+ "risk_level": "low",
917
+ "tier": "free",
918
+ "tags": [
919
+ "sports",
920
+ "fitness",
921
+ "athletics"
922
+ ]
923
+ },
924
+ {
925
+ "id": "aerospace-defense",
926
+ "name": "Aerospace & Defense AI",
927
+ "domain": "aerospace",
928
+ "path": "domains/aerospace-defense.yaml",
929
+ "tests": 15,
930
+ "compliance": [
931
+ "nist-ai-rmf"
932
+ ],
933
+ "risk_level": "critical",
934
+ "tier": "pro",
935
+ "tags": [
936
+ "aerospace",
937
+ "defense",
938
+ "military"
939
+ ]
940
+ },
941
+ {
942
+ "id": "biotech-research",
943
+ "name": "Biotech & Life Sciences AI",
944
+ "domain": "biotech",
945
+ "path": "domains/biotech-research.yaml",
946
+ "tests": 15,
947
+ "compliance": [
948
+ "hipaa",
949
+ "gdpr"
950
+ ],
951
+ "risk_level": "high",
952
+ "tier": "pro",
953
+ "tags": [
954
+ "biotech",
955
+ "genomics",
956
+ "research"
957
+ ]
958
+ },
959
+ {
960
+ "id": "fintech-payments",
961
+ "name": "Fintech & Payments AI",
962
+ "domain": "fintech",
963
+ "path": "domains/fintech-payments.yaml",
964
+ "tests": 15,
965
+ "compliance": [
966
+ "pci-dss",
967
+ "gdpr",
968
+ "aml-kyc"
969
+ ],
970
+ "risk_level": "critical",
971
+ "tier": "pro",
972
+ "tags": [
973
+ "fintech",
974
+ "payments",
975
+ "crypto"
976
+ ]
977
+ },
978
+ {
979
+ "id": "cybersecurity-ops",
980
+ "name": "Cybersecurity Operations AI",
981
+ "domain": "cybersecurity",
982
+ "path": "domains/cybersecurity-ops.yaml",
983
+ "tests": 15,
984
+ "compliance": [
985
+ "soc2",
986
+ "nist-ai-rmf"
987
+ ],
988
+ "risk_level": "critical",
989
+ "tier": "pro",
990
+ "tags": [
991
+ "cybersecurity",
992
+ "soc",
993
+ "threat-intel"
994
+ ]
995
+ },
996
+ {
997
+ "id": "supply-chain",
998
+ "name": "Supply Chain Management AI",
999
+ "domain": "supply-chain",
1000
+ "path": "domains/supply-chain.yaml",
1001
+ "tests": 15,
1002
+ "compliance": [],
1003
+ "risk_level": "medium",
1004
+ "tier": "free",
1005
+ "tags": [
1006
+ "supply-chain",
1007
+ "procurement",
1008
+ "inventory"
1009
+ ]
1010
+ },
1011
+ {
1012
+ "id": "hospitality-hotel",
1013
+ "name": "Hospitality & Hotels AI",
1014
+ "domain": "hospitality",
1015
+ "path": "domains/hospitality-hotel.yaml",
1016
+ "tests": 15,
1017
+ "compliance": [
1018
+ "gdpr",
1019
+ "pci-dss"
1020
+ ],
1021
+ "risk_level": "medium",
1022
+ "tier": "free",
1023
+ "tags": [
1024
+ "hotel",
1025
+ "hospitality",
1026
+ "booking"
1027
+ ]
1028
+ },
1029
+ {
1030
+ "id": "veterinary-animal",
1031
+ "name": "Veterinary & Animal Care AI",
1032
+ "domain": "veterinary",
1033
+ "path": "domains/veterinary-animal.yaml",
1034
+ "tests": 15,
1035
+ "compliance": [],
1036
+ "risk_level": "medium",
1037
+ "tier": "free",
1038
+ "tags": [
1039
+ "veterinary",
1040
+ "animal",
1041
+ "pets"
1042
+ ]
1043
+ },
1044
+ {
1045
+ "id": "architecture-design",
1046
+ "name": "Architecture & Design AI",
1047
+ "domain": "architecture",
1048
+ "path": "domains/architecture-design.yaml",
1049
+ "tests": 15,
1050
+ "compliance": [],
1051
+ "risk_level": "low",
1052
+ "tier": "free",
1053
+ "tags": [
1054
+ "architecture",
1055
+ "design",
1056
+ "building"
1057
+ ]
1058
+ },
1059
+ {
1060
+ "id": "accounting-tax",
1061
+ "name": "Accounting & Tax AI",
1062
+ "domain": "accounting",
1063
+ "path": "domains/accounting-tax.yaml",
1064
+ "tests": 15,
1065
+ "compliance": [
1066
+ "gdpr",
1067
+ "soc2"
1068
+ ],
1069
+ "risk_level": "high",
1070
+ "tier": "pro",
1071
+ "tags": [
1072
+ "accounting",
1073
+ "tax",
1074
+ "audit"
1075
+ ]
1076
+ },
1077
+ {
1078
+ "id": "recruitment-hiring",
1079
+ "name": "Recruitment & Hiring AI",
1080
+ "domain": "recruitment",
1081
+ "path": "domains/recruitment-hiring.yaml",
1082
+ "tests": 15,
1083
+ "compliance": [
1084
+ "gdpr",
1085
+ "ccpa"
1086
+ ],
1087
+ "risk_level": "high",
1088
+ "tier": "pro",
1089
+ "tags": [
1090
+ "recruitment",
1091
+ "hiring",
1092
+ "talent"
1093
+ ]
1094
+ },
1095
+ {
1096
+ "id": "social-media",
1097
+ "name": "Social Media AI",
1098
+ "domain": "social-media",
1099
+ "path": "domains/social-media.yaml",
1100
+ "tests": 15,
1101
+ "compliance": [
1102
+ "gdpr",
1103
+ "coppa"
1104
+ ],
1105
+ "risk_level": "high",
1106
+ "tier": "pro",
1107
+ "tags": [
1108
+ "social-media",
1109
+ "content",
1110
+ "community"
1111
+ ]
1112
+ },
1113
+ {
1114
+ "id": "autonomous-vehicles",
1115
+ "name": "Autonomous Vehicles AI",
1116
+ "domain": "autonomous-vehicles",
1117
+ "path": "domains/autonomous-vehicles.yaml",
1118
+ "tests": 15,
1119
+ "compliance": [
1120
+ "nist-ai-rmf",
1121
+ "eu-ai-act"
1122
+ ],
1123
+ "risk_level": "critical",
1124
+ "tier": "pro",
1125
+ "tags": [
1126
+ "autonomous",
1127
+ "self-driving",
1128
+ "robotics"
1129
+ ]
1130
+ },
1131
+ {
1132
+ "id": "telecommunications-5g",
1133
+ "name": "5G & Telecoms Infrastructure AI",
1134
+ "domain": "telecoms-infra",
1135
+ "path": "domains/telecoms-5g.yaml",
1136
+ "tests": 15,
1137
+ "compliance": [
1138
+ "gdpr"
1139
+ ],
1140
+ "risk_level": "high",
1141
+ "tier": "pro",
1142
+ "tags": [
1143
+ "5g",
1144
+ "telecoms",
1145
+ "network"
1146
+ ]
1147
+ },
1148
+ {
1149
+ "id": "climate-carbon",
1150
+ "name": "Climate & Carbon Trading AI",
1151
+ "domain": "climate",
1152
+ "path": "domains/climate-carbon.yaml",
1153
+ "tests": 15,
1154
+ "compliance": [
1155
+ "eu-ai-act"
1156
+ ],
1157
+ "risk_level": "medium",
1158
+ "tier": "free",
1159
+ "tags": [
1160
+ "climate",
1161
+ "carbon",
1162
+ "esg"
1163
+ ]
1164
+ },
1165
+ {
1166
+ "id": "eldercare-aging",
1167
+ "name": "Elder Care & Aging AI",
1168
+ "domain": "eldercare",
1169
+ "path": "domains/eldercare-aging.yaml",
1170
+ "tests": 15,
1171
+ "compliance": [
1172
+ "hipaa",
1173
+ "gdpr"
1174
+ ],
1175
+ "risk_level": "high",
1176
+ "tier": "pro",
1177
+ "tags": [
1178
+ "eldercare",
1179
+ "aging",
1180
+ "senior"
1181
+ ]
1182
+ },
1183
+ {
1184
+ "id": "mental-health",
1185
+ "name": "Mental Health & Therapy AI",
1186
+ "domain": "mental-health",
1187
+ "path": "domains/mental-health.yaml",
1188
+ "tests": 15,
1189
+ "compliance": [
1190
+ "hipaa",
1191
+ "gdpr"
1192
+ ],
1193
+ "risk_level": "critical",
1194
+ "tier": "pro",
1195
+ "tags": [
1196
+ "mental-health",
1197
+ "therapy",
1198
+ "counseling"
1199
+ ]
1200
+ },
1201
+ {
1202
+ "id": "childcare-edtech",
1203
+ "name": "Childcare & EdTech AI",
1204
+ "domain": "childcare",
1205
+ "path": "domains/childcare-edtech.yaml",
1206
+ "tests": 15,
1207
+ "compliance": [
1208
+ "coppa",
1209
+ "ferpa",
1210
+ "gdpr"
1211
+ ],
1212
+ "risk_level": "critical",
1213
+ "tier": "pro",
1214
+ "tags": [
1215
+ "childcare",
1216
+ "edtech",
1217
+ "children"
1218
+ ]
1219
+ },
1220
+ {
1221
+ "id": "robotics-automation",
1222
+ "name": "Robotics & Industrial Automation AI",
1223
+ "domain": "robotics",
1224
+ "path": "domains/robotics-automation.yaml",
1225
+ "tests": 15,
1226
+ "compliance": [
1227
+ "eu-ai-act"
1228
+ ],
1229
+ "risk_level": "critical",
1230
+ "tier": "pro",
1231
+ "tags": [
1232
+ "robotics",
1233
+ "automation",
1234
+ "industrial"
1235
+ ]
1236
+ },
1237
+ {
1238
+ "id": "smart-city",
1239
+ "name": "Smart City & Urban Planning AI",
1240
+ "domain": "smart-city",
1241
+ "path": "domains/smart-city.yaml",
1242
+ "tests": 15,
1243
+ "compliance": [
1244
+ "gdpr",
1245
+ "eu-ai-act"
1246
+ ],
1247
+ "risk_level": "high",
1248
+ "tier": "pro",
1249
+ "tags": [
1250
+ "smart-city",
1251
+ "urban",
1252
+ "municipal"
1253
+ ]
1254
+ },
1255
+ {
1256
+ "id": "quantum-computing",
1257
+ "name": "Quantum Computing AI",
1258
+ "domain": "quantum",
1259
+ "path": "domains/quantum-computing.yaml",
1260
+ "tests": 15,
1261
+ "compliance": [
1262
+ "nist-ai-rmf"
1263
+ ],
1264
+ "risk_level": "high",
1265
+ "tier": "enterprise",
1266
+ "tags": [
1267
+ "quantum",
1268
+ "computing",
1269
+ "research"
1270
+ ]
1271
+ },
1272
+ {
1273
+ "id": "compliance-aida-canada",
1274
+ "name": "Canada AIDA Compliance Pack",
1275
+ "domain": "_compliance",
1276
+ "path": "compliance/aida-canada.yaml",
1277
+ "tests": 11,
1278
+ "compliance": [
1279
+ "aida-canada"
1280
+ ],
1281
+ "risk_level": "all",
1282
+ "tier": "free",
1283
+ "tags": [
1284
+ "compliance",
1285
+ "regulation"
1286
+ ]
1287
+ },
1288
+ {
1289
+ "id": "compliance-bahrain-pdpl",
1290
+ "name": "Bahrain PDPL Compliance Pack",
1291
+ "domain": "_compliance",
1292
+ "path": "compliance/bahrain-pdpl.yaml",
1293
+ "tests": 10,
1294
+ "compliance": [
1295
+ "bahrain-pdpl"
1296
+ ],
1297
+ "risk_level": "all",
1298
+ "tier": "free",
1299
+ "tags": [
1300
+ "compliance",
1301
+ "regulation"
1302
+ ]
1303
+ },
1304
+ {
1305
+ "id": "compliance-colorado-ai-act",
1306
+ "name": "Colorado Ai Act",
1307
+ "domain": "_compliance",
1308
+ "path": "compliance/colorado-ai-act.yaml",
1309
+ "tests": 10,
1310
+ "compliance": [
1311
+ "colorado-ai-act"
1312
+ ],
1313
+ "risk_level": "all",
1314
+ "tier": "free",
1315
+ "tags": [
1316
+ "compliance",
1317
+ "regulation"
1318
+ ]
1319
+ },
1320
+ {
1321
+ "id": "compliance-difc-dpl",
1322
+ "name": "DIFC Data Protection Law Compliance Pack",
1323
+ "domain": "_compliance",
1324
+ "path": "compliance/difc-dpl.yaml",
1325
+ "tests": 12,
1326
+ "compliance": [
1327
+ "difc-dpl"
1328
+ ],
1329
+ "risk_level": "all",
1330
+ "tier": "free",
1331
+ "tags": [
1332
+ "compliance",
1333
+ "regulation"
1334
+ ]
1335
+ },
1336
+ {
1337
+ "id": "compliance-dpa-kenya",
1338
+ "name": "Kenya DPA Compliance Pack",
1339
+ "domain": "_compliance",
1340
+ "path": "compliance/dpa-kenya.yaml",
1341
+ "tests": 10,
1342
+ "compliance": [
1343
+ "dpa-kenya"
1344
+ ],
1345
+ "risk_level": "all",
1346
+ "tier": "free",
1347
+ "tags": [
1348
+ "compliance",
1349
+ "regulation"
1350
+ ]
1351
+ },
1352
+ {
1353
+ "id": "compliance-dpa-philippines",
1354
+ "name": "Philippines DPA Compliance Pack",
1355
+ "domain": "_compliance",
1356
+ "path": "compliance/dpa-philippines.yaml",
1357
+ "tests": 11,
1358
+ "compliance": [
1359
+ "dpa-philippines"
1360
+ ],
1361
+ "risk_level": "all",
1362
+ "tier": "free",
1363
+ "tags": [
1364
+ "compliance",
1365
+ "regulation"
1366
+ ]
1367
+ },
1368
+ {
1369
+ "id": "compliance-fedramp",
1370
+ "name": "FedRAMP Compliance Pack",
1371
+ "domain": "_compliance",
1372
+ "path": "compliance/fedramp.yaml",
1373
+ "tests": 13,
1374
+ "compliance": [
1375
+ "fedramp"
1376
+ ],
1377
+ "risk_level": "all",
1378
+ "tier": "free",
1379
+ "tags": [
1380
+ "compliance",
1381
+ "regulation"
1382
+ ]
1383
+ },
1384
+ {
1385
+ "id": "compliance-glba",
1386
+ "name": "GLBA Compliance Pack",
1387
+ "domain": "_compliance",
1388
+ "path": "compliance/glba.yaml",
1389
+ "tests": 12,
1390
+ "compliance": [
1391
+ "glba"
1392
+ ],
1393
+ "risk_level": "all",
1394
+ "tier": "free",
1395
+ "tags": [
1396
+ "compliance",
1397
+ "regulation"
1398
+ ]
1399
+ },
1400
+ {
1401
+ "id": "compliance-illinois-bipa",
1402
+ "name": "Illinois Bipa",
1403
+ "domain": "_compliance",
1404
+ "path": "compliance/illinois-bipa.yaml",
1405
+ "tests": 10,
1406
+ "compliance": [
1407
+ "illinois-bipa"
1408
+ ],
1409
+ "risk_level": "all",
1410
+ "tier": "free",
1411
+ "tags": [
1412
+ "compliance",
1413
+ "regulation"
1414
+ ]
1415
+ },
1416
+ {
1417
+ "id": "compliance-iso-27001",
1418
+ "name": "ISO 27001 Information Security Compliance Pack",
1419
+ "domain": "_compliance",
1420
+ "path": "compliance/iso-27001.yaml",
1421
+ "tests": 13,
1422
+ "compliance": [
1423
+ "iso-27001"
1424
+ ],
1425
+ "risk_level": "all",
1426
+ "tier": "free",
1427
+ "tags": [
1428
+ "compliance",
1429
+ "regulation"
1430
+ ]
1431
+ },
1432
+ {
1433
+ "id": "compliance-iso-27701",
1434
+ "name": "ISO 27701 Privacy Information Management Compliance Pack",
1435
+ "domain": "_compliance",
1436
+ "path": "compliance/iso-27701.yaml",
1437
+ "tests": 12,
1438
+ "compliance": [
1439
+ "iso-27701"
1440
+ ],
1441
+ "risk_level": "all",
1442
+ "tier": "free",
1443
+ "tags": [
1444
+ "compliance",
1445
+ "regulation"
1446
+ ]
1447
+ },
1448
+ {
1449
+ "id": "compliance-kvkk-turkey",
1450
+ "name": "Turkey KVKK Compliance Pack",
1451
+ "domain": "_compliance",
1452
+ "path": "compliance/kvkk-turkey.yaml",
1453
+ "tests": 11,
1454
+ "compliance": [
1455
+ "kvkk-turkey"
1456
+ ],
1457
+ "risk_level": "all",
1458
+ "tier": "free",
1459
+ "tags": [
1460
+ "compliance",
1461
+ "regulation"
1462
+ ]
1463
+ },
1464
+ {
1465
+ "id": "compliance-lfpdppp-mexico",
1466
+ "name": "Mexico LFPDPPP Compliance Pack",
1467
+ "domain": "_compliance",
1468
+ "path": "compliance/lfpdppp-mexico.yaml",
1469
+ "tests": 11,
1470
+ "compliance": [
1471
+ "lfpdppp-mexico"
1472
+ ],
1473
+ "risk_level": "all",
1474
+ "tier": "free",
1475
+ "tags": [
1476
+ "compliance",
1477
+ "regulation"
1478
+ ]
1479
+ },
1480
+ {
1481
+ "id": "compliance-lgpd-brazil",
1482
+ "name": "LGPD Brazil Compliance Pack",
1483
+ "domain": "_compliance",
1484
+ "path": "compliance/lgpd-brazil.yaml",
1485
+ "tests": 13,
1486
+ "compliance": [
1487
+ "lgpd-brazil"
1488
+ ],
1489
+ "risk_level": "all",
1490
+ "tier": "free",
1491
+ "tags": [
1492
+ "compliance",
1493
+ "regulation"
1494
+ ]
1495
+ },
1496
+ {
1497
+ "id": "compliance-ndpr-nigeria",
1498
+ "name": "Nigeria NDPR Compliance Pack",
1499
+ "domain": "_compliance",
1500
+ "path": "compliance/ndpr-nigeria.yaml",
1501
+ "tests": 10,
1502
+ "compliance": [
1503
+ "ndpr-nigeria"
1504
+ ],
1505
+ "risk_level": "all",
1506
+ "tier": "free",
1507
+ "tags": [
1508
+ "compliance",
1509
+ "regulation"
1510
+ ]
1511
+ },
1512
+ {
1513
+ "id": "compliance-nis2-directive",
1514
+ "name": "EU NIS2 Directive Compliance Pack",
1515
+ "domain": "_compliance",
1516
+ "path": "compliance/nis2-directive.yaml",
1517
+ "tests": 12,
1518
+ "compliance": [
1519
+ "nis2-directive"
1520
+ ],
1521
+ "risk_level": "all",
1522
+ "tier": "free",
1523
+ "tags": [
1524
+ "compliance",
1525
+ "regulation"
1526
+ ]
1527
+ },
1528
+ {
1529
+ "id": "compliance-nyc-ll144",
1530
+ "name": "Nyc Ll144",
1531
+ "domain": "_compliance",
1532
+ "path": "compliance/nyc-ll144.yaml",
1533
+ "tests": 10,
1534
+ "compliance": [
1535
+ "nyc-ll144"
1536
+ ],
1537
+ "risk_level": "all",
1538
+ "tier": "free",
1539
+ "tags": [
1540
+ "compliance",
1541
+ "regulation"
1542
+ ]
1543
+ },
1544
+ {
1545
+ "id": "compliance-pdp-indonesia",
1546
+ "name": "Indonesia PDP Law Compliance Pack",
1547
+ "domain": "_compliance",
1548
+ "path": "compliance/pdp-indonesia.yaml",
1549
+ "tests": 11,
1550
+ "compliance": [
1551
+ "pdp-indonesia"
1552
+ ],
1553
+ "risk_level": "all",
1554
+ "tier": "free",
1555
+ "tags": [
1556
+ "compliance",
1557
+ "regulation"
1558
+ ]
1559
+ },
1560
+ {
1561
+ "id": "compliance-pdpd-vietnam",
1562
+ "name": "Vietnam PDPD Compliance Pack",
1563
+ "domain": "_compliance",
1564
+ "path": "compliance/pdpd-vietnam.yaml",
1565
+ "tests": 10,
1566
+ "compliance": [
1567
+ "pdpd-vietnam"
1568
+ ],
1569
+ "risk_level": "all",
1570
+ "tier": "free",
1571
+ "tags": [
1572
+ "compliance",
1573
+ "regulation"
1574
+ ]
1575
+ },
1576
+ {
1577
+ "id": "compliance-pipa-south-korea",
1578
+ "name": "South Korea PIPA Compliance Pack",
1579
+ "domain": "_compliance",
1580
+ "path": "compliance/pipa-south-korea.yaml",
1581
+ "tests": 12,
1582
+ "compliance": [
1583
+ "pipa-south-korea"
1584
+ ],
1585
+ "risk_level": "all",
1586
+ "tier": "free",
1587
+ "tags": [
1588
+ "compliance",
1589
+ "regulation"
1590
+ ]
1591
+ },
1592
+ {
1593
+ "id": "compliance-pipeda-canada",
1594
+ "name": "PIPEDA Canada Compliance Pack",
1595
+ "domain": "_compliance",
1596
+ "path": "compliance/pipeda-canada.yaml",
1597
+ "tests": 12,
1598
+ "compliance": [
1599
+ "pipeda-canada"
1600
+ ],
1601
+ "risk_level": "all",
1602
+ "tier": "free",
1603
+ "tags": [
1604
+ "compliance",
1605
+ "regulation"
1606
+ ]
1607
+ },
1608
+ {
1609
+ "id": "compliance-privacy-act-australia",
1610
+ "name": "Australia Privacy Act 1988 Compliance Pack",
1611
+ "domain": "_compliance",
1612
+ "path": "compliance/privacy-act-australia.yaml",
1613
+ "tests": 12,
1614
+ "compliance": [
1615
+ "privacy-act-australia"
1616
+ ],
1617
+ "risk_level": "all",
1618
+ "tier": "free",
1619
+ "tags": [
1620
+ "compliance",
1621
+ "regulation"
1622
+ ]
1623
+ },
1624
+ {
1625
+ "id": "compliance-qatar-dpl",
1626
+ "name": "Qatar Data Privacy Law Compliance Pack",
1627
+ "domain": "_compliance",
1628
+ "path": "compliance/qatar-dpl.yaml",
1629
+ "tests": 10,
1630
+ "compliance": [
1631
+ "qatar-dpl"
1632
+ ],
1633
+ "risk_level": "all",
1634
+ "tier": "free",
1635
+ "tags": [
1636
+ "compliance",
1637
+ "regulation"
1638
+ ]
1639
+ },
1640
+ {
1641
+ "id": "compliance-saudi-pdpl",
1642
+ "name": "Saudi Arabia PDPL Compliance Pack",
1643
+ "domain": "_compliance",
1644
+ "path": "compliance/saudi-pdpl.yaml",
1645
+ "tests": 12,
1646
+ "compliance": [
1647
+ "saudi-pdpl"
1648
+ ],
1649
+ "risk_level": "all",
1650
+ "tier": "free",
1651
+ "tags": [
1652
+ "compliance",
1653
+ "regulation"
1654
+ ]
1655
+ },
1656
+ {
1657
+ "id": "compliance-uae-ai-strategy",
1658
+ "name": "UAE National AI Strategy Compliance Pack",
1659
+ "domain": "_compliance",
1660
+ "path": "compliance/uae-ai-strategy.yaml",
1661
+ "tests": 11,
1662
+ "compliance": [
1663
+ "uae-ai-strategy"
1664
+ ],
1665
+ "risk_level": "all",
1666
+ "tier": "free",
1667
+ "tags": [
1668
+ "compliance",
1669
+ "regulation"
1670
+ ]
1671
+ },
1672
+ {
1673
+ "id": "compliance-uk-ai-safety",
1674
+ "name": "UK AI Safety Institute Guidelines Compliance Pack",
1675
+ "domain": "_compliance",
1676
+ "path": "compliance/uk-ai-safety.yaml",
1677
+ "tests": 12,
1678
+ "compliance": [
1679
+ "uk-ai-safety"
1680
+ ],
1681
+ "risk_level": "all",
1682
+ "tier": "free",
1683
+ "tags": [
1684
+ "compliance",
1685
+ "regulation"
1686
+ ]
1687
+ },
1688
+ {
1689
+ "id": "compliance-uk-gdpr",
1690
+ "name": "UK GDPR Compliance Pack",
1691
+ "domain": "_compliance",
1692
+ "path": "compliance/uk-gdpr.yaml",
1693
+ "tests": 15,
1694
+ "compliance": [
1695
+ "uk-gdpr"
1696
+ ],
1697
+ "risk_level": "all",
1698
+ "tier": "free",
1699
+ "tags": [
1700
+ "compliance",
1701
+ "regulation"
1702
+ ]
1703
+ },
1704
+ {
1705
+ "id": "compliance-uk-online-safety",
1706
+ "name": "UK Online Safety Act Compliance Pack",
1707
+ "domain": "_compliance",
1708
+ "path": "compliance/uk-online-safety.yaml",
1709
+ "tests": 12,
1710
+ "compliance": [
1711
+ "uk-online-safety"
1712
+ ],
1713
+ "risk_level": "all",
1714
+ "tier": "free",
1715
+ "tags": [
1716
+ "compliance",
1717
+ "regulation"
1718
+ ]
1719
+ },
1720
+ {
1721
+ "id": "compliance-us-state-matrix",
1722
+ "name": "Us State Matrix",
1723
+ "domain": "_compliance",
1724
+ "path": "compliance/us-state-matrix.yaml",
1725
+ "tests": 10,
1726
+ "compliance": [
1727
+ "us-state-matrix"
1728
+ ],
1729
+ "risk_level": "all",
1730
+ "tier": "free",
1731
+ "tags": [
1732
+ "compliance",
1733
+ "regulation"
1734
+ ]
1735
+ },
1736
+ {
1737
+ "id": "attack-adversarial-examples",
1738
+ "name": "Adversarial Examples Pack",
1739
+ "domain": "_universal",
1740
+ "path": "attacks/adversarial-examples.yaml",
1741
+ "tests": 12,
1742
+ "compliance": [],
1743
+ "risk_level": "all",
1744
+ "tier": "free",
1745
+ "tags": [
1746
+ "security",
1747
+ "red-team",
1748
+ "attack"
1749
+ ]
1750
+ },
1751
+ {
1752
+ "id": "attack-compliance-evasion",
1753
+ "name": "Compliance Evasion Pack",
1754
+ "domain": "_universal",
1755
+ "path": "attacks/compliance-evasion.yaml",
1756
+ "tests": 12,
1757
+ "compliance": [],
1758
+ "risk_level": "all",
1759
+ "tier": "free",
1760
+ "tags": [
1761
+ "security",
1762
+ "red-team",
1763
+ "attack"
1764
+ ]
1765
+ },
1766
+ {
1767
+ "id": "attack-data-poisoning",
1768
+ "name": "Data Poisoning Pack",
1769
+ "domain": "_universal",
1770
+ "path": "attacks/data-poisoning.yaml",
1771
+ "tests": 12,
1772
+ "compliance": [],
1773
+ "risk_level": "all",
1774
+ "tier": "free",
1775
+ "tags": [
1776
+ "security",
1777
+ "red-team",
1778
+ "attack"
1779
+ ]
1780
+ },
1781
+ {
1782
+ "id": "attack-indirect-injection",
1783
+ "name": "Indirect Injection Pack",
1784
+ "domain": "_universal",
1785
+ "path": "attacks/indirect-injection.yaml",
1786
+ "tests": 12,
1787
+ "compliance": [],
1788
+ "risk_level": "all",
1789
+ "tier": "free",
1790
+ "tags": [
1791
+ "security",
1792
+ "red-team",
1793
+ "attack"
1794
+ ]
1795
+ },
1796
+ {
1797
+ "id": "attack-model-extraction",
1798
+ "name": "Model Extraction Pack",
1799
+ "domain": "_universal",
1800
+ "path": "attacks/model-extraction.yaml",
1801
+ "tests": 12,
1802
+ "compliance": [],
1803
+ "risk_level": "all",
1804
+ "tier": "free",
1805
+ "tags": [
1806
+ "security",
1807
+ "red-team",
1808
+ "attack"
1809
+ ]
1810
+ },
1811
+ {
1812
+ "id": "attack-multi-modal-attack",
1813
+ "name": "Multi-Modal Attack Pack",
1814
+ "domain": "_universal",
1815
+ "path": "attacks/multi-modal-attack.yaml",
1816
+ "tests": 12,
1817
+ "compliance": [],
1818
+ "risk_level": "all",
1819
+ "tier": "free",
1820
+ "tags": [
1821
+ "security",
1822
+ "red-team",
1823
+ "attack"
1824
+ ]
1825
+ },
1826
+ {
1827
+ "id": "attack-privilege-escalation",
1828
+ "name": "Privilege Escalation Pack",
1829
+ "domain": "_universal",
1830
+ "path": "attacks/privilege-escalation.yaml",
1831
+ "tests": 12,
1832
+ "compliance": [],
1833
+ "risk_level": "all",
1834
+ "tier": "free",
1835
+ "tags": [
1836
+ "security",
1837
+ "red-team",
1838
+ "attack"
1839
+ ]
1840
+ },
1841
+ {
1842
+ "id": "attack-prompt-leaking",
1843
+ "name": "Prompt Leaking Pack",
1844
+ "domain": "_universal",
1845
+ "path": "attacks/prompt-leaking.yaml",
1846
+ "tests": 13,
1847
+ "compliance": [],
1848
+ "risk_level": "all",
1849
+ "tier": "free",
1850
+ "tags": [
1851
+ "security",
1852
+ "red-team",
1853
+ "attack"
1854
+ ]
1855
+ },
1856
+ {
1857
+ "id": "attack-session-hijacking",
1858
+ "name": "Session Hijacking Pack",
1859
+ "domain": "_universal",
1860
+ "path": "attacks/session-hijacking.yaml",
1861
+ "tests": 12,
1862
+ "compliance": [],
1863
+ "risk_level": "all",
1864
+ "tier": "free",
1865
+ "tags": [
1866
+ "security",
1867
+ "red-team",
1868
+ "attack"
1869
+ ]
1870
+ },
1871
+ {
1872
+ "id": "attack-supply-chain-attack",
1873
+ "name": "Supply Chain Attack Pack",
1874
+ "domain": "_universal",
1875
+ "path": "attacks/supply-chain-attack.yaml",
1876
+ "tests": 12,
1877
+ "compliance": [],
1878
+ "risk_level": "all",
1879
+ "tier": "free",
1880
+ "tags": [
1881
+ "security",
1882
+ "red-team",
1883
+ "attack"
1884
+ ]
1885
+ },
1886
+ {
1887
+ "id": "industry-children",
1888
+ "name": "Child Safety Beyond COPPA",
1889
+ "domain": "children",
1890
+ "path": "industries/children.yaml",
1891
+ "tests": 12,
1892
+ "compliance": [],
1893
+ "risk_level": "all",
1894
+ "tier": "free",
1895
+ "tags": [
1896
+ "industry",
1897
+ "children"
1898
+ ]
1899
+ },
1900
+ {
1901
+ "id": "industry-critical-infrastructure",
1902
+ "name": "Critical Infrastructure AI Safety",
1903
+ "domain": "critical_infrastructure",
1904
+ "path": "industries/critical-infrastructure.yaml",
1905
+ "tests": 12,
1906
+ "compliance": [],
1907
+ "risk_level": "all",
1908
+ "tier": "free",
1909
+ "tags": [
1910
+ "industry",
1911
+ "critical_infrastructure"
1912
+ ]
1913
+ },
1914
+ {
1915
+ "id": "industry-defense",
1916
+ "name": "Defense & Military AI Safety",
1917
+ "domain": "defense",
1918
+ "path": "industries/defense.yaml",
1919
+ "tests": 12,
1920
+ "compliance": [],
1921
+ "risk_level": "all",
1922
+ "tier": "free",
1923
+ "tags": [
1924
+ "industry",
1925
+ "defense"
1926
+ ]
1927
+ },
1928
+ {
1929
+ "id": "industry-drugs",
1930
+ "name": "Controlled Substances Detection",
1931
+ "domain": "drugs",
1932
+ "path": "industries/drugs.yaml",
1933
+ "tests": 12,
1934
+ "compliance": [],
1935
+ "risk_level": "all",
1936
+ "tier": "free",
1937
+ "tags": [
1938
+ "industry",
1939
+ "drugs"
1940
+ ]
1941
+ },
1942
+ {
1943
+ "id": "industry-elections",
1944
+ "name": "Election Integrity & Political AI Safety",
1945
+ "domain": "elections",
1946
+ "path": "industries/elections.yaml",
1947
+ "tests": 12,
1948
+ "compliance": [],
1949
+ "risk_level": "all",
1950
+ "tier": "free",
1951
+ "tags": [
1952
+ "industry",
1953
+ "elections"
1954
+ ]
1955
+ },
1956
+ {
1957
+ "id": "industry-journalism",
1958
+ "name": "Media & Journalism AI Ethics",
1959
+ "domain": "journalism",
1960
+ "path": "industries/journalism.yaml",
1961
+ "tests": 12,
1962
+ "compliance": [],
1963
+ "risk_level": "all",
1964
+ "tier": "free",
1965
+ "tags": [
1966
+ "industry",
1967
+ "journalism"
1968
+ ]
1969
+ },
1970
+ {
1971
+ "id": "industry-nuclear",
1972
+ "name": "Nuclear Energy AI Safety",
1973
+ "domain": "nuclear",
1974
+ "path": "industries/nuclear.yaml",
1975
+ "tests": 12,
1976
+ "compliance": [],
1977
+ "risk_level": "all",
1978
+ "tier": "free",
1979
+ "tags": [
1980
+ "industry",
1981
+ "nuclear"
1982
+ ]
1983
+ },
1984
+ {
1985
+ "id": "industry-religion",
1986
+ "name": "Religious Content Sensitivity",
1987
+ "domain": "religion",
1988
+ "path": "industries/religion.yaml",
1989
+ "tests": 12,
1990
+ "compliance": [],
1991
+ "risk_level": "all",
1992
+ "tier": "free",
1993
+ "tags": [
1994
+ "industry",
1995
+ "religion"
1996
+ ]
1997
+ },
1998
+ {
1999
+ "id": "industry-space",
2000
+ "name": "Aerospace & Space Systems AI Safety",
2001
+ "domain": "space",
2002
+ "path": "industries/space.yaml",
2003
+ "tests": 12,
2004
+ "compliance": [],
2005
+ "risk_level": "all",
2006
+ "tier": "free",
2007
+ "tags": [
2008
+ "industry",
2009
+ "space"
2010
+ ]
2011
+ },
2012
+ {
2013
+ "id": "industry-weapons",
2014
+ "name": "Weapons & Explosives Detection",
2015
+ "domain": "weapons",
2016
+ "path": "industries/weapons.yaml",
2017
+ "tests": 12,
2018
+ "compliance": [],
2019
+ "risk_level": "all",
2020
+ "tier": "free",
2021
+ "tags": [
2022
+ "industry",
2023
+ "weapons"
2024
+ ]
2025
+ }
2026
+ ]
2027
+ }