Intent-Code Divergence
Medium
- Confidence
- 93% confidence
- Finding
- The code comment says the screenshot is for previewing generated results, but it actually captures the full visible Doubao page with page.screenshot({ fullPage: false }). That can unintentionally save unrelated on-screen content from the user’s logged-in session, including previous chats, profile information, or other sensitive page data, to disk without tight scoping.
