Repository Analysis

google/skills

Agent Skills for Google products and technologies

10.3 Low AI signal View on GitHub

Analysis Overview

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).

10.3
Adjusted Score
10.3
Raw Score
100%
Time Factor
2026-08-28
Last Push
18.9K
Stars
Python
Language
100.6K
Lines of Code
707
Files
599
Pattern Hits
2026-08-29
Scan Date
0.02
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

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.

Severity Breakdown

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.

CRITICAL 4HIGH 9MEDIUM 130LOW 456

Directory Score Breakdown

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.

Pattern Findings

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.

Structural Annotation Overuse196 hits · 311 pts
SeverityFileLineSnippetContext
LOWskills/ads/google-ads-api-quickstart/SKILL.md88## Step 1: Obtain Google Ads API CredentialsCOMMENT
LOWskills/ads/google-ads-api-quickstart/SKILL.md173## Step 2: Choose Your Integration StrategyCOMMENT
LOWskills/ads/google-ads-api-quickstart/SKILL.md255## Step 4: Troubleshooting Common ErrorsCOMMENT
LOW…lls/ads/google-ads-api-quickstart/references/python.md19## Step 1: Environment & InstallationCOMMENT
LOW…lls/ads/google-ads-api-quickstart/references/python.md39## Step 2: Configuration (`google-ads.yaml` & Alternate Methods)COMMENT
LOW…lls/ads/google-ads-api-quickstart/references/python.md66## Step 3: Write the Quickstart ScriptCOMMENT
LOW…lls/ads/google-ads-api-quickstart/references/python.md132## Step 4: Run the ScriptCOMMENT
LOW…lls/ads/google-ads-api-quickstart/references/python.md146## Step 5: Verification & TroubleshootingCOMMENT
LOW…lls/ads/google-ads-api-quickstart/references/dotnet.md9## Step 1: InstallationCOMMENT
LOW…lls/ads/google-ads-api-quickstart/references/dotnet.md15## Step 2: Configuration (Runtime Initialization)COMMENT
LOW…lls/ads/google-ads-api-quickstart/references/dotnet.md29## Step 3: Write and Run the Quickstart ScriptCOMMENT
LOW…lls/ads/google-ads-api-quickstart/references/dotnet.md88## Step 4: VerificationCOMMENT
LOWskills/ads/google-ads-api-quickstart/references/php.md9## Step 1: InstallationCOMMENT
LOWskills/ads/google-ads-api-quickstart/references/php.md15## Step 2: Configuration (`google_ads_php.ini`)COMMENT
LOWskills/ads/google-ads-api-quickstart/references/php.md41## Step 3: Write and Run the Quickstart ScriptCOMMENT
LOWskills/ads/google-ads-api-quickstart/references/java.md12## Step 1: Installation & Dependency ManagementCOMMENT
LOWskills/ads/google-ads-api-quickstart/references/java.md37## Step 2: Configuration (`ads.properties`)COMMENT
LOWskills/ads/google-ads-api-quickstart/references/java.md67## Step 3: Write the Quickstart ScriptCOMMENT
LOWskills/ads/google-ads-api-quickstart/references/java.md143## Step 4: Compile and RunCOMMENT
LOWskills/ads/google-ads-api-quickstart/references/java.md162## Step 5: Verification & TroubleshootingCOMMENT
LOWskills/ads/google-ads-api-quickstart/references/ruby.md9## Step 1: InstallationCOMMENT
LOWskills/ads/google-ads-api-quickstart/references/ruby.md15## Step 2: Configuration (`google_ads_config.rb`)COMMENT
LOWskills/ads/google-ads-api-quickstart/references/ruby.md40## Step 3: Write and Run the Quickstart ScriptCOMMENT
LOWskills/ads/google-ads-api-quickstart/references/perl.md9## Step 1: InstallationCOMMENT
LOWskills/ads/google-ads-api-quickstart/references/perl.md15## Step 2: Configuration (`googleads.properties`)COMMENT
LOWskills/ads/google-ads-api-quickstart/references/perl.md34## Step 3: Write and Run the Quickstart ScriptCOMMENT
LOWskills/ads/google-ads-api-quickstart/references/rest.md7## Step 1: Obtain a Short-Lived Access TokenCOMMENT
LOWskills/ads/google-ads-api-quickstart/references/rest.md54## Step 2: Make the HTTP POST Request to Retrieve CampaignsCOMMENT
LOWskills/ads/google-ads-api-quickstart/references/rest.md86## Step 3: Parse the JSON ResponseCOMMENT
LOWskills/ads/data-manager-api-event-ingestion/SKILL.md25### Step 1: Identify Use Case & Read DocumentationCOMMENT
LOWskills/ads/data-manager-api-event-ingestion/SKILL.md38### Step 2: Retrieve Code SampleCOMMENT
LOWskills/ads/data-manager-api-event-ingestion/SKILL.md52### Step 3: Retrieve Migration GuidesCOMMENT
LOWskills/ads/data-manager-api-event-ingestion/SKILL.md75### Step 4: ImplementationCOMMENT
LOWskills/ads/data-manager-api-audience-ingestion/SKILL.md29### Step 1: Identify Use Case & Read DocumentationCOMMENT
LOWskills/ads/data-manager-api-audience-ingestion/SKILL.md46### Step 2: Retrieve Code SampleCOMMENT
LOWskills/ads/data-manager-api-audience-ingestion/SKILL.md59### Step 3: Retrieve Migration GuidesCOMMENT
LOWskills/ads/data-manager-api-audience-ingestion/SKILL.md76### Step 4: ImplementationCOMMENT
LOWskills/ads/google-ads-api-mcp-setup/SKILL.md40## Step 1: Validate Your Google Ads API CredentialsCOMMENT
LOWskills/ads/google-ads-api-mcp-setup/SKILL.md58## Step 2: Install Prerequisites (Python & pipx)COMMENT
LOWskills/ads/google-ads-api-mcp-setup/SKILL.md109## Step 3: Install the Google Ads MCP ServerCOMMENT
LOWskills/ads/google-ads-api-mcp-setup/SKILL.md169## Step 4: Configure Environment VariablesCOMMENT
LOWskills/ads/google-ads-api-mcp-setup/SKILL.md213## Step 5: Integrate with Your AI Developer ToolCOMMENT
LOWskills/ads/google-ads-api-mcp-setup/SKILL.md362## Step 6: Verify the Integration (Testing)COMMENT
LOWskills/ads/google-ads-api-mcp-setup/SKILL.md424## Step 7: Available MCP Tools & Usage GuideCOMMENT
LOW…ervability/references/vpc-flow-logs-cost-estimation.md22### Step 1: Scope & Capabilities (Boundaries)COMMENT
LOW…ervability/references/vpc-flow-logs-cost-estimation.md43### Step 2: Configuration DefaultsCOMMENT
LOW…ervability/references/vpc-flow-logs-cost-estimation.md52### Step 3: Resource Resolution (Discover Target Subnets)COMMENT
LOW…ervability/references/vpc-flow-logs-cost-estimation.md96### Step 4: Retrieve Metrics (Batch Query)COMMENT
LOW…ervability/references/vpc-flow-logs-cost-estimation.md158### Step 5: Cost Calculations (CLI Calculator)COMMENT
LOW…ervability/references/vpc-flow-logs-cost-estimation.md230### Step 6: Format ReportCOMMENT
LOW…ud/google-cloud-global-frontend-configuration/SKILL.md35### Step 1: BasicsCOMMENT
LOW…ud/google-cloud-global-frontend-configuration/SKILL.md42### Step 2: Origin ConfigurationCOMMENT
LOW…ud/google-cloud-global-frontend-configuration/SKILL.md57### Step 3: Traffic Management & ExtensibilityCOMMENT
LOW…ud/google-cloud-global-frontend-configuration/SKILL.md61### Step 4: Caching (Cloud CDN)COMMENT
LOW…ud/google-cloud-global-frontend-configuration/SKILL.md87### Step 5: Security (Cloud Armor)COMMENT
LOW…ud/google-cloud-global-frontend-configuration/SKILL.md105### Step 6: Review & DeployCOMMENT
LOW…l-frontend-configuration/references/drift-detection.md18### Step 1: Generate Infrastructure PreviewCOMMENT
LOW…l-frontend-configuration/references/drift-detection.md31### Step 2: List Detected DriftsCOMMENT
LOW…l-frontend-configuration/references/drift-detection.md44### Step 3: Present Reconciliation PathsCOMMENT
LOW…n-deploy/references/adc_application_troubleshooting.md26### Step 1: Fetch the Debugging ContextCOMMENT
136 more matches not shown…
Modern AI Meta-Vocabulary63 hits · 182 pts
SeverityFileLineSnippetContext
MEDIUMindex.json1{"generator":"This file is generated. Do not edit it by hand.","skills":[{"name":"agent-platform-alert-configuration","dCODE
MEDIUMindex.json1{"generator":"This file is generated. Do not edit it by hand.","skills":[{"name":"agent-platform-alert-configuration","dCODE
MEDIUMindex.json1{"generator":"This file is generated. Do not edit it by hand.","skills":[{"name":"agent-platform-alert-configuration","dCODE
MEDIUMindex.json1{"generator":"This file is generated. Do not edit it by hand.","skills":[{"name":"agent-platform-alert-configuration","dCODE
MEDIUM…configuration/references/metrics_and_alerts_catalog.md22* [Telemetry Decision Hierarchy and KSM Cost Guardrails](#telemetry-decision-hierarchy-and-ksm-cost-guardrails)COMMENT
MEDIUM…oud-solution-agentic-ai-data-science-workflow/SKILL.md85 - [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.md87 - [Choose your agentic AI architecture components](https://docs.cloud.google.com/architecture/choose-agentic-ai-archiCODE
MEDIUM…oud-solution-agentic-ai-data-science-workflow/SKILL.md88 - [Choose a design pattern for your agentic AI system](https://docs.cloud.google.com/architecture/choose-design-patteCODE
MEDIUM…ai-data-science-workflow/references/product-mapping.md6https://docs.cloud.google.com/architecture/choose-agentic-ai-architecture-components.md.txtCODE
MEDIUM…tic-ai-data-science-workflow/assets/output-template.md188* [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.md191* [Choose your agentic AI architecture components](https://docs.cloud.google.com/architecture/choose-agentic-ai-architecCOMMENT
MEDIUM…tic-ai-data-science-workflow/assets/output-template.md192* [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.md1714. **Hardware & VRAM Sizing:** Accurately calculate VRAM using the [Deterministic VRAM Sizing Formula](#deterministic-vrCODE
MEDIUM…abases-onboarding/references/recommendation_matrix.txt5# 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.md16# Live bidirectional multimodal streaming agentic AI solutionCOMMENT
MEDIUM…d-solution-agentic-ai-bidirectional-streaming/SKILL.md72 - [Enable live bidirectional multimodal streaming](https://docs.cloud.google.com/architecture/agentic-ai-bidirectionaCODE
MEDIUM…d-solution-agentic-ai-bidirectional-streaming/SKILL.md74 - [Choose your agentic AI architecture components](https://docs.cloud.google.com/architecture/choose-agentic-ai-archiCODE
MEDIUM…-bidirectional-streaming/references/product-mapping.md6https://docs.cloud.google.com/architecture/choose-agentic-ai-architecture-components.md.txtCODE
MEDIUM…c-ai-bidirectional-streaming/assets/output-template.md4# Google Cloud solution architecture: Live bidirectional multimodal streaming agentic AI solutionCOMMENT
MEDIUM…c-ai-bidirectional-streaming/assets/output-template.md173* [Enable live bidirectional multimodal streaming](https://docs.cloud.google.com/architecture/agentic-ai-bidirectional-mCOMMENT
MEDIUM…c-ai-bidirectional-streaming/assets/output-template.md174* [Choose your agentic AI architecture components](https://docs.cloud.google.com/architecture/choose-agentic-ai-architecCOMMENT
MEDIUM…c-ai-bidirectional-streaming/assets/output-template.md176* [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.md14# Borderless open data lakehouse agentic AI systemCOMMENT
MEDIUM…solution-agentic-ai-borderless-data-lakehouse/SKILL.md77 - [Build a borderless open data lakehouse](https://docs.cloud.google.com/architecture/agentic-ai-build-multicloud-opeCODE
MEDIUM…solution-agentic-ai-borderless-data-lakehouse/SKILL.md78 - [Implement agentic analytics workflows for distributed data](https://docs.cloud.google.com/architecture/agentic-ai-CODE
MEDIUM…ai-borderless-data-lakehouse/assets/output-template.md4# Google Cloud solution architecture: Borderless open data lakehouse agentic AI systemCOMMENT
MEDIUM…ai-borderless-data-lakehouse/assets/output-template.md121* [Build a borderless open data lakehouse](https://docs.cloud.google.com/architecture/agentic-ai-build-multicloud-open-dCOMMENT
MEDIUM…ai-borderless-data-lakehouse/assets/output-template.md122* [Implement agentic analytics workflows for distributed data](https://docs.cloud.google.com/architecture/agentic-ai-croCOMMENT
MEDIUM…ls/cloud/agent-platform-rag-engine-management/SKILL.md13# Agent Platform RAG Engine ManagementCOMMENT
MEDIUM…ls/cloud/agent-platform-rag-engine-management/SKILL.md162## 2. Getting / Inspecting an Agent Platform RAG Engine CorpusCOMMENT
MEDIUM…ls/cloud/agent-platform-rag-engine-management/SKILL.md222# Define the Agent Platform RAG Engine tool pointing to the corpusCOMMENT
MEDIUM…ls/cloud/agent-platform-rag-engine-management/SKILL.md237# Generate content using the RAG Engine toolCOMMENT
MEDIUM…ion-build-deploy-agents/references/related-guidance.md4- [Choose a design pattern for your agentic AI system](https://docs.cloud.google.com/architecture/choose-design-patterCODE
MEDIUM…ion-build-deploy-agents/references/related-guidance.md22- [Choose your agentic AI architecture components](https://docs.cloud.google.com/architecture/choose-agentic-ai-architCODE
MEDIUM…ion-agentic-analytics-spark-knowledge-catalog/SKILL.md170 https://docs.cloud.google.com/architecture/agentic-ai-cross-cloud-analytics.md.txtCODE
MEDIUM…ud/google-cloud-solution-multi-agent-security/SKILL.md11# Agent Gateway multi-agent securityCOMMENT
MEDIUM…gle-cloud-storage-basics/references/data-management.md387 # Place an event-based hold for event-driven retentionCOMMENT
MEDIUM…-platform-eval-flywheel/references/failure_patterns.md13### Low `hallucination` or `grounding` ScoreCOMMENT
MEDIUM…ert-configuration/references/quality_alert_policies.md21 - [Hallucination](#hallucination) (~Line 215)CODE
MEDIUM…tion-architecture/references/decision-making-guides.md5| Agentic AI: Architecture | https://docs.cloud.google.com/architecture/choose-agentic-ai-architecture-components.md.txtCODE
MEDIUM…tion-architecture/references/decision-making-guides.md6| Agentic AI: Design pattern | https://docs.cloud.google.com/architecture/choose-design-pattern-agentic-ai-system.md.txtCODE
MEDIUM…olution-architecture/references/architecture-guides.md6| [AI and ML](#ai-ml) | Design guides, reference architectures, and best practices for AI, MLOps, generative AI, and ageCODE
MEDIUM…olution-architecture/references/architecture-guides.md49- [Agentic AI use case: Administer interactive learning](https://docs.cloud.google.com/architecture/agentic-ai-interactiCODE
MEDIUM…olution-architecture/references/architecture-guides.md50- [Agentic AI use case: Automate data science workflows](https://docs.cloud.google.com/architecture/agentic-ai-data-scieCODE
MEDIUM…olution-architecture/references/architecture-guides.md51- [Agentic AI use case: Build a multicloud open data lakehouse](https://docs.cloud.google.com/architecture/agentic-ai-buCODE
MEDIUM…olution-architecture/references/architecture-guides.md52- [Agentic AI use case: Classify multimodal data](https://docs.cloud.google.com/architecture/agentic-ai-classify-multimoCODE
MEDIUM…olution-architecture/references/architecture-guides.md53- [Agentic AI use case: Enable live bidirectional multimodal streaming](https://docs.cloud.google.com/architecture/agentCODE
MEDIUM…olution-architecture/references/architecture-guides.md54- [Agentic AI use case: Multimodal GraphRAG resource orchestration](https://docs.cloud.google.com/architecture/agentic-aCODE
MEDIUM…olution-architecture/references/architecture-guides.md55- [Agentic AI use case: Orchestrate access to disparate enterprise systems](https://docs.cloud.google.com/architecture/aCODE
MEDIUM…olution-architecture/references/architecture-guides.md56- [Agentic AI use case: Orchestrate security operations workflows](https://docs.cloud.google.com/architecture/agentic-aiCODE
MEDIUM…olution-architecture/references/architecture-guides.md62- [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.md64- [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.md65- [Choose your agentic AI architecture components](https://docs.cloud.google.com/architecture/choose-agentic-ai-architecCODE
MEDIUM…olution-architecture/references/architecture-guides.md81- [Implement agentic analytics workflows for distributed data](https://docs.cloud.google.com/architecture/agentic-ai-croCODE
MEDIUM…olution-architecture/references/architecture-guides.md86- [Multi-tenant agentic AI system](https://docs.cloud.google.com/architecture/multi-tenant-agentic-ai-system.md.txt): DeCODE
MEDIUM…loud-solution-rag-enterprise-search-gke-sqldb/SKILL.md15# RAG for enterprise search using GKE and AlloyDBCOMMENT
MEDIUM…-enterprise-search-gke-sqldb/assets/output-template.md4# Google Cloud solution architecture: RAG for enterprise search using GKE and AlloyDBCOMMENT
MEDIUM…on-hybrid-search-alloydb/references/product-mapping.md15| [Vector Embeddings Engine](#vector-embeddings-engine) | [Self-hosted embedding model](#self-hosted-embedding-model) (ACODE
MEDIUM…on-hybrid-search-alloydb/references/product-mapping.md16| [Database Abstraction & Agentic Tooling](#database-abstraction-agentic-tooling) | [MCP Toolbox for Databases](#mcp-tooCODE
MEDIUM…on-hybrid-search-alloydb/references/product-mapping.md17| [Database Abstraction & Agentic Tooling](#database-abstraction-agentic-tooling) | [Managed Google Cloud Remote MCP SerCODE
3 more matches not shown…
Hyper-Verbose Identifiers132 hits · 136 pts
SeverityFileLineSnippetContext
LOW…oud/gke-alert-configuration/scripts/validate_config.py316def validate_directory_tf_files(directory, expected_cluster_var=None):CODE
LOW…design-deploy/scripts/fetch_terraform_template_test.py22 def test_parse_input_short_id(self) -> None:CODE
LOW…design-deploy/scripts/fetch_terraform_template_test.py35 def test_parse_input_full_path(self) -> None:CODE
LOW…design-deploy/scripts/list_terraform_templates_test.py11 def test_run_gcloud_list_success(self, mock_run: mock.Mock) -> None:CODE
LOW…design-deploy/scripts/list_terraform_templates_test.py23 def test_run_gcloud_list_failure(self, mock_run: mock.Mock) -> None:CODE
LOW…nter-design-deploy/scripts/fetch_terraform_template.py107def _get_app_template_revision_source(CODE
LOW…abases-onboarding/scripts/database_onboarding_skill.py42def _parse_discovery_questions(matrix_text: str) -> dict[str, list[str]]:CODE
LOW…abases-onboarding/scripts/database_onboarding_skill.py63def get_onboarding_system_instruction() -> str:CODE
LOW…abases-onboarding/scripts/database_onboarding_skill.py88def get_recommendation_matrix_context() -> str:CODE
LOW…abases-onboarding/scripts/database_onboarding_skill.py93def get_database_selection_instruction(num_recommendations: int = 1) -> str:CODE
LOW…ring-chart-generation/scripts/assemble_widget_proto.py73def assemble_widget_textproto(CODE
LOW…toring-chart-generation/scripts/validate_chart_test.py13 def test_parse_and_validate_wrapped_widget(self):CODE
LOW…toring-chart-generation/scripts/validate_chart_test.py45 def test_parse_and_validate_unwrapped_widget(self):STRING
LOW…toring-chart-generation/scripts/validate_chart_test.py67 def test_validate_widget_empty_title_fails(self):STRING
LOW…toring-chart-generation/scripts/validate_chart_test.py81 def test_validate_widget_dual_query_fails(self):STRING
LOW…toring-chart-generation/scripts/validate_chart_test.py99 def test_main_validate_from_stdin(self):STRING
LOW…toring-chart-generation/scripts/textproto_util_test.py29 def test_tokenize_with_comments(self):CODE
LOW…toring-chart-generation/scripts/textproto_util_test.py49 def test_tokenize_escaped_strings(self):STRING
LOW…toring-chart-generation/scripts/textproto_util_test.py61 def test_parse_textproto_tokens_nested(self):STRING
LOW…toring-chart-generation/scripts/textproto_util_test.py85 def test_parse_textproto_repeated_fields(self):STRING
LOW…toring-chart-generation/scripts/textproto_util_test.py97 def test_parse_and_validate_widget_wrapped(self):STRING
LOW…toring-chart-generation/scripts/textproto_util_test.py132 def test_parse_and_validate_widget_unwrapped(self):STRING
LOW…toring-chart-generation/scripts/textproto_util_test.py155 def test_parse_and_validate_widget_missing_fields(self):STRING
LOW…toring-chart-generation/scripts/textproto_util_test.py161 def test_parse_and_validate_widget_unknown_fields(self):STRING
LOW…toring-chart-generation/scripts/textproto_util_test.py177 def test_parse_and_validate_widget_multiple_datasets(self):STRING
LOW…toring-chart-generation/scripts/textproto_util_test.py201 def test_readable_dict_comparison_basic(self):STRING
LOW…toring-chart-generation/scripts/textproto_util_test.py248 def test_readable_dict_comparison_unwrapped_stacked_area(self):STRING
LOW…toring-chart-generation/scripts/textproto_util_test.py285 def test_readable_dict_comparison_multi_metric(self):STRING
LOW…toring-chart-generation/scripts/compute_labels_test.py13 def test_compute_widget_title_standard(self):CODE
LOW…toring-chart-generation/scripts/compute_labels_test.py25 def test_compute_widget_title_ambiguous(self):CODE
LOW…toring-chart-generation/scripts/compute_labels_test.py33 def test_common_resource_display_map(self):CODE
LOW…toring-chart-generation/scripts/compute_labels_test.py47 def test_compute_widget_title_long_truncation(self):CODE
LOW…toring-chart-generation/scripts/compute_labels_test.py61 def test_compute_axis_units_ucum(self):CODE
LOW…toring-chart-generation/scripts/compute_labels_test.py74 def test_compute_axis_label_single_unit(self):CODE
LOW…toring-chart-generation/scripts/compute_labels_test.py82 def test_compute_axis_label_multiple_units_fallback_names(self):CODE
LOW…toring-chart-generation/scripts/compute_labels_test.py89 def test_compute_axis_label_no_unit_metric_name(self):CODE
LOW…toring-chart-generation/scripts/compute_labels_test.py96 def test_compute_axis_label_default_fallback(self):CODE
LOW…toring-chart-generation/scripts/compute_labels_test.py103 def test_extract_promql_features_standard(self):CODE
LOW…toring-chart-generation/scripts/compute_labels_test.py114 def test_extract_promql_features_aggregators(self):CODE
LOW…toring-chart-generation/scripts/compute_labels_test.py136 def test_extract_promql_features_ignore_metric_names_and_templates(self):CODE
LOW…toring-chart-generation/scripts/compute_labels_test.py157 def test_extract_promql_features_first_aggregator_detected(self):CODE
LOW…toring-chart-generation/scripts/compute_labels_test.py166 def test_compute_widget_title_with_extracted_features(self):CODE
LOW…toring-chart-generation/scripts/compute_labels_test.py183 def test_extract_filter_features(self):CODE
LOW…-monitoring-chart-generation/scripts/textproto_util.py260def parse_and_validate_widget(text: str) -> Widget:CODE
LOW…chart-generation/scripts/assemble_widget_proto_test.py13 def test_assemble_widget_textproto_basic(self):CODE
LOW…chart-generation/scripts/assemble_widget_proto_test.py28 def test_assemble_widget_textproto_stacked_area(self):CODE
LOW…chart-generation/scripts/assemble_widget_proto_test.py38 def test_get_auto_output_path(self):CODE
LOW…t-platform-eval-flywheel/scripts/render_html_report.py42def render_loss_analysis_html(response_json_str: str) -> str:CODE
LOW…rm-alert-configuration/scripts/scan_duplicates_test.py24 def test_validator_detects_duplicates(self):CODE
LOW…rm-alert-configuration/scripts/scan_duplicates_test.py58 def test_validator_detects_quality_duplicates(self):STRING
LOW…m-alert-configuration/scripts/create_online_monitor.py66def create_agent_online_monitor(CODE
LOW…nfiguration/scripts/list_log_scope_table_names_test.py32 def test_get_access_token_success(self, _, mock_auth_default):CODE
LOW…nfiguration/scripts/list_log_scope_table_names_test.py43 def test_list_log_buckets_names_success(self, mock_get):CODE
LOW…nfiguration/scripts/list_log_scope_table_names_test.py72 def test_list_log_buckets_names_failure(self, mock_get):CODE
LOW…nfiguration/scripts/list_log_scope_table_names_test.py87 def test_get_bucket_all_logs_views_found(self, mock_get):CODE
LOW…nfiguration/scripts/list_log_scope_table_names_test.py121 def test_get_bucket_all_logs_views_not_found(self, mock_get):CODE
LOW…nfiguration/scripts/list_log_scope_table_names_test.py140 def test_get_bucket_all_logs_views_error(self, mock_get):CODE
LOW…nfiguration/scripts/list_log_scope_table_names_test.py155 def test_parse_table_name_from_bucket_view_success(self):CODE
LOW…nfiguration/scripts/list_log_scope_table_names_test.py161 def test_parse_table_name_from_bucket_view_none(self):CODE
LOW…nfiguration/scripts/list_log_scope_table_names_test.py167 def test_parse_table_name_from_bucket_view_no_match(self):CODE
72 more matches not shown…
Excessive Try-Catch Wrapping59 hits · 96 pts
SeverityFileLineSnippetContext
LOW…cloud/agent-platform-tuning/scripts/prepare_dataset.py149 except Exception as e: # pylint: disable=broad-exception-caughtCODE
LOW…oud/gke-alert-configuration/scripts/validate_config.py239 except Exception as e:CODE
LOW…oud/gke-alert-configuration/scripts/validate_config.py329 except Exception as e:CODE
LOW…oud/gke-alert-configuration/scripts/validate_config.py438 except Exception as e:CODE
MEDIUM…oud/gke-alert-configuration/scripts/validate_config.py439 print(f"Error reading file '{args.file}': {e}", file=sys.stderr)CODE
LOW…ervability/references/vpc-flow-logs-cost-estimation.md139except Exception as e:CODE
MEDIUM…ervability/references/vpc-flow-logs-cost-estimation.md140 print(f"Error: {e}", file=sys.stderr)CODE
MEDIUM…nter-design-deploy/scripts/fetch_terraform_template.py54 print(f"Error parsing resource path '{input_id}': {e}", file=sys.stderr)CODE
MEDIUM…nter-design-deploy/scripts/fetch_terraform_template.py103 print(f"Error describing catalog template: {e.stderr}", file=sys.stderr)CODE
MEDIUM…nter-design-deploy/scripts/fetch_terraform_template.py232 print(f"Error downloading files from GCS: {e.stderr}", file=sys.stderr)CODE
LOW…abases-onboarding/scripts/database_onboarding_skill.py179 except Exception as e: # pylint: disable=broad-exception-caughtCODE
MEDIUM…-platform-skill-registry/scripts/skill_registry_ops.py68 print(f"Error: {response.status_code} - {response.text}")CODE
MEDIUM…-platform-skill-registry/scripts/skill_registry_ops.py91 print(f"Error: {response.status_code} - {response.text}")CODE
MEDIUM…-platform-skill-registry/scripts/skill_registry_ops.py112 print(f"Error: {response.status_code} - {response.text}")CODE
MEDIUM…-platform-skill-registry/scripts/skill_registry_ops.py133 print(f"Error: {response.status_code} - {response.text}")CODE
MEDIUM…-platform-skill-registry/scripts/skill_registry_ops.py154 print(f"Error: {response.status_code} - {response.text}")CODE
MEDIUM…-platform-skill-registry/scripts/skill_registry_ops.py215 print(f"Error: {response.status_code} - {response.text}")CODE
MEDIUM…-platform-skill-registry/scripts/skill_registry_ops.py236 print(f"Error: {response.status_code} - {response.text}")CODE
MEDIUM…-platform-skill-registry/scripts/skill_registry_ops.py260 print(f"Error: {response.status_code} - {response.text}")CODE
MEDIUM…-platform-skill-registry/scripts/skill_registry_ops.py282 print(f"Error: {response.status_code} - {response.text}")CODE
LOW…per-for-policy-simulator/scripts/analyze_simulation.py48 except Exception as e: # pylint: disable=broad-exception-caughtCODE
LOW…ring-chart-generation/scripts/assemble_widget_proto.py235 except Exception:CODE
LOW…ring-chart-generation/scripts/assemble_widget_proto.py245 except Exception as e:CODE
LOW…-monitoring-chart-generation/scripts/validate_chart.py189 except Exception as e:CODE
LOW…-monitoring-chart-generation/scripts/validate_chart.py216 except Exception as e:CODE
LOW…-monitoring-chart-generation/scripts/validate_chart.py227 except Exception as e: # pylint: disable=broad-exceptCODE
LOW…gent-platform-eval-flywheel/references/sdk_patterns.md327except Exception as e:STRING
LOW…gent-platform-eval-flywheel/scripts/maas_evaluation.py37 except Exception as e:CODE
LOW…gent-platform-eval-flywheel/scripts/maas_evaluation.py48 except Exception as e:CODE
LOW…gent-platform-eval-flywheel/scripts/inspect_results.py199 except Exception as e:CODE
LOW…t-platform-eval-flywheel/scripts/render_html_report.py109 except Exception as e:CODE
LOW…m-alert-configuration/scripts/create_online_monitor.py181 except Exception as e:CODE
MEDIUM…m-alert-configuration/scripts/create_online_monitor.py182 print(f"Error creating online monitor: {e}", file=sys.stderr)CODE
LOW…latform-alert-configuration/scripts/scan_duplicates.py40 except Exception as e:CODE
LOW…latform-alert-configuration/scripts/check_telemetry.py117 except Exception as e:CODE
MEDIUM…latform-alert-configuration/scripts/check_telemetry.py118 print(f"Error querying Cloud Monitoring metadata: {e}", file=sys.stderr)CODE
LOW…latform-alert-configuration/scripts/check_telemetry.py159 except Exception as e:CODE
MEDIUM…latform-alert-configuration/scripts/check_telemetry.py160 print(f"Error checking telemetry status: {e}", file=sys.stderr)CODE
LOW…latform-alert-configuration/scripts/check_telemetry.py176 except Exception as e:CODE
MEDIUM…latform-alert-configuration/scripts/check_telemetry.py177 print(f"Error querying Cloud Monitoring metadata: {e}", file=sys.stderr)CODE
MEDIUM…tform-alert-configuration/scripts/gather_agent_info.py32 print("Error: google-cloud-aiplatform is not installed.", file=sys.stderr)CODE
MEDIUM…tform-alert-configuration/scripts/gather_agent_info.py57 print(f"Error output: {e.stderr.strip()}", file=sys.stderr)CODE
LOW…tform-alert-configuration/scripts/gather_agent_info.py152 except Exception as e:CODE
MEDIUM…tform-alert-configuration/scripts/gather_agent_info.py194 print("Error parsing Cloud Run services output", file=sys.stderr)CODE
LOW…tform-alert-configuration/scripts/gather_agent_info.py306 except Exception as e:CODE
MEDIUM…-configuration/scripts/list_trace_scope_table_names.py62 print(f'Error listing trace scopes: {response.text}', file=sys.stderr)CODE
MEDIUM…latform-alert-configuration/scripts/analyze_traffic.py362 print(f"Error: {e}", file=sys.stderr)CODE
LOW…latform-alert-configuration/scripts/analyze_traffic.py364 except Exception as e:CODE
MEDIUM…latform-alert-configuration/scripts/analyze_traffic.py365 print(f"Error executing live query: {e}", file=sys.stderr)CODE
LOW…latform-alert-configuration/scripts/analyze_traffic.py384 except Exception as e:CODE
MEDIUM…latform-alert-configuration/scripts/analyze_traffic.py385 print(f"Error reading metrics data: {e}", file=sys.stderr)CODE
MEDIUM…latform-alert-configuration/scripts/analyze_traffic.py400 print(f"Error: {e}", file=sys.stderr)CODE
MEDIUM…rt-configuration/scripts/list_log_scope_table_names.py61 print(f'Error listing log scopes: {response.text}', file=sys.stderr)CODE
LOW…nt-platform-alert-configuration/scripts/lint_syntax.py51 except Exception as e:CODE
MEDIUM…nt-platform-alert-configuration/scripts/lint_syntax.py52 print(f"Error reading file '{args.file}': {e}", file=sys.stderr)CODE
LOW…oud-monitoring-promql-query/scripts/validate_promql.py69 except Exception as e: # pylint: disable=broad-exception-caughtCODE
MEDIUM…oud-monitoring-promql-query/scripts/validate_promql.py210 print(f"Error reading file: {e}", file=sys.stderr)CODE
MEDIUM…oud-monitoring-promql-query/scripts/validate_promql.py215 print("Error: Must specify either --file or --query.", file=sys.stderr)CODE
MEDIUM…oud-monitoring-promql-query/scripts/validate_promql.py220 print("Error: Empty query.", file=sys.stderr)CODE
Decorative Section Separators29 hits · 86 pts
SeverityFileLineSnippetContext
MEDIUM…loud-solution-n-tier-serverless-web-app/assets/main.tf294# ==========================================COMMENT
MEDIUM…loud-solution-n-tier-serverless-web-app/assets/main.tf296# ==========================================COMMENT
MEDIUM…loud-solution-n-tier-serverless-web-app/assets/main.tf472# ==========================================COMMENT
MEDIUM…loud-solution-n-tier-serverless-web-app/assets/main.tf474# ==========================================COMMENT
MEDIUM…loud-solution-n-tier-serverless-web-app/assets/main.tf482# ==========================================COMMENT
MEDIUM…loud-solution-n-tier-serverless-web-app/assets/main.tf28# ==========================================COMMENT
MEDIUM…loud-solution-n-tier-serverless-web-app/assets/main.tf30# ==========================================COMMENT
MEDIUM…loud-solution-n-tier-serverless-web-app/assets/main.tf96# ==========================================COMMENT
MEDIUM…loud-solution-n-tier-serverless-web-app/assets/main.tf98# ==========================================COMMENT
MEDIUM…loud-solution-n-tier-serverless-web-app/assets/main.tf141# ==========================================COMMENT
MEDIUM…loud-solution-n-tier-serverless-web-app/assets/main.tf143# ==========================================COMMENT
MEDIUM…loud-solution-n-tier-serverless-web-app/assets/main.tf176# ==========================================COMMENT
MEDIUM…loud-solution-n-tier-serverless-web-app/assets/main.tf178# ==========================================COMMENT
MEDIUM…loud-solution-n-tier-serverless-web-app/assets/main.tf387# ==========================================COMMENT
MEDIUM…loud-solution-n-tier-serverless-web-app/assets/main.tf389# ==========================================COMMENT
MEDIUM…loud-solution-n-tier-serverless-web-app/assets/main.tf449# ==========================================COMMENT
MEDIUM…loud-solution-n-tier-serverless-web-app/assets/main.tf451# ==========================================COMMENT
MEDIUM…loud-solution-n-tier-serverless-web-app/assets/main.tf612# ==========================================COMMENT
MEDIUM…loud-solution-n-tier-serverless-web-app/assets/main.tf614# ==========================================COMMENT
MEDIUM…loud-solution-n-tier-serverless-web-app/assets/main.tf693# ==========================================COMMENT
MEDIUM…loud-solution-n-tier-serverless-web-app/assets/main.tf695# ==========================================COMMENT
MEDIUM…loud-solution-n-tier-serverless-web-app/assets/main.tf721# ==========================================COMMENT
MEDIUM…loud-solution-n-tier-serverless-web-app/assets/main.tf723# ==========================================COMMENT
MEDIUM…loud-solution-n-tier-serverless-web-app/assets/main.tf745# ==========================================COMMENT
MEDIUM…loud-solution-n-tier-serverless-web-app/assets/main.tf747# ==========================================COMMENT
MEDIUM…abases-onboarding/references/recommendation_matrix.txt3# ===================================================================================================COMMENT
MEDIUM…abases-onboarding/references/recommendation_matrix.txt21# ===================================================================================================COMMENT
MEDIUM…sses/assets/balanced-reserved-zonal-compute-class.yaml57# ---------------------------------------------------------------------------COMMENT
MEDIUM…sses/assets/balanced-reserved-zonal-compute-class.yaml73# ---------------------------------------------------------------------------COMMENT
Hallucination Indicators4 hits · 40 pts
SeverityFileLineSnippetContext
CRITICAL…ads/ima-dai-sdk/references/cast-StreamManager-guide.md41const streamManager = new google.ima.cast.dai.api.StreamManager();CODE
CRITICAL…ads/ima-dai-sdk/references/cast-StreamManager-guide.md50let streamRequest = new google.ima.cast.dai.api.LiveStreamRequest();CODE
CRITICAL…ads/ima-dai-sdk/references/cast-StreamManager-guide.md66let streamRequest = new google.ima.cast.dai.api.VODStreamRequest();CODE
CRITICAL…te-classes/assets/restrict-computeclass-usage-vap.yaml50 variables.podSpec.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.exists(tCODE
Over-Commented Block39 hits · 38 pts
SeverityFileLineSnippetContext
LOW…-cluster-autoscaler/assets/find-scale-down-blockers.sh1#!/usr/bin/env bashCOMMENT
LOW…gke-cluster-autoscaler/assets/log-autoscaler-events.sh1#!/usr/bin/env bashCOMMENT
LOW…gke-cluster-autoscaler/assets/log-autoscaler-events.sh141elseCOMMENT
LOW…cluster-autoscaler/assets/capacity-buffer-serving.yaml1# Capacity Buffer for a serving ComputeClass — pre-warms node capacity soCOMMENT
LOW…cluster-autoscaler/assets/capacity-buffer-serving.yaml61# scalableRef:COMMENT
LOW…/cloud/agent-platform-tuning/scripts/calculate_cost.py21# cost_per_1m_tokens mirrors the public Model Tuning price table:COMMENT
LOW…loud/gke-golden-path/assets/golden-path-autopilot.yaml141 enabled: trueCOMMENT
LOW…oud/gke-alert-configuration/scripts/validate_config.py1#!/usr/bin/env python3COMMENT
LOW…loud-solution-n-tier-serverless-web-app/assets/main.tf741 value = var.enable_vpc_scCOMMENT
LOW…abases-onboarding/references/recommendation_matrix.txt1# Recommendation Matrix for Database Migrations to Google CloudCOMMENT
LOW…ute-classes/assets/postgres-primary-compute-class.yaml1# EXAMPLE TEMPLATE - DO NOT DEPLOYCOMMENT
LOW…ud/gke-compute-classes/assets/log-autoscaler-events.sh1#!/usr/bin/env bashCOMMENT
LOW…ud/gke-compute-classes/assets/log-autoscaler-events.sh141elseCOMMENT
LOW…te-classes/assets/restrict-computeclass-usage-vap.yaml1# EXAMPLE TEMPLATE - DO NOT DEPLOYCOMMENT
LOW…-compute-classes/assets/system-pool-compute-class.yaml1# EXAMPLE TEMPLATE - DO NOT DEPLOYCOMMENT
LOW…e-compute-classes/assets/dynamic-rwo-storageclass.yaml1# EXAMPLE TEMPLATE - DO NOT DEPLOY (adapt, then apply).COMMENT
LOW…sses/assets/balanced-reserved-zonal-compute-class.yaml1# EXAMPLE TEMPLATE - DO NOT DEPLOYCOMMENT
LOW…sses/assets/balanced-reserved-zonal-compute-class.yaml61# spec:COMMENT
LOW…d-monitoring-chart-generation/scripts/requirements.txt1# Standard Python 3.10+ library modules used for core scripts (re, json, argparse, sys, typing).COMMENT
LOW…ged-access-management/assets/entitlement_template.yaml21# manualApprovals:COMMENT
LOWskills/cloud/genkit-python/references/setup.md1# Setup — Genkit PythonCOMMENT
LOW…rm-alert-configuration/scripts/scan_duplicates_test.py1# Copyright 2026 Google LLCCOMMENT
LOW…m-alert-configuration/scripts/create_online_monitor.py1# Copyright 2026 Google LLCCOMMENT
LOW…nfiguration/scripts/list_log_scope_table_names_test.py1# Copyright 2026 Google LLCCOMMENT
LOW…latform-alert-configuration/scripts/scan_duplicates.py1#!/usr/bin/env python3COMMENT
LOW…rm-alert-configuration/scripts/check_telemetry_test.py1# Copyright 2026 Google LLCCOMMENT
LOW…latform-alert-configuration/scripts/check_telemetry.py1# Copyright 2026 Google LLCCOMMENT
LOW…rt-configuration/scripts/create_online_monitor_test.py1# Copyright 2026 Google LLCCOMMENT
LOW…rm-alert-configuration/scripts/analyze_traffic_test.py1# Copyright 2026 Google LLCCOMMENT
LOW…iguration/scripts/list_trace_scope_table_names_test.py1# Copyright 2026 Google LLCCOMMENT
LOW…tform-alert-configuration/scripts/gather_agent_info.py1# Copyright 2026 Google LLCCOMMENT
LOW…-configuration/scripts/list_trace_scope_table_names.py1# Copyright 2026 Google LLCCOMMENT
LOW…latform-alert-configuration/scripts/analyze_traffic.py1#!/usr/bin/env python3COMMENT
LOW…rt-configuration/scripts/list_log_scope_table_names.py1# Copyright 2026 Google LLCCOMMENT
LOW…tform-alert-configuration/scripts/config_utils_test.py1# Copyright 2026 Google LLCCOMMENT
LOW…t-platform-alert-configuration/scripts/config_utils.py1#!/usr/bin/env python3COMMENT
LOW…nt-platform-alert-configuration/scripts/lint_syntax.py1#!/usr/bin/env python3COMMENT
LOW…-alert-configuration/scripts/gather_agent_info_test.py1# Copyright 2026 Google LLCCOMMENT
LOWskills/cloud/agent-platform-deploy/SKILL.md401# For this example, let's assume we know the exact Endpoint ID and Deployed Model ID.COMMENT
Deep Nesting36 hits · 36 pts
SeverityFileLineSnippetContext
LOW…cloud/agent-platform-tuning/scripts/prepare_dataset.py59CODE
LOW…cloud/agent-platform-tuning/scripts/prepare_dataset.py109CODE
LOW…oud/gke-alert-configuration/scripts/validate_config.py316CODE
LOW…oud/gke-alert-configuration/scripts/validate_config.py383CODE
LOW…oud/gke-alert-configuration/scripts/validate_config.py36CODE
LOW…oud/gke-alert-configuration/scripts/validate_config.py129CODE
LOW…nter-design-deploy/scripts/fetch_terraform_template.py236CODE
LOW…abases-onboarding/scripts/database_onboarding_skill.py134CODE
LOW…-platform-skill-registry/scripts/skill_registry_ops.py26CODE
LOW…-platform-skill-registry/scripts/skill_registry_ops.py161CODE
LOW…-platform-skill-registry/scripts/skill_registry_ops.py289CODE
LOW…ring-chart-generation/scripts/assemble_widget_proto.py73CODE
LOW…-monitoring-chart-generation/scripts/validate_chart.py17CODE
LOW…-monitoring-chart-generation/scripts/validate_chart.py99CODE
LOW…-monitoring-chart-generation/scripts/textproto_util.py58CODE
LOW…-monitoring-chart-generation/scripts/textproto_util.py102CODE
LOW…-monitoring-chart-generation/scripts/textproto_util.py136CODE
LOW…ent-platform-eval-flywheel/scripts/validate_dataset.py135CODE
LOW…ent-platform-eval-flywheel/scripts/validate_dataset.py161CODE
LOW…-platform-eval-flywheel/scripts/endpoint_evaluation.py12CODE
LOW…gent-platform-eval-flywheel/scripts/inspect_results.py46CODE
LOW…ent-platform-eval-flywheel/scripts/parse_adk_traces.py178CODE
LOW…latform-alert-configuration/scripts/check_telemetry.py122CODE
LOW…tform-alert-configuration/scripts/gather_agent_info.py65CODE
LOW…tform-alert-configuration/scripts/gather_agent_info.py124CODE
LOW…tform-alert-configuration/scripts/gather_agent_info.py284CODE
LOW…latform-alert-configuration/scripts/analyze_traffic.py202CODE
LOW…latform-alert-configuration/scripts/analyze_traffic.py301CODE
LOW…t-platform-alert-configuration/scripts/config_utils.py20CODE
LOW…t-platform-alert-configuration/scripts/config_utils.py81CODE
LOW…t-platform-alert-configuration/scripts/config_utils.py182CODE
LOW…nt-platform-alert-configuration/scripts/lint_syntax.py22CODE
LOW…oud-monitoring-promql-query/scripts/validate_promql.py65CODE
LOW…oud-monitoring-promql-query/scripts/validate_promql.py87CODE
LOW…r-device-platform-basics/scripts/demo_adb_forwarder.py168CODE
LOW…r-device-platform-basics/scripts/demo_adb_forwarder.py237CODE
Verbosity Indicators14 hits · 28 pts
SeverityFileLineSnippetContext
LOW…nter-design-deploy/scripts/fetch_terraform_template.py36 # Step 1: Parse the input path or resolve using flagsCOMMENT
LOW…nter-design-deploy/scripts/fetch_terraform_template.py73 # Step 2: Describe the Catalog Template to find the latestRevisionIdCOMMENT
LOW…nter-design-deploy/scripts/fetch_terraform_template.py128 # Step 3: Describe the Catalog Template Revision to findCOMMENT
LOW…nter-design-deploy/scripts/fetch_terraform_template.py189 # Step 4: Generate IaC for the Application Template RevisionCOMMENT
LOW…nter-design-deploy/scripts/fetch_terraform_template.py225 # Step 5: Download files from GCS to local SSD temp directory (/tmp)COMMENT
LOW…nter-design-deploy/scripts/fetch_terraform_template.py242 # Step 6: Distribute files to target destinationCOMMENT
LOW…nter-design-deploy/scripts/list_terraform_templates.py107 # Step 1: Query Private Catalog (if project and space are provided)COMMENT
LOW…nter-design-deploy/scripts/list_terraform_templates.py117 # Step 2: Query Public Google CatalogCOMMENT
LOW…ooting-jobset-interruption/scripts/validate_queries.sh15# Step 2: Nodepool Logs FilterCOMMENT
LOW…ooting-jobset-interruption/scripts/validate_queries.sh20# Step 3: Node Logs FilterCOMMENT
LOW…ooting-jobset-interruption/scripts/validate_queries.sh25# Step 4: Worker Container Logs FilterCOMMENT
LOW…ooting-jobset-interruption/scripts/validate_queries.sh30# Step 5: Prometheus PromQL Query Validation (Dry-Run)COMMENT
LOW…oubleshooting-tpu-vbar-oom/scripts/validate_queries.sh13# Step 1: vbar_control_agent OOMsCOMMENT
LOW…oubleshooting-tpu-vbar-oom/scripts/validate_queries.sh18# Step 2: tpu-device-plugin metrics fetch failuresCOMMENT
Docstring Block Structure4 hits · 20 pts
SeverityFileLineSnippetContext
HIGH…/cloud/agent-platform-tuning/scripts/calculate_cost.py212Opens 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.py71Computes statistical metrics and classifies the traffic profile. Args: values: A list of floats representing thSTRING
HIGH…latform-alert-configuration/scripts/analyze_traffic.py207Queries 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.py83Returns the (accelerator_type, count, hourly_$) for a machine type. Args: machine_type: e.g. "g2-standard-48". STRING
Magic Placeholder Names4 hits · 20 pts
SeverityFileLineSnippetContext
HIGHskills/cloud/gemini-api/SKILL.md79export GOOGLE_API_KEY='your-api-key'CODE
HIGHskills/cloud/genkit-python/references/dev-workflow.md25export GEMINI_API_KEY=your-api-key-hereCODE
HIGHskills/cloud/genkit-python/references/dev-workflow.md30echo 'export GEMINI_API_KEY=your-api-key-here' >> ~/.zshrc && source ~/.zshrcCODE
HIGHskills/cloud/genkit-python/references/dev-workflow.md54GEMINI_API_KEY=your-api-key-here genkit start -- uv run src/main.pyCODE
AI Slop Vocabulary6 hits · 16 pts
SeverityFileLineSnippetContext
MEDIUMindex.json1{"generator":"This file is generated. Do not edit it by hand.","skills":[{"name":"agent-platform-alert-configuration","dCODE
MEDIUMindex.json1{"generator":"This file is generated. Do not edit it by hand.","skills":[{"name":"agent-platform-alert-configuration","dCODE
MEDIUMindex.json1{"generator":"This file is generated. Do not edit it by hand.","skills":[{"name":"agent-platform-alert-configuration","dCODE
MEDIUMindex.json1{"generator":"This file is generated. Do not edit it by hand.","skills":[{"name":"agent-platform-alert-configuration","dCODE
MEDIUM…loud-solution-n-tier-serverless-web-app/assets/main.tf303 deletion_protection = true # Protected stateful resource per TF best practicesCODE
MEDIUM…ring-chart-generation/scripts/assemble_widget_proto.py165 """Safely generates a random, parallel-robust filename to avoid race conditions."""STRING
Synthetic Comment Markers1 hit · 8 pts
SeverityFileLineSnippetContext
HIGH…cloud/agent-platform-tuning/scripts/prepare_dataset.py207 # Use the datasets library to perform the split as requestedCOMMENT
Unused Imports6 hits · 6 pts
SeverityFileLineSnippetContext
LOW…-monitoring-chart-generation/scripts/validate_chart.py3CODE
LOW…-monitoring-chart-generation/scripts/textproto_util.py3CODE
LOW…rm-alert-configuration/scripts/analyze_traffic_test.py20CODE
LOW…rm-alert-configuration/scripts/analyze_traffic_test.py22CODE
LOW…-alert-configuration/scripts/gather_agent_info_test.py17CODE
LOW…-alert-configuration/scripts/gather_agent_info_test.py27CODE
Example Usage Blocks2 hits · 3 pts
SeverityFileLineSnippetContext
LOW…ess-management/scripts/search_eligible_entitlements.sh6# Usage:COMMENT
LOW…cess-management/scripts/list_entitlements_hierarchy.sh6# Usage:COMMENT
Self-Referential Comments1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUM…tform-alert-configuration/scripts/mock_traffic_data.py1# This file contains mock traffic data embedded as Python lists.COMMENT
Redundant / Tautological Comments2 hits · 3 pts
SeverityFileLineSnippetContext
LOW…latform-alert-configuration/scripts/check_telemetry.py37 # Check if agent_resource_name is already a full path or needs formattingCOMMENT
LOW…r-device-platform-basics/scripts/demo_adb_forwarder.py341 # Set timeout to TTL + buffer for client side cleanupCOMMENT
Fake / Example Data1 hit · 1 pts
SeverityFileLineSnippetContext
LOWskills/cloud/agent-platform-tuning/SKILL.md405> fails because the dataset file (e.g. `my_data.jsonl` or `dummy_data.jsonl`)CODE