-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscores.json
70 lines (70 loc) · 1.68 KB
/
scores.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
{
"public": {
"description": "Publicly traded",
"value": -2.5
},
"gdpr": {
"description": "Not in a country that enforces the EU's GDPR privacy regulations",
"value": -0.5
},
"saas": {
"description": "Produces software-as-a-service (subscriptions",
"value": -1
},
"nonprofit": {
"description": "Non-profit organization",
"value": 1.5
},
"ads": {
"description": "Runs ads",
"value": -0.5
},
"tracking": {
"description": "Tracks users or running targetted ads",
"value": -1
},
"warranty": {
"description": "Sells hardware with less than 2 years of warranty",
"value": -2
},
"perpetual": {
"description": "Sells perpertual software licenses",
"value": 0.5
},
"developer": {
"description": "Provides developer tooling and documentation for free",
"value": 1
},
"ai": {
"description": "Endorses or promotes non-scientifical AI",
"value": -1.5
},
"data": {
"description": "Suffered from a data leak due to improper security",
"value": -3
},
"e2ee": {
"description": "Uses end-to-end encryption"
"value": 1
},
"monopoly": {
"description": "Holds a monopoly or near-monopoly in its industry",
"value": -1
},
"greenwashing": {
"description": "Uses greenwashing (fake environmental friendlyness) as a marketing strategy",
"value": -0.5
},
"discrimination": {
"description": "Endorses or enables discrimination",
"value": -1.5
},
"lifetime": {
"description": "Sells hardware products with less than 5 years of life time",
"value": -0.5
},
"opensource": {
"description": "Contributes to open-source software",
"value": 0.5
}
}