Files changed (1) hide show
  1. frameworks/euai/framework.json +42 -0
frameworks/euai/framework.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "EU AI Act (EUAI)",
3
+ "shortName": "EUAI",
4
+ "description": "The European Union's (EU) Artificial Intelligence (AI) Act is a regulation that aims to balance innovation with ethical and responsible use of AI technologies.",
5
+ "iconUrl": "https://upload.wikimedia.org/wikipedia/commons/thumb/b/b7/Flag_of_Europe.svg/1200px-Flag_of_Europe.svg.png",
6
+ "stages": [
7
+ {
8
+ "stageName": "",
9
+ "systemComponents": [
10
+ {
11
+ "componentName": "",
12
+ "risks": [
13
+ {
14
+ "riskId": "",
15
+ "title": "",
16
+ "definition": "",
17
+ "addressedByControls": []
18
+ }
19
+ ]
20
+ }
21
+ ]
22
+ }
23
+ ],
24
+ "controls": [
25
+ {
26
+ "controlId": "",
27
+ "title": "",
28
+ "description": "",
29
+ "controlCategory": "",
30
+ "readableControlId": "",
31
+ "severity": "",
32
+ "automationPlatforms": [],
33
+ "criteria": [
34
+ {
35
+ "criteriaId": "",
36
+ "title": "",
37
+ "description": ""
38
+ }
39
+ ]
40
+ }
41
+ ]
42
+ }