codefair-io[bot] commited on
Commit
be4e804
·
unverified ·
1 Parent(s): fc4f340

feat: ✨ add codemeta file

Browse files
Files changed (1) hide show
  1. codemeta.json +91 -0
codemeta.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "mithridatium",
3
+ "@context": "https://w3id.org/codemeta/3.0",
4
+ "applicationCategory": "Security and protection software",
5
+ "author": [
6
+ {
7
+ "affiliation": {
8
+ "name": "Saint Louis University",
9
+ "type": "Organization"
10
+ },
11
+ "email": "pelumi.oluwategbe@slu.edu",
12
+ "familyName": "Oluwategbe",
13
+ "id": "https://pelumi-tegbe.vercel.app/",
14
+ "givenName": "Pelumi",
15
+ "type": "Person"
16
+ },
17
+ {
18
+ "affiliation": {
19
+ "name": "Saint Louis University",
20
+ "type": "Organization"
21
+ },
22
+ "email": "will.phoenix@slu.edu",
23
+ "familyName": "Phoenix",
24
+ "id": "_:author_2",
25
+ "givenName": "William",
26
+ "type": "Person"
27
+ },
28
+ {
29
+ "affiliation": {
30
+ "name": "Saint Louis University",
31
+ "type": "Organization"
32
+ },
33
+ "email": "gustavo.lucca@slu.edu",
34
+ "familyName": "Lucca",
35
+ "id": "_:author_3",
36
+ "givenName": "Gustavo",
37
+ "type": "Person"
38
+ },
39
+ {
40
+ "affiliation": {
41
+ "name": "Saint Louis University",
42
+ "type": "Organization"
43
+ },
44
+ "email": "payton.guffey@slu.edu",
45
+ "familyName": "Guffey",
46
+ "id": "_:author_4",
47
+ "givenName": "Payton",
48
+ "type": "Person"
49
+ },
50
+ {
51
+ "roleName": "Team Lead",
52
+ "startDate": "2025-08-27",
53
+ "schema:author": "https://pelumi-tegbe.vercel.app/",
54
+ "type": "Role"
55
+ },
56
+ {
57
+ "roleName": "Developer",
58
+ "startDate": "2025-08-27",
59
+ "schema:author": "_:author_2",
60
+ "type": "Role"
61
+ },
62
+ {
63
+ "roleName": "Developer",
64
+ "startDate": "2025-08-27",
65
+ "schema:author": "_:author_3",
66
+ "type": "Role"
67
+ },
68
+ {
69
+ "roleName": "Developer",
70
+ "startDate": "2025-08-27",
71
+ "schema:author": "_:author_4",
72
+ "type": "Role"
73
+ }
74
+ ],
75
+ "codeRepository": "https://github.com/oss-slu/mithridatium",
76
+ "dateCreated": "2025-08-28",
77
+ "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.",
78
+ "developmentStatus": "active",
79
+ "issueTracker": "https://github.com/oss-slu/mithridatium/issues",
80
+ "keywords": [
81
+ "data privacy",
82
+ "machine-learning",
83
+ "python",
84
+ "security"
85
+ ],
86
+ "license": "https://spdx.org/licenses/MIT-Modern-Variant",
87
+ "programmingLanguage": [
88
+ "Python"
89
+ ],
90
+ "type": "SoftwareSourceCode"
91
+ }