ACTIONCOMMANDWHAT HAPPENS
Encrypt field"Encrypt the phone"Claude calls /encrypt → gets ciphertext → puts in code
Decrypt"Decrypt this ciphertext"Claude calls /decrypt → gets plaintext → shows you
Send secret"Send the password encrypted"Claude calls /deliver → creates link → burn after read
Scan exposure"Check how much data is exposed"Claude runs scanner on code open in session
Fix code"Add encryption to all PII fields"Claude finds plaintext → adds encrypt() → saves
Audit trail"Show me encryption log"Claude calls /evidence → shows audit trail
Deploy encrypted"Deploy to Netlify with encryption"Claude encrypts first → sends ciphertext only → server never sees plaintext