Skill Wiki v0.1.0
rule @security/rule-encrypt-data-at-rest-with-aead

Encrypt Data At Rest With Aead

Sensitive data at rest must be encrypted with an authenticated cipher mode (AEAD) — AES-256-GCM, ChaCha20-Poly1305, or AES-SIV. Never use raw AES-CBC, ECB, or any unauthenticated mode.…

Skill
@security
Domain
security
Version
0.1.0
Quality
4.0
Edges
3 out · 4 in
Tokens
79/218/233
$ prime install @security/rule-encrypt-data-at-rest-with-aead

Projection

Always in _index.xml · the agent never has to ask for this.

EncryptDataAtRestWithAead [rule] v0.1.0

Sensitive data at rest must be encrypted with an authenticated cipher mode (AEAD) — AES-256-GCM, ChaCha20-Poly1305, or AES-SIV. Never use raw AES-CBC, ECB, or any unauthenticated mode. The library and key-management story matter more than the cipher choice.

Source

prime-system/examples/security-appsec/primes/compiled/@security/rule-encrypt-data-at-rest-with-aead/atom.yaml

Compiled at 2026-05-10