Intent-Code Divergence
Medium
- Confidence
- 92% confidence
- Finding
- The README states '本地运行,数据不外传' ('runs locally, data is not sent externally'), but the documented usage explicitly fetches remote WeChat article URLs, which necessarily causes outbound network requests and may expose user IP, headers, cookies/session state in the browser context, or fetched content to third parties. This is dangerous because users may rely on the privacy claim when handling sensitive URLs or running the tool in restricted environments, leading to trust and compliance issues even if the code is not overtly exfiltrating data.
