Agent Skills for Google products and technologies
This report presents the forensic synthetic code analysis of google/skills, a Python project with 18,917 GitHub stars. SynthScan v2.0 examined 100,595 lines of code across 707 source files, recording 599 pattern matches distributed across 18 syntactic categories. The overall adjusted score of 10.3 places this repository in the Low 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).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
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 599 distinct pattern matches across 18 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 |
|---|---|---|---|---|
| LOW | skills/ads/google-ads-api-quickstart/SKILL.md | 88 | ## Step 1: Obtain Google Ads API Credentials | COMMENT |
| LOW | skills/ads/google-ads-api-quickstart/SKILL.md | 173 | ## Step 2: Choose Your Integration Strategy | COMMENT |
| LOW | skills/ads/google-ads-api-quickstart/SKILL.md | 255 | ## Step 4: Troubleshooting Common Errors | COMMENT |
| LOW | …lls/ads/google-ads-api-quickstart/references/python.md | 19 | ## Step 1: Environment & Installation | COMMENT |
| LOW | …lls/ads/google-ads-api-quickstart/references/python.md | 39 | ## Step 2: Configuration (`google-ads.yaml` & Alternate Methods) | COMMENT |
| LOW | …lls/ads/google-ads-api-quickstart/references/python.md | 66 | ## Step 3: Write the Quickstart Script | COMMENT |
| LOW | …lls/ads/google-ads-api-quickstart/references/python.md | 132 | ## Step 4: Run the Script | COMMENT |
| LOW | …lls/ads/google-ads-api-quickstart/references/python.md | 146 | ## Step 5: Verification & Troubleshooting | COMMENT |
| LOW | …lls/ads/google-ads-api-quickstart/references/dotnet.md | 9 | ## Step 1: Installation | COMMENT |
| LOW | …lls/ads/google-ads-api-quickstart/references/dotnet.md | 15 | ## Step 2: Configuration (Runtime Initialization) | COMMENT |
| LOW | …lls/ads/google-ads-api-quickstart/references/dotnet.md | 29 | ## Step 3: Write and Run the Quickstart Script | COMMENT |
| LOW | …lls/ads/google-ads-api-quickstart/references/dotnet.md | 88 | ## Step 4: Verification | COMMENT |
| LOW | skills/ads/google-ads-api-quickstart/references/php.md | 9 | ## Step 1: Installation | COMMENT |
| LOW | skills/ads/google-ads-api-quickstart/references/php.md | 15 | ## Step 2: Configuration (`google_ads_php.ini`) | COMMENT |
| LOW | skills/ads/google-ads-api-quickstart/references/php.md | 41 | ## Step 3: Write and Run the Quickstart Script | COMMENT |
| LOW | skills/ads/google-ads-api-quickstart/references/java.md | 12 | ## Step 1: Installation & Dependency Management | COMMENT |
| LOW | skills/ads/google-ads-api-quickstart/references/java.md | 37 | ## Step 2: Configuration (`ads.properties`) | COMMENT |
| LOW | skills/ads/google-ads-api-quickstart/references/java.md | 67 | ## Step 3: Write the Quickstart Script | COMMENT |
| LOW | skills/ads/google-ads-api-quickstart/references/java.md | 143 | ## Step 4: Compile and Run | COMMENT |
| LOW | skills/ads/google-ads-api-quickstart/references/java.md | 162 | ## Step 5: Verification & Troubleshooting | COMMENT |
| LOW | skills/ads/google-ads-api-quickstart/references/ruby.md | 9 | ## Step 1: Installation | COMMENT |
| LOW | skills/ads/google-ads-api-quickstart/references/ruby.md | 15 | ## Step 2: Configuration (`google_ads_config.rb`) | COMMENT |
| LOW | skills/ads/google-ads-api-quickstart/references/ruby.md | 40 | ## Step 3: Write and Run the Quickstart Script | COMMENT |
| LOW | skills/ads/google-ads-api-quickstart/references/perl.md | 9 | ## Step 1: Installation | COMMENT |
| LOW | skills/ads/google-ads-api-quickstart/references/perl.md | 15 | ## Step 2: Configuration (`googleads.properties`) | COMMENT |
| LOW | skills/ads/google-ads-api-quickstart/references/perl.md | 34 | ## Step 3: Write and Run the Quickstart Script | COMMENT |
| LOW | skills/ads/google-ads-api-quickstart/references/rest.md | 7 | ## Step 1: Obtain a Short-Lived Access Token | COMMENT |
| LOW | skills/ads/google-ads-api-quickstart/references/rest.md | 54 | ## Step 2: Make the HTTP POST Request to Retrieve Campaigns | COMMENT |
| LOW | skills/ads/google-ads-api-quickstart/references/rest.md | 86 | ## Step 3: Parse the JSON Response | COMMENT |
| LOW | skills/ads/data-manager-api-event-ingestion/SKILL.md | 25 | ### Step 1: Identify Use Case & Read Documentation | COMMENT |
| LOW | skills/ads/data-manager-api-event-ingestion/SKILL.md | 38 | ### Step 2: Retrieve Code Sample | COMMENT |
| LOW | skills/ads/data-manager-api-event-ingestion/SKILL.md | 52 | ### Step 3: Retrieve Migration Guides | COMMENT |
| LOW | skills/ads/data-manager-api-event-ingestion/SKILL.md | 75 | ### Step 4: Implementation | COMMENT |
| LOW | skills/ads/data-manager-api-audience-ingestion/SKILL.md | 29 | ### Step 1: Identify Use Case & Read Documentation | COMMENT |
| LOW | skills/ads/data-manager-api-audience-ingestion/SKILL.md | 46 | ### Step 2: Retrieve Code Sample | COMMENT |
| LOW | skills/ads/data-manager-api-audience-ingestion/SKILL.md | 59 | ### Step 3: Retrieve Migration Guides | COMMENT |
| LOW | skills/ads/data-manager-api-audience-ingestion/SKILL.md | 76 | ### Step 4: Implementation | COMMENT |
| LOW | skills/ads/google-ads-api-mcp-setup/SKILL.md | 40 | ## Step 1: Validate Your Google Ads API Credentials | COMMENT |
| LOW | skills/ads/google-ads-api-mcp-setup/SKILL.md | 58 | ## Step 2: Install Prerequisites (Python & pipx) | COMMENT |
| LOW | skills/ads/google-ads-api-mcp-setup/SKILL.md | 109 | ## Step 3: Install the Google Ads MCP Server | COMMENT |
| LOW | skills/ads/google-ads-api-mcp-setup/SKILL.md | 169 | ## Step 4: Configure Environment Variables | COMMENT |
| LOW | skills/ads/google-ads-api-mcp-setup/SKILL.md | 213 | ## Step 5: Integrate with Your AI Developer Tool | COMMENT |
| LOW | skills/ads/google-ads-api-mcp-setup/SKILL.md | 362 | ## Step 6: Verify the Integration (Testing) | COMMENT |
| LOW | skills/ads/google-ads-api-mcp-setup/SKILL.md | 424 | ## Step 7: Available MCP Tools & Usage Guide | COMMENT |
| LOW | …ervability/references/vpc-flow-logs-cost-estimation.md | 22 | ### Step 1: Scope & Capabilities (Boundaries) | COMMENT |
| LOW | …ervability/references/vpc-flow-logs-cost-estimation.md | 43 | ### Step 2: Configuration Defaults | COMMENT |
| LOW | …ervability/references/vpc-flow-logs-cost-estimation.md | 52 | ### Step 3: Resource Resolution (Discover Target Subnets) | COMMENT |
| LOW | …ervability/references/vpc-flow-logs-cost-estimation.md | 96 | ### Step 4: Retrieve Metrics (Batch Query) | COMMENT |
| LOW | …ervability/references/vpc-flow-logs-cost-estimation.md | 158 | ### Step 5: Cost Calculations (CLI Calculator) | COMMENT |
| LOW | …ervability/references/vpc-flow-logs-cost-estimation.md | 230 | ### Step 6: Format Report | COMMENT |
| LOW | …ud/google-cloud-global-frontend-configuration/SKILL.md | 35 | ### Step 1: Basics | COMMENT |
| LOW | …ud/google-cloud-global-frontend-configuration/SKILL.md | 42 | ### Step 2: Origin Configuration | COMMENT |
| LOW | …ud/google-cloud-global-frontend-configuration/SKILL.md | 57 | ### Step 3: Traffic Management & Extensibility | COMMENT |
| LOW | …ud/google-cloud-global-frontend-configuration/SKILL.md | 61 | ### Step 4: Caching (Cloud CDN) | COMMENT |
| LOW | …ud/google-cloud-global-frontend-configuration/SKILL.md | 87 | ### Step 5: Security (Cloud Armor) | COMMENT |
| LOW | …ud/google-cloud-global-frontend-configuration/SKILL.md | 105 | ### Step 6: Review & Deploy | COMMENT |
| LOW | …l-frontend-configuration/references/drift-detection.md | 18 | ### Step 1: Generate Infrastructure Preview | COMMENT |
| LOW | …l-frontend-configuration/references/drift-detection.md | 31 | ### Step 2: List Detected Drifts | COMMENT |
| LOW | …l-frontend-configuration/references/drift-detection.md | 44 | ### Step 3: Present Reconciliation Paths | COMMENT |
| LOW | …n-deploy/references/adc_application_troubleshooting.md | 26 | ### Step 1: Fetch the Debugging Context | COMMENT |
| 136 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | index.json | 1 | {"generator":"This file is generated. Do not edit it by hand.","skills":[{"name":"agent-platform-alert-configuration","d | CODE |
| MEDIUM⚡ | index.json | 1 | {"generator":"This file is generated. Do not edit it by hand.","skills":[{"name":"agent-platform-alert-configuration","d | CODE |
| MEDIUM⚡ | index.json | 1 | {"generator":"This file is generated. Do not edit it by hand.","skills":[{"name":"agent-platform-alert-configuration","d | CODE |
| MEDIUM⚡ | index.json | 1 | {"generator":"This file is generated. Do not edit it by hand.","skills":[{"name":"agent-platform-alert-configuration","d | CODE |
| MEDIUM | …configuration/references/metrics_and_alerts_catalog.md | 22 | * [Telemetry Decision Hierarchy and KSM Cost Guardrails](#telemetry-decision-hierarchy-and-ksm-cost-guardrails) | COMMENT |
| MEDIUM⚡ | …oud-solution-agentic-ai-data-science-workflow/SKILL.md | 85 | - [Data science workflow with AI agents](https://docs.cloud.google.com/architecture/agentic-ai-data-science.md.txt) | CODE |
| MEDIUM⚡ | …oud-solution-agentic-ai-data-science-workflow/SKILL.md | 87 | - [Choose your agentic AI architecture components](https://docs.cloud.google.com/architecture/choose-agentic-ai-archi | CODE |
| MEDIUM⚡ | …oud-solution-agentic-ai-data-science-workflow/SKILL.md | 88 | - [Choose a design pattern for your agentic AI system](https://docs.cloud.google.com/architecture/choose-design-patte | CODE |
| MEDIUM | …ai-data-science-workflow/references/product-mapping.md | 6 | https://docs.cloud.google.com/architecture/choose-agentic-ai-architecture-components.md.txt | CODE |
| MEDIUM⚡ | …tic-ai-data-science-workflow/assets/output-template.md | 188 | * [Data science workflow with AI agents](https://docs.cloud.google.com/architecture/agentic-ai-data-science.md.txt) | COMMENT |
| MEDIUM⚡ | …tic-ai-data-science-workflow/assets/output-template.md | 191 | * [Choose your agentic AI architecture components](https://docs.cloud.google.com/architecture/choose-agentic-ai-architec | COMMENT |
| MEDIUM⚡ | …tic-ai-data-science-workflow/assets/output-template.md | 192 | * [Choose a design pattern for your agentic AI system](https://docs.cloud.google.com/architecture/choose-design-pattern- | COMMENT |
| MEDIUM | …google-cloud-solution-guided-gke-ai-migration/SKILL.md | 171 | 4. **Hardware & VRAM Sizing:** Accurately calculate VRAM using the [Deterministic VRAM Sizing Formula](#deterministic-vr | CODE |
| MEDIUM | …abases-onboarding/references/recommendation_matrix.txt | 5 | # To save context window tokens when reading this file via view_file, use StartLine/EndLine with these line hints: | COMMENT |
| MEDIUM | …d-solution-agentic-ai-bidirectional-streaming/SKILL.md | 16 | # Live bidirectional multimodal streaming agentic AI solution | COMMENT |
| MEDIUM | …d-solution-agentic-ai-bidirectional-streaming/SKILL.md | 72 | - [Enable live bidirectional multimodal streaming](https://docs.cloud.google.com/architecture/agentic-ai-bidirectiona | CODE |
| MEDIUM | …d-solution-agentic-ai-bidirectional-streaming/SKILL.md | 74 | - [Choose your agentic AI architecture components](https://docs.cloud.google.com/architecture/choose-agentic-ai-archi | CODE |
| MEDIUM | …-bidirectional-streaming/references/product-mapping.md | 6 | https://docs.cloud.google.com/architecture/choose-agentic-ai-architecture-components.md.txt | CODE |
| MEDIUM | …c-ai-bidirectional-streaming/assets/output-template.md | 4 | # Google Cloud solution architecture: Live bidirectional multimodal streaming agentic AI solution | COMMENT |
| MEDIUM⚡ | …c-ai-bidirectional-streaming/assets/output-template.md | 173 | * [Enable live bidirectional multimodal streaming](https://docs.cloud.google.com/architecture/agentic-ai-bidirectional-m | COMMENT |
| MEDIUM⚡ | …c-ai-bidirectional-streaming/assets/output-template.md | 174 | * [Choose your agentic AI architecture components](https://docs.cloud.google.com/architecture/choose-agentic-ai-architec | COMMENT |
| MEDIUM⚡ | …c-ai-bidirectional-streaming/assets/output-template.md | 176 | * [Choose a design pattern for your agentic AI system](https://docs.cloud.google.com/architecture/choose-design-pattern- | COMMENT |
| MEDIUM | …solution-agentic-ai-borderless-data-lakehouse/SKILL.md | 14 | # Borderless open data lakehouse agentic AI system | COMMENT |
| MEDIUM | …solution-agentic-ai-borderless-data-lakehouse/SKILL.md | 77 | - [Build a borderless open data lakehouse](https://docs.cloud.google.com/architecture/agentic-ai-build-multicloud-ope | CODE |
| MEDIUM | …solution-agentic-ai-borderless-data-lakehouse/SKILL.md | 78 | - [Implement agentic analytics workflows for distributed data](https://docs.cloud.google.com/architecture/agentic-ai- | CODE |
| MEDIUM | …ai-borderless-data-lakehouse/assets/output-template.md | 4 | # Google Cloud solution architecture: Borderless open data lakehouse agentic AI system | COMMENT |
| MEDIUM | …ai-borderless-data-lakehouse/assets/output-template.md | 121 | * [Build a borderless open data lakehouse](https://docs.cloud.google.com/architecture/agentic-ai-build-multicloud-open-d | COMMENT |
| MEDIUM | …ai-borderless-data-lakehouse/assets/output-template.md | 122 | * [Implement agentic analytics workflows for distributed data](https://docs.cloud.google.com/architecture/agentic-ai-cro | COMMENT |
| MEDIUM | …ls/cloud/agent-platform-rag-engine-management/SKILL.md | 13 | # Agent Platform RAG Engine Management | COMMENT |
| MEDIUM | …ls/cloud/agent-platform-rag-engine-management/SKILL.md | 162 | ## 2. Getting / Inspecting an Agent Platform RAG Engine Corpus | COMMENT |
| MEDIUM | …ls/cloud/agent-platform-rag-engine-management/SKILL.md | 222 | # Define the Agent Platform RAG Engine tool pointing to the corpus | COMMENT |
| MEDIUM | …ls/cloud/agent-platform-rag-engine-management/SKILL.md | 237 | # Generate content using the RAG Engine tool | COMMENT |
| MEDIUM | …ion-build-deploy-agents/references/related-guidance.md | 4 | - [Choose a design pattern for your agentic AI system](https://docs.cloud.google.com/architecture/choose-design-patter | CODE |
| MEDIUM | …ion-build-deploy-agents/references/related-guidance.md | 22 | - [Choose your agentic AI architecture components](https://docs.cloud.google.com/architecture/choose-agentic-ai-archit | CODE |
| MEDIUM | …ion-agentic-analytics-spark-knowledge-catalog/SKILL.md | 170 | https://docs.cloud.google.com/architecture/agentic-ai-cross-cloud-analytics.md.txt | CODE |
| MEDIUM | …ud/google-cloud-solution-multi-agent-security/SKILL.md | 11 | # Agent Gateway multi-agent security | COMMENT |
| MEDIUM | …gle-cloud-storage-basics/references/data-management.md | 387 | # Place an event-based hold for event-driven retention | COMMENT |
| MEDIUM | …-platform-eval-flywheel/references/failure_patterns.md | 13 | ### Low `hallucination` or `grounding` Score | COMMENT |
| MEDIUM | …ert-configuration/references/quality_alert_policies.md | 21 | - [Hallucination](#hallucination) (~Line 215) | CODE |
| MEDIUM | …tion-architecture/references/decision-making-guides.md | 5 | | Agentic AI: Architecture | https://docs.cloud.google.com/architecture/choose-agentic-ai-architecture-components.md.txt | CODE |
| MEDIUM | …tion-architecture/references/decision-making-guides.md | 6 | | Agentic AI: Design pattern | https://docs.cloud.google.com/architecture/choose-design-pattern-agentic-ai-system.md.txt | CODE |
| MEDIUM | …olution-architecture/references/architecture-guides.md | 6 | | [AI and ML](#ai-ml) | Design guides, reference architectures, and best practices for AI, MLOps, generative AI, and age | CODE |
| MEDIUM⚡ | …olution-architecture/references/architecture-guides.md | 49 | - [Agentic AI use case: Administer interactive learning](https://docs.cloud.google.com/architecture/agentic-ai-interacti | CODE |
| MEDIUM⚡ | …olution-architecture/references/architecture-guides.md | 50 | - [Agentic AI use case: Automate data science workflows](https://docs.cloud.google.com/architecture/agentic-ai-data-scie | CODE |
| MEDIUM⚡ | …olution-architecture/references/architecture-guides.md | 51 | - [Agentic AI use case: Build a multicloud open data lakehouse](https://docs.cloud.google.com/architecture/agentic-ai-bu | CODE |
| MEDIUM⚡ | …olution-architecture/references/architecture-guides.md | 52 | - [Agentic AI use case: Classify multimodal data](https://docs.cloud.google.com/architecture/agentic-ai-classify-multimo | CODE |
| MEDIUM⚡ | …olution-architecture/references/architecture-guides.md | 53 | - [Agentic AI use case: Enable live bidirectional multimodal streaming](https://docs.cloud.google.com/architecture/agent | CODE |
| MEDIUM⚡ | …olution-architecture/references/architecture-guides.md | 54 | - [Agentic AI use case: Multimodal GraphRAG resource orchestration](https://docs.cloud.google.com/architecture/agentic-a | CODE |
| MEDIUM⚡ | …olution-architecture/references/architecture-guides.md | 55 | - [Agentic AI use case: Orchestrate access to disparate enterprise systems](https://docs.cloud.google.com/architecture/a | CODE |
| MEDIUM⚡ | …olution-architecture/references/architecture-guides.md | 56 | - [Agentic AI use case: Orchestrate security operations workflows](https://docs.cloud.google.com/architecture/agentic-ai | CODE |
| MEDIUM⚡ | …olution-architecture/references/architecture-guides.md | 62 | - [Build trusted AI agents with Google Maps Platform](https://docs.cloud.google.com/architecture/agentic-ai-system-with- | CODE |
| MEDIUM⚡ | …olution-architecture/references/architecture-guides.md | 64 | - [Choose a design pattern for your agentic AI system](https://docs.cloud.google.com/architecture/choose-design-pattern- | CODE |
| MEDIUM⚡ | …olution-architecture/references/architecture-guides.md | 65 | - [Choose your agentic AI architecture components](https://docs.cloud.google.com/architecture/choose-agentic-ai-architec | CODE |
| MEDIUM | …olution-architecture/references/architecture-guides.md | 81 | - [Implement agentic analytics workflows for distributed data](https://docs.cloud.google.com/architecture/agentic-ai-cro | CODE |
| MEDIUM | …olution-architecture/references/architecture-guides.md | 86 | - [Multi-tenant agentic AI system](https://docs.cloud.google.com/architecture/multi-tenant-agentic-ai-system.md.txt): De | CODE |
| MEDIUM | …loud-solution-rag-enterprise-search-gke-sqldb/SKILL.md | 15 | # RAG for enterprise search using GKE and AlloyDB | COMMENT |
| MEDIUM | …-enterprise-search-gke-sqldb/assets/output-template.md | 4 | # Google Cloud solution architecture: RAG for enterprise search using GKE and AlloyDB | COMMENT |
| MEDIUM⚡ | …on-hybrid-search-alloydb/references/product-mapping.md | 15 | | [Vector Embeddings Engine](#vector-embeddings-engine) | [Self-hosted embedding model](#self-hosted-embedding-model) (A | CODE |
| MEDIUM⚡ | …on-hybrid-search-alloydb/references/product-mapping.md | 16 | | [Database Abstraction & Agentic Tooling](#database-abstraction-agentic-tooling) | [MCP Toolbox for Databases](#mcp-too | CODE |
| MEDIUM⚡ | …on-hybrid-search-alloydb/references/product-mapping.md | 17 | | [Database Abstraction & Agentic Tooling](#database-abstraction-agentic-tooling) | [Managed Google Cloud Remote MCP Ser | CODE |
| 3 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …oud/gke-alert-configuration/scripts/validate_config.py | 316 | def validate_directory_tf_files(directory, expected_cluster_var=None): | CODE |
| LOW | …design-deploy/scripts/fetch_terraform_template_test.py | 22 | def test_parse_input_short_id(self) -> None: | CODE |
| LOW | …design-deploy/scripts/fetch_terraform_template_test.py | 35 | def test_parse_input_full_path(self) -> None: | CODE |
| LOW | …design-deploy/scripts/list_terraform_templates_test.py | 11 | def test_run_gcloud_list_success(self, mock_run: mock.Mock) -> None: | CODE |
| LOW | …design-deploy/scripts/list_terraform_templates_test.py | 23 | def test_run_gcloud_list_failure(self, mock_run: mock.Mock) -> None: | CODE |
| LOW | …nter-design-deploy/scripts/fetch_terraform_template.py | 107 | def _get_app_template_revision_source( | CODE |
| LOW | …abases-onboarding/scripts/database_onboarding_skill.py | 42 | def _parse_discovery_questions(matrix_text: str) -> dict[str, list[str]]: | CODE |
| LOW | …abases-onboarding/scripts/database_onboarding_skill.py | 63 | def get_onboarding_system_instruction() -> str: | CODE |
| LOW | …abases-onboarding/scripts/database_onboarding_skill.py | 88 | def get_recommendation_matrix_context() -> str: | CODE |
| LOW | …abases-onboarding/scripts/database_onboarding_skill.py | 93 | def get_database_selection_instruction(num_recommendations: int = 1) -> str: | CODE |
| LOW | …ring-chart-generation/scripts/assemble_widget_proto.py | 73 | def assemble_widget_textproto( | CODE |
| LOW | …toring-chart-generation/scripts/validate_chart_test.py | 13 | def test_parse_and_validate_wrapped_widget(self): | CODE |
| LOW | …toring-chart-generation/scripts/validate_chart_test.py | 45 | def test_parse_and_validate_unwrapped_widget(self): | STRING |
| LOW | …toring-chart-generation/scripts/validate_chart_test.py | 67 | def test_validate_widget_empty_title_fails(self): | STRING |
| LOW | …toring-chart-generation/scripts/validate_chart_test.py | 81 | def test_validate_widget_dual_query_fails(self): | STRING |
| LOW | …toring-chart-generation/scripts/validate_chart_test.py | 99 | def test_main_validate_from_stdin(self): | STRING |
| LOW | …toring-chart-generation/scripts/textproto_util_test.py | 29 | def test_tokenize_with_comments(self): | CODE |
| LOW | …toring-chart-generation/scripts/textproto_util_test.py | 49 | def test_tokenize_escaped_strings(self): | STRING |
| LOW | …toring-chart-generation/scripts/textproto_util_test.py | 61 | def test_parse_textproto_tokens_nested(self): | STRING |
| LOW | …toring-chart-generation/scripts/textproto_util_test.py | 85 | def test_parse_textproto_repeated_fields(self): | STRING |
| LOW | …toring-chart-generation/scripts/textproto_util_test.py | 97 | def test_parse_and_validate_widget_wrapped(self): | STRING |
| LOW | …toring-chart-generation/scripts/textproto_util_test.py | 132 | def test_parse_and_validate_widget_unwrapped(self): | STRING |
| LOW | …toring-chart-generation/scripts/textproto_util_test.py | 155 | def test_parse_and_validate_widget_missing_fields(self): | STRING |
| LOW | …toring-chart-generation/scripts/textproto_util_test.py | 161 | def test_parse_and_validate_widget_unknown_fields(self): | STRING |
| LOW | …toring-chart-generation/scripts/textproto_util_test.py | 177 | def test_parse_and_validate_widget_multiple_datasets(self): | STRING |
| LOW | …toring-chart-generation/scripts/textproto_util_test.py | 201 | def test_readable_dict_comparison_basic(self): | STRING |
| LOW | …toring-chart-generation/scripts/textproto_util_test.py | 248 | def test_readable_dict_comparison_unwrapped_stacked_area(self): | STRING |
| LOW | …toring-chart-generation/scripts/textproto_util_test.py | 285 | def test_readable_dict_comparison_multi_metric(self): | STRING |
| LOW | …toring-chart-generation/scripts/compute_labels_test.py | 13 | def test_compute_widget_title_standard(self): | CODE |
| LOW | …toring-chart-generation/scripts/compute_labels_test.py | 25 | def test_compute_widget_title_ambiguous(self): | CODE |
| LOW | …toring-chart-generation/scripts/compute_labels_test.py | 33 | def test_common_resource_display_map(self): | CODE |
| LOW | …toring-chart-generation/scripts/compute_labels_test.py | 47 | def test_compute_widget_title_long_truncation(self): | CODE |
| LOW | …toring-chart-generation/scripts/compute_labels_test.py | 61 | def test_compute_axis_units_ucum(self): | CODE |
| LOW⚡ | …toring-chart-generation/scripts/compute_labels_test.py | 74 | def test_compute_axis_label_single_unit(self): | CODE |
| LOW⚡ | …toring-chart-generation/scripts/compute_labels_test.py | 82 | def test_compute_axis_label_multiple_units_fallback_names(self): | CODE |
| LOW⚡ | …toring-chart-generation/scripts/compute_labels_test.py | 89 | def test_compute_axis_label_no_unit_metric_name(self): | CODE |
| LOW⚡ | …toring-chart-generation/scripts/compute_labels_test.py | 96 | def test_compute_axis_label_default_fallback(self): | CODE |
| LOW⚡ | …toring-chart-generation/scripts/compute_labels_test.py | 103 | def test_extract_promql_features_standard(self): | CODE |
| LOW | …toring-chart-generation/scripts/compute_labels_test.py | 114 | def test_extract_promql_features_aggregators(self): | CODE |
| LOW | …toring-chart-generation/scripts/compute_labels_test.py | 136 | def test_extract_promql_features_ignore_metric_names_and_templates(self): | CODE |
| LOW | …toring-chart-generation/scripts/compute_labels_test.py | 157 | def test_extract_promql_features_first_aggregator_detected(self): | CODE |
| LOW | …toring-chart-generation/scripts/compute_labels_test.py | 166 | def test_compute_widget_title_with_extracted_features(self): | CODE |
| LOW | …toring-chart-generation/scripts/compute_labels_test.py | 183 | def test_extract_filter_features(self): | CODE |
| LOW | …-monitoring-chart-generation/scripts/textproto_util.py | 260 | def parse_and_validate_widget(text: str) -> Widget: | CODE |
| LOW | …chart-generation/scripts/assemble_widget_proto_test.py | 13 | def test_assemble_widget_textproto_basic(self): | CODE |
| LOW | …chart-generation/scripts/assemble_widget_proto_test.py | 28 | def test_assemble_widget_textproto_stacked_area(self): | CODE |
| LOW | …chart-generation/scripts/assemble_widget_proto_test.py | 38 | def test_get_auto_output_path(self): | CODE |
| LOW | …t-platform-eval-flywheel/scripts/render_html_report.py | 42 | def render_loss_analysis_html(response_json_str: str) -> str: | CODE |
| LOW | …rm-alert-configuration/scripts/scan_duplicates_test.py | 24 | def test_validator_detects_duplicates(self): | CODE |
| LOW | …rm-alert-configuration/scripts/scan_duplicates_test.py | 58 | def test_validator_detects_quality_duplicates(self): | STRING |
| LOW | …m-alert-configuration/scripts/create_online_monitor.py | 66 | def create_agent_online_monitor( | CODE |
| LOW | …nfiguration/scripts/list_log_scope_table_names_test.py | 32 | def test_get_access_token_success(self, _, mock_auth_default): | CODE |
| LOW | …nfiguration/scripts/list_log_scope_table_names_test.py | 43 | def test_list_log_buckets_names_success(self, mock_get): | CODE |
| LOW | …nfiguration/scripts/list_log_scope_table_names_test.py | 72 | def test_list_log_buckets_names_failure(self, mock_get): | CODE |
| LOW | …nfiguration/scripts/list_log_scope_table_names_test.py | 87 | def test_get_bucket_all_logs_views_found(self, mock_get): | CODE |
| LOW | …nfiguration/scripts/list_log_scope_table_names_test.py | 121 | def test_get_bucket_all_logs_views_not_found(self, mock_get): | CODE |
| LOW | …nfiguration/scripts/list_log_scope_table_names_test.py | 140 | def test_get_bucket_all_logs_views_error(self, mock_get): | CODE |
| LOW⚡ | …nfiguration/scripts/list_log_scope_table_names_test.py | 155 | def test_parse_table_name_from_bucket_view_success(self): | CODE |
| LOW⚡ | …nfiguration/scripts/list_log_scope_table_names_test.py | 161 | def test_parse_table_name_from_bucket_view_none(self): | CODE |
| LOW⚡ | …nfiguration/scripts/list_log_scope_table_names_test.py | 167 | def test_parse_table_name_from_bucket_view_no_match(self): | CODE |
| 72 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …cloud/agent-platform-tuning/scripts/prepare_dataset.py | 149 | except Exception as e: # pylint: disable=broad-exception-caught | CODE |
| LOW | …oud/gke-alert-configuration/scripts/validate_config.py | 239 | except Exception as e: | CODE |
| LOW | …oud/gke-alert-configuration/scripts/validate_config.py | 329 | except Exception as e: | CODE |
| LOW | …oud/gke-alert-configuration/scripts/validate_config.py | 438 | except Exception as e: | CODE |
| MEDIUM | …oud/gke-alert-configuration/scripts/validate_config.py | 439 | print(f"Error reading file '{args.file}': {e}", file=sys.stderr) | CODE |
| LOW | …ervability/references/vpc-flow-logs-cost-estimation.md | 139 | except Exception as e: | CODE |
| MEDIUM | …ervability/references/vpc-flow-logs-cost-estimation.md | 140 | print(f"Error: {e}", file=sys.stderr) | CODE |
| MEDIUM | …nter-design-deploy/scripts/fetch_terraform_template.py | 54 | print(f"Error parsing resource path '{input_id}': {e}", file=sys.stderr) | CODE |
| MEDIUM | …nter-design-deploy/scripts/fetch_terraform_template.py | 103 | print(f"Error describing catalog template: {e.stderr}", file=sys.stderr) | CODE |
| MEDIUM⚡ | …nter-design-deploy/scripts/fetch_terraform_template.py | 232 | print(f"Error downloading files from GCS: {e.stderr}", file=sys.stderr) | CODE |
| LOW | …abases-onboarding/scripts/database_onboarding_skill.py | 179 | except Exception as e: # pylint: disable=broad-exception-caught | CODE |
| MEDIUM | …-platform-skill-registry/scripts/skill_registry_ops.py | 68 | print(f"Error: {response.status_code} - {response.text}") | CODE |
| MEDIUM | …-platform-skill-registry/scripts/skill_registry_ops.py | 91 | print(f"Error: {response.status_code} - {response.text}") | CODE |
| MEDIUM | …-platform-skill-registry/scripts/skill_registry_ops.py | 112 | print(f"Error: {response.status_code} - {response.text}") | CODE |
| MEDIUM | …-platform-skill-registry/scripts/skill_registry_ops.py | 133 | print(f"Error: {response.status_code} - {response.text}") | CODE |
| MEDIUM | …-platform-skill-registry/scripts/skill_registry_ops.py | 154 | print(f"Error: {response.status_code} - {response.text}") | CODE |
| MEDIUM | …-platform-skill-registry/scripts/skill_registry_ops.py | 215 | print(f"Error: {response.status_code} - {response.text}") | CODE |
| MEDIUM | …-platform-skill-registry/scripts/skill_registry_ops.py | 236 | print(f"Error: {response.status_code} - {response.text}") | CODE |
| MEDIUM | …-platform-skill-registry/scripts/skill_registry_ops.py | 260 | print(f"Error: {response.status_code} - {response.text}") | CODE |
| MEDIUM | …-platform-skill-registry/scripts/skill_registry_ops.py | 282 | print(f"Error: {response.status_code} - {response.text}") | CODE |
| LOW | …per-for-policy-simulator/scripts/analyze_simulation.py | 48 | except Exception as e: # pylint: disable=broad-exception-caught | CODE |
| LOW | …ring-chart-generation/scripts/assemble_widget_proto.py | 235 | except Exception: | CODE |
| LOW | …ring-chart-generation/scripts/assemble_widget_proto.py | 245 | except Exception as e: | CODE |
| LOW | …-monitoring-chart-generation/scripts/validate_chart.py | 189 | except Exception as e: | CODE |
| LOW | …-monitoring-chart-generation/scripts/validate_chart.py | 216 | except Exception as e: | CODE |
| LOW | …-monitoring-chart-generation/scripts/validate_chart.py | 227 | except Exception as e: # pylint: disable=broad-except | CODE |
| LOW | …gent-platform-eval-flywheel/references/sdk_patterns.md | 327 | except Exception as e: | STRING |
| LOW | …gent-platform-eval-flywheel/scripts/maas_evaluation.py | 37 | except Exception as e: | CODE |
| LOW | …gent-platform-eval-flywheel/scripts/maas_evaluation.py | 48 | except Exception as e: | CODE |
| LOW | …gent-platform-eval-flywheel/scripts/inspect_results.py | 199 | except Exception as e: | CODE |
| LOW | …t-platform-eval-flywheel/scripts/render_html_report.py | 109 | except Exception as e: | CODE |
| LOW | …m-alert-configuration/scripts/create_online_monitor.py | 181 | except Exception as e: | CODE |
| MEDIUM | …m-alert-configuration/scripts/create_online_monitor.py | 182 | print(f"Error creating online monitor: {e}", file=sys.stderr) | CODE |
| LOW | …latform-alert-configuration/scripts/scan_duplicates.py | 40 | except Exception as e: | CODE |
| LOW | …latform-alert-configuration/scripts/check_telemetry.py | 117 | except Exception as e: | CODE |
| MEDIUM | …latform-alert-configuration/scripts/check_telemetry.py | 118 | print(f"Error querying Cloud Monitoring metadata: {e}", file=sys.stderr) | CODE |
| LOW | …latform-alert-configuration/scripts/check_telemetry.py | 159 | except Exception as e: | CODE |
| MEDIUM | …latform-alert-configuration/scripts/check_telemetry.py | 160 | print(f"Error checking telemetry status: {e}", file=sys.stderr) | CODE |
| LOW | …latform-alert-configuration/scripts/check_telemetry.py | 176 | except Exception as e: | CODE |
| MEDIUM | …latform-alert-configuration/scripts/check_telemetry.py | 177 | print(f"Error querying Cloud Monitoring metadata: {e}", file=sys.stderr) | CODE |
| MEDIUM | …tform-alert-configuration/scripts/gather_agent_info.py | 32 | print("Error: google-cloud-aiplatform is not installed.", file=sys.stderr) | CODE |
| MEDIUM | …tform-alert-configuration/scripts/gather_agent_info.py | 57 | print(f"Error output: {e.stderr.strip()}", file=sys.stderr) | CODE |
| LOW | …tform-alert-configuration/scripts/gather_agent_info.py | 152 | except Exception as e: | CODE |
| MEDIUM | …tform-alert-configuration/scripts/gather_agent_info.py | 194 | print("Error parsing Cloud Run services output", file=sys.stderr) | CODE |
| LOW | …tform-alert-configuration/scripts/gather_agent_info.py | 306 | except Exception as e: | CODE |
| MEDIUM | …-configuration/scripts/list_trace_scope_table_names.py | 62 | print(f'Error listing trace scopes: {response.text}', file=sys.stderr) | CODE |
| MEDIUM⚡ | …latform-alert-configuration/scripts/analyze_traffic.py | 362 | print(f"Error: {e}", file=sys.stderr) | CODE |
| LOW⚡ | …latform-alert-configuration/scripts/analyze_traffic.py | 364 | except Exception as e: | CODE |
| MEDIUM⚡ | …latform-alert-configuration/scripts/analyze_traffic.py | 365 | print(f"Error executing live query: {e}", file=sys.stderr) | CODE |
| LOW | …latform-alert-configuration/scripts/analyze_traffic.py | 384 | except Exception as e: | CODE |
| MEDIUM | …latform-alert-configuration/scripts/analyze_traffic.py | 385 | print(f"Error reading metrics data: {e}", file=sys.stderr) | CODE |
| MEDIUM | …latform-alert-configuration/scripts/analyze_traffic.py | 400 | print(f"Error: {e}", file=sys.stderr) | CODE |
| MEDIUM | …rt-configuration/scripts/list_log_scope_table_names.py | 61 | print(f'Error listing log scopes: {response.text}', file=sys.stderr) | CODE |
| LOW | …nt-platform-alert-configuration/scripts/lint_syntax.py | 51 | except Exception as e: | CODE |
| MEDIUM | …nt-platform-alert-configuration/scripts/lint_syntax.py | 52 | print(f"Error reading file '{args.file}': {e}", file=sys.stderr) | CODE |
| LOW | …oud-monitoring-promql-query/scripts/validate_promql.py | 69 | except Exception as e: # pylint: disable=broad-exception-caught | CODE |
| MEDIUM⚡ | …oud-monitoring-promql-query/scripts/validate_promql.py | 210 | print(f"Error reading file: {e}", file=sys.stderr) | CODE |
| MEDIUM⚡ | …oud-monitoring-promql-query/scripts/validate_promql.py | 215 | print("Error: Must specify either --file or --query.", file=sys.stderr) | CODE |
| MEDIUM⚡ | …oud-monitoring-promql-query/scripts/validate_promql.py | 220 | print("Error: Empty query.", file=sys.stderr) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | …loud-solution-n-tier-serverless-web-app/assets/main.tf | 294 | # ========================================== | COMMENT |
| MEDIUM⚡ | …loud-solution-n-tier-serverless-web-app/assets/main.tf | 296 | # ========================================== | COMMENT |
| MEDIUM⚡ | …loud-solution-n-tier-serverless-web-app/assets/main.tf | 472 | # ========================================== | COMMENT |
| MEDIUM⚡ | …loud-solution-n-tier-serverless-web-app/assets/main.tf | 474 | # ========================================== | COMMENT |
| MEDIUM⚡ | …loud-solution-n-tier-serverless-web-app/assets/main.tf | 482 | # ========================================== | COMMENT |
| MEDIUM | …loud-solution-n-tier-serverless-web-app/assets/main.tf | 28 | # ========================================== | COMMENT |
| MEDIUM | …loud-solution-n-tier-serverless-web-app/assets/main.tf | 30 | # ========================================== | COMMENT |
| MEDIUM | …loud-solution-n-tier-serverless-web-app/assets/main.tf | 96 | # ========================================== | COMMENT |
| MEDIUM | …loud-solution-n-tier-serverless-web-app/assets/main.tf | 98 | # ========================================== | COMMENT |
| MEDIUM | …loud-solution-n-tier-serverless-web-app/assets/main.tf | 141 | # ========================================== | COMMENT |
| MEDIUM | …loud-solution-n-tier-serverless-web-app/assets/main.tf | 143 | # ========================================== | COMMENT |
| MEDIUM | …loud-solution-n-tier-serverless-web-app/assets/main.tf | 176 | # ========================================== | COMMENT |
| MEDIUM | …loud-solution-n-tier-serverless-web-app/assets/main.tf | 178 | # ========================================== | COMMENT |
| MEDIUM | …loud-solution-n-tier-serverless-web-app/assets/main.tf | 387 | # ========================================== | COMMENT |
| MEDIUM | …loud-solution-n-tier-serverless-web-app/assets/main.tf | 389 | # ========================================== | COMMENT |
| MEDIUM | …loud-solution-n-tier-serverless-web-app/assets/main.tf | 449 | # ========================================== | COMMENT |
| MEDIUM | …loud-solution-n-tier-serverless-web-app/assets/main.tf | 451 | # ========================================== | COMMENT |
| MEDIUM | …loud-solution-n-tier-serverless-web-app/assets/main.tf | 612 | # ========================================== | COMMENT |
| MEDIUM | …loud-solution-n-tier-serverless-web-app/assets/main.tf | 614 | # ========================================== | COMMENT |
| MEDIUM | …loud-solution-n-tier-serverless-web-app/assets/main.tf | 693 | # ========================================== | COMMENT |
| MEDIUM | …loud-solution-n-tier-serverless-web-app/assets/main.tf | 695 | # ========================================== | COMMENT |
| MEDIUM | …loud-solution-n-tier-serverless-web-app/assets/main.tf | 721 | # ========================================== | COMMENT |
| MEDIUM | …loud-solution-n-tier-serverless-web-app/assets/main.tf | 723 | # ========================================== | COMMENT |
| MEDIUM | …loud-solution-n-tier-serverless-web-app/assets/main.tf | 745 | # ========================================== | COMMENT |
| MEDIUM | …loud-solution-n-tier-serverless-web-app/assets/main.tf | 747 | # ========================================== | COMMENT |
| MEDIUM | …abases-onboarding/references/recommendation_matrix.txt | 3 | # =================================================================================================== | COMMENT |
| MEDIUM | …abases-onboarding/references/recommendation_matrix.txt | 21 | # =================================================================================================== | COMMENT |
| MEDIUM | …sses/assets/balanced-reserved-zonal-compute-class.yaml | 57 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …sses/assets/balanced-reserved-zonal-compute-class.yaml | 73 | # --------------------------------------------------------------------------- | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …ads/ima-dai-sdk/references/cast-StreamManager-guide.md | 41 | const streamManager = new google.ima.cast.dai.api.StreamManager(); | CODE |
| CRITICAL | …ads/ima-dai-sdk/references/cast-StreamManager-guide.md | 50 | let streamRequest = new google.ima.cast.dai.api.LiveStreamRequest(); | CODE |
| CRITICAL | …ads/ima-dai-sdk/references/cast-StreamManager-guide.md | 66 | let streamRequest = new google.ima.cast.dai.api.VODStreamRequest(); | CODE |
| CRITICAL | …te-classes/assets/restrict-computeclass-usage-vap.yaml | 50 | variables.podSpec.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.exists(t | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …-cluster-autoscaler/assets/find-scale-down-blockers.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | …gke-cluster-autoscaler/assets/log-autoscaler-events.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | …gke-cluster-autoscaler/assets/log-autoscaler-events.sh | 141 | else | COMMENT |
| LOW | …cluster-autoscaler/assets/capacity-buffer-serving.yaml | 1 | # Capacity Buffer for a serving ComputeClass — pre-warms node capacity so | COMMENT |
| LOW | …cluster-autoscaler/assets/capacity-buffer-serving.yaml | 61 | # scalableRef: | COMMENT |
| LOW | …/cloud/agent-platform-tuning/scripts/calculate_cost.py | 21 | # cost_per_1m_tokens mirrors the public Model Tuning price table: | COMMENT |
| LOW | …loud/gke-golden-path/assets/golden-path-autopilot.yaml | 141 | enabled: true | COMMENT |
| LOW | …oud/gke-alert-configuration/scripts/validate_config.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | …loud-solution-n-tier-serverless-web-app/assets/main.tf | 741 | value = var.enable_vpc_sc | COMMENT |
| LOW | …abases-onboarding/references/recommendation_matrix.txt | 1 | # Recommendation Matrix for Database Migrations to Google Cloud | COMMENT |
| LOW | …ute-classes/assets/postgres-primary-compute-class.yaml | 1 | # EXAMPLE TEMPLATE - DO NOT DEPLOY | COMMENT |
| LOW | …ud/gke-compute-classes/assets/log-autoscaler-events.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | …ud/gke-compute-classes/assets/log-autoscaler-events.sh | 141 | else | COMMENT |
| LOW | …te-classes/assets/restrict-computeclass-usage-vap.yaml | 1 | # EXAMPLE TEMPLATE - DO NOT DEPLOY | COMMENT |
| LOW | …-compute-classes/assets/system-pool-compute-class.yaml | 1 | # EXAMPLE TEMPLATE - DO NOT DEPLOY | COMMENT |
| LOW | …e-compute-classes/assets/dynamic-rwo-storageclass.yaml | 1 | # EXAMPLE TEMPLATE - DO NOT DEPLOY (adapt, then apply). | COMMENT |
| LOW | …sses/assets/balanced-reserved-zonal-compute-class.yaml | 1 | # EXAMPLE TEMPLATE - DO NOT DEPLOY | COMMENT |
| LOW | …sses/assets/balanced-reserved-zonal-compute-class.yaml | 61 | # spec: | COMMENT |
| LOW | …d-monitoring-chart-generation/scripts/requirements.txt | 1 | # Standard Python 3.10+ library modules used for core scripts (re, json, argparse, sys, typing). | COMMENT |
| LOW | …ged-access-management/assets/entitlement_template.yaml | 21 | # manualApprovals: | COMMENT |
| LOW | skills/cloud/genkit-python/references/setup.md | 1 | # Setup — Genkit Python | COMMENT |
| LOW | …rm-alert-configuration/scripts/scan_duplicates_test.py | 1 | # Copyright 2026 Google LLC | COMMENT |
| LOW | …m-alert-configuration/scripts/create_online_monitor.py | 1 | # Copyright 2026 Google LLC | COMMENT |
| LOW | …nfiguration/scripts/list_log_scope_table_names_test.py | 1 | # Copyright 2026 Google LLC | COMMENT |
| LOW | …latform-alert-configuration/scripts/scan_duplicates.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | …rm-alert-configuration/scripts/check_telemetry_test.py | 1 | # Copyright 2026 Google LLC | COMMENT |
| LOW | …latform-alert-configuration/scripts/check_telemetry.py | 1 | # Copyright 2026 Google LLC | COMMENT |
| LOW | …rt-configuration/scripts/create_online_monitor_test.py | 1 | # Copyright 2026 Google LLC | COMMENT |
| LOW | …rm-alert-configuration/scripts/analyze_traffic_test.py | 1 | # Copyright 2026 Google LLC | COMMENT |
| LOW | …iguration/scripts/list_trace_scope_table_names_test.py | 1 | # Copyright 2026 Google LLC | COMMENT |
| LOW | …tform-alert-configuration/scripts/gather_agent_info.py | 1 | # Copyright 2026 Google LLC | COMMENT |
| LOW | …-configuration/scripts/list_trace_scope_table_names.py | 1 | # Copyright 2026 Google LLC | COMMENT |
| LOW | …latform-alert-configuration/scripts/analyze_traffic.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | …rt-configuration/scripts/list_log_scope_table_names.py | 1 | # Copyright 2026 Google LLC | COMMENT |
| LOW | …tform-alert-configuration/scripts/config_utils_test.py | 1 | # Copyright 2026 Google LLC | COMMENT |
| LOW | …t-platform-alert-configuration/scripts/config_utils.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | …nt-platform-alert-configuration/scripts/lint_syntax.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | …-alert-configuration/scripts/gather_agent_info_test.py | 1 | # Copyright 2026 Google LLC | COMMENT |
| LOW | skills/cloud/agent-platform-deploy/SKILL.md | 401 | # For this example, let's assume we know the exact Endpoint ID and Deployed Model ID. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …cloud/agent-platform-tuning/scripts/prepare_dataset.py | 59 | CODE | |
| LOW | …cloud/agent-platform-tuning/scripts/prepare_dataset.py | 109 | CODE | |
| LOW | …oud/gke-alert-configuration/scripts/validate_config.py | 316 | CODE | |
| LOW | …oud/gke-alert-configuration/scripts/validate_config.py | 383 | CODE | |
| LOW | …oud/gke-alert-configuration/scripts/validate_config.py | 36 | CODE | |
| LOW | …oud/gke-alert-configuration/scripts/validate_config.py | 129 | CODE | |
| LOW | …nter-design-deploy/scripts/fetch_terraform_template.py | 236 | CODE | |
| LOW | …abases-onboarding/scripts/database_onboarding_skill.py | 134 | CODE | |
| LOW | …-platform-skill-registry/scripts/skill_registry_ops.py | 26 | CODE | |
| LOW | …-platform-skill-registry/scripts/skill_registry_ops.py | 161 | CODE | |
| LOW | …-platform-skill-registry/scripts/skill_registry_ops.py | 289 | CODE | |
| LOW | …ring-chart-generation/scripts/assemble_widget_proto.py | 73 | CODE | |
| LOW | …-monitoring-chart-generation/scripts/validate_chart.py | 17 | CODE | |
| LOW | …-monitoring-chart-generation/scripts/validate_chart.py | 99 | CODE | |
| LOW | …-monitoring-chart-generation/scripts/textproto_util.py | 58 | CODE | |
| LOW | …-monitoring-chart-generation/scripts/textproto_util.py | 102 | CODE | |
| LOW | …-monitoring-chart-generation/scripts/textproto_util.py | 136 | CODE | |
| LOW | …ent-platform-eval-flywheel/scripts/validate_dataset.py | 135 | CODE | |
| LOW | …ent-platform-eval-flywheel/scripts/validate_dataset.py | 161 | CODE | |
| LOW | …-platform-eval-flywheel/scripts/endpoint_evaluation.py | 12 | CODE | |
| LOW | …gent-platform-eval-flywheel/scripts/inspect_results.py | 46 | CODE | |
| LOW | …ent-platform-eval-flywheel/scripts/parse_adk_traces.py | 178 | CODE | |
| LOW | …latform-alert-configuration/scripts/check_telemetry.py | 122 | CODE | |
| LOW | …tform-alert-configuration/scripts/gather_agent_info.py | 65 | CODE | |
| LOW | …tform-alert-configuration/scripts/gather_agent_info.py | 124 | CODE | |
| LOW | …tform-alert-configuration/scripts/gather_agent_info.py | 284 | CODE | |
| LOW | …latform-alert-configuration/scripts/analyze_traffic.py | 202 | CODE | |
| LOW | …latform-alert-configuration/scripts/analyze_traffic.py | 301 | CODE | |
| LOW | …t-platform-alert-configuration/scripts/config_utils.py | 20 | CODE | |
| LOW | …t-platform-alert-configuration/scripts/config_utils.py | 81 | CODE | |
| LOW | …t-platform-alert-configuration/scripts/config_utils.py | 182 | CODE | |
| LOW | …nt-platform-alert-configuration/scripts/lint_syntax.py | 22 | CODE | |
| LOW | …oud-monitoring-promql-query/scripts/validate_promql.py | 65 | CODE | |
| LOW | …oud-monitoring-promql-query/scripts/validate_promql.py | 87 | CODE | |
| LOW | …r-device-platform-basics/scripts/demo_adb_forwarder.py | 168 | CODE | |
| LOW | …r-device-platform-basics/scripts/demo_adb_forwarder.py | 237 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …nter-design-deploy/scripts/fetch_terraform_template.py | 36 | # Step 1: Parse the input path or resolve using flags | COMMENT |
| LOW | …nter-design-deploy/scripts/fetch_terraform_template.py | 73 | # Step 2: Describe the Catalog Template to find the latestRevisionId | COMMENT |
| LOW | …nter-design-deploy/scripts/fetch_terraform_template.py | 128 | # Step 3: Describe the Catalog Template Revision to find | COMMENT |
| LOW | …nter-design-deploy/scripts/fetch_terraform_template.py | 189 | # Step 4: Generate IaC for the Application Template Revision | COMMENT |
| LOW⚡ | …nter-design-deploy/scripts/fetch_terraform_template.py | 225 | # Step 5: Download files from GCS to local SSD temp directory (/tmp) | COMMENT |
| LOW⚡ | …nter-design-deploy/scripts/fetch_terraform_template.py | 242 | # Step 6: Distribute files to target destination | COMMENT |
| LOW⚡ | …nter-design-deploy/scripts/list_terraform_templates.py | 107 | # Step 1: Query Private Catalog (if project and space are provided) | COMMENT |
| LOW⚡ | …nter-design-deploy/scripts/list_terraform_templates.py | 117 | # Step 2: Query Public Google Catalog | COMMENT |
| LOW⚡ | …ooting-jobset-interruption/scripts/validate_queries.sh | 15 | # Step 2: Nodepool Logs Filter | COMMENT |
| LOW⚡ | …ooting-jobset-interruption/scripts/validate_queries.sh | 20 | # Step 3: Node Logs Filter | COMMENT |
| LOW⚡ | …ooting-jobset-interruption/scripts/validate_queries.sh | 25 | # Step 4: Worker Container Logs Filter | COMMENT |
| LOW⚡ | …ooting-jobset-interruption/scripts/validate_queries.sh | 30 | # Step 5: Prometheus PromQL Query Validation (Dry-Run) | COMMENT |
| LOW⚡ | …oubleshooting-tpu-vbar-oom/scripts/validate_queries.sh | 13 | # Step 1: vbar_control_agent OOMs | COMMENT |
| LOW⚡ | …oubleshooting-tpu-vbar-oom/scripts/validate_queries.sh | 18 | # Step 2: tpu-device-plugin metrics fetch failures | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …/cloud/agent-platform-tuning/scripts/calculate_cost.py | 212 | Opens a local or ``gs://`` jsonl file for streaming text reads. Args: input_file: A local filesystem path or a `` | STRING |
| HIGH | …latform-alert-configuration/scripts/analyze_traffic.py | 71 | Computes statistical metrics and classifies the traffic profile. Args: values: A list of floats representing th | STRING |
| HIGH | …latform-alert-configuration/scripts/analyze_traffic.py | 207 | Queries live metrics (e.g., OTel latency or token usage) for 14 days. Args: project_id: The GCP project ID. | STRING |
| HIGH | …/cloud/agent-platform-deploy/scripts/calculate_cost.py | 83 | Returns the (accelerator_type, count, hourly_$) for a machine type. Args: machine_type: e.g. "g2-standard-48". | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | skills/cloud/gemini-api/SKILL.md | 79 | export GOOGLE_API_KEY='your-api-key' | CODE |
| HIGH | skills/cloud/genkit-python/references/dev-workflow.md | 25 | export GEMINI_API_KEY=your-api-key-here | CODE |
| HIGH | skills/cloud/genkit-python/references/dev-workflow.md | 30 | echo 'export GEMINI_API_KEY=your-api-key-here' >> ~/.zshrc && source ~/.zshrc | CODE |
| HIGH | skills/cloud/genkit-python/references/dev-workflow.md | 54 | GEMINI_API_KEY=your-api-key-here genkit start -- uv run src/main.py | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | index.json | 1 | {"generator":"This file is generated. Do not edit it by hand.","skills":[{"name":"agent-platform-alert-configuration","d | CODE |
| MEDIUM⚡ | index.json | 1 | {"generator":"This file is generated. Do not edit it by hand.","skills":[{"name":"agent-platform-alert-configuration","d | CODE |
| MEDIUM⚡ | index.json | 1 | {"generator":"This file is generated. Do not edit it by hand.","skills":[{"name":"agent-platform-alert-configuration","d | CODE |
| MEDIUM⚡ | index.json | 1 | {"generator":"This file is generated. Do not edit it by hand.","skills":[{"name":"agent-platform-alert-configuration","d | CODE |
| MEDIUM⚡ | …loud-solution-n-tier-serverless-web-app/assets/main.tf | 303 | deletion_protection = true # Protected stateful resource per TF best practices | CODE |
| MEDIUM | …ring-chart-generation/scripts/assemble_widget_proto.py | 165 | """Safely generates a random, parallel-robust filename to avoid race conditions.""" | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …cloud/agent-platform-tuning/scripts/prepare_dataset.py | 207 | # Use the datasets library to perform the split as requested | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …-monitoring-chart-generation/scripts/validate_chart.py | 3 | CODE | |
| LOW | …-monitoring-chart-generation/scripts/textproto_util.py | 3 | CODE | |
| LOW | …rm-alert-configuration/scripts/analyze_traffic_test.py | 20 | CODE | |
| LOW | …rm-alert-configuration/scripts/analyze_traffic_test.py | 22 | CODE | |
| LOW | …-alert-configuration/scripts/gather_agent_info_test.py | 17 | CODE | |
| LOW | …-alert-configuration/scripts/gather_agent_info_test.py | 27 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ess-management/scripts/search_eligible_entitlements.sh | 6 | # Usage: | COMMENT |
| LOW | …cess-management/scripts/list_entitlements_hierarchy.sh | 6 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …tform-alert-configuration/scripts/mock_traffic_data.py | 1 | # This file contains mock traffic data embedded as Python lists. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …latform-alert-configuration/scripts/check_telemetry.py | 37 | # Check if agent_resource_name is already a full path or needs formatting | COMMENT |
| LOW | …r-device-platform-basics/scripts/demo_adb_forwarder.py | 341 | # Set timeout to TTL + buffer for client side cleanup | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | skills/cloud/agent-platform-tuning/SKILL.md | 405 | > fails because the dataset file (e.g. `my_data.jsonl` or `dummy_data.jsonl`) | CODE |