Intent-Code Divergence
Medium
- Confidence
- 98% confidence
- Finding
- The helper constructs an `all_params` dictionary containing the required `appkey`, but the actual `requests.get` call sends `params=params` instead. This means the API key is silently omitted from outbound requests, causing authentication failure and making the implementation behave differently from its apparent design and documentation.
