|
| 1 | +# Security & Provenance — Protocol-Commons |
1 | 2 |
|
2 | | -# Security Provenance |
| 3 | +This file defines ownership, disclosure rules, version integrity, |
| 4 | +and cryptographic provenance for the Commons. |
3 | 5 |
|
4 | | -**Version:** v1.0.0 |
5 | | -**Scope:** `schemas/v1.0.0` (commons verbs + `_shared`) |
6 | | -**Owner:** `commandlayer.eth` |
| 6 | +--- |
7 | 7 |
|
8 | | -## IPFS |
| 8 | +## Ownership & Contact |
9 | 9 |
|
10 | | -- **Schemas CID (v1.0.0):** `` |
11 | | -- **Directory Layout:** |
12 | | - - `commons/` — canonical verb request/receipt schemas |
13 | | - - `_shared/` — x402, trace, and receipt base primitives |
| 10 | +- **Owner:** commandlayer.eth |
| 11 | +- **Security Contact:** dev@commandlayer.org |
| 12 | +- **PGP Fingerprint:** 5016 D496 9F38 22B2 C5A2 FA40 99A2 6950 197D AB0A |
14 | 13 |
|
15 | | -This CID represents the **immutable v1.0.0 release** of the Protocol Commons schema tree. |
16 | | -Any modification requires a **new version folder** (e.g., `v1.0.1`) and a **new CID** published in this document. |
| 14 | +--- |
17 | 15 |
|
18 | | -## Checksums |
| 16 | +## Vulnerability Disclosure |
19 | 17 |
|
20 | | -All file-level integrity is verified using **SHA-256** digests stored in the repository’s `checksums.txt`. |
| 18 | +Report security issues privately: |
21 | 19 |
|
22 | | -Any change to files under `schemas/v1.0.0` MUST trigger: |
| 20 | + **Email: dev@commandlayer.org** |
| 21 | + |
| 22 | + **Use PGP for sensitive reports** |
23 | 23 |
|
24 | | -1. Regeneration of `checksums.txt` |
25 | | -2. A new tagged release (e.g., `commons-v1.0.1`) |
26 | | -3. A new IPFS pin + CID |
27 | | -4. An update to this provenance document |
| 24 | +We will: |
| 25 | +- Acknowledge valid issues within **72 hours** |
| 26 | +- Provide mitigation plan within **10 business days** |
28 | 27 |
|
29 | | -## ENS / Resolution Rules |
| 28 | +--- |
| 29 | + |
| 30 | +## Provenance |
| 31 | + |
| 32 | +### Current Release: v1.0.0 |
| 33 | + |
| 34 | +- **Schemas CID:** `bafybeieoynknzalaojwpzjzjy77kpnfe4kla5io7jbfnmyu7w7vyvuljpq` |
| 35 | +- Integrity: via `checksums.txt` (SHA-256) |
| 36 | +- All schemas validated under strict mode CI |
| 37 | + |
| 38 | +### Any change requires: |
| 39 | +- New version directory |
| 40 | +- New CID |
| 41 | +- Updated checksums |
| 42 | +- Logged in `RESOLUTION.md` |
| 43 | + |
| 44 | +--- |
| 45 | + |
| 46 | +## ENS TXT Responsibilities |
| 47 | + |
| 48 | +Commons controls ONLY: |
| 49 | +``` |
| 50 | +cl.verb |
| 51 | +cl.version |
| 52 | +cl.schema.request |
| 53 | +cl.schema.receipt |
| 54 | +cl.cid.schemas |
| 55 | +cl.schemas.mirror.ipfs |
| 56 | +``` |
| 57 | + |
| 58 | +Updates MUST be signed + logged. |
| 59 | + |
| 60 | +--- |
| 61 | + |
| 62 | +## Immutability Guarantee |
| 63 | + |
| 64 | +Once published: |
| 65 | +- No schema changes in-place |
| 66 | +- No silent mutability |
| 67 | +- Breaks require new version |
| 68 | + |
| 69 | +--- |
| 70 | + |
| 71 | +Status: **Security-Critical, Stable** |
30 | 72 |
|
31 | | -**ENS Name:** `commandlayer.eth` |
32 | 73 |
|
33 | | -Each verb **MUST** expose ENS TXT records including: |
34 | 74 |
|
35 | | -- cl.verb — the canonical machine verb this agent implements |
36 | | -- cl.version — the semantic version of the verb specification this agent follows |
37 | 75 |
|
38 | | -- cl.entry — the x402-style execution entrypoint for this capability |
39 | 76 |
|
40 | | -- cl.schema.request — the HTTPS location of the official request schema |
41 | | -- cl.schema.receipt — the HTTPS location of the official receipt schema |
42 | 77 |
|
43 | | -- cl.cid.schemas — the IPFS CID for the full schema bundle this capability belongs to |
44 | 78 |
|
45 | | -- cl.checksum.request — the integrity hash for the request schema |
46 | | -- cl.checksum.receipt — the integrity hash for the receipt schema |
47 | 79 |
|
48 | | -- cl.agentcard — the public AgentCard describing metadata, identity, and capabilities |
49 | | -- cl.manifest — the manifest file that indexes and describes the entire release |
50 | 80 |
|
51 | | -- cl.owner — the ENS or organizational owner responsible for this verb definition |
52 | 81 |
|
53 | 82 |
|
54 | | -**Any modification to `ENS TXT` layout, `CID binding`, or `verb metadata` MUST be logged in `RESOLUTION.md` and approved under governance**. |
55 | 83 |
|
56 | 84 |
|
0 commit comments