A collection of guides and examples for the Gemma open models from Google.
This report presents the forensic synthetic code analysis of google-gemma/cookbook, a Jupyter Notebook project with 3,893 GitHub stars. SynthScan v2.0 examined 23,899 lines of code across 226 source files, recording 158 pattern matches distributed across 12 syntactic categories. The overall adjusted score of 19.0 places this repository in the Moderate AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 158 distinct pattern matches across 12 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …ve/Guides/Gemma-3n-Submodels/custom_slicing_configs.py | 17 | # ============================================================================= | COMMENT |
| MEDIUM | …ve/Guides/Gemma-3n-Submodels/custom_slicing_configs.py | 19 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …ve/Guides/Gemma-3n-Submodels/custom_slicing_configs.py | 157 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …ve/Guides/Gemma-3n-Submodels/custom_slicing_configs.py | 159 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …ve/Guides/Gemma-3n-Submodels/custom_slicing_configs.py | 165 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …ve/Guides/Gemma-3n-Submodels/custom_slicing_configs.py | 167 | # ============================================================================= | COMMENT |
| MEDIUM | …ve/Guides/Gemma-3n-Submodels/custom_slicing_configs.py | 275 | # ============================================================================= | COMMENT |
| MEDIUM | …ve/Guides/Gemma-3n-Submodels/custom_slicing_configs.py | 277 | # ============================================================================= | COMMENT |
| MEDIUM | .archive/Demos/spoken-language-tasks/setup_python.sh | 11 | # ------------------------- | COMMENT |
| MEDIUM⚡ | apps/Gemma_4_HDP_Agentic_Security/hdp_middleware.py | 338 | # ── 1. Token presence ─────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | apps/Gemma_4_HDP_Agentic_Security/hdp_middleware.py | 342 | # ── 2. Expiry ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | apps/Gemma_4_HDP_Agentic_Security/hdp_middleware.py | 346 | # ── 3. Signature ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | apps/Gemma_4_HDP_Agentic_Security/hdp_middleware.py | 350 | # ── 4. Scope ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | apps/Gemma_4_HDP_Agentic_Security/hdp_middleware.py | 354 | # ── 5. Irreversibility class ceiling ──────────────────────────────── | COMMENT |
| MEDIUM | apps/Gemma_4_HDP_Agentic_Security/hdp_middleware.py | 37 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | apps/Gemma_4_HDP_Agentic_Security/hdp_middleware.py | 39 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | apps/Gemma_4_HDP_Agentic_Security/hdp_middleware.py | 80 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | apps/Gemma_4_HDP_Agentic_Security/hdp_middleware.py | 82 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | apps/Gemma_4_HDP_Agentic_Security/hdp_middleware.py | 206 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | apps/Gemma_4_HDP_Agentic_Security/hdp_middleware.py | 208 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | apps/Gemma_4_HDP_Agentic_Security/hdp_middleware.py | 228 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | apps/Gemma_4_HDP_Agentic_Security/hdp_middleware.py | 230 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | apps/Gemma_4_HDP_Agentic_Security/hdp_middleware.py | 369 | # ── 7. Class 2 — confirmation callback required ───────────────────── | COMMENT |
| MEDIUM | apps/Gemma_4_HDP_Agentic_Security/hdp_middleware.py | 381 | # ── 8. Class 0 / 1 — allow ───────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | apps/concurrent/run.sh | 2 | # ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | apps/concurrent/run.sh | 15 | # ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/concurrent/run.sh | 52 | # ─── Load agents from scenario ────────────────────────────── | COMMENT |
| MEDIUM | apps/concurrent/run.sh | 84 | # ─── Calculate window layout ──────────────────────────────── | COMMENT |
| MEDIUM | apps/concurrent/run.sh | 112 | # ─── Build AppleScript to open windows ────────────────────── | COMMENT |
| MEDIUM | apps/concurrent/run.sh | 166 | # ─── Launch ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/concurrent/demo/scenarios.py | 28 | # ─── Palettes ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/concurrent/demo/scenarios.py | 72 | # ─── Agent Factories ─────────────────────────────────────── | COMMENT |
| MEDIUM | apps/concurrent/demo/scenarios.py | 132 | # ─── System Prompts ───────────────────────────────────────── | COMMENT |
| MEDIUM | apps/concurrent/demo/scenarios.py | 157 | # ─── Planning Prompts ─────────────────────────────────────── | COMMENT |
| MEDIUM | apps/concurrent/demo/scenarios.py | 211 | # ─── Card Renderers ───────────────────────────────────────── | COMMENT |
| MEDIUM | apps/concurrent/demo/scenarios.py | 291 | # ─── Page Builder ─────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/concurrent/demo/scenarios.py | 353 | # ─── Scenario Registry ────────────────────────────────────── | COMMENT |
| MEDIUM | apps/concurrent/demo/dashboard.py | 96 | # ─── Hero Panel (big t/s number) ─────────────────────────── | COMMENT |
| MEDIUM | apps/concurrent/demo/dashboard.py | 161 | # ─── Orchestrator Panel ──────────────────────────────────── | COMMENT |
| MEDIUM | apps/concurrent/demo/dashboard.py | 193 | # ─── Agent Grid ──────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/concurrent/demo/dashboard.py | 275 | # ─── Combined Layout ────────────────────────────────────── | COMMENT |
| MEDIUM | apps/concurrent/demo/utils.py | 15 | # ─── Shared Paths ─────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/concurrent/demo/utils.py | 20 | # ─── ANSI Colors ──────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/concurrent/demo/utils.py | 31 | # ─── Metrics ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/concurrent/demo/utils.py | 51 | # ─── LLM Streaming ───────────────────────────────────────── | COMMENT |
| MEDIUM | apps/concurrent/demo/orchestrator.py | 27 | # ─── Step 1: Plan ─────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/concurrent/demo/orchestrator.py | 77 | # ─── Step 2: Dispatch ─────────────────────────────────────── | COMMENT |
| MEDIUM | apps/concurrent/demo/orchestrator.py | 104 | # ─── Step 3: Collect ──────────────────────────────────────── | COMMENT |
| MEDIUM | apps/concurrent/demo/orchestrator.py | 135 | # ─── Step 4: Assemble ─────────────────────────────────────── | COMMENT |
| MEDIUM | apps/concurrent/demo/orchestrator.py | 162 | # ─── Main ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/concurrent/demo/digits.py | 5 | # ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/concurrent/demo/digits.py | 7 | # ───────────────────────────────────────────────────────────── | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | apps/Gemma-on-Cloudrun/README.md | 37 | --set-env-vars=API_KEY={YOUR_API_KEY} \ | CODE |
| HIGH | apps/Gemma-on-Cloudrun/README.md | 51 | * `YOUR_API_KEY`: **Crucial for authentication**. Set this to a strong, unique API key string of your choice. This key w | COMMENT |
| HIGH | apps/Gemma-on-Cloudrun/README.md | 62 | * Environment Variable: As shown in the deployment command: `--set-env-vars=API_KEY={YOUR_API_KEY}`. | COMMENT |
| HIGH | apps/Gemma-on-Cloudrun/README.md | 67 | You will need to include this `YOUR_API_KEY` in every request to your Cloud Run service, as shown in the [Interacting wi | CODE |
| HIGH⚡ | apps/Gemma-on-Cloudrun/README.md | 85 | * `<YOUR_API_KEY>`: The API key you configured during deployment. | COMMENT |
| HIGH⚡ | apps/Gemma-on-Cloudrun/README.md | 85 | * `<YOUR_API_KEY>`: The API key you configured during deployment. | COMMENT |
| HIGH⚡ | apps/Gemma-on-Cloudrun/README.md | 92 | curl "<cloud_run_url>/v1beta/models/<model>:generateContent?key={YOUR_API_KEY}" \ | CODE |
| HIGH | apps/Gemma-on-Cloudrun/README.md | 104 | curl "<cloud_run_url>/v1beta/models/<model>:streamGenerateContent?key={YOUR_API_KEY}" \ | CODE |
| HIGH | apps/Gemma-on-Cloudrun/README.md | 129 | client = genai.Client(api_key="<YOUR_API_KEY>", http_options=HttpOptions(base_url="<cloud_run_url>")) | CODE |
| HIGH | apps/Gemma-on-Cloudrun/README.md | 129 | client = genai.Client(api_key="<YOUR_API_KEY>", http_options=HttpOptions(base_url="<cloud_run_url>")) | CODE |
| HIGH | apps/Gemma-on-Cloudrun/README.md | 164 | api_key="<YOUR_API_KEY>", | CODE |
| HIGH | apps/Gemma-on-Cloudrun/README.md | 164 | api_key="<YOUR_API_KEY>", | CODE |
| HIGH | apps/Gemma-on-Cloudrun/README.md | 189 | -H "Authorization: Bearer <YOUR_API_KEY>" \ | CODE |
| HIGH | apps/Gemma-on-Cloudrun/README.md | 189 | -H "Authorization: Bearer <YOUR_API_KEY>" \ | CODE |
| HIGH | apps/Gemma-on-Cloudrun/README.md | 221 | headers={'Authorization': 'Bearer <YOUR_API_KEY>'} | CODE |
| HIGH | apps/Gemma-on-Cloudrun/README.md | 221 | headers={'Authorization': 'Bearer <YOUR_API_KEY>'} | CODE |
| HIGH | apps/Gemma-on-Cloudrun/README.md | 281 | --set-env-vars=API_KEY={YOUR_API_KEY} \ | CODE |
| HIGH | apps/Gemma-on-Cloudrun/README.md | 326 | client = genai.Client(api_key="<YOUR_API_KEY>", http_options=HttpOptions(base_url="<cloud_run_url>")) | CODE |
| HIGH | apps/Gemma-on-Cloudrun/README.md | 326 | client = genai.Client(api_key="<YOUR_API_KEY>", http_options=HttpOptions(base_url="<cloud_run_url>")) | CODE |
| HIGH | apps/Gemma-on-Cloudrun/code-examples/ollama_examples.py | 6 | headers={'Authorization': 'Bearer <YOUR_API_KEY>'} | CODE |
| HIGH | apps/Gemma-on-Cloudrun/code-examples/ollama_examples.py | 6 | headers={'Authorization': 'Bearer <YOUR_API_KEY>'} | CODE |
| HIGH | apps/Gemma-on-Cloudrun/code-examples/genai_examples.py | 5 | client = genai.Client(api_key="<YOUR_API_KEY>", http_options=HttpOptions(base_url="<cloud_run_url>")) | CODE |
| HIGH | apps/Gemma-on-Cloudrun/code-examples/genai_examples.py | 5 | client = genai.Client(api_key="<YOUR_API_KEY>", http_options=HttpOptions(base_url="<cloud_run_url>")) | CODE |
| HIGH | apps/Gemma-on-Cloudrun/code-examples/openai_examples.py | 5 | api_key="<YOUR_API_KEY>", | CODE |
| HIGH | apps/Gemma-on-Cloudrun/code-examples/openai_examples.py | 5 | api_key="<YOUR_API_KEY>", | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …ail-assistant/email-processing-webapp/models/gemini.py | 0 | creates a message processor function with a persistent model. | STRING |
| HIGH | …mail-assistant/email-processing-webapp/models/gemma.py | 0 | creates a message processor function with a persistent model. | STRING |
| HIGH | …sistant/gemma-web-service/gemma_service/gemma_model.py | 0 | creates a message processor function with a persistent model. | STRING |
| HIGH | …e-tasks/k-mail-replier/k_mail_replier/models/gemini.py | 0 | creates a message processor function with a persistent model. | STRING |
| HIGH | …ge-tasks/k-mail-replier/k_mail_replier/models/gemma.py | 0 | creates a message processor function with a persistent model. | STRING |
| HIGH | …mail-assistant/email-processing-webapp/models/gemma.py | 0 | loads environment variables and configures the gemma model. | STRING |
| HIGH | …sistant/gemma-web-service/gemma_service/gemma_model.py | 0 | loads environment variables and configures the gemma model. | STRING |
| HIGH | …ge-tasks/k-mail-replier/k_mail_replier/models/gemma.py | 0 | loads environment variables and configures the gemma model. | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …3n-Submodels/RESPONSE_SUB_BILLION_AND_AUDIO_SLICING.md | 151 | #### Step 1: Identify Audio Encoder Configuration | COMMENT |
| LOW | …3n-Submodels/RESPONSE_SUB_BILLION_AND_AUDIO_SLICING.md | 166 | #### Step 2: Recommended Audio Encoder Reduction | COMMENT |
| LOW | …3n-Submodels/RESPONSE_SUB_BILLION_AND_AUDIO_SLICING.md | 182 | #### Step 3: Implementation Requirements | COMMENT |
| LOW⚡ | .archive/Guides/Gemma-3n-Submodels/README.md | 176 | ### Step 1: Review the Summary | COMMENT |
| LOW⚡ | .archive/Guides/Gemma-3n-Submodels/README.md | 179 | ### Step 2: Choose Your Configuration | COMMENT |
| LOW⚡ | .archive/Guides/Gemma-3n-Submodels/README.md | 185 | ### Step 3: Get the Configuration Code | COMMENT |
| LOW⚡ | .archive/Guides/Gemma-3n-Submodels/README.md | 190 | ### Step 4: Apply to MatFormer Lab | COMMENT |
| LOW⚡ | .archive/Guides/Gemma-3n-Submodels/README.md | 193 | ### Step 5: Test & Deploy | COMMENT |
| LOW | …s/Gemma-3n-Submodels/QUICK_START_SUB_BILLION_MODELS.md | 44 | ### Step 1: Prepare Environment | COMMENT |
| LOW | …s/Gemma-3n-Submodels/QUICK_START_SUB_BILLION_MODELS.md | 55 | ### Step 2: Set Model Source | COMMENT |
| LOW | …s/Gemma-3n-Submodels/QUICK_START_SUB_BILLION_MODELS.md | 64 | ### Step 3: Apply 0.9B Configuration | COMMENT |
| LOW | …s/Gemma-3n-Submodels/QUICK_START_SUB_BILLION_MODELS.md | 87 | ### Step 4: Run Slicing Pipeline | COMMENT |
| LOW | …s/Gemma-3n-Submodels/QUICK_START_SUB_BILLION_MODELS.md | 100 | ### Step 5: Push to Hugging Face (Optional) | COMMENT |
| LOW | …s/Gemma-3n-Submodels/QUICK_START_SUB_BILLION_MODELS.md | 114 | ### Step 6: Load and Test | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .archive/Gemma/README.md | 7 | * [RAG (Retrieval Augmented Generation)](#rag) : How to build RAG systems with Gemma | COMMENT |
| MEDIUM | .archive/Gemma/README.md | 11 | * [Agentic AI](#agentic-ai) : How to build an intelligent agents using Gemma models | COMMENT |
| MEDIUM | .archive/Gemma/README.md | 70 | ## RAG | COMMENT |
| MEDIUM | experiments/TxGemma/README.md | 7 | * [Agentic](#agentic): How to integrate TxGemma models into agentic workflows | COMMENT |
| MEDIUM | apps/Gemma_4_HDP_Agentic_Security/README.md | 72 | - **IETF draft:** https://datatracker.ietf.org/doc/draft-helixar-hdp-agentic-delegation/ | CODE |
| MEDIUM | apps/Gemma_4_HDP_Agentic_Security/hdp_middleware.py | 9 | https://datatracker.ietf.org/doc/draft-helixar-hdp-agentic-delegation/ | STRING |
| MEDIUM⚡ | apps/concurrent/run.sh | 3 | # run.sh — Launch the multi-agent demo with Terminal windows. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ve/Guides/Gemma-3n-Submodels/custom_slicing_configs.py | 13 | CODE | |
| LOW | …ve/Demos/business-email-assistant/model-tuning/main.py | 20 | CODE | |
| LOW | …mail-assistant/email-processing-webapp/models/gemma.py | 17 | CODE | |
| LOW | …sistant/gemma-web-service/gemma_service/gemma_model.py | 18 | CODE | |
| LOW | …liGemma-on-Android/Python_Server/apiserver/api/test.py | 1 | CODE | |
| LOW | …emma-on-Android/Python_Server/apiserver/api/schemas.py | 1 | CODE | |
| LOW | …iGemma-on-Android/Python_Server/apiserver/api/admin.py | 1 | CODE | |
| LOW | …iGemma-on-Android/Python_Server/apiserver/api/tests.py | 1 | CODE | |
| LOW | …iGemma-on-Android/Python_Server/apiserver/api/views.py | 10 | CODE | |
| LOW | …iGemma-on-Android/Python_Server/apiserver/api/views.py | 14 | CODE | |
| LOW | …iGemma-on-Android/Python_Server/apiserver/api/views.py | 16 | CODE | |
| LOW | …-Android/Python_Server/apiserver/apiserver/settings.py | 14 | CODE | |
| LOW | .archive/Demos/spoken-language-tasks/k-gemma-it/main.py | 20 | CODE | |
| LOW | apps/Gemma_4_HDP_Agentic_Security/hdp_middleware.py | 20 | CODE | |
| LOW | apps/Gemma_4_HDP_Agentic_Security/hdp_middleware.py | 23 | CODE | |
| LOW | apps/Gemma_4_HDP_Agentic_Security/hdp_middleware.py | 28 | CODE | |
| LOW | apps/Gemma_4_HDP_Agentic_Security/hdp_middleware.py | 28 | CODE | |
| LOW | apps/Gemma_4_HDP_Agentic_Security/hdp_middleware.py | 28 | CODE | |
| LOW | apps/Gemma_4_HDP_Agentic_Security/hdp_middleware.py | 28 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …s/Gemma-3n-Submodels/QUICK_START_SUB_BILLION_MODELS.md | 141 | COMMENT | |
| LOW | …ve/Demos/business-email-assistant/model-tuning/main.py | 1 | # | COMMENT |
| LOW | …usiness-email-assistant/email-processing-webapp/app.py | 1 | # | COMMENT |
| LOW | …ail-assistant/email-processing-webapp/models/gemini.py | 1 | # | COMMENT |
| LOW | …mail-assistant/email-processing-webapp/models/gemma.py | 1 | # | COMMENT |
| LOW | …sistant/gemma-web-service/gemma_service/gemma_model.py | 1 | # | COMMENT |
| LOW | …/gemma-web-service/gemma_service/gemma_service_main.py | 1 | # | COMMENT |
| LOW | .archive/Demos/spoken-language-tasks/setup_python.sh | 1 | #!/bin/bash | COMMENT |
| LOW | .archive/Demos/spoken-language-tasks/setup_python.sh | 21 | # pip install "jax[cuda12]" # install jax for CUDA 12 drivers | COMMENT |
| LOW | .archive/Demos/spoken-language-tasks/k-gemma-it/main.py | 1 | # | COMMENT |
| LOW | …en-language-tasks/k-mail-replier/k_mail_replier/app.py | 1 | # | COMMENT |
| LOW | …e-tasks/k-mail-replier/k_mail_replier/models/gemini.py | 1 | # | COMMENT |
| LOW | …ge-tasks/k-mail-replier/k_mail_replier/models/gemma.py | 1 | # | COMMENT |
| LOW | apps/concurrent/run.sh | 1 | #!/bin/bash | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ve/Guides/Gemma-3n-Submodels/custom_slicing_configs.py | 170 | CODE | |
| LOW | …ve/Demos/business-email-assistant/model-tuning/main.py | 51 | CODE | |
| LOW | …iGemma-on-Android/Python_Server/apiserver/api/views.py | 35 | CODE | |
| LOW | apps/concurrent/demo/dashboard.py | 53 | CODE | |
| LOW | apps/concurrent/demo/dashboard.py | 301 | CODE | |
| LOW | apps/concurrent/demo/utils.py | 53 | CODE | |
| LOW | apps/concurrent/demo/orchestrator.py | 106 | CODE | |
| LOW | apps/concurrent/demo/specialist.py | 21 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …ve/Guides/Gemma-3n-Submodels/custom_slicing_configs.py | 170 | def get_config_for_deployment( | CODE |
| LOW | …ve/Guides/Gemma-3n-Submodels/custom_slicing_configs.py | 250 | def create_config_comparison_table() -> pd.DataFrame: | STRING |
| LOW | …chive/Demos/Emoji-Gemma-on-Web/app-mediapipe/script.js | 154 | async function initializeAndAttachListeners() { | CODE |
| LOW | …/Demos/Emoji-Gemma-on-Web/app-transformersjs/script.js | 135 | async function initializeAndAttachListeners() { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …ve/Demos/business-email-assistant/model-tuning/main.py | 75 | print(f"Error decoding JSON in file {filename}: {e}") | CODE |
| LOW | apps/concurrent/demo/utils.py | 129 | except Exception as e: | CODE |
| LOW | apps/concurrent/demo/orchestrator.py | 156 | except Exception: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …mail-assistant/email-processing-webapp/models/gemma.py | 68 | CODE | |
| LOW | …sistant/gemma-web-service/gemma_service/gemma_model.py | 55 | CODE | |
| LOW | …/gemma-web-service/gemma_service/gemma_service_main.py | 39 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | apps/concurrent/run.sh | 9 | # Usage: | COMMENT |