Skip to content

Commit 4d95185

Browse files
fix(governance): remove last zero-knowledge claim from Hermes skill
Replaced 'Zero-knowledge — no plaintext leaves the agent' with 'Server never sees plaintext — encrypted at rest with per-operation random IV'. Co-authored-by: Rafa Martins <rafacpti@gmail.com>
1 parent f04a730 commit 4d95185

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skills/synapse-layer/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Every active project the user works on must be stored with:
206206

207207
- **AES-256-GCM** encryption at rest
208208
- **15+ PII patterns** auto-redacted (emails, phones, API keys, IPs)
209-
- **Zero-knowledge**no plaintext leaves the agent
209+
- **Server never sees plaintext**encrypted at rest with per-operation random IV
210210
- **Differential privacy** on embeddings
211211

212212
Safe to store: user preferences, project decisions, environment facts, code patterns, tool quirks.

0 commit comments

Comments
 (0)