Repository Analysis

sysown/proxysql

High-performance proxy for MySQL and PostgreSQL

3.9 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of sysown/proxysql, a C++ project with 6,904 GitHub stars. SynthScan v2.0 examined 694,961 lines of code across 2208 source files, recording 2004 pattern matches distributed across 20 syntactic categories. The overall adjusted score of 3.9 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).

3.9
Adjusted Score
3.9
Raw Score
100%
Time Factor
2026-08-28
Last Push
6.9K
Stars
C++
Language
695.0K
Lines of Code
2.2K
Files
2.0K
Pattern Hits
2026-08-29
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

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 4HIGH 20MEDIUM 238LOW 1742

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 2004 distinct pattern matches across 20 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 Block1077 hits · 983 pts
SeverityFileLineSnippetContext
LOWcodecov.yml1# Codecov configuration for ProxySQL.COMMENT
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.bash41 build_target="$PROXYSQL_BUILD_TYPE"COMMENT
LOWtest/sqlite_history_convert.cpp1#include <pthread.h>COMMENT
LOW…fra-dbdeployer-pgsql17-repl/bin/toxiproxy-bootstrap.sh1#!/usr/bin/env bashCOMMENT
LOW…fra-dbdeployer-pgsql17-repl/bin/docker-proxy-post.bash1#!/bin/bashCOMMENT
LOW…fra-dbdeployer-pgsql17-repl/bin/docker-proxy-post.bash41doneCOMMENT
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.bash341 -e GCOV_PREFIX="/gcov/tap" \COMMENT
LOWtest/infra/control/run-tests-isolated.bash381 if ! \"${SCRIPT_DIR}/dump-proxysql-gcov.bash\"; thenCOMMENT
LOWtest/infra/control/destroy-multi-group.bash1#!/bin/bashCOMMENT
LOWtest/infra/control/start-proxysql-isolated.bash61mkdir -p "${PROXY_DATA_DIR}"COMMENT
LOWtest/infra/control/start-proxysql-isolated.bash161 if [ ! -f "${GENAI_PLUGIN_SRC}" ]; thenCOMMENT
LOWtest/infra/control/start-proxysql-isolated.bash221fiCOMMENT
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.cpp1241 if (shared_st->res_cur_pos == shared_st->res_init_pos && is_space_char(*shared_st->q)) {COMMENT
LOWtest/afl_digest_test/c_tokenizer.cpp1361static __attribute__((always_inline)) inlineCOMMENT
LOWtest/afl_digest_test/c_tokenizer.cpp1481 if (opts->grouping_limit == 0) { return; }COMMENT
LOWtest/afl_digest_test/c_tokenizer.cpp1741 // non-collapsed chain of patterns (if the expanded version of last pattern didn't fit in the buffer). TheCOMMENT
LOWtest/afl_digest_test/c_tokenizer.cpp1881 // INSERT INTO db.table pi_value VALUES (3.141592COMMENT
LOWtest/afl_digest_test/c_tokenizer.cpp1901 // ==============================================COMMENT
LOWtest/afl_digest_test/c_tokenizer.cpp2381 continue;COMMENT
LOWtest/afl_digest_test/c_tokenizer.cpp2501 copy_next_char(&shared_st, &opts);COMMENT
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
LOW…st/tap/tests/test_prepare_statement_memory_usage-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
1017 more matches not shown…
Decorative Section Separators135 hits · 414 pts
SeverityFileLineSnippetContext
MEDIUM…fra/infra-dbdeployer-pgsql17-repl/docker/entrypoint.sh15# ---------------------------------------------------------------------------COMMENT
MEDIUM…fra/infra-dbdeployer-pgsql17-repl/docker/entrypoint.sh17# ---------------------------------------------------------------------------COMMENT
MEDIUM…fra/infra-dbdeployer-pgsql17-repl/docker/entrypoint.sh25# ---------------------------------------------------------------------------COMMENT
MEDIUM…fra/infra-dbdeployer-pgsql17-repl/docker/entrypoint.sh29# ---------------------------------------------------------------------------COMMENT
MEDIUM…fra/infra-dbdeployer-pgsql17-repl/docker/entrypoint.sh49# ---------------------------------------------------------------------------COMMENT
MEDIUM…fra/infra-dbdeployer-pgsql17-repl/docker/entrypoint.sh53# ---------------------------------------------------------------------------COMMENT
MEDIUM…fra/infra-dbdeployer-pgsql17-repl/docker/entrypoint.sh87# ---------------------------------------------------------------------------COMMENT
MEDIUM…fra/infra-dbdeployer-pgsql17-repl/docker/entrypoint.sh89# ---------------------------------------------------------------------------COMMENT
MEDIUM…fra/infra-dbdeployer-pgsql17-repl/docker/entrypoint.sh102# ---------------------------------------------------------------------------COMMENT
MEDIUM…fra/infra-dbdeployer-pgsql17-repl/docker/entrypoint.sh106# ---------------------------------------------------------------------------COMMENT
MEDIUM…fra/infra-dbdeployer-pgsql17-repl/docker/entrypoint.sh126# ---------------------------------------------------------------------------COMMENT
MEDIUM…fra/infra-dbdeployer-pgsql17-repl/docker/entrypoint.sh130# ---------------------------------------------------------------------------COMMENT
MEDIUM…fra/infra-dbdeployer-pgsql17-repl/docker/entrypoint.sh166# ---------------------------------------------------------------------------COMMENT
MEDIUM…fra/infra-dbdeployer-pgsql17-repl/docker/entrypoint.sh169# ---------------------------------------------------------------------------COMMENT
MEDIUM…fra/infra-dbdeployer-pgsql17-repl/docker/entrypoint.sh184# ---------------------------------------------------------------------------COMMENT
MEDIUM…fra/infra-dbdeployer-pgsql17-repl/docker/entrypoint.sh186# ---------------------------------------------------------------------------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
75 more matches not shown…
Structural Annotation Overuse167 hits · 280 pts
SeverityFileLineSnippetContext
LOWtest/infra/README.md76### Step 1: Global SetupCOMMENT
LOWtest/infra/README.md92### Step 2: Start ProxySQL & BackendsCOMMENT
LOWtest/infra/README.md99### Step 3: Run TAP TestsCOMMENT
LOWtest/infra/README.md106### 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.cpp615 // Step 6: Send the malformed packet on the authenticated connectionCOMMENT
LOWtest/tap/tests/pgsql-test_malformed_packet-t.cpp622 // Step 7: Wait for a response to the packet.COMMENT
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.cpp252 // Step 1: Get initial connection count via MCP statsCOMMENT
107 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.cpp615 // Step 6: Send the malformed packet on the authenticated connectionCOMMENT
LOWtest/tap/tests/pgsql-test_malformed_packet-t.cpp622 // Step 7: Wait for a response to the packet.COMMENT
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.cpp252 // Step 1: Get initial connection count via MCP statsCOMMENT
LOWtest/tap/tests/mcp_stats_refresh-t.cpp294 // Step 2: Create several new MySQL connections to the frontend portCOMMENT
LOWtest/tap/tests/mcp_stats_refresh-t.cpp312 // Step 3: Query connection count againCOMMENT
LOWtest/tap/tests/mcp_stats_refresh-t.cpp331 // 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…
Modern AI Meta-Vocabulary50 hits · 148 pts
SeverityFileLineSnippetContext
MEDIUM.aider.conf.yml48## Specify a file with context window and costs for unknown modelsCOMMENT
MEDIUMtest/infra/control/start-proxysql-isolated.bash153# Same pattern for the genai plugin (post-carve-out, GenAI/MCP/RAG/LLMCOMMENT
MEDIUMtest/tap/tests/test_mcp_rag_metrics-t.sh2# TAP integration test for authenticated RAG requests, metrics, and logging.COMMENT
MEDIUMtest/tap/tests/test_mcp_rag_metrics-t.sh38echo "msg: # === MCP RAG Metrics Test Suite ==="CODE
MEDIUMtest/tap/tests/rag_stats_testing/prepare_test_db.sh2# Seed the RAG database opened by the ProxySQL process using Python stdlib.COMMENT
MEDIUM…/tap/tests/rag_stats_testing/test_rag_tool_counters.sh2# Verify RAG tool counters by measuring deltas without clearing shared stats.COMMENT
MEDIUMtest/tap/tests/rag_stats_testing/test_rag_search_log.sh2# Verify RAG search logging with run-unique rows and no global table reset.COMMENT
MEDIUMtest/tap/groups/ai-g1/env.sh20# Post-carve-out: GenAI/MCP/RAG/LLM all live in plugins/genai/. TheCOMMENT
MEDIUMtest/tap/groups/ai-g2/env.sh20# The GenAI/MCP/RAG/LLM features are supplied by plugins/genai/.COMMENT
MEDIUMplugins/genai/include/MySQL_Tool_Handler.h60 // Query guardrailsCOMMENT
MEDIUMplugins/genai/include/Query_Tool_Handler.h80 // Query guardrailsCOMMENT
MEDIUM…powers/plans/2026-07-08-pgsql-sp1-tap-coverage-gaps.md59## Task 1: Wire-level auth-challenge test scaffold + cleartext caseCOMMENT
MEDIUM…uperpowers/plans/2026-07-08-pgsql-sp3-driver-matrix.md52## Task 1: Multi-language runner image + CLI/subprocess scaffoldingCOMMENT
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.yml117 # 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.md407 # 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
MEDIUMdoc/RAG/sql-examples.md1# ProxySQL RAG Index — SQL Examples (FTS, Vectors, Hybrid)COMMENT
MEDIUMdoc/RAG/architecture-runtime-retrieval.md1# ProxySQL RAG Engine — Runtime Retrieval Architecture (v0 Blueprint)COMMENT
MEDIUMdoc/RAG/architecture-runtime-retrieval.md15## 1. The runtime role of ProxySQL in a RAG systemCOMMENT
MEDIUMdoc/RAG/RAG_FILE_SUMMARY.md1# RAG Implementation File SummaryCOMMENT
MEDIUMdoc/RAG/architecture-data-model.md1# ProxySQL RAG Index — Data Model & Ingestion Architecture (v0 Blueprint)COMMENT
MEDIUMdoc/RAG/chunking-and-embedding-guide.md1# RAG Source Configuration Guide: `chunking_json` and `embedding_json`COMMENT
MEDIUMdoc/RAG/ingest-usage-guide.md1# RAG Ingestion Tool - Usage Guide (MySQL Protocol Version)COMMENT
MEDIUMdoc/RAG/ingest-usage-guide.md18# 2. Initialize the RAG database schemaCOMMENT
MEDIUMdoc/RAG/ingest-usage-guide.md35### Step 1: Initialize the RAG DatabaseCOMMENT
MEDIUMdoc/RAG/RAG_IMPLEMENTATION_COMPLETE.md1# ProxySQL RAG Subsystem Implementation - CompleteCOMMENT
MEDIUMdoc/RAG/RAG_IMPLEMENTATION_COMPLETE.md9### 1. RAG Tool HandlerCOMMENT
MEDIUMdoc/RAG/mcp-tools.md1# MCP Tooling for ProxySQL RAG Engine (v0 Blueprint)COMMENT
MEDIUMdoc/RAG/embeddings-design.md1# ProxySQL RAG Index — Embeddings & Vector Retrieval Design (Chunk-Level) (v0→v1 Blueprint)COMMENT
MEDIUMdoc/plugin-chassis/FILE_CHANGES.md162## G. Chassis: test scaffoldingCOMMENT
Hyper-Verbose Identifiers159 hits · 138 pts
SeverityFileLineSnippetContext
LOWtools/pgsql_user_sync/proxysql_pgsql_user_sync.py406def _validate_snapshot_username(username: str) -> None:CODE
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py904 def test_requirements_pin_supported_driver_majors(self):CODE
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py909 def test_tap_assets_have_a_build_dependency_and_clean_output(self):CODE
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py918 def test_tap_wrappers_do_not_install_dependencies_or_require_staging_locally(self):CODE
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py858 def test_source_function_has_security_boundaries(self):CODE
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py878 def test_source_function_requires_runtime_reader_secret_and_current_database(self):CODE
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py886 def test_example_configuration_is_loadable_with_protected_permissions(self):CODE
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py930 def test_readme_documents_scheduler_and_cluster_safety(self):CODE
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py108 def test_rejects_world_readable_config(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py113 def test_rejects_symlinked_config_before_reading_target(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py121 def test_group_read_requires_root_owner_and_owner_only_is_allowed(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py409 def test_missing_action_is_configurable(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py418 def test_aborts_for_unmanaged_main_runtime_drift(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py425 def test_unmanaged_conflict_requires_adoption(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py437 def test_cross_profile_conflict_aborts(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py444 def test_duplicate_admin_rows_are_rejected(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py452 def test_ownership_helpers_validate_and_normalize(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py466 def test_unchanged_rows_need_no_action_or_load(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py474 def test_managed_runtime_drift_requires_load(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py482 def test_inactive_main_row_is_expected_absent_from_runtime(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py488 def test_runtime_backend_half_with_frontend_disabled_is_not_drift(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py497 def test_unmanaged_runtime_backend_half_with_frontend_disabled_is_not_drift(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py740 def test_source_failure_is_secret_safe(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py748 def test_dry_run_does_not_write_load_or_save(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py758 def test_write_failure_never_loads_runtime(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py766 def test_loads_on_actions_and_saves_only_after_load(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py774 def test_loads_runtime_drift_without_actions(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py783 def test_runtime_backend_half_skips_load_on_a_repeated_run(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py793 def test_save_failure_reports_partial_after_successful_load(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py802 def test_exclusive_lock_reports_contention(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py811 def test_exclusive_lock_rejects_symlinked_target(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py821 def test_summary_has_non_negative_duration(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py829 def test_partial_summary_returns_nonzero_after_printing(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py61 def test_defaults_and_cli_hostgroup_override(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py71 def test_cli_overrides_take_precedence(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py143 def test_config_owner_must_be_root_or_the_service_user(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py168 def test_fdopen_failure_does_not_close_a_transferred_descriptor(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py181 def test_rejects_group_write_even_when_root_owned(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py188 def test_rejects_invalid_profile_and_function(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py228 def test_rejects_each_invalid_configuration_value(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py274 def test_parse_args_supports_overrides(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py316 def test_rejects_invalid_verifiers_without_leaking_value(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py330 def test_rejects_duplicate_without_leaking_verifier(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py336 def test_empty_snapshot_requires_opt_in(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py375 def test_create_uses_configured_hostgroup(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py388 def test_managed_update_changes_only_password_active_and_ownership(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py577 def test_source_composes_schema_and_function_as_identifiers(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py591 def test_admin_fetches_exact_projection_from_both_tables(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py607 def test_admin_normalizes_integer_fields_returned_as_postgresql_text(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py623 def test_admin_update_uses_bound_parameters(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py632 def test_admin_create_and_disable_use_explicit_columns_and_bound_keys(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py647 def test_admin_runtime_commands_use_postgresql_users(self):STRING
LOWtools/pgsql_user_sync/tests/test_pgsql_user_sync.py656 def test_drivers_are_imported_only_when_default_connectors_are_used(self):STRING
LOWtest/tap/groups/test_ai_shell_contract.py64 def test_helper_uses_canonical_admin_mcp_environment(self):CODE
LOWtest/tap/groups/test_ai_shell_contract.py74 def test_helper_sends_bearer_authenticated_http(self):CODE
LOWtest/tap/groups/test_ai_shell_contract.py109 def test_helper_https_uses_configured_ca_by_default(self):CODE
LOWtest/tap/groups/test_ai_shell_contract.py145 def test_helper_admin_sql_targets_configured_host(self):CODE
LOWtest/tap/groups/test_ai_shell_contract.py180 def test_registered_programs_use_shared_portable_helper(self):CODE
LOWtest/tap/groups/test_ai_shell_contract.py188 def test_headless_dry_run_fixtures_are_self_contained(self):CODE
LOWtest/tap/groups/test_ai_shell_contract.py220 def test_rag_database_fixture_needs_only_python_stdlib(self):CODE
99 more matches not shown…
Excessive Try-Catch Wrapping95 hits · 108 pts
SeverityFileLineSnippetContext
LOWtools/pgsql_user_sync/proxysql_pgsql_user_sync.py701 except Exception:CODE
LOWtools/pgsql_user_sync/proxysql_pgsql_user_sync.py752 except Exception:CODE
LOWtools/pgsql_user_sync/proxysql_pgsql_user_sync.py800 except Exception:CODE
LOWtools/pgsql_user_sync/proxysql_pgsql_user_sync.py825 except Exception:CODE
LOWtools/pgsql_user_sync/proxysql_pgsql_user_sync.py863 except Exception:CODE
LOWtools/pgsql_user_sync/proxysql_pgsql_user_sync.py872 except Exception:CODE
LOWtools/pgsql_user_sync/proxysql_pgsql_user_sync.py887 except Exception:CODE
LOWtools/pgsql_user_sync/proxysql_pgsql_user_sync.py895 except Exception:CODE
LOWtools/pgsql_user_sync/proxysql_pgsql_user_sync.py903 except Exception:CODE
LOWtools/pgsql_user_sync/proxysql_pgsql_user_sync.py909 except Exception:CODE
LOWtools/pgsql_user_sync/proxysql_pgsql_user_sync.py915 except Exception:CODE
MEDIUMtools/pgsql_user_sync/proxysql_pgsql_user_sync.py729def fetch_snapshot(self) -> list[tuple[str, str]]:CODE
LOWtest/tap/tests/test_sqlite3_from_unixtime-t.py24 except Exception as e:CODE
LOWtest/tap/tests/pgsql-user-sync-t.py174 except Exception:CODE
LOWtest/tap/tests/pgsql-user-sync-t.py187 except Exception:CODE
LOWtest/tap/tests/pgsql-user-sync-t.py289 except Exception as error: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.py214 except Exception as e:CODE
LOWtest/scripts/bin/proxysql-tester.py262 except Exception as e:CODE
LOWtest/scripts/bin/proxysql-tester.py1347 except Exception as e:STRING
LOWtest/scripts/bin/proxysql-tester.py702 except Exception as e:STRING
LOWtest/scripts/bin/proxysql-tester.py803 except Exception as e:STRING
LOWtest/scripts/bin/proxysql-tester.py836 except Exception as e:STRING
LOWtest/scripts/bin/proxysql-tester.py899 except Exception as e:STRING
LOWtest/scripts/bin/proxysql-tester.py941 except Exception as log_error:STRING
LOWtest/scripts/bin/proxysql-tester.py973 except Exception as e:STRING
LOWtest/scripts/bin/proxysql-tester.py1210 except Exception as e:STRING
LOWtest/scripts/bin/proxysql-tester.py1420 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
LOWtest/pg-compat/behaviors/transactions.py63 except Exception: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
35 more matches not shown…
AI Slop Vocabulary34 hits · 98 pts
SeverityFileLineSnippetContext
MEDIUM…infra/infra-dbdeployer-pgsql17-repl/docker-compose.yml16 # name so downstream SP-2 tasks (harness/ProxySQL) resolve the backend.COMMENT
MEDIUM…infra/infra-dbdeployer-pgsql17-repl/docker-compose.yml29 # that name so downstream SP-2 tasks (harness/ProxySQL) resolve it.COMMENT
MEDIUMtest/infra/control/run-tests-isolated.bash404 # 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/tap/groups/pg-compat/env.sh5# SP-2 tasks (Toxiproxy, ProxySQL config, pytest harness) consume THESE vars.COMMENT
MEDIUMtest/scripts/mysqlx/stress.py202 # this harness, we just count the churn intent in theCOMMENT
MEDIUMtest/pg-compat/conftest.py19 # client_encoding pinned to UTF8 for the same reason harness/targets.pyCOMMENT
MEDIUMtest/pg-compat/xfail.toml22# Format (see harness/xfail.py for the loader):COMMENT
MEDIUMtest/pg-compat/xfail.toml36# test -- typically because the harness neutralizes it (e.g. by pinning aCOMMENT
MEDIUMtest/pg-compat/harness/targets.py33# psycopg is imported so callers can ``from harness import targets`` and reachCOMMENT
MEDIUMtest/pg-compat/behaviors/connect.py14 # harness/targets.py's encoding rationale (backend DBs default toCOMMENT
MEDIUMplugins/genai/src/tool_handlers/RAG_Tool_Handler.cpp1722 // 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.yml119 # paths TSAN targets and would just add wall-clock.COMMENT
MEDIUM.github/workflows/gh-actions-reusable/ci-pg-compat.yml59 # ships; debug is required because the isolated harnessCOMMENT
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
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
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
Redundant / Tautological Comments34 hits · 49 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/groups/ai/pre-cleanup.bash25# Check if ProxySQL container is runningCOMMENT
LOWtest/scripts/bin/proxysql-tester.py1359 # Check if connection_warming is supportedSTRING
LOWtest/scripts/bin/proxysql-tester.py643 # 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
Unused Imports45 hits · 44 pts
SeverityFileLineSnippetContext
LOWscenarios.py19CODE
LOWtest/tap/groups/check_groups.py30CODE
LOWtest/scripts/bin/proxysql-tester.py13CODE
LOWtest/scripts/bin/proxysql-tester.py15CODE
LOWtest/scripts/bin/proxysql-tester.py24CODE
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
LOWtest/pg-compat/harness/targets.py35CODE
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 Nesting33 hits · 32 pts
SeverityFileLineSnippetContext
LOWtools/pgsql_user_sync/proxysql_pgsql_user_sync.py836CODE
LOWtest/tap/groups/check_groups.py36CODE
LOWtest/tap/groups/check_groups.py66CODE
LOWtest/tap/groups/lint_group_coverage.py90CODE
LOWtest/tap/groups/lint_group_coverage.py127CODE
LOWtest/scripts/mysqlx/stress.py109CODE
LOWtest/scripts/bin/proxysql-tester.py266CODE
LOWtest/scripts/bin/proxysql-tester.py331CODE
LOWtest/scripts/bin/proxysql-tester.py370CODE
LOWtest/scripts/bin/proxysql-tester.py1001CODE
LOWtest/scripts/bin/proxysql-tester.py1065CODE
LOWtest/scripts/bin/proxysql-tester.py1351CODE
LOWtest/scripts/bin/proxysql-tester.py551CODE
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.h1887 { SQL_NAME_LAST_LOW_WM, SETTING_VARIABLE, false, false, true, false, (char *)"placeholder", (char *)"placeholdCODE
LOWinclude/proxysql_structs.h1987 { 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
Cross-Language Confusion1 hit · 4 pts
SeverityFileLineSnippetContext
HIGHtools/pgsql_user_sync/tests/test_pgsql_user_sync.py459 '{"proxysql_pgsql_user_sync": null}',STRING
TODO Padding2 hits · 3 pts
SeverityFileLineSnippetContext
LOWlib/ProxySQL_Config.cpp1508 // TODO: Add validation to mysql_replication_hostgroups similar to mysql_serversCOMMENT
LOWlib/ProxySQL_Config.cpp2273 // TODO: Add validation to pgsql_replication_hostgroups similar to pgsql_serversCOMMENT
Modern Structural Boilerplate1 hit · 1 pts
SeverityFileLineSnippetContext
LOWtools/pgsql_user_sync/proxysql_pgsql_user_sync.py1018__all__ = [CODE