Intent-Code Divergence
Medium
- Confidence
- 88% confidence
- Finding
- The code explicitly states that email addresses are not extracted to avoid PII leakage, but the URL regex will still capture full URLs, including credentials or email-like userinfo segments such as https://user@example.com@host. Because extracted entities and summaries are persisted to disk and later searchable, this can unintentionally retain and expose sensitive personal or credential-like data despite the stated safeguard.
