Context Leakage
High
- Category
- Data Exfiltration
- Content
**Why this design:** - **No full diffs in agent prompts.** Full diffs of internal code, paths, and structure are exactly the kind of context that should not be amplified through automated loops. The previous "capture context" pattern was both an exfiltration risk and a context-bloat trap. - **Human in the loop at the high-leverage point.** Reordering a DAG is one of the cheapest, highest-impact interventions. It's the right place for human judgment. - **Bounded recovery.** No retry storm, no context accumulation, no chance for the loop to "discover" that capturing more context helps.
- Confidence
- 75% confidence
- Finding
- Code or instructions that leak agent conversation context to external services, potentially exposing sensitive user interactions.
