Gemini CLI PR fixes checker env leak: third-party checkers once saw GEMINI_API_KEY

ManoharPaturi · ghdev · 2026-09-27

A PR against google-gemini/gemini-cli patches two flaws in CheckerRunner: external checker binaries inherited the full CLI process environment — including GEMINIAPIKEY and every other secret — and their stdout accumulated without a cap, so a buggy or malicious checker could exhaust memory before the timeout fired.

The fix:

Tests included; checker-runner suite passes 12/12 with the fix.

Original post →

More from coding & agent

coding & agent channel →