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 Cybersecurity Maturity Model Certification (CMMC) 2.0 is required for Department of Defense contractors handling Controlled Unclassified Information (CUI). CMMC Level 2 aligns with NIST SP 800-171 Rev. 2 (110 controls). Capsule provides protocol-level capabilities that address audit, integrity, and cryptographic protection requirements.
Audit and Accountability (AU)
Control
Requirement
How Capsule Addresses It
AU.L2-3.3.1
Create audit records for defined events
Every AI action produces a Capsule. CapsuleType defines 8 event categories. 6 sections capture the complete lifecycle.
AU.L2-3.3.2
Unique user accountability
trigger.user_id and trigger.source attribute actions to specific users or agents. signed_by identifies the signing key.
AU.L2-3.3.4
Alert on audit logging process failure
outcome.status = "failure" records action failures. Kill switch Capsules record system-level interventions. Applications can alert on chain verification failures.
AU.L2-3.3.5
Correlate audit review, analysis, and reporting
correlation_id links related Capsules. parent_id creates hierarchical relationships. session_id groups conversation turns.
AU.L2-3.3.8
Protect audit information from unauthorized access, modification, and deletion