Expand description
SecretStore encryption, key lifecycle, audit, and secure file helpers.
This crate provides the security primitives used by the agent orchestrator for encrypting/decrypting SecretStore values, managing key rotation, emitting audit events, and creating files/directories with safe permissions.
Modulesยง
- secret_
key_ audit - SecretStore key audit event types and database helpers.
- secret_
key_ lifecycle - SecretStore key lifecycle state machine and rotation logic.
- secret_
store_ crypto - SecretStore encryption/decryption helpers (AES-256-GCM-SIV envelope scheme).
- secure_
files - Secure file and directory creation helpers.