Skip to content

Commit faa493a

Browse files
committed
Add VectorPin to research about page Trust Stack
1 parent c87c83d commit faa493a

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

blog/_pages/about.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ We focus on extending Zero Trust principles to artificial intelligence, applying
1616

1717
## The ThirdKey Trust Stack
1818

19-
Our core work is a three-layer cryptographic trust architecture for AI agents:
19+
Our core work is a multi-layer cryptographic trust architecture for AI agents:
2020

2121
### SchemaPin — Tool Integrity
2222
**Cryptographic Security for AI Tool Schemas**
@@ -38,6 +38,16 @@ AgentPin enables organizations to issue verifiable cryptographic credentials to
3838
- **Languages**: Rust, JavaScript, Python
3939
- **License**: MIT
4040

41+
### VectorPin — Embedding Integrity
42+
**Cryptographic Provenance for Vector Embeddings**
43+
44+
VectorPin signs a canonical commitment over each embedding's source content hash, model identifier, vector hash, dimension, dtype, and timestamp using Ed25519, so any post-ingestion modification to a stored vector is detectable on read. It closes the steganographic exfiltration channel studied in our VectorSmuggle research and gives RAG operators a tamper-evident audit trail at the retrieval substrate. It answers: *is this embedding what the model actually produced?*
45+
46+
- **Repository**: [github.com/ThirdKeyAI/VectorPin](https://github.com/ThirdKeyAI/VectorPin)
47+
- **Features**: Ed25519 over SHA-256, canonical floating-point byte form, signed source/model/vector/dim/dtype commitments, cross-language test fixtures, distinct verification outcomes for forgery, tampering, model mismatch, and source drift
48+
- **Languages**: Python, Rust (JavaScript and Go in progress)
49+
- **License**: Apache 2.0
50+
4151
### Symbiont — Runtime Policy Enforcement
4252
**AI-Native Agent Framework**
4353

0 commit comments

Comments
 (0)