Gemini CLI patch blocks credential leakage by forcing HTTPS for auth provider

amelidev · ghdev · 2026-07-24

A GitHub pull request for google-gemini/gemini-cli adds an HTTPS enforcement check to GoogleCredentialsAuthProvider.

The change is meant to stop Application Default Credentials access and identity tokens from being sent over plain HTTP, reducing the risk of cleartext leakage and MITM interception.

Key points:

The PR also documents how to run the targeted test files.

Original post →

More from coding & agent

coding & agent channel →