Zero-trust tile provenance — Ed25519 signing, hash chain verification, trust scoring for PLATO tiles
Project description
🔐 plato-provenance
Zero-trust tile provenance — Ed25519 signing, hash chain verification, trust scoring.
Install
pip install plato-provenance
What It Does
Every PLATO tile gets a cryptographic provenance chain. Know who created it, when it was modified, and verify its integrity without trusting any single agent.
Key Features
- Ed25519 Signing — Every tile is signed by its creator
- Hash Chain — Tamper-evident modification history
- Trust Scoring — Weighted confidence based on agent reputation
- Verification API — Validate any tile's full provenance chain
Usage
from plato_provenance import ProvenanceChain, TileSigner
signer = TileSigner(agent_id="oracle1")
signed_tile = signer.sign(tile_data)
chain = ProvenanceChain()
chain.verify(signed_tile) # Returns verification result
Part of the Cocapn Fleet
- plato-tile-spec — Tile format specification
- cocapn-explain — Decision explainability
- deadband-protocol — Safety filtering
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file plato_provenance-0.2.1.tar.gz.
File metadata
- Download URL: plato_provenance-0.2.1.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40e5ba8fbf19e067d93bcbf8558466f2b1047bdb34aa70032917732676f31bbe
|
|
| MD5 |
fd5e18c3ae9aee5a6b9bef0edbebc4d1
|
|
| BLAKE2b-256 |
5bdec04a5f89463424875a8166c1cf0a6a7bd5974fbf2e87e0d5cb2c88587a0b
|
File details
Details for the file plato_provenance-0.2.1-py3-none-any.whl.
File metadata
- Download URL: plato_provenance-0.2.1-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45fcfc7e4c2ca3bcf8a3e2ce1b5e38c1e38039f12fdcdaa1be593c832ffe0701
|
|
| MD5 |
ff6c4e0c0a27f89039b324c0affbb863
|
|
| BLAKE2b-256 |
26724e58424bc496ee7761ef486d28b047eed84393fa86bd52dfc091a612561c
|