Intent-Code Divergence
Medium
- Confidence
- 95% confidence
- Finding
- The sample `build_search_url` function constructs `SearchText` incorrectly by concatenating both a percent-encoded query and a `+`-joined raw query into the same parameter value. This can generate malformed or ambiguous URLs, causing broken navigation and potentially unsafe handling of untrusted input if downstream components assume the query was encoded correctly.
