Repository Analysis

googleapis/mcp-toolbox

MCP Toolbox for Databases is an open source MCP server for databases.

5.5 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of googleapis/mcp-toolbox, a Go project with 15,953 GitHub stars. SynthScan v2.0 examined 304,430 lines of code across 1724 source files, recording 1192 pattern matches distributed across 18 syntactic categories. The overall adjusted score of 5.5 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).

5.5
Adjusted Score
5.5
Raw Score
100%
Time Factor
2026-07-14
Last Push
16.0K
Stars
Go
Language
304.4K
Lines of Code
1.7K
Files
1.2K
Pattern Hits
2026-07-14
Scan Date
0.03
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 32HIGH 16MEDIUM 15LOW 1129

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

Over-Commented Block1012 hits · 1012 pts
SeverityFileLineSnippetContext
LOW.golangci.yaml1# Copyright 2024 Google LLC.COMMENT
LOWmain.go1// Copyright 2024 Google LLCCOMMENT
LOWcmd/root_test.go1// Copyright 2024 Google LLCCOMMENT
LOWcmd/root.go1// Copyright 2024 Google LLCCOMMENT
LOWcmd/internal/config.go1// Copyright 2026 Google LLCCOMMENT
LOWcmd/internal/options.go1// Copyright 2026 Google LLCCOMMENT
LOWcmd/internal/imports.go1// Copyright 2026 Google LLCCOMMENT
LOWcmd/internal/flags.go1// Copyright 2026 Google LLCCOMMENT
LOWcmd/internal/options_test.go1// Copyright 2024 Google LLCCOMMENT
LOWcmd/internal/config_test.go1// Copyright 2026 Google LLCCOMMENT
LOWcmd/internal/invoke/command.go1// Copyright 2026 Google LLCCOMMENT
LOWcmd/internal/invoke/command_test.go1// Copyright 2026 Google LLCCOMMENT
LOWcmd/internal/migrate/command.go1// Copyright 2026 Google LLCCOMMENT
LOWcmd/internal/migrate/command_test.go1// Copyright 2026 Google LLCCOMMENT
LOWcmd/internal/skills/command.go1// Copyright 2026 Google LLCCOMMENT
LOWcmd/internal/skills/command_test.go1// Copyright 2026 Google LLCCOMMENT
LOWcmd/internal/skills/generator.go1// Copyright 2026 Google LLCCOMMENT
LOWcmd/internal/skills/generator_test.go1// Copyright 2026 Google LLCCOMMENT
LOWcmd/internal/serve/command.go1// Copyright 2026 Google LLCCOMMENT
LOWcmd/internal/serve/command_test.go1// Copyright 2026 Google LLCCOMMENT
LOW.gemini/config.yaml1# Copyright 2025 Google LLCCOMMENT
LOW.ci/versioned.release.cloudbuild.yaml1# Copyright 2024 Google LLCCOMMENT
LOW.ci/integration.cloudbuild.yaml1# Copyright 2024 Google LLCCOMMENT
LOW.ci/trigger_exit_gate.sh1#!/usr/bin/env bashCOMMENT
LOW.ci/publish_npm_to_ar.sh1#!/usr/bin/env bashCOMMENT
LOW.ci/publish_npm_to_ar.sh21#COMMENT
LOW.ci/test_prompts_with_coverage.sh1#!/bin/bashCOMMENT
LOW.ci/publish_pypi_to_ar.sh1#!/usr/bin/env bashCOMMENT
LOW.ci/publish_pypi_to_ar.sh21#COMMENT
LOW.ci/pypi_retry.cloudbuild.yaml1# Copyright 2026 Google LLCCOMMENT
LOW.ci/continuous.release.cloudbuild.yaml1# Copyright 2024 Google LLCCOMMENT
LOW.ci/npm_retry.cloudbuild.yaml1# Copyright 2026 Google LLCCOMMENT
LOW.ci/sample_tests/run_tests.sh1# Copyright 2026 Google LLCCOMMENT
LOW…sts/pre_post_processing/go.integration.cloudbuild.yaml1# Copyright 2026 Google LLCCOMMENT
LOW…sts/pre_post_processing/py.integration.cloudbuild.yaml1# Copyright 2026 Google LLCCOMMENT
LOW…sts/pre_post_processing/js.integration.cloudbuild.yaml1# Copyright 2026 Google LLCCOMMENT
LOW…sample_tests/quickstart/go.integration.cloudbuild.yaml1# Copyright 2025 Google LLCCOMMENT
LOW…sample_tests/quickstart/py.integration.cloudbuild.yaml1# Copyright 2025 Google LLCCOMMENT
LOW…sample_tests/quickstart/js.integration.cloudbuild.yaml1# Copyright 2025 Google LLCCOMMENT
LOW.ci/dataproc/recreate_dataproc_cluster.cloudbuild.yaml1# Copyright 2026 Google LLCCOMMENT
LOW.ci/dataproc/recreate_dataproc_cluster.sh1#!/usr/bin/env bashCOMMENT
LOW.hugo/hugo.cloudflare.toml1# Copyright 2026 Google LLCCOMMENT
LOW.hugo/data/filters.yaml1# Copyright 2026 Google LLCCOMMENT
LOWtests/option.go1// Copyright 2025 Google LLCCOMMENT
LOWtests/embedding.go1// Copyright 2026 Google LLCCOMMENT
LOWtests/server.go1// Copyright 2024 Google LLCCOMMENT
LOWtests/auth.go1// Copyright 2024 Google LLCCOMMENT
LOWtests/mcp_tool.go1// Copyright 2026 Google LLCCOMMENT
LOWtests/common.go1// Copyright 2025 Google LLCCOMMENT
LOWtests/tool.go1// Copyright 2025 Google LLCCOMMENT
LOWtests/source.go1// Copyright 2025 Google LLCCOMMENT
LOWtests/mcp_types.go1// Copyright 2026 Google LLCCOMMENT
LOWtests/dgraph/dgraph_integration_test.go1// Copyright 2025 Google LLCCOMMENT
LOWtests/neo4j/neo4j_integration_test.go1// Copyright 2024 Google LLCCOMMENT
LOWtests/alloydbomni/alloydb_omni_integration_test.go1// Copyright 2026 Google LLCCOMMENT
LOWtests/clickhouse/clickhouse_integration_test.go1// Copyright 2025 Google LLCCOMMENT
LOWtests/cloudstorage/cloud_storage_integration_test.go1// Copyright 2026 Google LLCCOMMENT
LOWtests/datalineage/datalineage_integration_test.go1// Copyright 2026 Google LLCCOMMENT
LOWtests/alloydbpg/alloydb_pg_integration_test.go1// Copyright 2024 Google LLCCOMMENT
LOWtests/looker/looker_integration_test.go1// Copyright 2025 Google LLCCOMMENT
952 more matches not shown…
Hallucination Indicators32 hits · 375 pts
SeverityFileLineSnippetContext
CRITICAL…s/cloudhealthcare/cloud_healthcare_integration_test.go99 _ = service.Projects.Locations.Datasets.FhirStores.List(datasetName).Pages(ctx, func(page *healthcare.ListFhirStoresResCODE
CRITICAL…s/cloudhealthcare/cloud_healthcare_integration_test.go108 _, _ = service.Projects.Locations.Datasets.FhirStores.Delete(store.Name).Context(ctx).Do()CODE
CRITICAL…s/cloudhealthcare/cloud_healthcare_integration_test.go115 _ = service.Projects.Locations.Datasets.DicomStores.List(datasetName).Pages(ctx, func(page *healthcare.ListDicomStoresRCODE
CRITICAL…s/cloudhealthcare/cloud_healthcare_integration_test.go124 _, _ = service.Projects.Locations.Datasets.DicomStores.Delete(store.Name).Context(ctx).Do()CODE
CRITICAL…s/cloudhealthcare/cloud_healthcare_integration_test.go272 resp, err := service.Projects.Locations.Datasets.FhirStores.Fhir.Create(fhirStoreName, resourceType, resourceBody).Do()CODE
CRITICAL…s/cloudhealthcare/cloud_healthcare_integration_test.go313 if fhirStore, err = service.Projects.Locations.Datasets.FhirStores.Create(datasetName, fhirStore).FhirStoreId(fhirStoreCODE
CRITICAL…s/cloudhealthcare/cloud_healthcare_integration_test.go318 if _, err := service.Projects.Locations.Datasets.FhirStores.Delete(fhirStore.Name).Do(); err != nil {CODE
CRITICAL…s/cloudhealthcare/cloud_healthcare_integration_test.go327 if dicomStore, err = service.Projects.Locations.Datasets.DicomStores.Create(datasetName, dicomStore).DicomStoreId(dicomCODE
CRITICAL…s/cloudhealthcare/cloud_healthcare_integration_test.go332 if _, err := service.Projects.Locations.Datasets.DicomStores.Delete(dicomStore.Name).Do(); err != nil {CODE
CRITICAL…s/cloudhealthcare/cloud_healthcare_integration_test.go420 call := service.Projects.Locations.Datasets.DicomStores.StoreInstances(storeName, "studies", buf)CODE
CRITICALinternal/sources/alloydbadmin/alloydbadmin.go194 resp, err := service.Projects.Locations.Clusters.Instances.Create(urlString, instance).InstanceId(instanceID).Do()CODE
CRITICALinternal/sources/alloydbadmin/alloydbadmin.go223 resp, err := service.Projects.Locations.Clusters.Users.Create(urlString, user).UserId(userID).Do()CODE
CRITICALinternal/sources/alloydbadmin/alloydbadmin.go255 resp, err := service.Projects.Locations.Clusters.Instances.Get(urlString).Do()CODE
CRITICALinternal/sources/alloydbadmin/alloydbadmin.go270 resp, err := service.Projects.Locations.Clusters.Users.Get(urlString).Do()CODE
CRITICALinternal/sources/alloydbadmin/alloydbadmin.go300 resp, err := service.Projects.Locations.Clusters.Instances.List(urlString).Do()CODE
CRITICALinternal/sources/alloydbadmin/alloydbadmin.go315 resp, err := service.Projects.Locations.Clusters.Users.List(urlString).Do()CODE
CRITICALinternal/sources/cloudhealthcare/cloud_healthcare.go103 if _, err = svc.Projects.Locations.Datasets.FhirStores.Get(dsName).Do(); err != nil {CODE
CRITICALinternal/sources/cloudhealthcare/cloud_healthcare.go113 _, err := svc.Projects.Locations.Datasets.FhirStores.Get(name).Do()CODE
CRITICALinternal/sources/cloudhealthcare/cloud_healthcare.go125 _, err := svc.Projects.Locations.Datasets.DicomStores.Get(name).Do()CODE
CRITICALinternal/sources/cloudhealthcare/cloud_healthcare.go435 resp, err := svc.Projects.Locations.Datasets.FhirStores.Fhir.PatientEverything(name).Do(opts...)CODE
CRITICALinternal/sources/cloudhealthcare/cloud_healthcare.go454 resp, err := svc.Projects.Locations.Datasets.FhirStores.Fhir.SearchType(name, "Patient", bytes.NewReader(body)).Do(optsCODE
CRITICALinternal/sources/cloudhealthcare/cloud_healthcare.go483 call := svc.Projects.Locations.Datasets.FhirStores.Fhir.Read(name)CODE
CRITICALinternal/sources/cloudhealthcare/cloud_healthcare.go500 store, err := svc.Projects.Locations.Datasets.DicomStores.Get(storeName).Do()CODE
CRITICALinternal/sources/cloudhealthcare/cloud_healthcare.go514 store, err := svc.Projects.Locations.Datasets.FhirStores.Get(storeName).Do()CODE
CRITICALinternal/sources/cloudhealthcare/cloud_healthcare.go528 store, err := svc.Projects.Locations.Datasets.DicomStores.GetDICOMStoreMetrics(storeName).Do()CODE
CRITICALinternal/sources/cloudhealthcare/cloud_healthcare.go542 store, err := svc.Projects.Locations.Datasets.FhirStores.GetFHIRStoreMetrics(storeName).Do()CODE
CRITICALinternal/sources/cloudhealthcare/cloud_healthcare.go556 stores, err := svc.Projects.Locations.Datasets.DicomStores.List(datasetName).Do()CODE
CRITICALinternal/sources/cloudhealthcare/cloud_healthcare.go584 stores, err := svc.Projects.Locations.Datasets.FhirStores.List(datasetName).Do()CODE
CRITICALinternal/sources/cloudhealthcare/cloud_healthcare.go613 call := svc.Projects.Locations.Datasets.DicomStores.Studies.Series.Instances.Frames.RetrieveRendered(name, dicomWebPathCODE
CRITICALinternal/sources/cloudhealthcare/cloud_healthcare.go641 resp, err = svc.Projects.Locations.Datasets.DicomStores.SearchForInstances(name, dicomWebPath).Do(opts...)CODE
CRITICALinternal/sources/cloudhealthcare/cloud_healthcare.go643 resp, err = svc.Projects.Locations.Datasets.DicomStores.SearchForSeries(name, dicomWebPath).Do(opts...)CODE
CRITICALinternal/sources/cloudhealthcare/cloud_healthcare.go645 resp, err = svc.Projects.Locations.Datasets.DicomStores.SearchForStudies(name, dicomWebPath).Do(opts...)CODE
Structural Annotation Overuse72 hits · 116 pts
SeverityFileLineSnippetContext
LOWtests/dataplex/dataplex_integration_test.go2672 // Step 1: Invoke Generate/Discover/Check ToolCOMMENT
LOWtests/dataplex/dataplex_integration_test.go2707 // Step 2: Poll Operation StatusCOMMENT
LOWtests/dataplex/dataplex_integration_test.go2780 // Step 3: Get Run StatusCOMMENT
LOWtests/dataplex/dataplex_integration_test.go2805 // Step 4: Get Profile / Insights / Discovery / Quality ResultsCOMMENT
LOWdocs/en/documentation/configuration/toolbox_mcp_auth.md15## Step 1: Configure the `generic` Auth ServiceCOMMENT
LOWdocs/en/documentation/configuration/toolbox_mcp_auth.md32## Step 2: DeploymentCOMMENT
LOWdocs/en/documentation/configuration/toolbox_mcp_auth.md96## Step 3: Connecting to the Secure MCP EndpointCOMMENT
LOW…en/documentation/configuration/security/model-armor.md66## Step 1: Configure a Model Armor templateCOMMENT
LOW…en/documentation/configuration/security/model-armor.md96## Step 2: Secure ingress and egressCOMMENT
LOW…documentation/configuration/embedding-models/_index.md52### Step 1 - Define an Embedding ModelCOMMENT
LOW…documentation/configuration/embedding-models/_index.md65### Step 2 - Embed Tool ParametersCOMMENT
LOW…ation/connect-to/toolbox-sdks/python-sdk/core/index.md401### Step 1: Configure Tools in Toolbox ServiceCOMMENT
LOW…ation/connect-to/toolbox-sdks/python-sdk/core/index.md407### Step 2: Configure SDK ClientCOMMENT
LOW…n/connect-to/toolbox-sdks/javascript-sdk/core/index.md272### Step 1: Configure Tools in Toolbox ServiceCOMMENT
LOW…n/connect-to/toolbox-sdks/javascript-sdk/core/index.md280### Step 2: Configure SDK ClientCOMMENT
LOW…on/connect-to/toolbox-sdks/javascript-sdk/adk/index.md256### Step 1: Configure Tools in Toolbox ServiceCOMMENT
LOW…on/connect-to/toolbox-sdks/javascript-sdk/adk/index.md264### Step 2: Configure SDK ClientCOMMENT
LOW…ntation/connect-to/toolbox-sdks/java-sdk/core/index.md234### Step 1: Configure Tools in MCP Toolbox ServiceCOMMENT
LOW…ntation/connect-to/toolbox-sdks/java-sdk/core/index.md238### Step 2: Configure SDK ClientCOMMENT
LOW…entation/connect-to/toolbox-sdks/go-sdk/core/_index.md315### Step 1: Configure Tools in Toolbox ServiceCOMMENT
LOW…entation/connect-to/toolbox-sdks/go-sdk/core/_index.md323### Step 2: Configure SDK ClientCOMMENT
LOW…ntation/connect-to/toolbox-sdks/go-sdk/tbadk/_index.md304### Step 1: Configure Tools in Toolbox ServiceCOMMENT
LOW…ntation/connect-to/toolbox-sdks/go-sdk/tbadk/_index.md312### Step 2: Configure SDK ClientCOMMENT
LOW…n/documentation/getting-started/local_quickstart_js.md25## Step 1: Set up your databaseCOMMENT
LOW…n/documentation/getting-started/local_quickstart_js.md29## Step 2: Install and configure MCP ToolboxCOMMENT
LOW…n/documentation/getting-started/local_quickstart_js.md33## Step 3: Connect your agent to MCP ToolboxCOMMENT
LOW…s/en/documentation/getting-started/local_quickstart.md33## Step 1: Set up your databaseCOMMENT
LOW…s/en/documentation/getting-started/local_quickstart.md37## Step 2: Install and configure MCP ToolboxCOMMENT
LOW…s/en/documentation/getting-started/local_quickstart.md41## Step 3: Connect your agent to MCP ToolboxCOMMENT
LOW…n/documentation/getting-started/local_quickstart_go.md25## Step 1: Set up your databaseCOMMENT
LOW…n/documentation/getting-started/local_quickstart_go.md29## Step 2: Install and configure MCP ToolboxCOMMENT
LOW…n/documentation/getting-started/local_quickstart_go.md33## Step 3: Connect your agent to MCP ToolboxCOMMENT
LOW…documentation/getting-started/mcp_quickstart/_index.md17## Step 1: Set up your databaseCOMMENT
LOW…documentation/getting-started/mcp_quickstart/_index.md95## Step 2: Install and configure ToolboxCOMMENT
LOW…documentation/getting-started/mcp_quickstart/_index.md224## Step 3: Connect to MCP InspectorCOMMENT
LOWdocs/en/integrations/neo4j/samples/mcp_quickstart.md16## Step 1: Set up your Neo4j Database and DataCOMMENT
LOWdocs/en/integrations/neo4j/samples/mcp_quickstart.md32## Step 2: Install and configure ToolboxCOMMENT
LOWdocs/en/integrations/neo4j/samples/mcp_quickstart.md108## Step 3: Connect to MCP InspectorCOMMENT
LOWdocs/en/integrations/looker/samples/looker_gemini.md17## Step 1: Get a Looker Client ID and Client SecretCOMMENT
LOWdocs/en/integrations/looker/samples/looker_gemini.md25## Step 2: Install and configure ToolboxCOMMENT
LOWdocs/en/integrations/looker/samples/looker_gemini.md82## Step 3: Start Gemini-CLICOMMENT
LOW…grations/looker/samples/looker_mcp_inspector/_index.md17## Step 1: Get a Looker Client ID and Client SecretCOMMENT
LOW…grations/looker/samples/looker_mcp_inspector/_index.md25## Step 2: Install and configure ToolboxCOMMENT
LOW…grations/looker/samples/looker_mcp_inspector/_index.md75## Step 3: Connect to MCP InspectorCOMMENT
LOW…egrations/looker/samples/looker_gemini_oauth/_index.md21## Step 1: Register the OAuth App in LookerCOMMENT
LOW…egrations/looker/samples/looker_gemini_oauth/_index.md39## Step 2: Install and configure ToolboxCOMMENT
LOW…egrations/looker/samples/looker_gemini_oauth/_index.md93## Step 3: Configure Gemini-CLICOMMENT
LOW…s/en/integrations/bigquery/samples/local_quickstart.md89## Step 1: Set up your BigQuery Dataset and TableCOMMENT
LOW…s/en/integrations/bigquery/samples/local_quickstart.md169## Step 2: Install and configure ToolboxCOMMENT
LOW…s/en/integrations/bigquery/samples/local_quickstart.md312## Step 3: Connect your agent to ToolboxCOMMENT
LOW…integrations/bigquery/samples/mcp_quickstart/_index.md17## Step 1: Set up your BigQuery Dataset and TableCOMMENT
LOW…integrations/bigquery/samples/mcp_quickstart/_index.md88## Step 2: Install and configure ToolboxCOMMENT
LOW…integrations/bigquery/samples/mcp_quickstart/_index.md214## Step 3: Connect to MCP InspectorCOMMENT
LOWdocs/en/integrations/snowflake/samples/sample.md24## Step 1: Set up your environmentCOMMENT
LOWdocs/en/integrations/snowflake/samples/sample.md44## Step 2: Install ToolboxCOMMENT
LOWdocs/en/integrations/snowflake/samples/sample.md69## Step 3: Configure the toolsCOMMENT
LOWdocs/en/integrations/snowflake/samples/sample.md116## Step 4: Run the Toolbox serverCOMMENT
LOWdocs/en/integrations/snowflake/samples/sample.md124## Step 5: Connect to MCP InspectorCOMMENT
LOWdocs/en/integrations/alloydb/samples/mcp_quickstart.md41## Step 1: Set up your AlloyDB databaseCOMMENT
LOWdocs/en/integrations/alloydb/samples/mcp_quickstart.md114## Step 2: Install ToolboxCOMMENT
12 more matches not shown…
Magic Placeholder Names9 hits · 45 pts
SeverityFileLineSnippetContext
HIGHcmd/internal/config_test.go1492 t.Setenv("API_KEY", "your_api_key")CODE
HIGHcmd/internal/config_test.go1550 t.Setenv("ELASTICSEARCH_APIKEY", "your_api_key")CODE
HIGH…onfiguration/pre-post-processing/js/langchain/agent.js18const GOOGLE_API_KEY = process.env.GOOGLE_API_KEY || 'your-api-key'; // Replace it with your API keyCODE
HIGH…tion/configuration/pre-post-processing/js/adk/agent.js4process.env.GOOGLE_GENAI_API_KEY = process.env.GOOGLE_API_KEY || 'your-api-key'; // Replace it with your API keyCODE
HIGH…s/en/documentation/getting-started/local_quickstart.md124 echo 'GOOGLE_API_KEY="YOUR_API_KEY"' > my_agent/.envCODE
HIGH…ion/getting-started/quickstart/js/genkit/quickstart.js5const GOOGLE_API_KEY = process.env.GOOGLE_API_KEY || 'your-api-key'; // Replace it with your API keyCODE
HIGH…/getting-started/quickstart/js/langchain/quickstart.js7const GOOGLE_API_KEY = process.env.GOOGLE_API_KEY || 'your-api-key'; // Replace it with your API keyCODE
HIGH…tation/getting-started/quickstart/js/adk/quickstart.js21process.env.GOOGLE_GENAI_API_KEY = process.env.GOOGLE_API_KEY || 'your-api-key'; // Replace it with your API keyCODE
HIGH…tion/getting-started/quickstart/js/genAI/quickstart.js6const GOOGLE_API_KEY = process.env.GOOGLE_API_KEY || 'your-api-key'; // Replace it with your API keyCODE
Cross-File Repetition7 hits · 35 pts
SeverityFileLineSnippetContext
HIGH…guration/pre-post-processing/python/langchain/agent.py0you're a helpful hotel assistant. you handle hotel searching, booking and cancellations. when the user searches for a hoSTRING
HIGH…/configuration/pre-post-processing/python/adk/agent.py0you're a helpful hotel assistant. you handle hotel searching, booking and cancellations. when the user searches for a hoSTRING
HIGH…ing-started/quickstart/python/llamaindex/quickstart.py0you're a helpful hotel assistant. you handle hotel searching, booking and cancellations. when the user searches for a hoSTRING
HIGH…ting-started/quickstart/python/langchain/quickstart.py0you're a helpful hotel assistant. you handle hotel searching, booking and cancellations. when the user searches for a hoSTRING
HIGH…on/getting-started/quickstart/python/adk/quickstart.py0you're a helpful hotel assistant. you handle hotel searching, booking and cancellations. when the user searches for a hoSTRING
HIGH…s/en/integrations/bigquery/samples/local_quickstart.md0you're a helpful hotel assistant. you handle hotel searching, booking and cancellations. when the user searches for a hoSTRING
HIGH…n/getting-started/quickstart/python/core/quickstart.py0you're a helpful hotel assistant. you handle hotel searching, booking and cancellations. when the user searches for a hoSTRING
Fake / Example Data18 hits · 18 pts
SeverityFileLineSnippetContext
LOWtests/http/http_mcp_test.go423 idToken = "dummy-token"CODE
LOW…s/cloudhealthcare/cloud_healthcare_integration_test.go343 "address":[{"use":"home","line":["123 Main St"],"city":"san fransisco","state":"CA","postalCode":"12345","country":"USCODE
LOW…s/cloudhealthcare/cloud_healthcare_integration_test.go346 "telecom":[{"system":"phone","value":"555-1234","use":"home"},{"system":"email","value":"john@foo.com","use":"work"}],CODE
LOW…s/cloudhealthcare/cloud_healthcare_integration_test.go1441 requestBody: bytes.NewBuffer([]byte(`{"storeID":"` + fhirStoreID + `", "givenName":"john","addressSubstring":"main CODE
LOW…esearchdicomseries/cloudhealthcaresearchdicomseries.go164 parameters.NewBooleanParameter(common.EnablePatientNameFuzzyMatchingKey, `Whether to enable fuzzy matching for patientCODE
LOW…hdicominstances/cloudhealthcaresearchdicominstances.go179 parameters.NewBooleanParameter(common.EnablePatientNameFuzzyMatchingKey, `Whether to enable fuzzy matching for patientCODE
LOW…earchdicomstudies/cloudhealthcaresearchdicomstudies.go148 parameters.NewBooleanParameter(common.EnablePatientNameFuzzyMatchingKey, `Whether to enable fuzzy matching for patientCODE
LOWinternal/sources/cloudgda/cloud_gda_test.go187 client, cleanup, err := gdaSrc.GetClient(ctx, "dummy-token")CODE
LOWdocs/KNOWLEDGE_CATALOG_README.md49* "Create a new Data Product named 'my-product' with owner 'user@example.com'."COMMENT
LOW…egrations/firestore/tools/firestore-update-document.md87 "stringValue": "Jane Doe"CODE
LOW…cs/en/integrations/mongodb/tools/mongodb-insert-one.md40`tool_code: create_new_user(data='{"email": "new.user@example.com", "name": "Jane Doe", "status": "active"}')`CODE
LOWdocs/en/integrations/scylladb/tools/scylladb-cql.md46 "email": "user@example.com",CODE
LOWdocs/en/integrations/cassandra/tools/cassandra-cql.md50 "email": "user@example.com",CODE
LOWdocs/en/integrations/alloydb/samples/mcp_quickstart.md101 (1, 'John Doe', 'john.doe@example.com'),CODE
LOW…hcare/tools/cloud-healthcare-search-dicom-instances.md53| fuzzymatching | boolean | false | Whether to enable fuzzy matching for patient names. Fuzzy matching CODE
LOW…lthcare/tools/cloud-healthcare-search-dicom-studies.md49| fuzzymatching | boolean | false | Whether to enable fuzzy matching for patient names. Fuzzy matching CODE
LOW…althcare/tools/cloud-healthcare-search-dicom-series.md51| fuzzymatching | boolean | false | Whether to enable fuzzy matching for patient names. Fuzzy matching CODE
LOWdocs/en/samples/prompts_quickstart_gemini_cli.md138 (455, 'Pizza Palace', '123 Main St'),CODE
Decorative Section Separators4 hits · 12 pts
SeverityFileLineSnippetContext
MEDIUM.ci/lint-docs-source-page.sh53# ---------------------COMMENT
MEDIUM.ci/lint-docs-sample-filters.sh3# ==============================================================================COMMENT
MEDIUM.ci/lint-docs-sample-filters.sh7# ==============================================================================COMMENT
MEDIUM.ci/lint-docs-tool-page.sh54# ---------------------COMMENT
Excessive Try-Catch Wrapping6 hits · 12 pts
SeverityFileLineSnippetContext
LOWpypi/src/toolbox_server/main.py19 except Exception as e:CODE
MEDIUMpypi/src/toolbox_server/main.py25 print("Error: toolbox-server requires Python 3.9 or higher.", file=sys.stderr)CODE
MEDIUMpypi/src/toolbox_server/main.py31 print(f"Error: {e}", file=sys.stderr)CODE
LOWpypi/src/toolbox_server/main.py45 except Exception as e:CODE
MEDIUMpypi/src/toolbox_server/main.py46 print(f"Error running toolbox binary: {e}", file=sys.stderr)CODE
LOW…en/documentation/configuration/security/model-armor.md207 except Exception as e:CODE
AI Slop Vocabulary3 hits · 9 pts
SeverityFileLineSnippetContext
MEDIUM…neo4j/neo4jexecutecypher/classifier/classifier_test.go42 // reflect.DeepEqual provides a robust comparison for complex types, including sorted slices.COMMENT
MEDIUMinternal/util/parameters/parameters_test.go1399 // Use cmp.Diff for robust comparisonCOMMENT
MEDIUMinternal/server/mcp/vdraft/method.go89 // skip checking clientCapabilities since Toolbox do not utilize any of thoseCOMMENT
Modern AI Meta-Vocabulary3 hits · 8 pts
SeverityFileLineSnippetContext
MEDIUM…documentation/configuration/embedding-models/_index.md58name: gemini-model # Name of the embedding modelCODE
MEDIUM…documentation/configuration/embedding-models/_index.md105 embeddedBy: gemini-model # refers to the name of a defined embedding modelCODE
MEDIUMdocs/en/reference/faq.md63## Can I use _$BAR_ orchestration framework to use tools from Toolbox?COMMENT
Hyper-Verbose Identifiers6 hits · 6 pts
SeverityFileLineSnippetContext
LOWpypi/tests/test_main.py7def test_get_binary_path_returns_existing_file():CODE
LOWpypi/tests/test_main.py12def test_get_binary_path_returns_executable_file():CODE
LOWinternal/server/static/js/auth.js116export function createGoogleAuthMethodItem(toolId, authProfileName) {CODE
LOWinternal/server/static/js/toolDisplay.js265function createAuthTokenInfoDropdown() {CODE
LOW…configuration/pre-post-processing/python/agent_test.py42 def test_script_runs_without_errors(self, script_output):CODE
LOW…n/getting-started/quickstart/python/quickstart_test.py50 def test_script_runs_without_errors(self, script_output):CODE
Example Usage Blocks4 hits · 6 pts
SeverityFileLineSnippetContext
LOW.ci/trigger_exit_gate.sh20# Usage:COMMENT
LOW…ools/neo4j/neo4jexecutecypher/classifier/classifier.go184// Usage example:COMMENT
LOW…ools/neo4j/neo4jexecutecypher/classifier/classifier.go408// Usage example:COMMENT
LOW…ools/neo4j/neo4jexecutecypher/classifier/classifier.go424// Usage example:COMMENT
Redundant / Tautological Comments4 hits · 6 pts
SeverityFileLineSnippetContext
LOW.ci/lint-docs-sample-filters.sh40 # Check if the exact tag exists in our valid listCOMMENT
LOW.ci/test_prompts_with_coverage.sh69# Check if the coverage is below the defined threshold.COMMENT
LOW.ci/generate_release_table.sh4# Check if VERSION has been setCOMMENT
LOW.ci/dataproc/recreate_dataproc_cluster.sh38# Check if the cluster exists and get its status, capturing output to handle NOT_FOUNDCOMMENT
Self-Referential Comments2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUM.ci/generate_release_table.sh44# Define the descriptions - ensure this array's order matches FILESCOMMENT
MEDIUM.ci/dataproc/recreate_dataproc_cluster.sh68# Create the clusterCOMMENT
Verbosity Indicators4 hits · 6 pts
SeverityFileLineSnippetContext
LOWtests/dataplex/dataplex_integration_test.go2672 // Step 1: Invoke Generate/Discover/Check ToolCOMMENT
LOWtests/dataplex/dataplex_integration_test.go2707 // Step 2: Poll Operation StatusCOMMENT
LOWtests/dataplex/dataplex_integration_test.go2780 // Step 3: Get Run StatusCOMMENT
LOWtests/dataplex/dataplex_integration_test.go2805 // Step 4: Get Profile / Insights / Discovery / Quality ResultsCOMMENT
Unused Imports3 hits · 3 pts
SeverityFileLineSnippetContext
LOW…configuration/pre-post-processing/python/agent_test.py18CODE
LOW…n/getting-started/quickstart/python/quickstart_test.py17CODE
LOW…n/getting-started/quickstart/python/quickstart_test.py19CODE
Deep Nesting2 hits · 2 pts
SeverityFileLineSnippetContext
LOW…guration/pre-post-processing/python/langchain/agent.py23CODE
LOW…n/getting-started/quickstart/python/core/quickstart.py35CODE
AI Structural Patterns1 hit · 1 pts
SeverityFileLineSnippetContext
LOW…guration/pre-post-processing/python/langchain/agent.py56CODE