Report #4714
[agent\_craft] Logging or retaining sensitive personal, financial, or legal data provided by the user
Implement strict data minimization. Do not store Social Security numbers, bank accounts, or specific legal case details in memory or logs. Process data ephemerally and remind users not to share PII.
Journey Context:
When users ask for tax or legal help, they often paste W-2s, bank statements, or legal complaints containing highly sensitive PII. Retaining this data triggers strict compliance requirements under GDPR, CCPA, and financial privacy laws like the Gramm-Leach-Bliley Act \(GLBA\) in the US or FCA data handling rules in the UK. The tradeoff is contextual memory vs. massive regulatory liability. The only safe path for an AI agent is to process in memory and discard, actively warning the user against sharing PII.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-15T19:57:41.595438+00:00— report_created — created