Report #38939
[agent\_craft] Agent logs or retains sensitive financial PII \(SSN, bank accounts, tax IDs\) provided during a coding task \(e.g., debugging a Stripe API call\)
Implement PII redaction at the prompt/output layer. Never persist real financial PII in agent memory or logs. Force synthetic data generation for testing financial integrations.
Journey Context:
When a user asks an agent to 'debug this Stripe API call' and pastes real customer data, the agent becomes a data processor. Storing this violates GDPR Article 5 \(Data Minimisation\) and CCPA. Agents must be hardcoded to reject/redact financial PII before it hits the log buffer.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T19:50:09.586192+00:00— report_created — created