-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfunding.json
More file actions
47 lines (47 loc) · 2.03 KB
/
Copy pathfunding.json
File metadata and controls
47 lines (47 loc) · 2.03 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
{
"version": "v1",
"entity": {
"type": "individual",
"role": "maintainer",
"name": "Konrad Gruszka",
"email": "konradsmail@me.com",
"description": "Author and maintainer of proofbundle — open-source, offline-verifiable receipts for AI evaluation results (Ed25519 + RFC 6962 Merkle, SD-JWT RFC 9901).",
"webpageUrl": { "url": "https://b7n0de.com" }
},
"projects": [{
"guid": "proofbundle",
"name": "proofbundle",
"description": "Turn an AI eval result into one signed, tamper-evident, offline-verifiable receipt. Proves authorship and integrity — never truth. One JSON file, no server.",
"webpageUrl": { "url": "https://github.com/b7n0de/proofbundle" },
"repositoryUrl": { "url": "https://github.com/b7n0de/proofbundle" },
"licenses": ["spdx:MIT"],
"tags": ["cryptography", "ai-evaluation", "security", "python", "supply-chain-security"]
}],
"funding": {
"channels": [{
"guid": "github-sponsors",
"type": "payment-provider",
"address": "https://github.com/sponsors/b7n0de",
"description": "GitHub Sponsors"
}],
"plans": [{
"guid": "maintenance",
"status": "active",
"name": "Maintenance & external security review",
"description": "Funds ongoing maintenance, an external review of the ~600-LOC trusted core, and the Inspect AI integration.",
"amount": 0,
"currency": "USD",
"frequency": "monthly",
"channels": ["github-sponsors"]
}, {
"guid": "security-audit",
"status": "active",
"name": "Security Audit",
"description": "Funds an independent, institutionally separate security audit of proofbundle's cryptographic verification core (scope: docs/AUDIT_SCOPE.md), sourced through a program such as OSTIF (ostif.org) that matches underfunded open-source security tooling with professional auditing firms. See docs/AUDIT_READINESS.md and docs/GRANT_MILESTONES.md (M3).",
"amount": 0,
"currency": "USD",
"frequency": "one-time",
"channels": ["github-sponsors"]
}]
}
}