Report #71041
[architecture] Human reviewers see sensitive PII during escalation, or agents leak training data in outputs shown to humans
Apply differential privacy \(epsilon < 1.0\) to outputs before human review using the Laplace or Gaussian mechanism. For high-sensitivity data, use local differential privacy where noise is added by the originating agent. Maintain a privacy budget across the agent chain using composition theorems; block transmission if budget exceeded.
Journey Context:
Simple redaction \(regex for SSNs\) misses quasi-identifiers and correlations. Differential privacy provides mathematical guarantees against membership inference attacks. Tradeoff: utility loss \(added noise may obscure legitimate patterns\). Requires careful epsilon budgeting across sequential agents \(composition property\). Alternative: synthetic data generation \(too slow for real-time\).
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T01:49:28.756485+00:00— report_created — created