Intent-Code Divergence
High
- Confidence
- 99% confidence
- Finding
- The example explicitly disables TLS certificate verification via ssl._create_unverified_context() while exchanging OAuth credentials and tokens. That enables man-in-the-middle interception or tampering of app_secret, authorization code, access_token, and refresh_token, which is especially dangerous in an OAuth flow handling highly sensitive secrets.
