Repository Analysis

CursorTouch/Windows-MCP

MCP Server for Computer Use in Windows

28.5 Moderate AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of CursorTouch/Windows-MCP, a Python project with 6,421 GitHub stars. SynthScan v2.0 examined 30,124 lines of code across 103 source files, recording 713 pattern matches distributed across 14 syntactic categories. The overall adjusted score of 28.5 places this repository in the Moderate AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

28.5
Adjusted Score
28.5
Raw Score
100%
Time Factor
2026-07-13
Last Push
6.4K
Stars
Python
Language
30.1K
Lines of Code
103
Files
713
Pattern Hits
2026-07-14
Scan Date
0.08
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 0HIGH 8MEDIUM 56LOW 649

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 713 distinct pattern matches across 14 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.

Hyper-Verbose Identifiers265 hits · 273 pts
SeverityFileLineSnippetContext
LOWCONTRIBUTING.md224def test_click_tool_validates_coordinates():CODE
LOWtests/test_registry.py14 def test_single_quote_escaping(self):CODE
LOWtests/test_registry.py17 def test_double_quotes_not_escaped(self):CODE
LOWtests/test_registry.py20 def test_dollar_sign_not_expanded(self):CODE
LOWtests/test_registry.py45 def test_command_uses_ps_quote(self):CODE
LOWtests/test_registry.py78 def test_creates_key_if_missing(self):CODE
LOWtests/test_registry.py104 def test_delete_value_failure(self):CODE
LOWtests/test_cli_legacy_flags.py17def test_legacy_serve_flags_at_group_level_get_migration_hint(args, suggestion):CODE
LOWtests/test_cli_legacy_flags.py26def test_serve_options_still_work_on_serve_subcommand_help():CODE
LOWtests/test_cli_legacy_flags.py33def test_install_options_are_not_blocked_by_legacy_filter(monkeypatch, tmp_path):CODE
LOWtests/test_cli_legacy_flags.py52def test_group_help_still_renders():CODE
LOWtests/test_cli_legacy_flags.py59def test_bare_group_still_reports_missing_command():CODE
LOWtests/test_filesystem_views.py58 def test_to_string_with_extension(self):CODE
LOWtests/test_filesystem_views.py63 def test_to_string_without_extension(self):CODE
LOWtests/test_filesystem_views.py67 def test_to_string_with_contents(self):CODE
LOWtests/test_filesystem_views.py72 def test_to_string_without_contents(self):CODE
LOWtests/test_filesystem_views.py76 def test_to_string_with_link_target(self):CODE
LOWtests/test_filesystem_views.py105 def test_relative_path_override(self):CODE
LOWtests/test_tree_views.py18 def test_get_center_zero_size(self):CODE
LOWtests/test_tree_views.py24 def test_get_center_negative_coords(self):CODE
LOWtests/test_tree_views.py36 def test_convert_xywh_to_xyxy(self, sample_bounding_box):CODE
LOWtests/test_tree_views.py40 def test_from_bounding_rectangle(self):CODE
LOWtests/test_tree_views.py63 def test_interactive_elements_to_string_empty(self):CODE
LOWtests/test_tree_views.py67 def test_interactive_elements_to_string_with_elements(CODE
LOWtests/test_tree_views.py80 def test_interactive_elements_preserve_order(CODE
LOWtests/test_tree_views.py100 def test_scrollable_elements_to_string_empty(self):CODE
LOWtests/test_tree_views.py104 def test_scrollable_elements_to_string_with_elements(CODE
LOWtests/test_tree_views.py121 def test_scrollable_elements_are_independent_from_interactive_count(CODE
LOWtests/conftest.py42def sample_scroll_element_node(sample_bounding_box, sample_center):CODE
LOWtests/test_iserror_compliance.py25def test_shell_tool_error_is_error_true(monkeypatch):CODE
LOWtests/test_iserror_compliance.py39def test_clipboard_tool_error_is_error_true(monkeypatch):CODE
LOWtests/test_iserror_compliance.py52def test_registry_tool_error_is_error_true(monkeypatch):CODE
LOWtests/test_tree_service.py35 def test_shell_secondary_traywnd(self, tree_instance):CODE
LOWtests/test_tree_service.py38 def test_popup_window_site_bridge(self, tree_instance):CODE
LOWtests/test_tree_service.py91 def test_screen_box_keeps_virtual_screen_origin(self):CODE
LOWtests/test_tree_service.py120 def test_matches_comtypes_automation_traceback(self):CODE
LOWtests/test_tree_service.py127 def test_rejects_same_message_from_non_comtypes_traceback(self):CODE
LOWtests/test_tree_service.py136 def test_unnamed_interactive_control_does_not_add_semantic_child(CODE
LOWtests/test_deterministic_drag_desktop.py13def test_desktop_drag_uses_explicit_start_and_duration(CODE
LOWtests/test_deterministic_drag_desktop.py40def test_desktop_drag_legacy_start_uses_current_cursor(monkeypatch: pytest.MonkeyPatch) -> None:CODE
LOWtests/test_deterministic_drag_desktop.py59def test_desktop_drag_rejects_non_finite_duration() -> None:CODE
LOWtests/test_deterministic_drag_desktop.py67def test_desktop_drag_rejects_boolean_duration_before_input(CODE
LOWtests/test_deterministic_drag_desktop.py100def test_desktop_drag_rejects_invalid_points_before_waiting_or_input(CODE
LOWtests/test_screenshot_capture.py40def _isolate_backend_instances(monkeypatch):CODE
LOWtests/test_screenshot_capture.py51 def test_builtin_backends_are_registered(self):CODE
LOWtests/test_screenshot_capture.py57 def test_subclass_with_name_and_priority_is_registered(self):CODE
LOWtests/test_screenshot_capture.py69 def test_subclass_without_priority_is_not_registered(self):CODE
LOWtests/test_screenshot_capture.py75 def test_inherited_subclass_does_not_overwrite_registry(self):CODE
LOWtests/test_screenshot_capture.py84 def test_duplicate_name_raises_value_error(self):CODE
LOWtests/test_screenshot_capture.py91 def test_auto_chain_respects_priority_order(self):CODE
LOWtests/test_screenshot_capture.py104 def test_valid_values_returned_as_is(self, monkeypatch, value):CODE
LOWtests/test_screenshot_capture.py108 def test_invalid_value_falls_back_to_auto(self, monkeypatch):CODE
LOWtests/test_screenshot_capture.py116 def test_whitespace_and_case_insensitive(self, monkeypatch):CODE
LOWtests/test_screenshot_capture.py127 def test_is_available_false_when_dxcam_is_none(self, monkeypatch):CODE
LOWtests/test_screenshot_capture.py132 def test_is_available_false_when_capture_rect_is_none(self, monkeypatch):CODE
LOWtests/test_screenshot_capture.py138 def test_is_available_false_for_cross_output_rect(self, monkeypatch):CODE
LOWtests/test_screenshot_capture.py144 def test_is_available_true_for_single_output_rect(self, monkeypatch):CODE
LOWtests/test_screenshot_capture.py150 def test_resolve_region_exact_output_match(self, monkeypatch):CODE
LOWtests/test_screenshot_capture.py155 def test_resolve_region_uses_dxgi_geometry_when_output_order_differs(self, monkeypatch):CODE
LOWtests/test_screenshot_capture.py258 def test_is_available_false_when_mss_is_none(self, monkeypatch):CODE
205 more matches not shown…
Decorative Section Separators50 hits · 180 pts
SeverityFileLineSnippetContext
MEDIUMtests/test_screenshot_capture.py45# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_screenshot_capture.py47# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_screenshot_capture.py97# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_screenshot_capture.py99# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_screenshot_capture.py121# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_screenshot_capture.py123# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_screenshot_capture.py252# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_screenshot_capture.py254# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_screenshot_capture.py326# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_screenshot_capture.py328# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_screenshot_capture.py407# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_screenshot_capture.py409# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_screenshot_capture.py26# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_screenshot_capture.py28# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/tree/ia2.py73# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/tree/ia2.py75# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/tree/ia2.py179# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/tree/ia2.py181# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/tree/ia2.py205# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/tree/ia2.py207# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/tree/ia2.py277# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/tree/ia2.py279# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/tree/ia2.py412# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/tree/ia2.py414# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/tree/views.py81# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/tree/views.py83# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/desktop/flash_overlay.py114# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/desktop/flash_overlay.py116# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/desktop/flash_overlay.py265# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/desktop/flash_overlay.py267# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/desktop/flash_overlay.py335# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/desktop/flash_overlay.py337# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/desktop/flash_overlay.py467# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/desktop/flash_overlay.py469# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/desktop/screenshot.py23# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/desktop/screenshot.py25# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/desktop/screenshot.py65# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/desktop/screenshot.py67# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/desktop/screenshot.py274# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/desktop/screenshot.py276# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/desktop/screenshot.py291# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/desktop/screenshot.py293# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/infrastructure/oauth.py28# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/infrastructure/oauth.py30# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/infrastructure/oauth.py66# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/infrastructure/oauth.py68# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/infrastructure/oauth.py94# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/infrastructure/oauth.py96# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/infrastructure/oauth.py275# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/windows_mcp/infrastructure/oauth.py277# ---------------------------------------------------------------------------COMMENT
Excessive Try-Catch Wrapping143 hits · 163 pts
SeverityFileLineSnippetContext
LOWsrc/windows_mcp/__main__.py664 except Exception:CODE
LOWsrc/windows_mcp/tree/service.py445 except Exception:CODE
LOWsrc/windows_mcp/tree/service.py451 except Exception:CODE
LOWsrc/windows_mcp/tree/service.py459 except Exception:CODE
LOWsrc/windows_mcp/tree/service.py494 except Exception:CODE
LOWsrc/windows_mcp/tree/service.py501 except Exception:CODE
LOWsrc/windows_mcp/tree/service.py507 except Exception:CODE
LOWsrc/windows_mcp/tree/service.py522 except Exception:CODE
LOWsrc/windows_mcp/tree/service.py528 except Exception:CODE
LOWsrc/windows_mcp/tree/service.py534 except Exception:CODE
LOWsrc/windows_mcp/tree/service.py540 except Exception:CODE
LOWsrc/windows_mcp/tree/service.py549 except Exception:CODE
LOWsrc/windows_mcp/tree/service.py647 except Exception:CODE
LOWsrc/windows_mcp/tree/service.py98 except Exception as e:CODE
LOWsrc/windows_mcp/tree/service.py177 except Exception:CODE
LOWsrc/windows_mcp/tree/service.py194 except Exception as e:CODE
LOWsrc/windows_mcp/tree/service.py198 except Exception:CODE
LOWsrc/windows_mcp/tree/service.py261 except Exception:CODE
LOWsrc/windows_mcp/tree/service.py280 except Exception:CODE
LOWsrc/windows_mcp/tree/service.py287 except Exception:CODE
LOWsrc/windows_mcp/tree/service.py390 except Exception:CODE
LOWsrc/windows_mcp/tree/service.py426 except Exception:CODE
LOWsrc/windows_mcp/tree/service.py480 except Exception:CODE
LOWsrc/windows_mcp/tree/service.py563 except Exception:CODE
LOWsrc/windows_mcp/tree/service.py678 except Exception:CODE
LOWsrc/windows_mcp/tree/service.py708 except Exception as e:CODE
LOWsrc/windows_mcp/tree/service.py791 except Exception as e:CODE
LOWsrc/windows_mcp/tree/service.py846 except Exception as e:CODE
LOWsrc/windows_mcp/tree/service.py865 except Exception:CODE
LOWsrc/windows_mcp/tree/cache_utils.py120 except Exception as e:CODE
LOWsrc/windows_mcp/tree/cache_utils.py171 except Exception as e:CODE
LOWsrc/windows_mcp/tools/registry.py50 except Exception as e:CODE
LOWsrc/windows_mcp/tools/notification.py44 except Exception as e:CODE
LOWsrc/windows_mcp/tools/filesystem.py80 except Exception as e:CODE
LOWsrc/windows_mcp/tools/shell.py26 except Exception as e:CODE
LOWsrc/windows_mcp/tools/multi.py48 except Exception as e:CODE
LOWsrc/windows_mcp/tools/multi.py100 except Exception as e:CODE
LOWsrc/windows_mcp/tools/input.py28 except Exception as e:CODE
LOWsrc/windows_mcp/tools/process.py41 except Exception as e:CODE
LOWsrc/windows_mcp/tools/clipboard.py51 except Exception as e:CODE
LOWsrc/windows_mcp/tools/scrape.py62 except Exception:CODE
LOWsrc/windows_mcp/tools/snapshot.py58 except Exception as e:CODE
LOWsrc/windows_mcp/tools/snapshot.py101 except Exception as e:CODE
LOWsrc/windows_mcp/vdm/core.py116except Exception:CODE
LOWsrc/windows_mcp/vdm/core.py387 except Exception:CODE
LOWsrc/windows_mcp/vdm/core.py404 except Exception as e:CODE
LOWsrc/windows_mcp/vdm/core.py408 except Exception as e:CODE
LOWsrc/windows_mcp/vdm/core.py419 except Exception:CODE
LOWsrc/windows_mcp/vdm/core.py431 except Exception:CODE
LOWsrc/windows_mcp/vdm/core.py446 except Exception:CODE
LOWsrc/windows_mcp/vdm/core.py479 except Exception as e:CODE
LOWsrc/windows_mcp/vdm/core.py501 except Exception as e:CODE
LOWsrc/windows_mcp/vdm/core.py544 except Exception:CODE
LOWsrc/windows_mcp/vdm/core.py588 except Exception:CODE
LOWsrc/windows_mcp/vdm/core.py597 except Exception as e:CODE
LOWsrc/windows_mcp/vdm/core.py618 except Exception as e:CODE
LOWsrc/windows_mcp/vdm/core.py659 except Exception as e:CODE
MEDIUMsrc/windows_mcp/desktop/service.py888def callback(hwnd, _):CODE
LOWsrc/windows_mcp/desktop/service.py337 except Exception as e:CODE
LOWsrc/windows_mcp/desktop/service.py378 except Exception:CODE
83 more matches not shown…
Unused Imports79 hits · 77 pts
SeverityFileLineSnippetContext
LOWtests/test_wait_for_tool.py1CODE
LOWtests/test_config_validation.py1CODE
LOWtests/test_filesystem_service.py1CODE
LOWtests/test_filesystem_service.py3CODE
LOWsrc/windows_mcp/tree/service.py1CODE
LOWsrc/windows_mcp/tree/service.py43CODE
LOWsrc/windows_mcp/tree/cache_utils.py9CODE
LOWsrc/windows_mcp/tree/ia2.py17CODE
LOWsrc/windows_mcp/tree/views.py1CODE
LOWsrc/windows_mcp/vdm/__init__.py1CODE
LOWsrc/windows_mcp/vdm/__init__.py1CODE
LOWsrc/windows_mcp/vdm/__init__.py1CODE
LOWsrc/windows_mcp/filesystem/service.py14CODE
LOWsrc/windows_mcp/filesystem/__init__.py1CODE
LOWsrc/windows_mcp/filesystem/__init__.py1CODE
LOWsrc/windows_mcp/filesystem/__init__.py1CODE
LOWsrc/windows_mcp/filesystem/__init__.py1CODE
LOWsrc/windows_mcp/filesystem/__init__.py1CODE
LOWsrc/windows_mcp/filesystem/__init__.py1CODE
LOWsrc/windows_mcp/filesystem/__init__.py1CODE
LOWsrc/windows_mcp/filesystem/__init__.py1CODE
LOWsrc/windows_mcp/filesystem/__init__.py12CODE
LOWsrc/windows_mcp/filesystem/__init__.py12CODE
LOWsrc/windows_mcp/filesystem/__init__.py12CODE
LOWsrc/windows_mcp/filesystem/__init__.py12CODE
LOWsrc/windows_mcp/filesystem/__init__.py12CODE
LOWsrc/windows_mcp/powershell/__init__.py1CODE
LOWsrc/windows_mcp/watchdog/__init__.py1CODE
LOWsrc/windows_mcp/registry/__init__.py1CODE
LOWsrc/windows_mcp/registry/__init__.py1CODE
LOWsrc/windows_mcp/registry/__init__.py1CODE
LOWsrc/windows_mcp/registry/__init__.py1CODE
LOWsrc/windows_mcp/registry/__init__.py8CODE
LOWsrc/windows_mcp/registry/__init__.py8CODE
LOWsrc/windows_mcp/uia/controls.py14CODE
LOWsrc/windows_mcp/uia/controls.py27CODE
LOWsrc/windows_mcp/uia/controls.py28CODE
LOWsrc/windows_mcp/uia/controls.py30CODE
LOWsrc/windows_mcp/uia/controls.py31CODE
LOWsrc/windows_mcp/uia/controls.py31CODE
LOWsrc/windows_mcp/uia/patterns.py14CODE
LOWsrc/windows_mcp/uia/patterns.py23CODE
LOWsrc/windows_mcp/uia/patterns.py24CODE
LOWsrc/windows_mcp/uia/__init__.py1CODE
LOWsrc/windows_mcp/uia/__init__.py2CODE
LOWsrc/windows_mcp/uia/__init__.py3CODE
LOWsrc/windows_mcp/uia/__init__.py4CODE
LOWsrc/windows_mcp/uia/__init__.py5CODE
LOWsrc/windows_mcp/uia/core.py46CODE
LOWsrc/windows_mcp/uia/exceptions.py4CODE
LOWsrc/windows_mcp/uia/exceptions.py4CODE
LOWsrc/windows_mcp/infrastructure/auth.py3CODE
LOWsrc/windows_mcp/infrastructure/config.py3CODE
LOWsrc/windows_mcp/infrastructure/security.py3CODE
LOWsrc/windows_mcp/infrastructure/__init__.py3CODE
LOWsrc/windows_mcp/infrastructure/__init__.py3CODE
LOWsrc/windows_mcp/infrastructure/__init__.py3CODE
LOWsrc/windows_mcp/infrastructure/__init__.py4CODE
LOWsrc/windows_mcp/infrastructure/__init__.py4CODE
LOWsrc/windows_mcp/infrastructure/__init__.py4CODE
19 more matches not shown…
AI Structural Patterns88 hits · 46 pts
SeverityFileLineSnippetContext
LOWsrc/windows_mcp/__main__.py320CODE
LOWsrc/windows_mcp/tree/service.py324CODE
LOWsrc/windows_mcp/tools/filesystem.py25CODE
LOWsrc/windows_mcp/tools/snapshot.py36CODE
LOWsrc/windows_mcp/desktop/service.py85CODE
LOWsrc/windows_mcp/uia/controls.py66CODE
LOWsrc/windows_mcp/uia/controls.py1635CODE
LOWsrc/windows_mcp/uia/controls.py1666CODE
LOWsrc/windows_mcp/uia/controls.py1697CODE
LOWsrc/windows_mcp/uia/controls.py1728CODE
LOWsrc/windows_mcp/uia/controls.py1759CODE
LOWsrc/windows_mcp/uia/controls.py1790CODE
LOWsrc/windows_mcp/uia/controls.py1821CODE
LOWsrc/windows_mcp/uia/controls.py1852CODE
LOWsrc/windows_mcp/uia/controls.py1883CODE
LOWsrc/windows_mcp/uia/controls.py1914CODE
LOWsrc/windows_mcp/uia/controls.py1945CODE
LOWsrc/windows_mcp/uia/controls.py1976CODE
LOWsrc/windows_mcp/uia/controls.py2007CODE
LOWsrc/windows_mcp/uia/controls.py2038CODE
LOWsrc/windows_mcp/uia/controls.py2069CODE
LOWsrc/windows_mcp/uia/controls.py2100CODE
LOWsrc/windows_mcp/uia/controls.py2131CODE
LOWsrc/windows_mcp/uia/controls.py2162CODE
LOWsrc/windows_mcp/uia/controls.py2193CODE
LOWsrc/windows_mcp/uia/controls.py2224CODE
LOWsrc/windows_mcp/uia/controls.py2255CODE
LOWsrc/windows_mcp/uia/controls.py2286CODE
LOWsrc/windows_mcp/uia/controls.py2317CODE
LOWsrc/windows_mcp/uia/controls.py2348CODE
LOWsrc/windows_mcp/uia/controls.py2379CODE
LOWsrc/windows_mcp/uia/controls.py2410CODE
LOWsrc/windows_mcp/uia/controls.py2441CODE
LOWsrc/windows_mcp/uia/controls.py2472CODE
LOWsrc/windows_mcp/uia/controls.py2503CODE
LOWsrc/windows_mcp/uia/controls.py2534CODE
LOWsrc/windows_mcp/uia/controls.py2565CODE
LOWsrc/windows_mcp/uia/controls.py2596CODE
LOWsrc/windows_mcp/uia/controls.py2627CODE
LOWsrc/windows_mcp/uia/controls.py2658CODE
LOWsrc/windows_mcp/uia/controls.py2689CODE
LOWsrc/windows_mcp/uia/controls.py2720CODE
LOWsrc/windows_mcp/uia/controls.py2751CODE
LOWsrc/windows_mcp/uia/controls.py2782CODE
LOWsrc/windows_mcp/uia/controls.py2813CODE
LOWsrc/windows_mcp/uia/controls.py2844CODE
LOWsrc/windows_mcp/uia/controls.py2875CODE
LOWsrc/windows_mcp/uia/controls.py2908CODE
LOWsrc/windows_mcp/uia/controls.py2944CODE
LOWsrc/windows_mcp/uia/controls.py2998CODE
LOWsrc/windows_mcp/uia/controls.py3058CODE
LOWsrc/windows_mcp/uia/controls.py3107CODE
LOWsrc/windows_mcp/uia/controls.py3218CODE
LOWsrc/windows_mcp/uia/controls.py3254CODE
LOWsrc/windows_mcp/uia/controls.py3314CODE
LOWsrc/windows_mcp/uia/controls.py3392CODE
LOWsrc/windows_mcp/uia/controls.py3446CODE
LOWsrc/windows_mcp/uia/controls.py3500CODE
LOWsrc/windows_mcp/uia/controls.py3542CODE
LOWsrc/windows_mcp/uia/controls.py3584CODE
28 more matches not shown…
Deep Nesting39 hits · 32 pts
SeverityFileLineSnippetContext
LOWsrc/windows_mcp/__main__.py272CODE
LOWsrc/windows_mcp/tree/service.py156CODE
LOWsrc/windows_mcp/tree/service.py239CODE
LOWsrc/windows_mcp/tree/service.py324CODE
LOWsrc/windows_mcp/tree/service.py723CODE
LOWsrc/windows_mcp/tree/cache_utils.py125CODE
LOWsrc/windows_mcp/tools/registry.py12CODE
LOWsrc/windows_mcp/tools/registry.py25CODE
LOWsrc/windows_mcp/tools/clipboard.py10CODE
LOWsrc/windows_mcp/tools/clipboard.py23CODE
LOWsrc/windows_mcp/desktop/service.py60CODE
LOWsrc/windows_mcp/desktop/service.py543CODE
LOWsrc/windows_mcp/desktop/service.py919CODE
LOWsrc/windows_mcp/desktop/service.py996CODE
LOWsrc/windows_mcp/desktop/flash_overlay.py391CODE
LOWsrc/windows_mcp/desktop/flash_overlay.py472CODE
LOWsrc/windows_mcp/desktop/screenshot.py114CODE
LOWsrc/windows_mcp/filesystem/service.py86CODE
LOWsrc/windows_mcp/filesystem/service.py147CODE
LOWsrc/windows_mcp/powershell/service.py20CODE
LOWsrc/windows_mcp/powershell/utils.py37CODE
LOWsrc/windows_mcp/watchdog/service.py88CODE
LOWsrc/windows_mcp/uia/controls.py5273CODE
LOWsrc/windows_mcp/uia/controls.py5467CODE
LOWsrc/windows_mcp/uia/controls.py5499CODE
LOWsrc/windows_mcp/uia/controls.py5622CODE
LOWsrc/windows_mcp/uia/controls.py5642CODE
LOWsrc/windows_mcp/uia/controls.py156CODE
LOWsrc/windows_mcp/uia/controls.py1058CODE
LOWsrc/windows_mcp/uia/controls.py1096CODE
LOWsrc/windows_mcp/uia/controls.py1133CODE
LOWsrc/windows_mcp/uia/controls.py3159CODE
LOWsrc/windows_mcp/uia/core.py1523CODE
LOWsrc/windows_mcp/uia/core.py1865CODE
LOWsrc/windows_mcp/uia/core.py2029CODE
LOWsrc/windows_mcp/uia/core.py2056CODE
LOWsrc/windows_mcp/uia/core.py2085CODE
LOWsrc/windows_mcp/uia/core.py2132CODE
LOWsrc/windows_mcp/process/service.py51CODE
Modern Structural Boilerplate27 hits · 28 pts
SeverityFileLineSnippetContext
LOWsrc/windows_mcp/paths.py21logger = logging.getLogger(__name__)CODE
LOWsrc/windows_mcp/__main__.py35logger = logging.getLogger(__name__)CODE
LOWsrc/windows_mcp/tree/service.py16logger = logging.getLogger(__name__)CODE
LOWsrc/windows_mcp/tree/cache_utils.py12logger = logging.getLogger(__name__)CODE
LOWsrc/windows_mcp/tree/ia2.py26logger = logging.getLogger(__name__)CODE
LOWsrc/windows_mcp/tools/_snapshot_helpers.py18logger = logging.getLogger(__name__)CODE
LOWsrc/windows_mcp/tools/snapshot.py15logger = logging.getLogger(__name__)CODE
LOWsrc/windows_mcp/vdm/core.py13logger = logging.getLogger(__name__)CODE
LOWsrc/windows_mcp/desktop/service.py39logger = logging.getLogger(__name__)CODE
LOWsrc/windows_mcp/desktop/flash_overlay.py21logger = logging.getLogger(__name__)CODE
LOWsrc/windows_mcp/desktop/utils.py9__all__ = [CODE
LOWsrc/windows_mcp/desktop/screenshot.py20logger = logging.getLogger(__name__)CODE
LOWsrc/windows_mcp/filesystem/service.py22logger = logging.getLogger(__name__)CODE
LOWsrc/windows_mcp/powershell/service.py15__all__ = ["PowerShellExecutor"]CODE
LOWsrc/windows_mcp/powershell/service.py17logger = logging.getLogger(__name__)CODE
LOWsrc/windows_mcp/powershell/__init__.py3__all__ = [CODE
LOWsrc/windows_mcp/powershell/utils.py8__all__ = [CODE
LOWsrc/windows_mcp/powershell/utils.py14logger = logging.getLogger(__name__)CODE
LOWsrc/windows_mcp/watchdog/service.py19logger = logging.getLogger(__name__)CODE
LOWsrc/windows_mcp/watchdog/event_handlers.py10logger = logging.getLogger(__name__)CODE
LOWsrc/windows_mcp/registry/service.py13logger = logging.getLogger(__name__)CODE
LOWsrc/windows_mcp/infrastructure/__init__.py23__all__ = [CODE
LOWsrc/windows_mcp/infrastructure/analytics.py15logger = logging.getLogger(__name__)CODE
LOWsrc/windows_mcp/notifications/service.py4__all__ = [CODE
LOWsrc/windows_mcp/notifications/__init__.py3__all__ = [CODE
LOWsrc/windows_mcp/process/service.py4__all__ = ["list_processes", "kill_process"]CODE
LOWsrc/windows_mcp/process/__init__.py6__all__ = ["list_processes", "kill_process"]CODE
Cross-File Repetition4 hits · 20 pts
SeverityFileLineSnippetContext
HIGHsrc/windows_mcp/uia/controls.py0uiautomation for python 3. author: yinkaisheng source: https://github.com/yinkaisheng/python-uiautomation-for-windows thSTRING
HIGHsrc/windows_mcp/uia/enums.py0uiautomation for python 3. author: yinkaisheng source: https://github.com/yinkaisheng/python-uiautomation-for-windows thSTRING
HIGHsrc/windows_mcp/uia/patterns.py0uiautomation for python 3. author: yinkaisheng source: https://github.com/yinkaisheng/python-uiautomation-for-windows thSTRING
HIGHsrc/windows_mcp/uia/core.py0uiautomation for python 3. author: yinkaisheng source: https://github.com/yinkaisheng/python-uiautomation-for-windows thSTRING
Docstring Block Structure3 hits · 15 pts
SeverityFileLineSnippetContext
HIGHCONTRIBUTING.md156Click on UI elements at specific coordinates. Args: loc: List of [x, y] coordinates to click buSTRING
HIGHsrc/windows_mcp/tree/ia2.py454Walk the IAccessible tree of ``hwnd`` and return DOM-shaped node lists. Used as a fallback for Firefox, whose web DSTRING
HIGHsrc/windows_mcp/notifications/service.py10Send a Windows toast notification with a title and message. Args: title: The title of the notification. STRING
Redundant / Tautological Comments5 hits · 10 pts
SeverityFileLineSnippetContext
LOWsrc/windows_mcp/tree/service.py656 # Check if the child is a DOM elementCOMMENT
LOWsrc/windows_mcp/tree/service.py665 # Check if the child is a dialogCOMMENT
LOWsrc/windows_mcp/tree/cache_utils.py32 # Set scope to cache element and its childrenCOMMENT
LOWsrc/windows_mcp/filesystem/service.py160 # Check if directory is emptyCOMMENT
LOWsrc/windows_mcp/watchdog/service.py108 # Check if we need to UNREGISTER because configuration changed or disabledCOMMENT
Structural Annotation Overuse5 hits · 8 pts
SeverityFileLineSnippetContext
LOW.claude/skills/windows-mcp-tool-tester/SKILL.md35## Step 0: Identify the Target ToolCOMMENT
LOW.claude/skills/windows-mcp-tool-tester/SKILL.md46## Step 1: Analyze the ToolCOMMENT
LOW.claude/skills/windows-mcp-tool-tester/SKILL.md62## Step 2: Generate Test CasesCOMMENT
LOW.claude/skills/windows-mcp-tool-tester/SKILL.md133## Step 3: Execute TestsCOMMENT
LOW.claude/skills/windows-mcp-tool-tester/SKILL.md282## Step 4: Generate the Test ReportCOMMENT
AI Slop Vocabulary2 hits · 3 pts
SeverityFileLineSnippetContext
LOWsrc/windows_mcp/tree/cache_utils.py154 # so our python wrapper would crash. We just use the raw IUIAutomationElement.COMMENT
LOWsrc/windows_mcp/desktop/utils.py55 # If the GUID is not a known folder id, just return the original textCOMMENT
Cross-Language Confusion1 hit · 2 pts
SeverityFileLineSnippetContext
HIGHtests/test_tree_ia2.py403 """If AccessibleObjectFromWindow returns null, return an empty result."""STRING
Over-Commented Block2 hits · 2 pts
SeverityFileLineSnippetContext
LOWsrc/windows_mcp/desktop/service.py561 # target window threads to make focus change succeed.COMMENT
LOWsrc/windows_mcp/uia/controls.py5381 # parentControl = focusedControlCOMMENT