forked from DPGAlliance/publicgoods-candidates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
openfn-integration-toolkit.json
143 lines (143 loc) · 4.66 KB
/
openfn-integration-toolkit.json
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "OpenFn Integration Toolkit",
"clearOwnership": {
"isOwnershipExplicit": "Yes",
"copyrightURL": "https://github.com/OpenFn/governance/#governance-overview"
},
"platformIndependence": {
"mandatoryDepsCreateMoreRestrictions": "No",
"isSoftwarePltIndependent": "",
"pltIndependenceDesc": ""
},
"documentation": {
"isDocumentationAvailable": "Yes",
"documentationURL": [
"https://docs.openfn.org/",
"https://github.com/OpenFn"
]
},
"NonPII": {
"collectsNonPII": "Yes",
"checkNonPIIAccessMechanism": "Yes",
"nonPIIAccessMechanism": "This for project configuration: https://docs.openfn.org/documentation/portability,\nThis for runs: https://docs.openfn.org/documentation/manage/platform-mgmt/#export-runs-to-csv\nThis for messages: https://docs.openfn.org/documentation/manage/platform-mgmt/#export-messages-to-csv, "
},
"privacy": {
"isPrivacyCompliant": "Yes",
"privacyComplianceList": [
"General Data Protection Regulation (GDPR)",
"HIPAA"
],
"adherenceSteps": [
"https://openfn.org/compliance"
]
},
"standards": {
"supportStandards": "Yes",
"standardsList": [
"REST",
"JSON",
"FHIR",
"OpenAPI"
],
"evidenceStandardSupport": [
"https://github.com/OpenFn/instant-demo/blob/main/test.js"
],
"implementBestPractices": "Yes",
"bestPracticesList": [
"We attempt to follow all of the digital principles but especially “Understanding the Existing Ecosystem”, “Addressing Privacy and Security”, and “Designing for Scale”"
]
},
"doNoHarm": {
"preventHarm": {
"stepsToPreventHarm": "Yes",
"additionalInfoMechanismProcessesPolicies": "OpenFn is a middleware provider rather than a data storage system. We move information from system A to system B, and integrations can be set up to be compliant with GDPR, HIPAA, and other policies. To make auditing and reprocessing easy, OpenFn temporarily stores message data and job run history, but we're not the single source of truth nor the final resting point for these data. When organizations choose to use our hosted OpenFn platform at OpenFn.org, no data processed by OpenFn is stored locally and our platform runs on the Google Cloud Platform (GCP). \nOpenFn.org runs on the Google Cloud Platform, an infrastructure protected by more than 500 top experts in information, application, and network security. For organizations with specific compliance and data governance requirements, OpenFn can also be deployed on designated local- or cloud-infrastructure."
},
"dataPrivacySecurity": {
"collectsPII": "Yes",
"typesOfDataCollected": [
"First Name",
"Last Name",
"Email Address",
"Organization",
"National ID",
"DOB",
"Phone Number"
],
"thirdPartyDataSharing": "No",
"dataSharingCircumstances": [
""
],
"ensurePrivacySecurity": "Yes",
"privacySecurityDescription": "OpenFn prioritizes security, stability, and scalability (what we call S³) above all else, and many of our users implement OpenFn to comply with GDPR, HIPAA, and other policies. Read more on our Trust, Compliance, and Privacy pages."
},
"inappropriateIllegalContent": {
"collectStoreDistribute": "No",
"type": "",
"contentFilter": "",
"policyGuidelinesDocumentationLink": "",
"illegalContentDetection": "",
"illegalContentDetectionMechanism": ""
},
"protectionFromHarassment": {
"userInteraction": "No",
"addressSafetySecurityUnderageUsers": "",
"stepsAddressRiskPreventSafetyUnderageUsers": [
""
],
"griefAbuseHarassmentProtection": "",
"harassmentProtectionSteps": [
""
]
}
},
"locations": {
"developmentCountries": [
"South Africa",
"Chile",
"Côte d'Ivoire",
"United States of America",
"United Kingdom",
"Senegal",
"Zambia",
"Latvia"
],
"deploymentCountries": [
"Afghanistan",
"Bangladesh",
"Bolivia",
"Brazil",
"Cambodia",
"Chile",
"Democratic Republic of the Congo",
"Ecuador",
"Finland",
"Guatemala",
"Guinea",
"Haiti",
"India",
"Indonesia",
"Kenya",
"Liberia",
"Madagascar",
"Mali",
"Myanmar",
"Nepal",
"Nicaragua",
"Nigeria",
"Norway",
"Paraguay",
"Peru",
"Philippines",
"Senegal",
"South Africa",
"Sri Lanka",
"Switzerland",
"Tanzania",
"Gambia",
"Uganda",
"United States of America",
"Vietnam",
"Zimbabwe"
]
}
}