From 754e82a0e84c29b67cdef02a466fb7242316ac04 Mon Sep 17 00:00:00 2001 From: Sri Pasumarthi <111310667+sripasg@users.noreply.github.com> Date: Wed, 13 May 2026 21:12:28 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- GEMINI.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/GEMINI.md b/GEMINI.md index 161711d0a3..17126ac8df 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -80,8 +80,9 @@ powerful tool for developers. `Copyright 2026 Google LLC`). This is enforced by ESLint. - **Configuration Lifecycle Tracing:** When modifying state, credentials, or network options, thoroughly trace the data traversal pipeline from initial - environmental capture down to the target consumer option layer to ensure - downstream conditional mapping does not undermine intended states. + environment capture down to the target consumer option layer, ensuring + rigorous validation and sanitization to prevent downstream conditional + mapping from undermining intended states or introducing vulnerabilities. - **Architectural Consistency:** Centralize shared configuration logic (such as auth inference) inside common configuration modules rather than isolating inference to specific entry points, ensuring absolute uniformity across