Context Leakage
High
- Category
- Data Exfiltration
- Content
- Thread link: (channel, ts, None) ← ts is the parent message - Reply link: (channel, reply_ts, thread_ts) ← thread_ts is parent, reply_ts is child """ # Extract thread_ts from query string (present means reply link) thread_ts = None qs = re.search(r'[?&]thread_ts=([^&]+)', link) if qs:- Confidence
- 75% confidence
- Finding
- Code or instructions that leak agent conversation context to external services, potentially exposing sensitive user interactions.
