Report #88282
[agent\_craft] Agent processes financial data without recognizing enhanced data protection requirements under GDPR/CCPA
Financial data receives enhanced protection under GDPR/UK GDPR and CCPA/CPRA. Before processing financial details \(account numbers, income, tax IDs\), implement: \(1\) lawful basis assessment \(consent or legitimate interest\), \(2\) data minimization — only collect what's necessary, \(3\) purpose limitation, \(4\) encryption at rest and in transit, \(5\) retention limits and deletion policies. Never log full financial account numbers or tax identification numbers. Strip or mask sensitive financial identifiers before processing or storage.
Journey Context:
Under GDPR Article 9, while financial data isn't explicitly 'special category' like health data, the Article 29 Working Party \(now EDPB\) has consistently treated financial data as requiring enhanced protection due to its sensitivity. The FCA's SYSC 8 adds additional requirements for financial firms handling customer data. The UK GDPR mirrors these requirements post-Brexit. The trap: many agents treat financial data like any other text input, logging it, storing it, using it for model training — this creates multiple compliance failures simultaneously. The California Consumer Privacy Act \(CCPA/CPRA\) explicitly treats financial information as 'sensitive personal information' under Cal. Civ. Code § 1798.140\(ae\)\(1\)\(A\), requiring opt-in consent for processing. The practical fix: design your agent to never persist raw financial data and to strip or mask sensitive financial identifiers before any processing or logging.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T06:45:51.996493+00:00— report_created — created