Repository Analysis

sysown/proxysql

High-performance proxy for MySQL and PostgreSQL

4.0 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of sysown/proxysql, a C++ project with 6,873 GitHub stars. SynthScan v2.0 examined 627,754 lines of code across 1949 source files, recording 1811 pattern matches distributed across 18 syntactic categories. The overall adjusted score of 4.0 places this repository in the Likely human-written 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).

4.0
Adjusted Score
4.0
Raw Score
100%
Time Factor
2026-07-13
Last Push
6.9K
Stars
C++
Language
627.8K
Lines of Code
1.9K
Files
1.8K
Pattern Hits
2026-07-14
Scan Date
0.01
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

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

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 19MEDIUM 238LOW 1550

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 1811 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 Block1000 hits · 904 pts
SeverityFileLineSnippetContext
LOWcodecov.yml1# Codecov server-side configuration for ProxySQL.COMMENT
LOWcodecov.yml21# the repository git tree, whose root holds lib/, src/, include/, test/.COMMENT
LOWcodecov.yml41# zero misses. The rule only matches paths beginning with `proxysql/`, so theCOMMENT
LOW.aider.conf.yml1##########################################################COMMENT
LOW.aider.conf.yml21#model: xxxCOMMENT
LOW.aider.conf.yml41COMMENT
LOW.aider.conf.yml61COMMENT
LOW.aider.conf.yml81#weak-model: xxxCOMMENT
LOW.aider.conf.yml101## Enable caching of prompts (default: False)COMMENT
LOW.aider.conf.yml121COMMENT
LOW.aider.conf.yml141#light-mode: falseCOMMENT
LOW.aider.conf.yml161## Set the color for assistant output (default: #0088ff)COMMENT
LOW.aider.conf.yml181COMMENT
LOW.aider.conf.yml201#auto-commits: trueCOMMENT
LOW.aider.conf.yml221## Enable/disable git pre-commit hooks with --no-verify (default: False)COMMENT
LOW.aider.conf.yml241COMMENT
LOW.aider.conf.yml261COMMENT
LOW.aider.conf.yml281#analytics-posthog-project-api-key: xxxCOMMENT
LOW.aider.conf.yml301## Show the version number and exitCOMMENT
LOW.aider.conf.yml321COMMENT
LOW.aider.conf.yml341#voice-language: enCOMMENT
LOW.aider.conf.yml361#read: xxxCOMMENT
LOW.aider.conf.yml381#verbose: falseCOMMENT
LOW.aider.conf.yml401## Enable/disable fancy input with history and completion (default: True)COMMENT
LOW.aider.conf.yml421COMMENT
LOW.aider.conf.yml441#mini: falseCOMMENT
LOWtools/eventslog_reader_sample.cpp1#include <iostream>COMMENT
LOW…ages/proxysql/deb-compliant/entrypoint/entrypoint.bash61#${MAKE} cleanbuildCOMMENT
LOWtest/sqlite_history_convert.cpp1#include <pthread.h>COMMENT
LOWtest/infra/common/env.sh1#!/bin/bashCOMMENT
LOWtest/infra/common/env.sh141# e.g.: "basic-t admin_various_.* reg_test_3[5-7]\d\d-.*"COMMENT
LOWtest/infra/control/run-tests-isolated.bash1#!/bin/bashCOMMENT
LOWtest/infra/control/run-tests-isolated.bash301 -e GCOV_PREFIX_STRIP="2" \COMMENT
LOWtest/infra/control/run-tests-isolated.bash321 # when standalone, it runs here.COMMENT
LOWtest/infra/control/run-tests-isolated.bash401 # /home/runner/work/proxysql/proxysql and the repo contentCOMMENT
LOWtest/infra/control/destroy-multi-group.bash1#!/bin/bashCOMMENT
LOWtest/infra/control/start-proxysql-isolated.bash161# from the tester) can resolve the .gcda files it writes.COMMENT
LOWtest/infra/control/start-proxysql-isolated.bash201# (created by docker-pgsql16-single's pgdb1 container) into ProxySQL at theCOMMENT
LOWtest/infra/control/check_all_nodes.bash1#!/usr/bin/env bashCOMMENT
LOWtest/infra/control/run-multi-group.bash1#!/bin/bashCOMMENT
LOWtest/infra/control/verify-package-install.bash1#!/bin/bashCOMMENT
LOWtest/infra/control/run-unit-tests-asan-coverage.bash1#!/usr/bin/env bashCOMMENT
LOWtest/infra/control/run-unit-tests-asan-coverage.bash21# * lib/, src/, and test/tap/tests/unit/ have been built withCOMMENT
LOWtest/infra/control/run-unit-tests-asan-coverage.bash61echo "==> Capturing baseline coverage snapshot (--initial)"COMMENT
LOWtest/afl_digest_test/afl_mysql_query_digest.cpp1#pragma GCC optimize("O0")COMMENT
LOWtest/afl_digest_test/c_tokenizer.cpp1361 //COMMENT
LOWtest/afl_digest_test/c_tokenizer.cpp1481 //COMMENT
LOWtest/afl_digest_test/c_tokenizer.cpp1721 * @param stage_4_st The state from previous execution of 'stage 4' to be updated.COMMENT
LOWtest/afl_digest_test/c_tokenizer.cpp1861 * @param stage_1_st Stage 1 final state, used for the trimmed digits replacement.COMMENT
LOWtest/afl_digest_test/c_tokenizer.cpp1881 // ```COMMENT
LOWtest/afl_digest_test/c_tokenizer.cpp2041 memset(&stage_4_st, 0, sizeof(struct stage_4_st));COMMENT
LOWtest/afl_digest_test/c_tokenizer.cpp2501 // remove all trailing whitespacesCOMMENT
LOW…s/pgsql-extended_query_protocol_query_rules_test-t.cpp1/**COMMENT
LOWtest/tap/tests/test_ssl_fast_forward-3.cpp1#include <cstdlib>COMMENT
LOW…tap/tests/mysql_hostgroup_attributes_config_file-t.cpp1/**COMMENT
LOWtest/tap/tests/test_mysqlx_e2e_routing-t.cpp21#include "tap.h"COMMENT
LOWtest/tap/tests/firewall_commands1-t.cpp1#include <algorithm>COMMENT
LOW…eg_test_handshake_response_unterminated_username-t.cpp1#include <cerrno>COMMENT
LOWtest/tap/tests/test_mysqlx_soak_stress-t.sh1#!/usr/bin/env bashCOMMENT
LOWtest/tap/tests/test_ssl_fast_forward-2.cpp1#include <cstdlib>COMMENT
940 more matches not shown…
Decorative Section Separators121 hits · 366 pts
SeverityFileLineSnippetContext
MEDIUMcodecov.yml3# ---------------------------------------------------------------------------COMMENT
MEDIUMcodecov.yml5# ---------------------------------------------------------------------------COMMENT
MEDIUMtest/repl/proxysql_repl_tests/exec_shun_test.sh58#-------------------------------------------------------------------------------COMMENT
MEDIUMtest/repl/proxysql_repl_tests/exec_shun_test.sh69#-------------------------------------------------------------------------------COMMENT
MEDIUMtest/repl/proxysql_repl_tests/exec_shun_test.sh86#-------------------------------------------------------------------------------COMMENT
MEDIUMtest/repl/proxysql_repl_tests/exec_shun_test.sh98#-------------------------------------------------------------------------------COMMENT
MEDIUMtest/repl/proxysql_repl_tests/exec_shun_test.sh104#-------------------------------------------------------------------------------COMMENT
MEDIUMtest/repl/proxysql_repl_tests/exec_shun_test.sh110#-------------------------------------------------------------------------------COMMENT
MEDIUMtest/repl/proxysql_repl_tests/exec_shun_test.sh170#-------------------------------------------------------------------------------COMMENT
MEDIUMtest/repl/proxysql_repl_tests/exec_shun_test.sh187#-------------------------------------------------------------------------------COMMENT
MEDIUMtest/repl/proxysql_repl_tests/exec_shun_test.sh207#-------------------------------------------------------------------------------COMMENT
MEDIUMtest/repl/proxysql_repl_tests/exec_repl_test.sh65#-------------------------------------------------------------------------------COMMENT
MEDIUMtest/repl/proxysql_repl_tests/exec_repl_test.sh76#-------------------------------------------------------------------------------COMMENT
MEDIUMtest/repl/proxysql_repl_tests/exec_repl_test.sh93#-------------------------------------------------------------------------------COMMENT
MEDIUMtest/repl/proxysql_repl_tests/exec_repl_test.sh105#-------------------------------------------------------------------------------COMMENT
MEDIUMtest/repl/proxysql_repl_tests/exec_repl_test.sh122#-------------------------------------------------------------------------------COMMENT
MEDIUMtest/repl/proxysql_repl_tests/exec_repl_test.sh143#-------------------------------------------------------------------------------COMMENT
MEDIUMtest/repl/proxysql_repl_tests/exec_repl_test.sh206 #-------------------------------------------------------------------------------COMMENT
MEDIUMtest/repl/proxysql_repl_tests/exec_repl_test.sh222 #-------------------------------------------------------------------------------COMMENT
MEDIUMtest/repl/proxysql_repl_tests/exec_repl_test.sh238 #-------------------------------------------------------------------------------COMMENT
MEDIUMtest/repl/proxysql_repl_tests/stress_repl_test.sh65#-------------------------------------------------------------------------------COMMENT
MEDIUMtest/repl/proxysql_repl_tests/stress_repl_test.sh76#-------------------------------------------------------------------------------COMMENT
MEDIUMtest/repl/proxysql_repl_tests/stress_repl_test.sh93#-------------------------------------------------------------------------------COMMENT
MEDIUMtest/repl/proxysql_repl_tests/stress_repl_test.sh105#-------------------------------------------------------------------------------COMMENT
MEDIUMtest/repl/proxysql_repl_tests/stress_repl_test.sh122#-------------------------------------------------------------------------------COMMENT
MEDIUMtest/repl/proxysql_repl_tests/stress_repl_test.sh142#-------------------------------------------------------------------------------COMMENT
MEDIUMtest/repl/proxysql_repl_tests/stress_repl_test.sh205 #-------------------------------------------------------------------------------COMMENT
MEDIUMtest/repl/proxysql_repl_tests/stress_repl_test.sh221 #-------------------------------------------------------------------------------COMMENT
MEDIUMtest/repl/proxysql_repl_tests/stress_repl_test.sh237 #-------------------------------------------------------------------------------COMMENT
MEDIUMtest/repl/proxysql_repl_tests/stress_all_repl_tests.sh30#-------------------------------------------------------------------------------COMMENT
MEDIUMtest/repl/proxysql_repl_tests/exec_all_repl_tests.sh30#-------------------------------------------------------------------------------COMMENT
MEDIUMtest/repl/proxysql_repl_tests/bin/debezium-check.bash9#-------------------------------------------------------------------------------COMMENT
MEDIUMscripts/test_external_live.sh16# ============================================================================COMMENT
MEDIUMscripts/test_external_live.sh18# ============================================================================COMMENT
MEDIUMscripts/test_external_live.sh61# ============================================================================COMMENT
MEDIUMscripts/test_external_live.sh63# ============================================================================COMMENT
MEDIUMscripts/test_external_live.sh92# ============================================================================COMMENT
MEDIUMscripts/test_external_live.sh94# ============================================================================COMMENT
MEDIUMscripts/test_external_live.sh151# ============================================================================COMMENT
MEDIUMscripts/test_external_live.sh153# ============================================================================COMMENT
MEDIUMscripts/mcp/test_mcp_fts.sh40# ============================================================================COMMENT
MEDIUMscripts/mcp/test_mcp_fts.sh42# ============================================================================COMMENT
MEDIUMscripts/mcp/test_mcp_fts.sh97# ============================================================================COMMENT
MEDIUMscripts/mcp/test_mcp_fts.sh99# ============================================================================COMMENT
MEDIUMscripts/mcp/test_mcp_fts.sh139# ============================================================================COMMENT
MEDIUMscripts/mcp/test_mcp_fts.sh141# ============================================================================COMMENT
MEDIUMscripts/mcp/test_mcp_fts.sh271# ============================================================================COMMENT
MEDIUMscripts/mcp/test_mcp_fts.sh273# ============================================================================COMMENT
MEDIUMscripts/mcp/test_mcp_fts.sh363# ============================================================================COMMENT
MEDIUMscripts/mcp/test_mcp_fts.sh365# ============================================================================COMMENT
MEDIUMscripts/mcp/test_mcp_fts.sh397# ============================================================================COMMENT
MEDIUMscripts/mcp/test_mcp_fts.sh399# ============================================================================COMMENT
MEDIUMscripts/mcp/test_mcp_fts.sh1099# ============================================================================COMMENT
MEDIUMscripts/mcp/test_mcp_fts.sh1101# ============================================================================COMMENT
MEDIUMscripts/mcp/test_mcp_fts.sh1127# ============================================================================COMMENT
MEDIUMscripts/mcp/test_mcp_fts.sh1129# ============================================================================COMMENT
MEDIUMscripts/mcp/test_mcp_fts.sh1177# ============================================================================COMMENT
MEDIUMscripts/mcp/test_mcp_fts.sh1179# ============================================================================COMMENT
MEDIUMscripts/mcp/test_mcp_fts.sh1274# ============================================================================COMMENT
MEDIUMscripts/mcp/test_mcp_fts.sh1276# ============================================================================COMMENT
61 more matches not shown…
Structural Annotation Overuse167 hits · 280 pts
SeverityFileLineSnippetContext
LOWtest/infra/README.md68### Step 1: Global SetupCOMMENT
LOWtest/infra/README.md84### Step 2: Start ProxySQL & BackendsCOMMENT
LOWtest/infra/README.md91### Step 3: Run TAP TestsCOMMENT
LOWtest/infra/README.md98### Step 4: TeardownCOMMENT
LOWtest/infra/SKILL.md29### Step 1: Environment SetupCOMMENT
LOWtest/infra/SKILL.md43### Step 2: Start InfrastructureCOMMENT
LOWtest/infra/SKILL.md56### Step 3: Start ProxySQLCOMMENT
LOWtest/infra/SKILL.md68### Step 4: Configure ProxySQL BackendCOMMENT
LOWtest/infra/SKILL.md82### Step 5: Run TestsCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp1290 // Step 1: Simple query BEGIN - verify it succeededCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp1300 // Step 2: Enter pipeline mode and SETCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp1429 // Step 2: Simple query SETCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp1432 // Step 3: Re-enter pipeline mode and COMMITCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp2875 // Step 1: Set a variable to create marker stateCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp2880 // Step 2: Enter pipeline modeCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp2886 // Step 3: Send RESET ALL (may be rejected due to startup mismatch)COMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp2893 // Step 4: Send a subsequent query - this tests the pipeline reset fixCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp2900 // Step 5: SyncCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp2907 // Step 6: Consume results with proper loop (like working tests)COMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp2962 // Step 1: Set a marker valueCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp2965 // Step 2: Enter pipeline modeCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp2971 // Step 3: Send RESET DateStyleCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp2978 // Step 4: Send subsequent queryCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp2985 // Step 5: SyncCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp2992 // Step 6: Consume results with proper loopCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp1365 // Step 3: Simple query ROLLBACKCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp1392 // Step 1: Enter pipeline mode and BEGINCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp1488 // Step 1: Simple query BEGIN and first SETCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp1507 // Step 2: Enter pipeline mode for second SET and COMMITCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp1602 // Step 1: Enter pipeline mode, BEGIN, SET, then exitCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp1673 // Step 2: Simple query ROLLBACKCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp1926 // Step 1: Get original value and seed pool with marked connectionsCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp1958 // Step 2: Create connections with startup parameter -15 (different from marker '3')COMMENT
LOWtest/tap/tests/test_filtered_set_statements-t.cpp51 // NOTE: This variable has been temporarily ignored. Check issues #3442 and #3441.COMMENT
LOWtest/tap/tests/pgsql-test_malformed_packet-t.cpp614 // Step 6: Send the malformed packet on the authenticated connectionCOMMENT
LOWtest/tap/tests/pgsql-test_malformed_packet-t.cpp621 // Step 7: Wait for response to the malformed packetCOMMENT
LOW…pgsql-reg_test_5300_threshold_resultset_deadlock-t.cpp178 // Step 1: Prepare statement (backend operation)COMMENT
LOW…pgsql-reg_test_5300_threshold_resultset_deadlock-t.cpp183 // Step 2: Initial Describe to verify statement exists (backend operation)COMMENT
LOW…pgsql-reg_test_5300_threshold_resultset_deadlock-t.cpp187 // Step 3: Send flood of Close Statement messages (NO backend routing)COMMENT
LOW…pgsql-reg_test_5300_threshold_resultset_deadlock-t.cpp199 // Step 4: Send Describe (backend operation - REQUIRES backend connection)COMMENT
LOW…pgsql-reg_test_5300_threshold_resultset_deadlock-t.cpp208 // Step 5: Send Sync to complete extended query frameCOMMENT
LOW…pgsql-reg_test_5300_threshold_resultset_deadlock-t.cpp212 // Step 6: Wait for completionCOMMENT
LOW…pgsql-reg_test_5300_threshold_resultset_deadlock-t.cpp261 // Step 3: Send flood of Close Statement messages (NO backend routing)COMMENT
LOW…pgsql-reg_test_5300_threshold_resultset_deadlock-t.cpp270 // Step 4: Send Bind (backend operation)COMMENT
LOW…pgsql-reg_test_5300_threshold_resultset_deadlock-t.cpp276 // Step 5: Send Execute (backend operation - DEADLOCK TRIGGER)COMMENT
LOW…pgsql-reg_test_5300_threshold_resultset_deadlock-t.cpp282 // Step 6: Send Sync to complete extended query frameCOMMENT
LOW…pgsql-reg_test_5300_threshold_resultset_deadlock-t.cpp286 // Step 7: Wait for completionCOMMENT
LOW…t/tap/tests/test_binlog_dump_multi_backend_crash-t.cpp57 // Step 0: Connect to ProxySQL adminCOMMENT
LOW…t/tap/tests/test_binlog_dump_multi_backend_crash-t.cpp67 // Step 1: Connect to MySQL backend directly, check binlog, set wait_timeoutCOMMENT
LOW…t/tap/tests/test_binlog_dump_multi_backend_crash-t.cpp95 // Step 2: Discover hostgroup topologyCOMMENT
LOW…t/tap/tests/test_binlog_dump_multi_backend_crash-t.cpp163 // Step 3: Connect to ProxySQL and create backends in both hostgroupsCOMMENT
LOW…t/tap/tests/test_binlog_dump_multi_backend_crash-t.cpp229 // Step 4: Send COM_BINLOG_DUMP via mariadb_rplCOMMENT
LOW…t/tap/tests/test_binlog_dump_multi_backend_crash-t.cpp273 // Step 5: Wait for the idle backend (reader_hg) to be closed by MySQLCOMMENT
LOW…t/tap/tests/test_binlog_dump_multi_backend_crash-t.cpp292 // Step 6: Verify ProxySQL did not crashCOMMENT
LOW…/tap/tests/pgsql-admin_metacmds_describe_queries-t.cpp368 // Step 1: Execute first describe query (sets describe_mode=true, saves table name)COMMENT
LOW…/tap/tests/pgsql-admin_metacmds_describe_queries-t.cpp383 // Step 2: Execute second describe query (uses saved table name)COMMENT
LOW…/tap/tests/pgsql-admin_metacmds_describe_queries-t.cpp396 // Step 3: Execute NON-DESCRIBE query (should reset describe_mode=false)COMMENT
LOW…/tap/tests/pgsql-admin_metacmds_describe_queries-t.cpp405 // Step 4: Execute new describe query with different tableCOMMENT
LOW…/tap/tests/pgsql-admin_metacmds_describe_queries-t.cpp423 // Step 5: Verify pg_attribute works with new tableCOMMENT
LOWtest/tap/tests/mcp_stats_refresh-t.cpp257 // Step 1: Get initial connection count via MCP statsCOMMENT
107 more matches not shown…
Modern AI Meta-Vocabulary74 hits · 228 pts
SeverityFileLineSnippetContext
MEDIUM.aider.conf.yml48## Specify a file with context window and costs for unknown modelsCOMMENT
MEDIUMtest/infra/control/start-proxysql-isolated.bash142# Same pattern for the genai plugin (post-carve-out, GenAI/MCP/RAG/LLMCOMMENT
MEDIUMtest/tap/tests/test_mcp_rag_metrics-t.sh155# Check if MCP server is accessible and RAG is enabledCOMMENT
MEDIUMtest/tap/tests/test_mcp_rag_metrics-t.sh179 # echo "msg: not ok $DONE - MCP RAG Check - RAG not enabled (genai-rag_enabled=${rag_enabled})"COMMENT
MEDIUMtest/tap/tests/test_mcp_rag_metrics-t.sh180 # echo "msg: # Enable RAG with: SET genai-rag_enabled=true"COMMENT
MEDIUMtest/tap/tests/test_mcp_rag_metrics-t.sh212# Prepare RAG test databaseCOMMENT
MEDIUMtest/tap/tests/test_mcp_rag_metrics-t.sh283# Prepare RAG test databaseCOMMENT
MEDIUMtest/tap/tests/test_mcp_rag_metrics-t.sh293# Test 1: RAG Tool CountersCOMMENT
MEDIUMtest/tap/tests/test_mcp_rag_metrics-t.sh297# Test 2: RAG Search LoggingCOMMENT
MEDIUMtest/tap/tests/test_mcp_rag_metrics-t.sh3# test_mcp_rag_metrics-t - TAP Test for MCP RAG MetricsCOMMENT
MEDIUMtest/tap/tests/test_mcp_rag_metrics-t.sh5# This script runs all RAG metrics and logging tests and outputs results in TAP format.COMMENT
MEDIUMtest/tap/tests/test_mcp_rag_metrics-t.sh164 echo "msg: # Checking MCP RAG endpoint at ${rag_url}"CODE
MEDIUMtest/tap/tests/test_mcp_rag_metrics-t.sh185 echo "msg: # RAG is enabled, checking endpoint..."CODE
MEDIUMtest/tap/tests/test_mcp_rag_metrics-t.sh219 echo "msg: # Preparing RAG test database..."CODE
MEDIUMtest/tap/tests/test_mcp_rag_metrics-t.sh263echo "msg: # === MCP RAG Metrics Test Suite ==="CODE
MEDIUMtest/tap/tests/test_mcp_rag_metrics-t.sh264echo "msg: # This test validates the MCP RAG (Retrieval-Augmented Generation) endpoint:"CODE
MEDIUMtest/tap/tests/test_mcp_rag_metrics-t.sh265echo "msg: # - Pre-flight checks: ProxySQL admin, MCP server, RAG endpoint"CODE
MEDIUMtest/tap/tests/test_mcp_rag_metrics-t.sh266echo "msg: # - RAG Tool Counters: validates tool invocation counters increment"CODE
MEDIUMtest/tap/tests/test_mcp_rag_metrics-t.sh267echo "msg: # - RAG Search Logging: validates search queries are logged correctly"CODE
MEDIUMtest/tap/tests/test_mcp_rag_metrics-t.sh268echo "msg: # The RAG endpoint provides FTS (full-text search) and vector search"CODE
MEDIUMtest/tap/tests/test_mcp_rag_metrics-t.sh285echo "msg: # Preparing RAG test database..."CODE
MEDIUMtest/tap/tests/test_mcp_rag_metrics-t.sh290echo "msg: # Running RAG Metrics Tests..."CODE
MEDIUMtest/tap/tests/test_mcp_rag_metrics-t.sh294echo "msg: # Starting Test 1: RAG Tool Invocation Counters"CODE
MEDIUMtest/tap/tests/test_mcp_rag_metrics-t.sh298echo "msg: # Starting Test 2: RAG Search Logging"CODE
MEDIUMtest/tap/tests/test_mcp_claude_headless_flow-t.sh7# - two_phase_discovery.py orchestration script (dry-run always)COMMENT
MEDIUMtest/tap/tests/test_mcp_claude_headless_flow-t.sh55echo "msg: # - two_phase_discovery.py orchestration script (dry-run mode)"CODE
MEDIUMtest/tap/tests/unit/genai_plugin_load_unit-t.cpp1// Step 1 acceptance test for the genai plugin scaffold.COMMENT
MEDIUM…/tap/tests/rag_stats_testing/test_rag_tool_counters.sh3# test_rag_tool_counters.sh - Test RAG Tool Invocation CountersCOMMENT
MEDIUM…/tap/tests/rag_stats_testing/test_rag_tool_counters.sh5# Tests that tool usage tracking works for RAG endpoint toolsCOMMENT
MEDIUM…/tap/tests/rag_stats_testing/test_rag_tool_counters.sh76 # Clear any existing RAG statsCOMMENT
MEDIUM…/tap/tests/rag_stats_testing/test_rag_tool_counters.sh225 # Verify that schema column is set to "rag" for RAG toolsCOMMENT
MEDIUM…/tap/tests/rag_stats_testing/test_rag_tool_counters.sh240 # Verify that endpoint column is set to "RAG"COMMENT
MEDIUM…/tap/tests/rag_stats_testing/test_rag_tool_counters.sh272 # Display all RAG tool statsCOMMENT
MEDIUMtest/tap/tests/rag_stats_testing/test_rag_search_log.sh3# test_rag_search_log.sh - Test RAG Search LoggingCOMMENT
MEDIUMtest/tap/groups/ai-g1/env.sh18# Post-carve-out: GenAI/MCP/RAG/LLM all live in plugins/genai/. TheCOMMENT
MEDIUMplugins/genai/include/MySQL_Tool_Handler.h60 // Query guardrailsCOMMENT
MEDIUMplugins/genai/include/Query_Tool_Handler.h80 // Query guardrailsCOMMENT
MEDIUM…s/superpowers/plans/2026-05-03-genai-features-batch.md759## Task 8: RAG — Add content_hash Column (Feature D, Part 1)COMMENT
MEDIUM…s/superpowers/plans/2026-05-03-genai-features-batch.md835## Task 9: RAG — Hash-Based Update Detection (Feature D, Part 2)COMMENT
MEDIUM…s/superpowers/plans/2026-05-03-genai-features-batch.md919## Task 10: RAG — Delete Detection (Feature D, Part 3)COMMENT
MEDIUM…powers/plans/2026-04-16-step0-protocolx-cherry-pick.md369## Task 6: Cherry-pick Batch 5 — mysqlx reference-plugin scaffoldCOMMENT
MEDIUM…powers/specs/2026-05-03-genai-features-batch-design.md170## Feature D: RAG Incremental SyncCOMMENT
MEDIUM…powers/specs/2026-05-03-genai-features-batch-design.md247#### MCP RAG tool compatibilityCOMMENT
MEDIUMscripts/mcp/test_rag.sh3# test_rag.sh - Test RAG functionality via MCP endpointCOMMENT
MEDIUMscripts/mcp/test_rag.sh134# Test specific RAG toolsCOMMENT
MEDIUMscripts/mcp/test_rag.sh160# Test RAG admin statsCOMMENT
MEDIUM…veryAgent/ClaudeCode_Headless/headless_db_discovery.sh49TIMEOUT=3600 # 1 hour default (multi-agent discovery takes longer)CODE
MEDIUM.github/workflows/CI-unit-tests-tsan.yml116 # NOT set PROXYSQL40=1: the GenAI/MCP/AI/RAGCOMMENT
MEDIUMdoc/rag-documentation.md1# RAG (Retrieval-Augmented Generation) in ProxySQLCOMMENT
MEDIUMdoc/rag-documentation.md122# Test RAG functionality via MCP endpointCOMMENT
MEDIUMdoc/rag-documentation.md125# Test RAG database schemaCOMMENT
MEDIUMdoc/rag-examples.md1# RAG Tool ExamplesCOMMENT
MEDIUMdoc/rag-examples.md18### List all RAG toolsCOMMENT
MEDIUMdoc/rag-doxygen-documentation-summary.md1# RAG Subsystem Doxygen Documentation SummaryCOMMENT
MEDIUMdoc/RELEASE_NOTES_WORKFLOW.md8# 1. Run the orchestration scriptCOMMENT
MEDIUMdoc/rag-doxygen-documentation.md1# RAG Subsystem Doxygen DocumentationCOMMENT
MEDIUMdoc/GH-Actions/README.md392 # 2. Sparse-checkout just the CI orchestration + group definitions.COMMENT
MEDIUMdoc/VECTOR_FEATURES/EXTERNAL_LLM_SETUP.md55# Start llama-server with embedding modelCOMMENT
MEDIUMdoc/RAG/rag_system_prompt.md1# Agent System Prompt: ProxySQL RAG OrchestratorCOMMENT
MEDIUMdoc/RAG/RAG_COMPLETION_SUMMARY.md1# RAG Implementation Completion SummaryCOMMENT
14 more matches not shown…
Verbosity Indicators121 hits · 203 pts
SeverityFileLineSnippetContext
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp1290 // Step 1: Simple query BEGIN - verify it succeededCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp1300 // Step 2: Enter pipeline mode and SETCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp1429 // Step 2: Simple query SETCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp1432 // Step 3: Re-enter pipeline mode and COMMITCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp2875 // Step 1: Set a variable to create marker stateCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp2880 // Step 2: Enter pipeline modeCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp2886 // Step 3: Send RESET ALL (may be rejected due to startup mismatch)COMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp2893 // Step 4: Send a subsequent query - this tests the pipeline reset fixCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp2900 // Step 5: SyncCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp2907 // Step 6: Consume results with proper loop (like working tests)COMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp2962 // Step 1: Set a marker valueCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp2965 // Step 2: Enter pipeline modeCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp2971 // Step 3: Send RESET DateStyleCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp2978 // Step 4: Send subsequent queryCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp2985 // Step 5: SyncCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp2992 // Step 6: Consume results with proper loopCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp1365 // Step 3: Simple query ROLLBACKCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp1392 // Step 1: Enter pipeline mode and BEGINCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp1488 // Step 1: Simple query BEGIN and first SETCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp1507 // Step 2: Enter pipeline mode for second SET and COMMITCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp1602 // Step 1: Enter pipeline mode, BEGIN, SET, then exitCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp1673 // Step 2: Simple query ROLLBACKCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp1926 // Step 1: Get original value and seed pool with marked connectionsCOMMENT
LOW…/tests/pgsql-transaction_variable_state_tracking-t.cpp1958 // Step 2: Create connections with startup parameter -15 (different from marker '3')COMMENT
LOWtest/tap/tests/pgsql-test_malformed_packet-t.cpp614 // Step 6: Send the malformed packet on the authenticated connectionCOMMENT
LOWtest/tap/tests/pgsql-test_malformed_packet-t.cpp621 // Step 7: Wait for response to the malformed packetCOMMENT
LOW…pgsql-reg_test_5300_threshold_resultset_deadlock-t.cpp178 // Step 1: Prepare statement (backend operation)COMMENT
LOW…pgsql-reg_test_5300_threshold_resultset_deadlock-t.cpp183 // Step 2: Initial Describe to verify statement exists (backend operation)COMMENT
LOW…pgsql-reg_test_5300_threshold_resultset_deadlock-t.cpp187 // Step 3: Send flood of Close Statement messages (NO backend routing)COMMENT
LOW…pgsql-reg_test_5300_threshold_resultset_deadlock-t.cpp199 // Step 4: Send Describe (backend operation - REQUIRES backend connection)COMMENT
LOW…pgsql-reg_test_5300_threshold_resultset_deadlock-t.cpp208 // Step 5: Send Sync to complete extended query frameCOMMENT
LOW…pgsql-reg_test_5300_threshold_resultset_deadlock-t.cpp212 // Step 6: Wait for completionCOMMENT
LOW…pgsql-reg_test_5300_threshold_resultset_deadlock-t.cpp261 // Step 3: Send flood of Close Statement messages (NO backend routing)COMMENT
LOW…pgsql-reg_test_5300_threshold_resultset_deadlock-t.cpp270 // Step 4: Send Bind (backend operation)COMMENT
LOW…pgsql-reg_test_5300_threshold_resultset_deadlock-t.cpp276 // Step 5: Send Execute (backend operation - DEADLOCK TRIGGER)COMMENT
LOW…pgsql-reg_test_5300_threshold_resultset_deadlock-t.cpp282 // Step 6: Send Sync to complete extended query frameCOMMENT
LOW…pgsql-reg_test_5300_threshold_resultset_deadlock-t.cpp286 // Step 7: Wait for completionCOMMENT
LOW…t/tap/tests/test_binlog_dump_multi_backend_crash-t.cpp57 // Step 0: Connect to ProxySQL adminCOMMENT
LOW…t/tap/tests/test_binlog_dump_multi_backend_crash-t.cpp67 // Step 1: Connect to MySQL backend directly, check binlog, set wait_timeoutCOMMENT
LOW…t/tap/tests/test_binlog_dump_multi_backend_crash-t.cpp95 // Step 2: Discover hostgroup topologyCOMMENT
LOW…t/tap/tests/test_binlog_dump_multi_backend_crash-t.cpp163 // Step 3: Connect to ProxySQL and create backends in both hostgroupsCOMMENT
LOW…t/tap/tests/test_binlog_dump_multi_backend_crash-t.cpp229 // Step 4: Send COM_BINLOG_DUMP via mariadb_rplCOMMENT
LOW…t/tap/tests/test_binlog_dump_multi_backend_crash-t.cpp273 // Step 5: Wait for the idle backend (reader_hg) to be closed by MySQLCOMMENT
LOW…t/tap/tests/test_binlog_dump_multi_backend_crash-t.cpp292 // Step 6: Verify ProxySQL did not crashCOMMENT
LOW…/tap/tests/pgsql-admin_metacmds_describe_queries-t.cpp368 // Step 1: Execute first describe query (sets describe_mode=true, saves table name)COMMENT
LOW…/tap/tests/pgsql-admin_metacmds_describe_queries-t.cpp383 // Step 2: Execute second describe query (uses saved table name)COMMENT
LOW…/tap/tests/pgsql-admin_metacmds_describe_queries-t.cpp396 // Step 3: Execute NON-DESCRIBE query (should reset describe_mode=false)COMMENT
LOW…/tap/tests/pgsql-admin_metacmds_describe_queries-t.cpp405 // Step 4: Execute new describe query with different tableCOMMENT
LOW…/tap/tests/pgsql-admin_metacmds_describe_queries-t.cpp423 // Step 5: Verify pg_attribute works with new tableCOMMENT
LOWtest/tap/tests/mcp_stats_refresh-t.cpp257 // Step 1: Get initial connection count via MCP statsCOMMENT
LOWtest/tap/tests/mcp_stats_refresh-t.cpp299 // Step 2: Create several new MySQL connections to the frontend portCOMMENT
LOWtest/tap/tests/mcp_stats_refresh-t.cpp317 // Step 3: Query connection count againCOMMENT
LOWtest/tap/tests/mcp_stats_refresh-t.cpp336 // Step 4: Verify count increasedCOMMENT
LOWtest/tap/tests/pgsql-test_dns_cache-t.cpp225 // Step 1: IP literal must NOT cause DNS workCOMMENT
LOWtest/tap/tests/pgsql-test_dns_cache-t.cpp240 // Step 2: Resolvable hostname populates record_updatedCOMMENT
LOWtest/tap/tests/pgsql-test_dns_cache-t.cpp261 // Step 3: Client connect through proxy hits the cacheCOMMENT
LOWtest/tap/tests/pgsql-test_dns_cache-t.cpp279 // Step 4: Whitespace around hostname is trimmed before resolutionCOMMENT
LOWtest/tap/tests/pgsql-test_dns_cache-t.cpp292 // Step 5: Unresolvable hostname — lookup is queried but produces nothingCOMMENT
LOWtest/tap/tests/pgsql-test_dns_cache-t.cpp325 // Step 6: Removing servers drops orphaned cache recordsCOMMENT
LOWtest/tap/tests/pgsql-test_dns_cache-t.cpp352 // Step 7: Disabled cache (refresh_interval=0) flatlines countersCOMMENT
61 more matches not shown…
Excessive Try-Catch Wrapping79 hits · 88 pts
SeverityFileLineSnippetContext
LOWtest/tap/tests/test_sqlite3_from_unixtime-t.py24 except Exception as e:CODE
LOW…g_test_3992_fast_forward_malformed_packet-pymysql-t.py29 except Exception as e:CODE
LOWtest/tap/noise/noise_stats_poller.py39 except Exception as e:CODE
MEDIUMtest/tap/noise/noise_stats_poller.py40 print(f"Error in noise poller: {e}", file=sys.stderr)CODE
LOWtest/scripts/mysqlx/behavioral_validation.py90 except Exception as e:CODE
LOWtest/scripts/mysqlx/behavioral_validation.py102 except Exception:CODE
LOWtest/scripts/mysqlx/behavioral_validation.py127 except Exception as e:CODE
LOWtest/scripts/mysqlx/behavioral_validation.py135 except Exception as e:CODE
LOWtest/scripts/mysqlx/behavioral_validation.py142 except Exception:CODE
LOWtest/scripts/mysqlx/behavioral_validation.py230 except Exception as e:CODE
LOWtest/scripts/mysqlx/behavioral_validation.py244 except Exception as e:CODE
LOWtest/scripts/mysqlx/stress.py94 except Exception as e:CODE
LOWtest/scripts/mysqlx/stress.py105 except Exception:CODE
LOWtest/scripts/mysqlx/stress.py141 except Exception:CODE
MEDIUMtest/scripts/mysqlx/stress.py101def find_proxysql_pid() -> Optional[int]:CODE
MEDIUMtest/scripts/mysqlx/stress.py129def fetch_route_stats(args) -> List[dict]:CODE
LOWtest/scripts/bin/proxysql-tester.py212 except Exception as e:CODE
LOWtest/scripts/bin/proxysql-tester.py260 except Exception as e:CODE
LOWtest/scripts/bin/proxysql-tester.py1266 except Exception as e:STRING
LOWtest/scripts/bin/proxysql-tester.py700 except Exception as e:STRING
LOWtest/scripts/bin/proxysql-tester.py801 except Exception as e:STRING
LOWtest/scripts/bin/proxysql-tester.py834 except Exception as e:STRING
LOWtest/scripts/bin/proxysql-tester.py866 except Exception as e:STRING
LOWtest/scripts/bin/proxysql-tester.py911 except Exception as log_error:STRING
LOWtest/scripts/bin/proxysql-tester.py943 except Exception as e:STRING
LOWtest/scripts/bin/proxysql-tester.py1129 except Exception as e:STRING
LOWtest/scripts/bin/proxysql-tester.py1339 except Exception as e:STRING
LOWtest/scripts/lib/utils.py49 except Exception:CODE
LOWtest/scripts/lib/utils.py67 except Exception as e:CODE
LOWtest/scripts/lib/utils.py99 except Exception as e:CODE
LOWscripts/stats_scrapper.py78 except Exception as err:CODE
MEDIUMscripts/stackexchange_posts.py113 print(f"Error retrieving parent posts: {e}")STRING
MEDIUMscripts/stackexchange_posts.py148 print(f"Error retrieving child posts (chunk {i//chunk_size + 1}): {e}")STRING
MEDIUMscripts/stackexchange_posts.py168 print(f"Error checking existing posts: {e}")CODE
LOWscripts/stackexchange_posts.py389 except Exception as e:CODE
LOWscripts/kill_idle_backend_conns.py78 except Exception as err:CODE
LOWscripts/copy_stackexchange_Posts_mysql_to_sqlite3.py75 except Exception as e:CODE
LOWscripts/copy_stackexchange_Posts_mysql_to_sqlite3.py84 except Exception as e:CODE
LOWscripts/copy_stackexchange_Posts_mysql_to_sqlite3.py122 except Exception as e:CODE
MEDIUMscripts/copy_stackexchange_Posts_mysql_to_sqlite3.py125 print(f"Error inserting row {rows+1}: {e}")CODE
LOWscripts/copy_stackexchange_Posts_mysql_to_sqlite3.py171 except Exception as e:CODE
LOWscripts/lint/normalize-clang-tidy.py26 except Exception:CODE
LOWscripts/lint/normalize-clang-tidy.py52 except Exception:CODE
LOWscripts/lint/normalize-clang-tidy.py58 except Exception:CODE
LOWscripts/lint/normalize-clang-tidy.py69 except Exception:CODE
LOWscripts/lint/normalize-clang-tidy.py110 except Exception:CODE
MEDIUMscripts/lint/normalize-clang-tidy.py22def get_repo_root():CODE
MEDIUMscripts/lint/normalize-clang-tidy.py63def offset_to_line(cpath, offset):CODE
LOWscripts/lint/clang_tidy_utils.py28 except Exception:CODE
LOWscripts/lint/clang_tidy_utils.py75 except Exception:CODE
LOWscripts/lint/clang_tidy_utils.py139 except Exception:CODE
LOWscripts/lint/run-local.sh60 except Exception:CODE
LOWscripts/mcp/proxysql_mcp_stdio_bridge.py119 except Exception as e:CODE
LOWscripts/mcp/proxysql_mcp_stdio_bridge.py188 except Exception as e:CODE
LOWscripts/mcp/proxysql_mcp_stdio_bridge.py355 except Exception as e:CODE
MEDIUM…mcp/DiscoveryAgent/FastAPI_deprecated_POC/agent_app.py545def runner():CODE
LOW…mcp/DiscoveryAgent/FastAPI_deprecated_POC/agent_app.py116 except Exception as e:CODE
LOW…mcp/DiscoveryAgent/FastAPI_deprecated_POC/agent_app.py91 except Exception:CODE
LOW…mcp/DiscoveryAgent/FastAPI_deprecated_POC/agent_app.py97 except Exception:CODE
LOW…mcp/DiscoveryAgent/FastAPI_deprecated_POC/agent_app.py326 except Exception:STRING
19 more matches not shown…
AI Slop Vocabulary25 hits · 70 pts
SeverityFileLineSnippetContext
MEDIUMtest/infra/control/run-tests-isolated.bash345 # Basename matching is robust to GCOV_PREFIX_STRIP andCOMMENT
MEDIUMtest/tap/tests/test_mysqlx_soak_stress-t.sh8# over time. The harness has its own pass/fail logic (error rate <COMMENT
MEDIUMtest/tap/tests/test_mysqlx_soak_stress-t.sh18# exit. Without it a missing harness file or a Python exceptionCOMMENT
MEDIUMtest/tap/tests/test_mysqlx_soak_behavioral-t.sh4# behavioral_validation.py harness (issues #5677, #5678).COMMENT
MEDIUMtest/tap/tests/test_mysqlx_soak_behavioral-t.sh7# harness. Expects the proxysql.${INFRA_ID} container to be up withCOMMENT
MEDIUMtest/tap/tests/test_mysqlx_soak_behavioral-t.sh24# exit. Without it a missing harness file or a Python exceptionCOMMENT
MEDIUMtest/tap/tests/pgsql-set_statement_test-t.cpp220 // Use a longer timeout and more robust result consumptionCOMMENT
MEDIUMtest/tap/groups/mysqlx-soak/setup-infras.bash19# The harness scripts (behavioral_validation.py, stress.py) are thenCOMMENT
MEDIUMtest/tap/groups/mysqlx-soak/setup-infras.bash106# surfaced in soak as 100% error rate in the stress harness and asCOMMENT
MEDIUMtest/tap/groups/mysqlx-soak/env.sh2# MySQL 8.4 backend. This group runs operational harness scripts —COMMENT
MEDIUMtest/tap/groups/mysqlx-soak/env.sh8# isolated docker harness so the plugin is exercised end-to-end theCOMMENT
MEDIUMtest/tap/groups/mysqlx-soak/env.sh20# No ProxySQL cluster needed for this harness; a single primary nodeCOMMENT
MEDIUMtest/tap/groups/mysqlx-soak/env.sh26# tells the plugin to bind on. Matches the harness's --proxysql-portCOMMENT
MEDIUMtest/scripts/mysqlx/stress.py202 # this harness, we just count the churn intent in theCOMMENT
MEDIUMplugins/genai/src/tool_handlers/RAG_Tool_Handler.cpp1716 // This is a basic validation - in production, more robust validation should be usedCOMMENT
MEDIUM…veryAgent/ClaudeCode_Headless/headless_db_discovery.sh8# comprehensive database discovery using 4 collaborating agents:COMMENT
MEDIUMscripts/release-tools/orchestrate_release.py41 """Generate comprehensive prompt for LLM."""STRING
MEDIUM.github/workflows/CI-unit-tests-tsan.yml22# `mysqlx-tsan-g1`. The harness is the same one used locally.COMMENT
MEDIUM.github/workflows/CI-unit-tests-tsan.yml36# Local repro — same harness, same TAP group, same TSAN_OPTIONS:COMMENT
LOW.github/workflows/CI-unit-tests-tsan.yml118 # paths TSAN targets and would just add wall-clock.COMMENT
MEDIUMlib/Chart_bundle_js.cpp1char * Chart_bundle_js_c = (char *) "/*!\n * Chart.js\n * http://chartjs.org/\n * Version: 2.7.1\n *\n * Copyright 2017 CODE
MEDIUMlib/Chart_bundle_js.cpp1char * Chart_bundle_js_c = (char *) "/*!\n * Chart.js\n * http://chartjs.org/\n * Version: 2.7.1\n *\n * Copyright 2017 CODE
LOWlib/Chart_bundle_js.cpp1char * Chart_bundle_js_c = (char *) "/*!\n * Chart.js\n * http://chartjs.org/\n * Version: 2.7.1\n *\n * Copyright 2017 CODE
MEDIUMlib/Chart_bundle_js.cpp1char * Chart_bundle_js_c = (char *) "/*!\n * Chart.js\n * http://chartjs.org/\n * Version: 2.7.1\n *\n * Copyright 2017 CODE
MEDIUMlib/Chart_bundle_js.cpp1char * Chart_bundle_js_c = (char *) "/*!\n * Chart.js\n * http://chartjs.org/\n * Version: 2.7.1\n *\n * Copyright 2017 CODE
Hyper-Verbose Identifiers58 hits · 58 pts
SeverityFileLineSnippetContext
LOWtest/scripts/bin/proxysql-tester.py1270 def run_proxysql_warming_con_test(self, host):STRING
LOWtest/scripts/bin/proxysql-tester.py1222 def run_proxysql_internal_test(self):STRING
LOWtest/scripts/bin/proxysql-tester.py1628def generate_stage_coverage_report(conn_args, psqlt, stage, options={}):STRING
LOW…cy_python_tests/replication_topology_awareness_test.py12 def _test_insert_sent_through_proxysql_is_visible_in_slave_servers(self):STRING
LOW…cy_python_tests/replication_topology_awareness_test.py31 def test_insert_sent_through_proxysql_is_visible_in_slave_servers(self):STRING
LOW…cy_python_tests/replication_topology_awareness_test.py35 def _test_promote_slave_to_master_reflected_in_proxysql_admin_tables(self):STRING
LOW…cy_python_tests/replication_topology_awareness_test.py41 def test_promote_slave_to_master_reflected_in_proxysql_admin_tables(self):STRING
LOW…cy_python_tests/replication_topology_awareness_test.py45 def _wait_for_slave_to_catch_up(self, slave_container_id):STRING
LOW…cy_python_tests/replication_topology_awareness_test.py84 def _promote_first_slave_to_master(self):STRING
LOW…cy_python_tests/replication_topology_awareness_test.py156 def _check_slave_promotion_reflected_in_proxysql_admin(self):STRING
LOWtest/legacy_python_tests/proxysql_base_test.py84 def run_bash_command_within_proxysql(self, params):CODE
LOWtest/legacy_python_tests/proxysql_base_test.py111 def _connect_gdb_to_proxysql_within_container(self):CODE
LOWtest/legacy_python_tests/proxysql_base_test.py160 def run_query_mysql_container(self, query, db, container_id, return_result=True):CODE
LOWtest/legacy_python_tests/proxysql_base_test.py172 def get_environment_variables_from_container(self, container_id):CODE
LOWtest/legacy_python_tests/one_backend_test.py7 def test_select_strings_returns_correct_result(self):CODE
LOWtest/legacy_python_tests/docker_fleet.py41 def get_dockerfiles_for_proxysql(self):CODE
LOWtest/legacy_python_tests/docker_fleet.py45 def get_dockerfiles_for_mysql(self):CODE
LOWtest/legacy_python_tests/docker_fleet.py88 def get_docker_scenario_templates(self, scenarios=[]):CODE
LOWtest/legacy_python_tests/docker_fleet.py163 def _wait_for_daemons_startup(self):CODE
LOWtest/legacy_python_tests/docker_fleet.py182 def _create_folder_to_share_proxysql_code_with_container(self):CODE
LOWtest/legacy_python_tests/docker_fleet.py192 def _delete_folder_with_shared_proxysql_code(self):CODE
LOWtest/legacy_python_tests/docker_fleet.py195 def _stop_existing_docker_containers(self):CODE
LOWtest/legacy_python_tests/docker_fleet.py304 def wait_for_mysql_connection_ok(self, hostname, port, username, password,CODE
LOWtest/legacy_python_tests/docker_fleet.py325 def get_all_mysql_connection_credentials(self, hostgroup=None):CODE
LOWtest/legacy_python_tests/docker_fleet.py351 def get_mysql_connection_credentials(self, hostgroup=0):CODE
LOWtest/legacy_python_tests/docker_fleet.py361 def get_proxysql_connection_credentials(self):CODE
LOWtest/legacy_python_tests/docker_fleet.py370 def get_proxysql_admin_connection_credentials(self):CODE
LOWtest/legacy_python_tests/docker_fleet.py379 def _populate_mysql_containers_with_dump(self):CODE
LOWtest/legacy_python_tests/docker_fleet.py404 def _populate_proxy_configuration_with_backends(self):CODE
LOWtest/legacy_python_tests/docker_fleet.py443 def _extract_port_number_from_uri(self, uri):CODE
LOWtest/legacy_python_tests/docker_fleet.py448 def get_environment_variables_from_container(self, container_id):CODE
LOWtest/legacy_python_tests/docker_fleet.py537 def run_query_mysql_container(self, query, db, container_id, return_result=True):CODE
LOWtest/legacy_python_tests/admin_tables_test.py8 def test_monitor_tables_locking_errors(self):CODE
LOWtest/legacy_python_tests/config_file_parsing_test.py22 def _test_parse_config_file_to_admin_db(self):STRING
LOWtest/legacy_python_tests/config_file_parsing_test.py78 def test_parse_config_file_to_admin_db(self):STRING
LOWtest/legacy_python_tests/authentication_test.py9 def test_existing_user_with_correct_password_works(self):CODE
LOWtest/legacy_python_tests/authentication_test.py22 def test_existing_user_with_correct_password_but_not_registerd_within_proxysql_does_not_work(self):CODE
LOWtest/legacy_python_tests/authentication_test.py33 def test_existing_user_with_incorrect_password_does_not_work(self):CODE
LOWtest/legacy_python_tests/authentication_test.py44 def test_inexisting_user_with_random_password_does_not_work(self):CODE
LOWtest/legacy_python_tests/sysbench_test.py5 def test_proxy_doesnt_crash_under_mild_sysbench_load(self):CODE
LOWinclude/proxysql_structs.h837class StmtLongDataHandler;CODE
LOWinclude/Base_Session.h17class StmtLongDataHandler;CODE
LOWinclude/MySQL_PreparedStatement.h123class StmtLongDataHandler {CODE
LOWscripts/nlp_search_demo.py374 def similarity_search_preparation(self, conn, query: str, limit: int = 20) -> List[Dict[str, Any]]:STRING
LOWscripts/lint/normalize-clang-tidy.py42def is_in_repo_include_or_lib(cpath, repo_root):CODE
LOWscripts/lint/clang_tidy_utils.py55def path_within_allowed_roots(CODE
LOWscripts/lint/clang_tidy_utils.py80def _normalize_yaml_diagnostics(CODE
LOWscripts/lint/clang_tidy_utils.py108def _normalize_text_diagnostics(CODE
LOWscripts/lint/clang_tidy_utils.py129def normalize_clang_tidy_content(CODE
LOWscripts/lint/clang_tidy_utils.py148def normalize_clang_tidy_file(CODE
LOWscripts/lint/test_run_tap_tests.py19 def test_discover_test_sources_filters_only_tap_cpp_files(self):CODE
LOWscripts/lint/test_run_tap_tests.py40 def test_build_compile_database_writes_entries_for_tap_sources(self):CODE
LOWscripts/lint/test_run_tap_tests.py63 def test_build_compile_database_includes_tap_include_dirs(self):CODE
LOWscripts/lint/test_run_tap_tests.py79 def test_select_test_sources_accepts_explicit_file_arguments(self):CODE
LOWscripts/lint/test_clang_tidy_utils.py17 def test_normalize_keeps_test_diagnostic(self):CODE
LOW…veryAgent/ClaudeCode_Headless/headless_db_discovery.py88def get_discovery_prompt_path() -> str:CODE
LOWscripts/release-tools/generate_release_notes.py273def generate_detailed_changelog(pr_details, from_tag, to_tag, output_file):CODE
LOWlib/Chart_bundle_js.cpp1char * Chart_bundle_js_c = (char *) "/*!\n * Chart.js\n * http://chartjs.org/\n * Version: 2.7.1\n *\n * Copyright 2017 CODE
Magic Placeholder Names9 hits · 55 pts
SeverityFileLineSnippetContext
HIGHdoc/VECTOR_FEATURES/EXTERNAL_LLM_SETUP.md117SET ai_nl2sql_provider_key='sk-your-api-key';CODE
HIGHdoc/VECTOR_FEATURES/EXTERNAL_LLM_SETUP.md147SET ai_nl2sql_provider_key='your-api-key';CODE
HIGHdoc/VECTOR_FEATURES/EXTERNAL_LLM_SETUP.md156SET ai_nl2sql_provider_key='sk-ant-your-api-key';CODE
HIGHdoc/VECTOR_FEATURES/EXTERNAL_LLM_SETUP.md166SET ai_nl2sql_provider_key='your-api-key';CODE
HIGHdoc/RAG/embedding-test-plan.md17export OPENAI_API_KEY="your-api-key-here"CODE
HIGHdoc/RAG/chunking-and-embedding-guide.md235 "api_key": "sk-your-api-key",CODE
HIGHdoc/RAG/ingest-usage-guide.md321 "api_key": "sk-your-api-key",CODE
HIGHdoc/LLM_Bridge/API.md98 SET genai_llm_provider_key='sk-your-api-key';CODE
HIGHdoc/LLM_Bridge/README.md79SET genai-llm_provider_key='your-api-key'; -- Empty for local endpointsCODE
Redundant / Tautological Comments39 hits · 55 pts
SeverityFileLineSnippetContext
LOW.aider.conf.yml92## Check if model accepts settings like reasoning_effort/thinking_tokens (default: True)COMMENT
LOWtest/infra/control/cluster_init.bash42# Check if already initializedCOMMENT
LOWtest/infra/control/run-multi-group.bash231 # Check if we should stop due to previous failureCOMMENT
LOWtest/tap/tests/test_mcp_rag_metrics-t.sh155# Check if MCP server is accessible and RAG is enabledCOMMENT
LOWtest/tap/tests/test_mcp_rag_metrics-t.sh166 # Check if genai-rag_enabled is trueCOMMENT
LOWtest/tap/tests/test_mcp_rag_metrics-t.sh221 # Check if prepare script existsCOMMENT
LOWtest/tap/tests/test_mcp_rag_metrics-t.sh128# Check if ProxySQL admin is accessibleCOMMENT
LOW…/tap/tests/rag_stats_testing/test_rag_tool_counters.sh97 # Check if response was successful (counter tracking works even with empty results)COMMENT
LOWtest/tap/groups/ai/pre-cleanup.bash25# Check if ProxySQL container is runningCOMMENT
LOWtest/scripts/bin/proxysql-tester.py1278 # Check if connection_warming is supportedSTRING
LOWtest/scripts/bin/proxysql-tester.py641 # Check if any tests belong to this groupSTRING
LOWtest/legacy_python_tests/docker_fleet.py294 # Check if anything at all is returnedCOMMENT
LOWscripts/verify_vector_features.sh32 # Check if it's not a stubCOMMENT
LOWscripts/mcp/test_mcp_fts.sh166# Check if MCP server is accessibleCOMMENT
LOWscripts/mcp/test_mcp_fts.sh955 # Check if snippet is present in resultsCOMMENT
LOWscripts/mcp/setup_test_db.sh75 # Check if Docker is availableCOMMENT
LOWscripts/mcp/setup_test_db.sh77 # Check if user can run dockerCOMMENT
LOWscripts/mcp/setup_test_db.sh84 # Check if mysql client can connect locallyCOMMENT
LOWscripts/mcp/setup_test_db.sh233 # Check if container already existsCOMMENT
LOWscripts/mcp/setup_test_db.sh637# Check if command was providedCOMMENT
LOWscripts/mcp/test_rag.sh122 # Check if response contains toolsCOMMENT
LOWscripts/mcp/test_nl2sql_e2e.sh105 # Check if expected pattern existsCOMMENT
LOWscripts/mcp/test_nl2sql_tools.sh108# Check if MCP server is accessibleCOMMENT
LOWscripts/mcp/test_nl2sql_tools.sh222 # Check if expected pattern existsCOMMENT
LOWscripts/mcp/configure_mcp.sh75# Check if ProxySQL admin is accessibleCOMMENT
LOWscripts/mcp/configure_mcp.sh88# Check if MySQL is accessibleCOMMENT
LOWscripts/mcp/test_mcp_tools.sh111# Check if MCP server is accessibleCOMMENT
LOWscripts/mcp/test_mcp_tools.sh164# Check if a tool is discovered on an endpointCOMMENT
LOWscripts/mcp/test_mcp_tools.sh480# Check if tool should be skippedCOMMENT
LOWscripts/mcp/test_mcp_tools.sh565 # Check if tool is discoveredCOMMENT
LOWscripts/mcp/test_mcp_tools.sh571 # Check if tool should be skippedCOMMENT
LOWscripts/mcp/demo_agent_claude.sh59# Check if catalog existsCOMMENT
LOW…coveryAgent/ClaudeCode_Headless/two_phase_discovery.py186 # Check if claude command is availableSTRING
LOW…veryAgent/ClaudeCode_Headless/headless_db_discovery.py189 # Check if output is emptyCOMMENT
LOW…veryAgent/ClaudeCode_Headless/headless_db_discovery.py206 # Check if output file is emptyCOMMENT
LOW…veryAgent/ClaudeCode_Headless/headless_db_discovery.sh220 # Check if file is empty (no output)COMMENT
LOWdoc/vector-search-test/test_vector_tables.sh36 # Check if result matches expected patternCOMMENT
LOWdoc/vector-search-test/test_similarity_search.sh36 # Check if result matches expected patternCOMMENT
LOWdoc/vector-search-test/test_data_insertion.sh36 # Check if result matches expected patternCOMMENT
Synthetic Comment Markers10 hits · 50 pts
SeverityFileLineSnippetContext
HIGHdoc/AI-DOCUMENTATION-FRAMEWORK.md33> **⚠️ Important Notice**: This documentation was generated by AI and may contain inaccuracies.CODE
HIGHdoc/AI-DOCUMENTATION-FRAMEWORK.md45├── ai-generated/ # AI-generated exploration guidesCODE
HIGHdoc/LLM_Bridge/README.md267| Machine learning is a subset of artificial intelligence | Generated by llama3.2 | 0 | openai |CODE
HIGHdoc/ai-generated/DOCUMENTATION-INDEX.md3> **⚠️ Important Notice**: This documentation was generated by AI and may contain inaccuracies.CODE
HIGHdoc/ai-generated/architecture/VISUAL-GUIDE.md3> **⚠️ Important Notice**: This documentation was generated by AI and may contain inaccuracies.CODE
HIGHdoc/ai-generated/architecture/PROJECT-LAYOUT.md3> **⚠️ Important Notice**: This documentation was generated by AI and may contain inaccuracies.CODE
HIGHdoc/ai-generated/architecture/TEST-PIPELINE.md3> **⚠️ Important Notice**: This documentation was generated by AI and may contain inaccuracies.CODE
HIGHdoc/ai-generated/architecture/ARCHITECTURE-OVERVIEW.md3> **⚠️ Important Notice**: This documentation was generated by AI and may contain inaccuracies.CODE
HIGHdoc/ai-generated/architecture/RELEASE-PIPELINE.md3> **⚠️ Important Notice**: This documentation was generated by AI and may contain inaccuracies.CODE
HIGH…ai-generated/architecture/ENHANCEMENT-OPPORTUNITIES.md3> **⚠️ Important Notice**: This documentation was generated by AI and may contain inaccuracies.CODE
Unused Imports44 hits · 44 pts
SeverityFileLineSnippetContext
LOWscenarios.py19CODE
LOWtest/tap/groups/check_groups.py30CODE
LOWtest/scripts/bin/proxysql-tester.py12CODE
LOWtest/scripts/bin/proxysql-tester.py14CODE
LOWtest/scripts/bin/proxysql-tester.py23CODE
LOWtest/scripts/lib/utils.py9CODE
LOW…cy_python_tests/replication_topology_awareness_test.py1CODE
LOW…cy_python_tests/replication_topology_awareness_test.py2CODE
LOW…cy_python_tests/replication_topology_awareness_test.py3CODE
LOW…cy_python_tests/replication_topology_awareness_test.py4CODE
LOW…cy_python_tests/replication_topology_awareness_test.py5CODE
LOW…cy_python_tests/replication_topology_awareness_test.py7CODE
LOWtest/legacy_python_tests/proxysql_base_test.py1CODE
LOWtest/legacy_python_tests/proxysql_base_test.py2CODE
LOWtest/legacy_python_tests/proxysql_base_test.py7CODE
LOWtest/legacy_python_tests/proxysql_base_test.py8CODE
LOWtest/legacy_python_tests/proxysql_base_test.py9CODE
LOWtest/legacy_python_tests/one_backend_test.py1CODE
LOWtest/legacy_python_tests/config_file_parsing_test.py1CODE
LOWtest/legacy_python_tests/authentication_test.py1CODE
LOWtest/legacy_python_tests/authentication_test.py3CODE
LOWscripts/stackexchange_posts.py14CODE
LOWscripts/stackexchange_posts.py18CODE
LOWscripts/stackexchange_posts.py21CODE
LOWscripts/nlp_search_demo.py15CODE
LOWscripts/nlp_search_demo.py17CODE
LOWscripts/nlp_search_demo.py18CODE
LOWscripts/nlp_search_demo.py19CODE
LOWscripts/nlp_search_demo.py19CODE
LOWscripts/lint/clang_tidy_utils.py5CODE
LOWscripts/lint/clang_tidy_utils.py11CODE
LOWscripts/lint/clang_tidy_utils.py11CODE
LOWscripts/lint/clang_tidy_utils.py11CODE
LOWscripts/lint/run_tap_tests.py3CODE
LOW…mcp/DiscoveryAgent/FastAPI_deprecated_POC/agent_app.py7CODE
LOW…coveryAgent/ClaudeCode_Headless/two_phase_discovery.py14CODE
LOWscripts/mcp/DiscoveryAgent/Rich/discover_cli.py38CODE
LOWscripts/release-tools/parse_commits_legacy.py2CODE
LOWscripts/release-tools/gen_changelog_legacy.py4CODE
LOWscripts/release-tools/generate_changelog.py16CODE
LOWscripts/release-tools/collect_pr_data.py14CODE
LOWscripts/release-tools/orchestrate_release.py17CODE
LOWscripts/release-tools/generate_structured_notes.py12CODE
LOWscripts/release-tools/fetch_prs_legacy.py5CODE
Hallucination Indicators4 hits · 40 pts
SeverityFileLineSnippetContext
CRITICALlib/PgSQL_Monitor.cpp1515 sqlite_bind_text(stmt, 1, state.task.op_st.srv_info.addr.c_str());CODE
CRITICALlib/PgSQL_Monitor.cpp1560 sqlite_bind_text(stmt, 1, state.task.op_st.srv_info.addr.c_str());CODE
CRITICALlib/PgSQL_Monitor.cpp1609 sqlite_bind_text(stmt, 1, state.task.op_st.srv_info.addr.c_str());CODE
CRITICALlib/PgSQL_Monitor.cpp1665 sqlite_bind_text(stmt, 1, state.task.op_st.srv_info.addr.c_str());CODE
Deep Nesting31 hits · 30 pts
SeverityFileLineSnippetContext
LOWtest/tap/groups/check_groups.py36CODE
LOWtest/tap/groups/check_groups.py66CODE
LOWtest/tap/groups/lint_group_coverage.py65CODE
LOWtest/scripts/mysqlx/stress.py109CODE
LOWtest/scripts/bin/proxysql-tester.py264CODE
LOWtest/scripts/bin/proxysql-tester.py329CODE
LOWtest/scripts/bin/proxysql-tester.py368CODE
LOWtest/scripts/bin/proxysql-tester.py1003CODE
LOWtest/scripts/bin/proxysql-tester.py1067CODE
LOWtest/scripts/bin/proxysql-tester.py1270CODE
LOWtest/scripts/bin/proxysql-tester.py549CODE
LOWscripts/stackexchange_posts.py118CODE
LOWscripts/stackexchange_posts.py231CODE
LOWscripts/nlp_search_demo.py463CODE
LOWscripts/nlp_search_demo.py46CODE
LOWscripts/nlp_search_demo.py228CODE
LOWscripts/nlp_search_demo.py422CODE
LOWscripts/copy_stackexchange_Posts_mysql_to_sqlite3.py61CODE
LOWscripts/lint/normalize-clang-tidy.py73CODE
LOWscripts/mcp/proxysql_mcp_stdio_bridge.py239CODE
LOW…mcp/DiscoveryAgent/FastAPI_deprecated_POC/agent_app.py397CODE
LOW…veryAgent/ClaudeCode_Headless/headless_db_discovery.py118CODE
LOWscripts/release-tools/parse_commits_legacy.py35CODE
LOWscripts/release-tools/generate_changelog.py84CODE
LOWscripts/release-tools/categorize_commits.py85CODE
LOWscripts/release-tools/generate_release_notes.py28CODE
LOWscripts/release-tools/generate_release_notes.py76CODE
LOWscripts/release-tools/generate_release_notes.py140CODE
LOWscripts/release-tools/generate_release_notes.py202CODE
LOWscripts/release-tools/generate_release_notes.py273CODE
LOWscripts/release-tools/generate_structured_notes.py83CODE
Example Usage Blocks18 hits · 28 pts
SeverityFileLineSnippetContext
LOWtest/infra/control/run-tests-isolated.bash7# Usage:COMMENT
LOWtest/infra/control/destroy-multi-group.bash5# Usage:COMMENT
LOWtest/infra/control/run-multi-group.bash5# Usage:COMMENT
LOWtest/infra/control/verify-package-install.bash11# Usage:COMMENT
LOWscripts/add_threat_patterns.sh14# Usage:COMMENT
LOWscripts/test_external_live.sh10# Usage:COMMENT
LOWscripts/mcp/stress_test.sh5# Usage:COMMENT
LOWscripts/mcp/test_mcp_fts.sh13# Usage:COMMENT
LOWscripts/mcp/setup_test_db.sh5# Usage:COMMENT
LOWscripts/mcp/test_rag.sh5# Usage:COMMENT
LOWscripts/mcp/test_mcp_fts_detailed.sh15# Usage:COMMENT
LOWscripts/mcp/test_nl2sql_e2e.sh13# Usage:COMMENT
LOWscripts/mcp/test_nl2sql_tools.sh13# Usage:COMMENT
LOWscripts/mcp/test_catalog.sh5# Usage:COMMENT
LOWscripts/mcp/configure_mcp.sh5# Usage:COMMENT
LOWscripts/mcp/test_mcp_tools.sh5# Usage:COMMENT
LOW…p/DiscoveryAgent/ClaudeCode_Headless/static_harvest.sh8# Usage:COMMENT
LOW…veryAgent/ClaudeCode_Headless/headless_db_discovery.sh11# Usage:COMMENT
Fake / Example Data7 hits · 7 pts
SeverityFileLineSnippetContext
LOWtest/tap/tests/test_ssl_fast_forward-3.cpp22const std::string lorem = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut CODE
LOWtest/tap/tests/test_ssl_fast_forward-3.cpp22const std::string lorem = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut CODE
LOWtest/tap/tests/test_ssl_large_query-2-t.cpp38const std::string lorem = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut CODE
LOWtest/tap/tests/test_ssl_large_query-2-t.cpp38const std::string lorem = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut CODE
LOWtest/tap/tests/unit/mysqlx_tls_unit-t.cpp110 for (int i = 0; i < 9; i++) ok(false, "placeholder");CODE
LOWinclude/proxysql_structs.h1839 { SQL_NAME_LAST_LOW_WM, SETTING_VARIABLE, false, false, true, false, (char *)"placeholder", (char *)"placeholdCODE
LOWinclude/proxysql_structs.h1939 { PGSQL_NAME_LAST_LOW_WM, session_status___NONE, "placeholder", "placeholder", "0" , 0, nullptr, nullptr }, // thCODE
Self-Referential Comments2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUMscripts/mcp/test_mcp_fts.sh790 # Create a second tableCOMMENT
MEDIUMscripts/mcp/test_mcp_fts.sh914 # Create a document with special charactersCOMMENT
TODO Padding2 hits · 3 pts
SeverityFileLineSnippetContext
LOWlib/ProxySQL_Config.cpp1206 // TODO: Add validation to mysql_replication_hostgroups similar to mysql_serversCOMMENT
LOWlib/ProxySQL_Config.cpp1815 // TODO: Add validation to pgsql_replication_hostgroups similar to pgsql_serversCOMMENT