You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The General Data Protection Regulation (EU 2016/679) governs how organizations process personal data of EU residents. Capsule provides protocol-level capabilities that support integrity, accountability, records of processing, and data protection by design.
Data Protection Principles (Article 5)
Principle
Article
How Capsule Addresses It
Integrity and confidentiality
Art. 5(1)(f)
SHA3-256 hash + Ed25519 signature seals every Capsule. Hash chain detects modification, deletion, or insertion.
Accountability
Art. 5(2)
Every AI action produces a Capsule with 6 auditable sections. Authority section records who approved the action. Chain provides a verifiable audit trail.
Data Protection by Design (Article 25)
Requirement
How Capsule Addresses It
Technical measures at design time
Cryptographic sealing is built into the protocol, not added as an afterthought. Every Capsule is sealed at the moment of action.
Audit without content exposure
reasoning.prompt_hash records the SHA3-256 hash of a prompt for audit purposes without storing the prompt content itself.
Structured minimization
The 6-section model separates concerns: auditors reviewing authority need not access execution details. capsule:// URI fragments address individual sections.
Records of Processing Activities (Article 30)
Requirement
How Capsule Addresses It
Maintain records of processing
Each Capsule is a structured record of a processing activity: what triggered it, what data context existed, why the AI decided to act, who authorized it, what tools were called, and what the outcome was.