-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcodemeta.json
More file actions
91 lines (91 loc) · 2.48 KB
/
codemeta.json
File metadata and controls
91 lines (91 loc) · 2.48 KB
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
{
"name": "mithridatium",
"@context": "https://w3id.org/codemeta/3.0",
"applicationCategory": "Security and protection software",
"author": [
{
"affiliation": {
"name": "Saint Louis University",
"type": "Organization"
},
"email": "pelumi.oluwategbe@slu.edu",
"familyName": "Oluwategbe",
"id": "https://pelumi-tegbe.vercel.app/",
"givenName": "Pelumi",
"type": "Person"
},
{
"affiliation": {
"name": "Saint Louis University",
"type": "Organization"
},
"email": "will.phoenix@slu.edu",
"familyName": "Phoenix",
"id": "_:author_2",
"givenName": "William",
"type": "Person"
},
{
"affiliation": {
"name": "Saint Louis University",
"type": "Organization"
},
"email": "gustavo.lucca@slu.edu",
"familyName": "Lucca",
"id": "_:author_3",
"givenName": "Gustavo",
"type": "Person"
},
{
"affiliation": {
"name": "Saint Louis University",
"type": "Organization"
},
"email": "payton.guffey@slu.edu",
"familyName": "Guffey",
"id": "_:author_4",
"givenName": "Payton",
"type": "Person"
},
{
"roleName": "Technical Lead",
"startDate": "2025-08-27",
"schema:author": "https://pelumi-tegbe.vercel.app/",
"type": "Role"
},
{
"roleName": "Developer",
"startDate": "2025-08-27",
"schema:author": "_:author_2",
"type": "Role"
},
{
"roleName": "Developer",
"startDate": "2025-08-27",
"schema:author": "_:author_3",
"type": "Role"
},
{
"roleName": "Developer",
"startDate": "2025-08-27",
"schema:author": "_:author_4",
"type": "Role"
}
],
"codeRepository": "https://github.com/oss-slu/mithridatium",
"dateCreated": "2025-08-28",
"description": "Mithridatium is a research-driven project aimed at detecting backdoors and data poisoning in downloaded pretrained models or pipelines (e.g., from Hugging Face). Our goal is to provide a modular, command-line tool that helps researchers and engineers trust the models they use.",
"developmentStatus": "active",
"issueTracker": "https://github.com/oss-slu/mithridatium/issues",
"keywords": [
"data privacy",
"machine-learning",
"python",
"security"
],
"license": "https://spdx.org/licenses/MIT-Modern-Variant",
"programmingLanguage": [
"Python"
],
"type": "SoftwareSourceCode"
}