What problem does it solve? Products claiming end-to-end encryption or zero knowledge often fail in key management, recovery, or server-controlled parameters rather than in the cipher itself. This Skill gives an agent a structured workflow to verify whether the implementation evidence actually supports the privacy claims. ## Core Features & Use Cases - Key Hierarchy Tracing: Enumerate root, device, vault, wrapping, and recovery keys with generation, storage, rotation, and access details. - Claim Verification: Test nonce/IV uniqueness, AEAD binding, KDF parameters, multi-device trust, sharing revocation, and server influence over crypto values. - Structured Reporting: Produce findings with CRYPTO-ARCH IDs, severity, evidence, and retest steps using the included report template and JSON schema. - Use Case: Point the agent at an encrypted-backup feature and ask it to verify the zero-knowledge claim; it traces recovery flows and flags whether the server can reconstruct user plaintext. ## Quick Start Review the encryption and recovery implementation in this repository against its E2EE claims and report findings with severity and evidence.