Repository Analysis

microsoft/PowerToys

Microsoft PowerToys is a collection of utilities that supercharge productivity and customization on Windows

3.7 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of microsoft/PowerToys, a C project with 137,352 GitHub stars. SynthScan v2.0 examined 781,981 lines of code across 5884 source files, recording 1820 pattern matches distributed across 17 syntactic categories. The overall adjusted score of 3.7 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.7
Adjusted Score
3.7
Raw Score
100%
Time Factor
2026-08-01
Last Push
137.4K
Stars
C
Language
782.0K
Lines of Code
5.9K
Files
1.8K
Pattern Hits
2026-08-02
Scan Date
0.02
HC Hit Rate

What These Metrics Mean

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

Score History

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

Severity Breakdown

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

CRITICAL 27HIGH 70MEDIUM 159LOW 1564

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 1820 distinct pattern matches across 17 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 Block1374 hits · 1358 pts
SeverityFileLineSnippetContext
LOW.pipelines/v2/templates/steps-install-vcpkg.yml1# Adapted from microsoft/terminal build/pipelines/templates-v2/steps-install-vcpkg.yml.COMMENT
LOW.pipelines/v2/templates/job-build-project.yml281 # Visual Studio (Microsoft.VisualStudio.Component.Vcpkg) and falls back to aCOMMENT
LOW…lines/v2/templates/variables-nuget-package-version.yml1variables:COMMENT
LOW.pipelines/v2/templates/steps-build-installer-vnext.yml61COMMENT
LOWtools/MonitorReportTool/pch.h1#pragma onceCOMMENT
LOWtools/MonitorReportTool/pch.cpp1#include "pch.h"COMMENT
LOWtools/MonitorReportTool/Resource.h1//{{NO_DEPENDENCIES}}COMMENT
LOWtools/MonitorReportTool/Resource.h21#define _APS_NEXT_CONTROL_VALUE 1000COMMENT
LOW…ancyZones_DrawLayoutTest/FancyZones_DrawLayoutTest.cpp1#include "framework.h"COMMENT
LOWtools/FancyZones_DrawLayoutTest/Resource.h1#define IDS_APP_TITLE 101COMMENT
LOWtools/FancyZones_DrawLayoutTest/framework.h1#pragma onceCOMMENT
LOWtools/project_template/ModuleTemplate/pch.h1#pragma onceCOMMENT
LOWtools/project_template/ModuleTemplate/dllmain.cpp81 // Return JSON with the configuration options.COMMENT
LOWtools/project_template/ModuleTemplate/dllmain.cpp101 //);COMMENT
LOWtools/project_template/ModuleTemplate/dllmain.cpp121 //settings.add_color_picker(COMMENT
LOWtools/project_template/ModuleTemplate/dllmain.cpp161 virtual void set_config(const wchar_t* config) overrideCOMMENT
LOWtools/project_template/ModuleTemplate/dllmain.cpp181 // g_settings.string_prop = *v;COMMENT
LOWtools/project_template/ModuleTemplate/dllmain.cpp221void $safeprojectname$::init_settings()COMMENT
LOWtools/project_template/ModuleTemplate/dllmain.cpp241 // g_settings.string_prop = *v;COMMENT
LOWtools/project_template/ModuleTemplate/dllmain.cpp261//COMMENT
LOWtools/project_template/ModuleTemplate/dllmain.cpp281// //values.add_property(COMMENT
LOWtools/BugReportTool/BugReportTool/RegistryUtils.h1#pragma onceCOMMENT
LOWtools/BugReportTool/BugReportTool/resource.h1//{{NO_DEPENDENCIES}}COMMENT
LOWtools/BugReportTool/BugReportTool/Package.cpp1#include "Package.h"COMMENT
LOWtools/BugReportTool/BugReportTool/Main.cpp1#include <filesystem>COMMENT
LOWtools/module_loader/src/ConsoleHost.h1// Copyright (c) Microsoft CorporationCOMMENT
LOWtools/module_loader/src/SettingsLoader.h1// Copyright (c) Microsoft CorporationCOMMENT
LOWtools/module_loader/src/SettingsLoader.h21 /// <summary>COMMENT
LOWtools/module_loader/src/SettingsLoader.h41 void DisplaySettingsInfo(const std::wstring& moduleName, const std::wstring& moduleDllPath);COMMENT
LOWtools/module_loader/src/SettingsLoader.h61COMMENT
LOWtools/module_loader/src/SettingsLoader.h81 /// <returns>File contents as a string</returns>COMMENT
LOWtools/module_loader/src/SettingsLoader.h101 /// </summary>COMMENT
LOWtools/module_loader/src/SettingsLoader.h121 bool PromptYesNo(const std::wstring& prompt);COMMENT
LOWtools/module_loader/src/HotkeyManager.h1// Copyright (c) Microsoft CorporationCOMMENT
LOWtools/module_loader/src/HotkeyManager.h21COMMENT
LOWtools/module_loader/src/ModuleLoader.h1// Copyright (c) Microsoft CorporationCOMMENT
LOWtools/module_loader/src/ModuleLoader.h21 // Prevent copyingCOMMENT
LOWtools/module_loader/src/ModuleLoader.h41COMMENT
LOWtools/module_loader/src/ModuleLoader.h61 /// Get the module's non-localized keyCOMMENT
LOWtools/module_loader/src/ModuleLoader.h81 /// <summary>COMMENT
LOWtools/module_loader/src/main.cpp1// Copyright (c) Microsoft CorporationCOMMENT
LOWtools/StylesReportTool/pch.h1#pragma onceCOMMENT
LOWtools/StylesReportTool/pch.cpp1#include "pch.h"COMMENT
LOWtools/StylesReportTool/Resource.h1//{{NO_DEPENDENCIES}}COMMENT
LOWtools/StylesReportTool/Resource.h21COMMENT
LOW.github/workflows/spelling2.yml1# spelling.yml is blocked per https://github.com/check-spelling/check-spelling/security/advisories/GHSA-g86g-chm8-7r2pCOMMENT
LOW.github/workflows/spelling2.yml21# This event listens to comments by users asking to update the metadata.COMMENT
LOW.github/workflows/spelling2.yml41# Requires enabling `security-events: write`COMMENT
LOW.github/workflows/dependency-review.yml1# Dependency Review ActionCOMMENT
LOW.github/actions/spell-check/patterns.txt141# hit-count: 99 file-count: 97COMMENT
LOW…thub/skills/ui-tests-migration/templates/TestHelper.cs1// Copyright (c) Microsoft CorporationCOMMENT
LOW…ocs-website/docmd-plugins/github-source-links/index.js1// docmd plugin: github-source-linksCOMMENT
LOWinstaller/PowerToysSetupVNext/SilentFilesInUseBA/pch.h1#pragma onceCOMMENT
LOW…ller/PowerToysSetupVNext/SilentFilesInUseBA/resource.h1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License.COMMENT
LOWinstaller/PowerToysSetupCustomActionsVNext/pch.h1#pragma onceCOMMENT
LOWinstaller/PowerToysSetupCustomActionsVNext/pch.h21#include <taskschd.h>COMMENT
LOWinstaller/PowerToysSetupCustomActionsVNext/resource.h1//{{NO_DEPENDENCIES}}COMMENT
LOW…ller/PowerToysSetupCustomActionsVNext/CustomAction.cpp1#include "pch.h"COMMENT
LOWsrc/Update/PowerToys.Update.cpp1// Copyright (c) Microsoft CorporationCOMMENT
LOWsrc/Update/PowerToys.Update.cpp21#include <common/utils/HttpClient.h>COMMENT
1314 more matches not shown…
Synthetic Comment Markers69 hits · 515 pts
SeverityFileLineSnippetContext
HIGH.github/workflows/auto-labeler.yml10 # to apply AI-generated area labels to existing untriaged issues.COMMENT
HIGHdoc/devdocs/modules/powerdisplay/mccsParserDesign.md8This document and the code implement are generated by Copilot.CODE
HIGHsrc/common/ManagedCommon/CommonResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…launcher/PowerLauncher/Properties/Settings.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…auncher/PowerLauncher/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…ys.Run.Plugin.History/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…s.Run.Plugin.Registry/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…rosoft.Plugin.Program/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…ys.Run.Plugin.OneNote/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…icrosoft.Plugin.Shell/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH….Run.Plugin.WebSearch/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…rosoft.Plugin.Indexer/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…ys.Run.Plugin.Service/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH….Run.Plugin.PowerToys/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…lugin.WindowsTerminal/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…s.Run.Plugin.TimeDate/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…/Microsoft.Plugin.Uri/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…Plugin.ValueGenerator/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…Run.Plugin.Calculator/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH….Plugin.UnitConverter/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…oys.Run.Plugin.System/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…crosoft.Plugin.Folder/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…t.Plugin.WindowWalker/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…ugin.VSCodeWorkspaces/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…lugin.WindowsSettings/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…s/launcher/Wox.Plugin/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH….CmdPal.Ext.PowerToys/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…l.Ext.WindowsTerminal/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…oft.CmdPal.Ext.WinGet/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH….CmdPal.Ext.WebSearch/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…soft.CmdPal.Ext.Shell/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH….Ext.ClipboardHistory/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…l.Ext.WindowsSettings/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…t.CmdPal.Ext.Bookmark/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…t.CmdPal.Ext.TimeDate/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…dPal.Ext.WindowWalker/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…l.Ext.WindowsServices/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…osoft.CmdPal.Ext.Apps/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…ft.CmdPal.Ext.Indexer/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…oft.CmdPal.Ext.System/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…osoft.CmdPal.Ext.Calc/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…t.CmdPal.Ext.Registry/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…Pal.Ext.RemoteDesktop/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH….CmdPal.UI.ViewModels/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…te.Extensions.Toolkit/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…crosoft.CmdPal.Common/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…cyzones/FancyZonesCLI/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…ditor/FancyZonesEditor/Properties/Settings.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…itor/FancyZonesEditor/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…/MonacoPreviewHandler/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…pane/SvgPreviewHandler/Properties/Resource.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…pane/QoiPreviewHandler/Properties/Resource.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…MarkdownPreviewHandler/Properties/Settings.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…arkdownPreviewHandler/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…ane/PdfPreviewHandler/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…e/BgcodePreviewHandler/Properties/Resource.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…ne/GcodePreviewHandler/Properties/Resource.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…paces/WorkspacesEditor/Properties/Settings.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…aces/WorkspacesEditor/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…s/WorkspacesLauncherUI/Properties/Settings.Designer.cs3// This code was generated by a tool.COMMENT
9 more matches not shown…
Decorative Section Separators126 hits · 390 pts
SeverityFileLineSnippetContext
MEDIUM…thub/skills/ui-tests-migration/templates/TestHelper.cs20 // ── Customize: AutomationIds + process name ───────────────────────────────────────────────COMMENT
MEDIUM…thub/skills/ui-tests-migration/templates/TestHelper.cs33 // ── Navigation ────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…thub/skills/ui-tests-migration/templates/TestHelper.cs48 // ── Toggle ────────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…thub/skills/ui-tests-migration/templates/TestHelper.cs72 // ── Activation shortcut ───────────────────────────────────────────────────────────────────COMMENT
MEDIUM…thub/skills/ui-tests-migration/templates/TestHelper.cs114 // ── Module window lifecycle ───────────────────────────────────────────────────────────────COMMENT
MEDIUM…thub/skills/ui-tests-migration/templates/TestHelper.cs189 // ── Utilities ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…/LightSwitch/LightSwitchService/LightSwitchService.cpp209 // ────────────────────────────────────────────────────────────────COMMENT
MEDIUM…/LightSwitch/LightSwitchService/LightSwitchService.cpp211 // ────────────────────────────────────────────────────────────────COMMENT
MEDIUM…/LightSwitch/LightSwitchService/LightSwitchService.cpp254 // ────────────────────────────────────────────────────────────────COMMENT
MEDIUM…/LightSwitch/LightSwitchService/LightSwitchService.cpp256 // ────────────────────────────────────────────────────────────────COMMENT
MEDIUM…/LightSwitch/LightSwitchService/LightSwitchService.cpp341 // ────────────────────────────────────────────────────────────────COMMENT
MEDIUM…/LightSwitch/LightSwitchService/LightSwitchService.cpp343 // ────────────────────────────────────────────────────────────────COMMENT
MEDIUM…ils/CursorWrap/CursorWrapTests/monitor_layout_tests.py247# ============================================================================COMMENT
MEDIUM…ils/CursorWrap/CursorWrapTests/monitor_layout_tests.py249# ============================================================================COMMENT
MEDIUM…ils/CursorWrap/CursorWrapTests/monitor_layout_tests.py841# ============================================================================COMMENT
MEDIUM…ils/CursorWrap/CursorWrapTests/monitor_layout_tests.py843# ============================================================================COMMENT
MEDIUM…ils/CursorWrap/CursorWrapTests/monitor_layout_tests.py845# ============================================================================COMMENT
MEDIUM…ils/CursorWrap/CursorWrapTests/monitor_layout_tests.py847# ============================================================================COMMENT
MEDIUM…ils/CursorWrap/CursorWrapTests/monitor_layout_tests.py23# ============================================================================COMMENT
MEDIUM…ils/CursorWrap/CursorWrapTests/monitor_layout_tests.py25# ============================================================================COMMENT
MEDIUM…ils/CursorWrap/CursorWrapTests/monitor_layout_tests.py90# ============================================================================COMMENT
MEDIUM…ils/CursorWrap/CursorWrapTests/monitor_layout_tests.py92# ============================================================================COMMENT
MEDIUM…ils/CursorWrap/CursorWrapTests/monitor_layout_tests.py433# ============================================================================COMMENT
MEDIUM…ils/CursorWrap/CursorWrapTests/monitor_layout_tests.py435# ============================================================================COMMENT
MEDIUM…ils/CursorWrap/CursorWrapTests/monitor_layout_tests.py575# ============================================================================COMMENT
MEDIUM…ils/CursorWrap/CursorWrapTests/monitor_layout_tests.py577# ============================================================================COMMENT
MEDIUM…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py1089 # =========================================================================COMMENT
MEDIUM…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py1091 # =========================================================================COMMENT
MEDIUM…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py2096 # =========================================================================COMMENT
MEDIUM…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py2098 # =========================================================================COMMENT
MEDIUMsrc/modules/ZoomIt/ZoomIt/BackgroundBlur.cpp251 // ── GPU path: model-resolution post-processing only ────────COMMENT
MEDIUMsrc/modules/ZoomIt/ZoomIt/WebcamCapture.cpp189 // ── GPU box-blur compute shader ────────────────────────────────COMMENT
MEDIUMsrc/modules/ZoomIt/ZoomIt/WebcamCapture.cpp252 // ── Create / resize ping-pong textures if needed ───────────────COMMENT
MEDIUMsrc/modules/ZoomIt/ZoomIt/WebcamCapture.cpp285 // ── Upload source pixels into ping-pong[0] ────────────────────COMMENT
MEDIUMsrc/modules/ZoomIt/ZoomIt/WebcamCapture.cpp289 // ── Run 4 blur passes: H→V→H→V ────────────────────────────────COMMENT
MEDIUMsrc/modules/ZoomIt/ZoomIt/WebcamCapture.cpp371 // ── Create / resize camera texture + SRV ───────────────────────COMMENT
MEDIUMsrc/modules/ZoomIt/ZoomIt/WebcamCapture.cpp396 // ── Create / resize blur texture + SRV ─────────────────────────COMMENT
MEDIUMsrc/modules/ZoomIt/ZoomIt/WebcamCapture.cpp421 // ── Create / resize mask texture + SRV ─────────────────────────COMMENT
MEDIUMsrc/modules/ZoomIt/ZoomIt/WebcamCapture.cpp446 // ── Create / resize render target + staging ────────────────────COMMENT
MEDIUMsrc/modules/ZoomIt/ZoomIt/WebcamCapture.cpp479 // ── Upload pixel data ──────────────────────────────────────────COMMENT
MEDIUMsrc/modules/ZoomIt/ZoomIt/WebcamCapture.cpp494 // ── Update constant buffer ─────────────────────────────────────COMMENT
MEDIUMsrc/modules/ZoomIt/ZoomIt/WebcamCapture.cpp515 // ── Set pipeline state ─────────────────────────────────────────COMMENT
MEDIUMsrc/modules/ZoomIt/ZoomIt/WebcamCapture.cpp551 // ── Draw full-screen triangle ──────────────────────────────────COMMENT
MEDIUMsrc/modules/ZoomIt/ZoomIt/WebcamCapture.cpp567 // ── Read back result ───────────────────────────────────────────COMMENT
MEDIUMsrc/modules/ZoomIt/ZoomIt/WebcamCapture.cpp1343 // ── Composite at overlay size ──────────────────────────COMMENT
MEDIUMsrc/modules/ZoomIt/ZoomIt/WebcamCapture.h224 // ── GPU composite pipeline ──────────────────────────────COMMENT
MEDIUMsrc/modules/ZoomIt/ZoomIt/WebcamCapture.h257 // ── GPU box-blur compute pipeline ───────────────────────COMMENT
MEDIUM…es/powerdisplay/PowerDisplay.Ipc/CliCommandHandlers.cs41 // ─── list ─────────────────────────────────────────────────────────────────COMMENT
MEDIUM…es/powerdisplay/PowerDisplay.Ipc/CliCommandHandlers.cs51 // ─── get ──────────────────────────────────────────────────────────────────COMMENT
MEDIUM…es/powerdisplay/PowerDisplay.Ipc/CliCommandHandlers.cs68 // ─── set ──────────────────────────────────────────────────────────────────COMMENT
MEDIUM…es/powerdisplay/PowerDisplay.Ipc/CliCommandHandlers.cs91 // ─── up / down (relative adjust) ────────────────────────────────────────────COMMENT
MEDIUM…es/powerdisplay/PowerDisplay.Ipc/CliCommandHandlers.cs115 // ─── capabilities ───────────────────────────────────────────────────────────COMMENT
MEDIUM…es/powerdisplay/PowerDisplay.Ipc/CliCommandHandlers.cs132 // ─── profiles ───────────────────────────────────────────────────────────────COMMENT
MEDIUM…es/powerdisplay/PowerDisplay.Ipc/CliCommandHandlers.cs143 // ─── apply-profile ────────────────────────────────────────────────────────COMMENT
MEDIUM…s/powerdisplay/PowerDisplay.Ipc/MonitorDtoProjector.cs27 // ─── Public API ────────────────────────────────────────────────────────────COMMENT
MEDIUM…s/powerdisplay/PowerDisplay.Ipc/MonitorDtoProjector.cs190 // ─── Internal helpers (visible for testing) ────────────────────────────────COMMENT
MEDIUM…s/powerdisplay/PowerDisplay.Ipc/MonitorDtoProjector.cs276 // ─── Private helpers ───────────────────────────────────────────────────────COMMENT
MEDIUM…es/powerdisplay/PowerDisplay.Ipc/SetCommandExecutor.cs34 // ─── Public API ────────────────────────────────────────────────────────────COMMENT
MEDIUM…es/powerdisplay/PowerDisplay.Ipc/SetCommandExecutor.cs101 // ─── Orientation ──────────────────────────────────────────────────────────COMMENT
MEDIUM…es/powerdisplay/PowerDisplay.Ipc/SetCommandExecutor.cs155 // ─── Value validation / resolution ─────────────────────────────────────────COMMENT
66 more matches not shown…
Hallucination Indicators27 hits · 300 pts
SeverityFileLineSnippetContext
CRITICALsrc/codeAnalysis/GlobalSuppressions.cs43[assembly: SuppressMessage("Microsoft.VisualStudio.Threading.Analyzers", "VSTHRD100:Avoid async void methods", JustificaCODE
CRITICALsrc/modules/launcher/PowerLauncher/SettingsReader.cs64 _watcher = Microsoft.PowerToys.Settings.UI.Library.Utilities.Helper.GetFileWatcher(CODE
CRITICAL…odules/launcher/PowerLauncher/Helper/ErrorReporting.cs30 System.Windows.Application.Current.Dispatcher.Invoke(() =>CODE
CRITICAL….Infrastructure/Storage/StoragePowerToysVersionInfo.cs117 currentPowerToysVersion = Microsoft.PowerToys.Settings.UI.Library.Utilities.Helper.GetProductVersion();CODE
CRITICAL…rosoft.CmdPal.UI/Controls/WrapPanelCustom/WrapPanel.cs228 var parent = Microsoft.UI.Xaml.Media.VisualTreeHelper.GetParent(child);CODE
CRITICAL…rosoft.CmdPal.UI/Controls/WrapPanelCustom/WrapPanel.cs237 parent = Microsoft.UI.Xaml.Media.VisualTreeHelper.GetParent(parent);CODE
CRITICAL…icrosoft.CmdPal.UI/Dock/PinToDockDialogContent.xaml.cs168 var geometry = (Microsoft.UI.Xaml.Media.Geometry)Microsoft.UI.Xaml.Markup.XamlBindingHelper.ConvertValue(CODE
CRITICAL…mdPal.UI.ViewModels/DockAppearanceSettingsViewModel.cs267 ? new Microsoft.UI.Xaml.Media.Imaging.BitmapImage(uri)CODE
CRITICAL…ft.CmdPal.UI.ViewModels/AppearanceSettingsViewModel.cs437 ? new Microsoft.UI.Xaml.Media.Imaging.BitmapImage(uri)CODE
CRITICAL…Ui/ShortcutGuideXAML/Controls/TaskbarIndicator.xaml.cs140 (Geometry)Microsoft.UI.Xaml.Markup.XamlBindingHelper.ConvertValue(typeof(Geometry), path);CODE
CRITICAL…de.Ui/Converters/ShortcutDescriptionToKeysConverter.cs72 shortcutList.Add(Microsoft.PowerToys.Settings.UI.Library.Utilities.Helper.GetKeyName((uint)kCODE
CRITICAL…ManagerEditorUI/Controls/UnifiedMappingControl.xaml.cs438 int childCount = Microsoft.UI.Xaml.Media.VisualTreeHelper.GetChildrenCount(parent);CODE
CRITICAL…ManagerEditorUI/Controls/UnifiedMappingControl.xaml.cs441 var child = Microsoft.UI.Xaml.Media.VisualTreeHelper.GetChild(parent, i);CODE
CRITICALsrc/modules/MouseUtils/MouseJumpUI/MainForm.cs169 Microsoft.PowerToys.Telemetry.PowerToysTelemetry.Log.WriteEvent(new Telemetry.MouseJumpTeleportCursorEvent()CODE
CRITICALsrc/modules/MouseUtils/MouseJumpUI/MainForm.cs203 Microsoft.PowerToys.Telemetry.PowerToysTelemetry.Log.WriteEvent(new Telemetry.MouseJumpShowEvent());CODE
CRITICAL…Previewers/WebBrowserPreviewer/Helpers/MonacoHelper.cs63 var formatter = Microsoft.PowerToys.FilePreviewCommon.MonacoHelper.Formatters.SingleOrDefault(f => f.LanCODE
CRITICAL…cent/PowerAccent.UI/PowerAccentXAML/MainWindow.xaml.cs122 Microsoft.PowerToys.Telemetry.PowerToysTelemetry.Log.WriteEvent(new Core.Telemetry.PowerAccentShowAccentMenuEvenCODE
CRITICAL…ttings.UI.Controls/QuickAccess/QuickAccessViewModel.cs98 Title = _resourceLoader.GetString(Microsoft.PowerToys.Settings.UI.Library.Helpers.ModuleHelper.GetModuleCODE
CRITICAL…ttings.UI.Controls/QuickAccess/QuickAccessViewModel.cs102 Icon = Microsoft.PowerToys.Settings.UI.Library.Helpers.ModuleHelper.GetModuleTypeFluentIconName(moduleTyCODE
CRITICAL…ttings.UI.Controls/QuickAccess/QuickAccessViewModel.cs147 bool visible = _isModuleGpoEnabled(moduleType) || Microsoft.PowerToys.Settings.UI.Library.Helpers.ModuleHelpCODE
CRITICAL…tings-ui/QuickAccess.UI/ViewModels/AllAppsViewModel.cs113 var isEnabled = gpo == GpoRuleConfigured.Enabled || (!isLocked && Microsoft.PowerToys.Settings.UI.Library.HeCODE
CRITICAL…tings-ui/QuickAccess.UI/ViewModels/AllAppsViewModel.cs115 item.Label = _resourceLoader.GetString(Microsoft.PowerToys.Settings.UI.Library.Helpers.ModuleHelper.GetModulCODE
CRITICAL…tings-ui/QuickAccess.UI/ViewModels/AllAppsViewModel.cs117 item.Icon = Microsoft.PowerToys.Settings.UI.Library.Helpers.ModuleHelper.GetModuleTypeFluentIconName(moduleTCODE
CRITICAL…ttings-ui/Settings.UI/ViewModels/DashboardViewModel.cs127 new Microsoft.PowerToys.Settings.UI.Controls.QuickAccessLauncher(App.IsElevated),CODE
CRITICAL…ttings-ui/Settings.UI/ViewModels/DashboardViewModel.cs523 new DashboardModuleShortcutItem() { Label = resourceLoader.GetString("AlwaysOnTop_ActivationShortcut/HeaCODE
CRITICAL…ttings-ui/Settings.UI/ViewModels/DashboardViewModel.cs524 new DashboardModuleShortcutItem() { Label = resourceLoader.GetString("AlwaysOnTop_IncreaseOpacityShortcuCODE
CRITICAL…ttings-ui/Settings.UI/ViewModels/DashboardViewModel.cs525 new DashboardModuleShortcutItem() { Label = resourceLoader.GetString("AlwaysOnTop_DecreaseOpacityShortcuCODE
Structural Annotation Overuse77 hits · 130 pts
SeverityFileLineSnippetContext
LOWtools/module_loader/SHARING.md130### Step 1: Prepare the FilesCOMMENT
LOWtools/module_loader/SHARING.md142### Step 2: Extract Settings from Your MachineCOMMENT
LOWtools/module_loader/SHARING.md151### Step 3: Create Installation Instructions (README.txt)COMMENT
LOW.github/instructions/agents.instructions.md191// Step 1: Process dataCOMMENT
LOW.github/instructions/agents.instructions.md209// Step 2: Analyze (depends on Step 1)COMMENT
LOW.github/instructions/agents.instructions.md322### Step 1: Identify ProjectCOMMENT
LOW.github/instructions/agents.instructions.md429 // Step 1: Security ReviewCOMMENT
LOW.github/instructions/agents.instructions.md446 // Step 2: Test Coverage CheckCOMMENT
LOW.github/instructions/agents.instructions.md463 // Step 3: Aggregate ResultsCOMMENT
LOW…release-note-generation/references/step1-collection.md1# Step 1: Collection and MilestonesCOMMENT
LOW…ease-note-generation/references/step4-summarization.md1# Step 4: Summaries and Final Release NotesCOMMENT
LOW…s/release-note-generation/references/step2-labeling.md1# Step 2: Label Unlabeled PRsCOMMENT
LOW…se-note-generation/references/step3-review-grouping.md1# Step 3: Local Agent Reviews and GroupingCOMMENT
LOW…powertoys-verification/references/winapp-ui-testing.md21### Step 1: Use the Running AppCOMMENT
LOW…powertoys-verification/references/winapp-ui-testing.md25### Step 2: Write the Test ScriptCOMMENT
LOW…powertoys-verification/references/winapp-ui-testing.md141### Step 3: Run and Read ResultsCOMMENT
LOW…powertoys-verification/references/winapp-ui-testing.md168### Step 4: Fix and Rerun (if the user asked for it)COMMENT
LOWdoc/devdocs/tools/installer-diagnostics.md39### Step 1: Check the running versionCOMMENT
LOWdoc/devdocs/tools/installer-diagnostics.md50### Step 2: Check UpdateState.jsonCOMMENT
LOWdoc/devdocs/tools/installer-diagnostics.md61### Step 3: Check if PowerToys.Update.exe has ever runCOMMENT
LOWdoc/devdocs/tools/installer-diagnostics.md67### Step 4: Check runner logs for cleanup evidenceCOMMENT
LOWdoc/devdocs/tools/installer-diagnostics.md79### Step 5: Check the Updates folder contentsCOMMENT
LOWdoc/devdocs/tools/fuzzingtesting.md25### Step 1: Add a Fuzzing Test ProjectCOMMENT
LOWdoc/devdocs/tools/fuzzingtesting.md29### Step 2: Configure the ProjectCOMMENT
LOWdoc/devdocs/tools/fuzzingtesting.md38### Step 3: Configure OneFuzzConfig.jsonCOMMENT
LOWdoc/devdocs/tools/fuzzingtesting.md83### Step 4: Configure the OneFuzz PipelineCOMMENT
LOWdoc/devdocs/tools/fuzzingtesting.md97### Step 1: Create a New C++ ProjectCOMMENT
LOWdoc/devdocs/tools/fuzzingtesting.md102### Step 2: Update Build ConfigurationCOMMENT
LOWdoc/devdocs/tools/fuzzingtesting.md107### Step 3: Enable ASan and libFuzzer in .vcxprojCOMMENT
LOWdoc/devdocs/tools/fuzzingtesting.md118### Step 4: Add Fuzzing Compiler FlagsCOMMENT
LOWdoc/devdocs/tools/fuzzingtesting.md131### Step 5: Link the Sanitizer Coverage RuntimeCOMMENT
LOWdoc/devdocs/tools/fuzzingtesting.md139### Step 6: Copy Required Runtime DLLCOMMENT
LOWdoc/devdocs/tools/fuzzingtesting.md149### Step 7: Add Preprocessor DefinitionsCOMMENT
LOWdoc/devdocs/tools/fuzzingtesting.md157### Step 8: Implement the Entry PointCOMMENT
LOWdoc/devdocs/modules/fancyzones.md170### Step 1: Familiarize with the FeatureCOMMENT
LOWdoc/devdocs/modules/fancyzones.md174### Step 2: Build and DebugCOMMENT
LOWdoc/devdocs/modules/fancyzones.md178### Step 3: Learn through Bug FixesCOMMENT
LOW…Ext.Shell.UnitTests/IntegratedCommandExecutionTests.cs300 // Step 1: Expand environment strings (simplified - we'll assume no env vars)COMMENT
LOW…Ext.Shell.UnitTests/IntegratedCommandExecutionTests.cs303 // Step 2: Parse the command line to get file and argsCOMMENT
LOW…Ext.Shell.UnitTests/IntegratedCommandExecutionTests.cs306 // Step 3: If parsing succeeded, qualify the working directoryCOMMENT
LOW…mdPal.UI.ViewModels.UnitTests/DockMultiMonitorTests.cs680 // Step 1: Both monitors connected with customized secondaryCOMMENT
LOW…mdPal.UI.ViewModels.UnitTests/DockMultiMonitorTests.cs698 // Step 2: Disconnect secondary monitorCOMMENT
LOW…mdPal.UI.ViewModels.UnitTests/DockMultiMonitorTests.cs704 // Step 3: Reconnect secondary monitorCOMMENT
LOW…tension/.github/skills/add-extension-settings/SKILL.md24### Step 1: Create a Settings ManagerCOMMENT
LOW…tension/.github/skills/add-extension-settings/SKILL.md91### Step 2: Wire into CommandProviderCOMMENT
LOW…tension/.github/skills/add-extension-settings/SKILL.md115### Step 3: Use Settings in PagesCOMMENT
LOW…kills/publish-extension/references/store-publishing.md5## Step 1: Set Up Microsoft StoreCOMMENT
LOW…kills/publish-extension/references/store-publishing.md19## Step 2: Prepare the ExtensionCOMMENT
LOW…kills/publish-extension/references/store-publishing.md66## Step 3: Build MSIX PackagesCOMMENT
LOW…kills/publish-extension/references/store-publishing.md86## Step 4: Create MSIX BundleCOMMENT
LOW…kills/publish-extension/references/store-publishing.md109## Step 5: Submit to Partner CenterCOMMENT
LOW…ills/publish-extension/references/winget-publishing.md13## Step 1: Prepare the Project for Unpackaged DistributionCOMMENT
LOW…ills/publish-extension/references/winget-publishing.md42## Step 2: Create Installer ScriptsCOMMENT
LOW…ills/publish-extension/references/winget-publishing.md158## Step 3: Build EXE InstallersCOMMENT
LOW…ills/publish-extension/references/winget-publishing.md175## Step 4: Create a GitHub ReleaseCOMMENT
LOW…ills/publish-extension/references/winget-publishing.md194## Step 5: Submit to WinGetCOMMENT
LOW…ills/publish-extension/references/winget-publishing.md216## Step 6: Add the Command Palette Tag (CRITICAL)COMMENT
LOW…ills/publish-extension/references/winget-publishing.md248## Step 7: Ensure WindowsAppSdk DependencyCOMMENT
LOW…ills/publish-extension/references/winget-publishing.md261## Step 8: GitHub Actions Automation (Optional)COMMENT
LOW…tension/.github/skills/add-adaptive-card-form/SKILL.md29### Step 1: Create a ContentPage with FormContentCOMMENT
17 more matches not shown…
AI Slop Vocabulary23 hits · 64 pts
SeverityFileLineSnippetContext
MEDIUM.pipelines/v2/templates/job-test-project.yml128 # winappcli (winapp.exe) powers the Microsoft.PowerToys.UITest.Next harness and isn't bakedCOMMENT
MEDIUM.pipelines/v2/templates/job-test-project.yml184 # it as a child). The legacy UITest harness reuses an already-listening instance rather thanCOMMENT
MEDIUM.pipelines/v2/templates/job-test-project.yml280 # Expose 'platform' as an environment variable so the harness's EnvironmentConfig.IsInPipelineCOMMENT
MEDIUM.github/workflows/dependency-review.yml10# This update aligns with best practices; 1st/2nd-party actions is not required hash pinning.COMMENT
MEDIUMsrc/common/UITestAutomation/Session.cs83 // leverage findAll to filter out mismatched elementsCOMMENT
MEDIUMsrc/common/UITestAutomation/Element/Element.cs220 // leverage findAll to filter out mismatched elementsCOMMENT
MEDIUMsrc/Monaco/monacoSRC/min/vs/language/css/cssWorker.js73This is used to produce an effect that is known as tate-ch\u016B-yoko (\u7E26\u4E2D\u6A2A) in Japanese, or as \u76F4\u66CODE
MEDIUMsrc/Monaco/monacoSRC/min/vs/language/html/htmlWorker.js259 * To learn about this declaration in Firefox for Mobile, see [this article](https://developer.mozilla.org/en-US/doCOMMENT
MEDIUMsrc/Monaco/monacoSRC/min/vs/language/html/htmlWorker.js270Default mode, which indicates no preference for the decoding mode. The browser decides what is best for the user.`}},{naCODE
MEDIUMsrc/Monaco/monacoSRC/min/vs/language/html/htmlWorker.js270Default mode, which indicates no preference for the decoding mode. The browser decides what is best for the user.`}},{naCODE
MEDIUMsrc/Monaco/monacoSRC/min/vs/language/html/htmlWorker.js288**Note**: Sites that automatically play audio (or videos with an audio track) can be an unpleasant experience for users,CODE
MEDIUM…oft.Plugin.WindowWalker/Components/SearchController.cs15 /// Essentially the UI independent model of the applicationCOMMENT
MEDIUM…es/cmdpal/Microsoft.CmdPal.UI/Dock/DockControl.xaml.cs910 // top-level list, so that pinning to the dock from the top-level is seamless.COMMENT
MEDIUM…dpal/Microsoft.Terminal.UI/FontIconGlyphClassifier.cpp127 // Definitely multiple graphemesCOMMENT
MEDIUM…mdpal/Microsoft.CmdPal.UI.ViewModels/ShellViewModel.cs175 // Definitely some more clean-up to do, but at least its centralized to one spot now.COMMENT
MEDIUM…dPal.UI.ViewModels/Settings/MonitorConfigReconciler.cs142 // Primary monitors inherit global bands (IsCustomized = false) for a seamlessCOMMENT
MEDIUM…mdPal.Common/Text/PrecomputedFuzzyMatcherWithPinyin.cs42 // Fast exit if effectively off (provider should already filter, but keep robust)COMMENT
MEDIUM…ils/CursorWrap/CursorWrapTests/monitor_layout_tests.py253 """Generates comprehensive test configurations"""STRING
MEDIUM…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py999 # Build comprehensive analysisCOMMENT
MEDIUMsrc/modules/ZoomIt/ZoomIt/PanoramaCapture.cpp3607 // Use a robust aggregation instead of strict minimum: allow up toCOMMENT
MEDIUMsrc/modules/ZoomIt/ZoomIt/PanoramaCapture.cpp7232 // far more robust than scoring two potentially-spurious ZNCC peaks,COMMENT
MEDIUMsrc/modules/ZoomIt/ZoomIt/PanoramaCapture.cpp9008 // Global median of accepted step magnitudes (robust toCOMMENT
MEDIUMsrc/modules/ZoomIt/ZoomIt/PanoramaCapture.cpp13433 // This is robust because column averages smooth out per-pixelCOMMENT
Verbosity Indicators21 hits · 38 pts
SeverityFileLineSnippetContext
LOWsrc/common/utils/gpo.h181 // If the path was found in the machine, we need to check if the value for the policy exists.COMMENT
LOW…/modules/cmdpal/Microsoft.CmdPal.UI/MainWindow.xaml.cs1584 // We need to check if our window is cloaked or not. A cloaked window is stillCOMMENT
LOW…Ext.Shell.UnitTests/IntegratedCommandExecutionTests.cs300 // Step 1: Expand environment strings (simplified - we'll assume no env vars)COMMENT
LOW…Ext.Shell.UnitTests/IntegratedCommandExecutionTests.cs303 // Step 2: Parse the command line to get file and argsCOMMENT
LOW…Ext.Shell.UnitTests/IntegratedCommandExecutionTests.cs306 // Step 3: If parsing succeeded, qualify the working directoryCOMMENT
LOW…mdPal.UI.ViewModels.UnitTests/DockMultiMonitorTests.cs680 // Step 1: Both monitors connected with customized secondaryCOMMENT
LOW…mdPal.UI.ViewModels.UnitTests/DockMultiMonitorTests.cs698 // Step 2: Disconnect secondary monitorCOMMENT
LOW…mdPal.UI.ViewModels.UnitTests/DockMultiMonitorTests.cs704 // Step 3: Reconnect secondary monitorCOMMENT
LOW…ancyzones/FancyZonesLib/FancyZonesWindowProcessing.cpp62 // creation of new window. We need to check if window being processed is on currently active desktop.COMMENT
LOWsrc/modules/fancyzones/FancyZonesLib/JsonHelpers.cpp81 // Step 1: parse the name until the #, then to the '_'COMMENT
LOWsrc/modules/fancyzones/FancyZonesLib/JsonHelpers.cpp104 // Step 2: parse the rest of the idCOMMENT
LOWsrc/modules/fancyzones/FancyZonesLib/JsonHelpers.cpp169 // Step 1: parse the name until the #, then to the '_'COMMENT
LOWsrc/modules/fancyzones/FancyZonesLib/JsonHelpers.cpp185 // Step 2: parse the rest of the idCOMMENT
LOWsrc/modules/ZoomIt/ZoomIt/PanoramaCapture.cpp8439 // Step 1: Collect the top candidate anchor rows by variance.COMMENT
LOWsrc/modules/ZoomIt/ZoomIt/PanoramaCapture.cpp8509 // Step 2: Find the first candidate row that is UNIQUE within theCOMMENT
LOWsrc/modules/ZoomIt/ZoomIt/PanoramaCapture.cpp8595 // Step 3: Search the target frame for this unique signature.COMMENT
LOWsrc/modules/ZoomIt/ZoomIt/PanoramaCapture.cpp8640 // Step 4: Override if the anchor found a confident, different answer.COMMENT
LOWsrc/modules/PowerOCR/PowerOCR-UITests/PowerOCRTests.cs59 // Step 1: Press the activation shortcut and verify the overlay appearsCOMMENT
LOWsrc/modules/PowerOCR/PowerOCR-UITests/PowerOCRTests.cs64 // Step 2: Press Escape and verify the overlay disappearsCOMMENT
LOWsrc/modules/PowerOCR/PowerOCR-UITests/PowerOCRTests.cs71 // Step 3: Press the activation shortcut again and verify the overlay appearsCOMMENT
LOWsrc/modules/PowerOCR/PowerOCR-UITests/PowerOCRTests.cs77 // Step 4: Right-click and select Cancel. Verify the overlay disappearsCOMMENT
Fake / Example Data32 hits · 34 pts
SeverityFileLineSnippetContext
LOW.github/review-tools/review-tools.instructions.md131 "Author": "John Doe",CODE
LOWdoc/devdocs/modules/keyboardmanager/keyboardmanager.md17 - [Dummy key events](#dummy-key-events)CODE
LOWsrc/common/UnitTests-CommonLib/Settings.Tests.cpp234 const std::wstring stringVal = L"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod temCODE
LOWsrc/common/UnitTests-CommonLib/Settings.Tests.cpp234 const std::wstring stringVal = L"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod temCODE
LOWsrc/common/UnitTests-CommonLib/Settings.Tests.cpp456 const auto value = L"Lorem ipsum dolor sit amet,\nconsectetur adipiscing elit,\nsed do eiusmod tempor incidiCODE
LOWsrc/common/UnitTests-CommonLib/Settings.Tests.cpp456 const auto value = L"Lorem ipsum dolor sit amet,\nconsectetur adipiscing elit,\nsed do eiusmod tempor incidiCODE
LOWsrc/Monaco/monacoSRC/min/vs/language/html/htmlWorker.js440**Note:** Do not use this attribute, as it is non-standard and only implemented in some versions of Microsoft Internet ECODE
LOWsrc/Monaco/monacoSRC/min/vs/base/worker/workerMain.js29`||e===" "}}),X(J[69],Z([0,1]),function(W,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.WrappingIndCODE
LOW…al/ext/SamplePagesExtension/Pages/SampleContentPage.cs53 Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the indusCODE
LOW…al/ext/SamplePagesExtension/Pages/SampleContentPage.cs65 Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the indusCODE
LOW…al/ext/SamplePagesExtension/Pages/SampleContentPage.cs125 "placeholder": "Enter your name"CODE
LOW…al/ext/SamplePagesExtension/Pages/SampleContentPage.cs132 "placeholder": "Enter your homepage url"CODE
LOW…al/ext/SamplePagesExtension/Pages/SampleContentPage.cs139 "placeholder": "Enter your email"CODE
LOW…al/ext/SamplePagesExtension/Pages/SampleContentPage.cs146 "placeholder": "Enter your phone number"CODE
LOW…al/ext/SamplePagesExtension/Pages/SampleContentPage.cs154 "placeholder": "Enter any comments"CODE
LOW…l/ext/SamplePagesExtension/Pages/SampleCommentsPage.cs160 "placeholder": "Write a reply here"CODE
LOW…Microsoft.CmdPal.Ext.Bookmark/Pages/AddBookmarkForm.cs37 "placeholder": {{EncodeString(Resources.bookmarks_form_bookmark_placeholder)}}CODE
LOW…soft.CmdPal.UI.ViewModels/Commands/NewExtensionForm.cs51 "placeholder": "ExtensionName",CODE
LOW…soft.CmdPal.UI.ViewModels/Commands/NewExtensionForm.cs68 "placeholder": "My new extension",CODE
LOW…soft.CmdPal.UI.ViewModels/Commands/NewExtensionForm.cs85 "placeholder": "C:\\users\\me\\dev",CODE
LOW…osoft.CommandPalette.Extensions.Toolkit/TextSetting.cs44 { "placeholder", Placeholder },CODE
LOW…tension/.github/skills/add-adaptive-card-form/SKILL.md70 "placeholder": "Enter your name"CODE
LOW…lls/add-adaptive-card-form/references/form-patterns.md23 "placeholder": "Enter your first name",CODE
LOW…lls/add-adaptive-card-form/references/form-patterns.md31 "placeholder": "user@example.com",CODE
LOW…lls/add-adaptive-card-form/references/form-patterns.md31 "placeholder": "user@example.com",CODE
LOW…lls/add-adaptive-card-form/references/form-patterns.md252 "placeholder": "Enter your full name",STRING
LOW…lls/add-adaptive-card-form/references/form-patterns.md260 "placeholder": "user@example.com",STRING
LOW…lls/add-adaptive-card-form/references/form-patterns.md260 "placeholder": "user@example.com",STRING
LOW…lls/add-adaptive-card-form/references/form-patterns.md308 "placeholder": "Enter your API key"STRING
LOW…lls/add-adaptive-card-form/references/form-patterns.md376 "placeholder": "Share your thoughts...",STRING
LOW…lls/add-adaptive-card-form/references/form-patterns.md487 "placeholder": "Write a reply...",CODE
LOWsrc/modules/powerrename/unittests/HelpersTests.cpp239 patterns[L"CREATOR"] = L"John Doe";CODE
Redundant / Tautological Comments15 hits · 22 pts
SeverityFileLineSnippetContext
LOW.pipelines/v2/templates/job-build-project.yml472 # Check if deps.json files don't reference different dll versions.COMMENT
LOW.pipelines/v2/templates/job-build-project.yml477 # Check if asset files on the main application paths are playing nice and avoiding basic conflicts.COMMENT
LOW.pipelines/v2/templates/steps-build-installer-vnext.yml114 # Check if deps.json files don't reference different dll versions.COMMENT
LOW…ils/CursorWrap/CursorWrapTests/monitor_layout_tests.py165 # Check if any opposite edge is adjacent (within tolerance)COMMENT
LOW…ils/CursorWrap/CursorWrapTests/monitor_layout_tests.py468 # Check if they're aligned horizontally and touchingCOMMENT
LOW…ils/CursorWrap/CursorWrapTests/monitor_layout_tests.py500 # Check if there's actually a valid wrap destinationCOMMENT
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py264 # Check if positions are within toleranceCOMMENT
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py270 # Check if perpendicular ranges overlap significantlyCOMMENT
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py301 # Check if this edge overlaps with the relative positionCOMMENT
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py437 # Check if this edge type is allowed by wrap modeCOMMENT
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py472 # Check if wrap destination changedCOMMENT
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py505 # Check if this edge type is allowed by wrap modeCOMMENT
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py537 # Check if wrap destination changedCOMMENT
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py618 # Check if only one monitor existsCOMMENT
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py2165 # Check if this edge type is enabled by wrap modeCOMMENT
Excessive Try-Catch Wrapping10 hits · 18 pts
SeverityFileLineSnippetContext
MEDIUM…ils/CursorWrap/CursorWrapTests/analyze_test_results.py418 print(f"Error: Could not find report file: {args.report}")CODE
MEDIUM…ils/CursorWrap/CursorWrapTests/analyze_test_results.py422 print(f"Error: Invalid JSON in report file: {args.report}")CODE
LOW…ils/CursorWrap/CursorWrapTests/analyze_test_results.py424 except Exception as e:CODE
MEDIUM…ils/CursorWrap/CursorWrapTests/analyze_test_results.py425 print(f"Error analyzing report: {e}")CODE
MEDIUM…ils/CursorWrap/CursorWrapTests/monitor_layout_tests.py878 print("Error: max-monitors must be between 1 and 10")CODE
LOW…ap/CursorWrapTests/WrapSimulator/test_new_algorithm.py96 except Exception as e:CODE
MEDIUM…ap/CursorWrapTests/WrapSimulator/test_new_algorithm.py97 print(f"Error testing {layout_file}: {e}")CODE
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py1086 except Exception as e:CODE
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py1138 except Exception as e:CODE
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py1808 except Exception as e:CODE
Hyper-Verbose Identifiers20 hits · 17 pts
SeverityFileLineSnippetContext
LOW.github/scripts/telemetry-pr-check.js237async function findExistingTelemetryComment(apiBaseUrl, repository, pullNumber) {CODE
LOWsrc/Monaco/monacoSpecialLanguages.js7export async function registerAdditionalLanguages(monaco){CODE
LOWsrc/Monaco/monacoSpecialLanguages.js50function registerAdditionalLanguage(id, extensions, originalId, monaco){CODE
LOWsrc/Monaco/monacoSpecialLanguages.js65function registerAdditionalNewLanguage(id, extensions, definition, monaco) {CODE
LOW….Ext.PerformanceMonitor/DevHome/Helpers/DataManager.cs11internal sealed partial class DataManager : IDisposableCODE
LOW…ils/CursorWrap/CursorWrapTests/analyze_test_results.py68 def analyze_wrap_calculation_failures(self, failures: List[Dict[str, Any]]):CODE
LOW…ils/CursorWrap/CursorWrapTests/analyze_test_results.py180 def generate_github_copilot_prompt(self):CODE
LOW…ils/CursorWrap/CursorWrapTests/monitor_layout_tests.py416 def _five_plus_monitor_configs(cls, max_count: int) -> List[List[MonitorInfo]]:CODE
LOW…ils/CursorWrap/CursorWrapTests/monitor_layout_tests.py461 def validate_touching_monitors(CODE
LOW…ils/CursorWrap/CursorWrapTests/monitor_layout_tests.py486 def validate_wrap_calculation(CODE
LOW…ils/CursorWrap/CursorWrapTests/monitor_layout_tests.py811 def _generate_recommendations(self) -> List[str]:CODE
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py310 def find_nearest_opposite_edge(self, from_edge_type: EdgeType, cursor_coordinate: int,CODE
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py383 def _calculate_projected_position(self, cursor_coordinate: int, source_edge: MonitorEdge,CODE
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py413 def get_wrap_destination_with_projection(self, from_edge_type: EdgeType, cursor_coordinate: int,CODE
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py429 def get_edge_segments_with_wrap_info(self, edge: MonitorEdge, wrap_mode: WrapMode) -> List[EdgeSegment]:CODE
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py498 def get_edge_segments_with_projection(self, edge: MonitorEdge, wrap_mode: WrapMode) -> List[EdgeSegment]:CODE
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py561 def validate_all_edges_have_destinations(self, wrap_mode: WrapMode = WrapMode.BOTH) -> Dict:CODE
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py1272 def _validate_cursor_position(self, entry: CursorLogEntry) -> Tuple[bool, Optional[MonitorInfo], Optional[MonitorInfCODE
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py2152 def _generate_edge_test_points(self) -> List[Tuple[MonitorEdge, int, int, int]]:CODE
LOW…les/powerdisplay/PowerDisplay/Ipc/CliRequestHandler.cs37public sealed class CliRequestHandler : ICliRequestProcessorCODE
Modern AI Meta-Vocabulary4 hits · 11 pts
SeverityFileLineSnippetContext
MEDIUM.github/instructions/agent-skills.instructions.md118 ├── scaffold.py # Code scaffold the AI agent customizesCODE
MEDIUM…/skills/ui-tests-migration/references/project-setup.md1# Project setup & scaffoldingCOMMENT
MEDIUM…ls/ui-tests-migration/templates/ModuleEndToEndTests.cs5// TEMPLATE — a starting scaffold for a `.Next` UI-test class. Replace __MODULE__ / __MODULEUI__ /COMMENT
MEDIUMsrc/modules/ZoomIt/ZoomIt/PanoramaCapture.cpp10954#pragma warning(disable : 4456) // Self-test scaffolding reuses local names in nested scopes.COMMENT
Deep Nesting12 hits · 6 pts
SeverityFileLineSnippetContext
LOW…ils/CursorWrap/CursorWrapTests/analyze_test_results.py68CODE
LOW…ils/CursorWrap/CursorWrapTests/monitor_layout_tests.py534CODE
LOW…ils/CursorWrap/CursorWrapTests/monitor_layout_tests.py591CODE
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py277CODE
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py310CODE
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py991CODE
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py1102CODE
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py1577CODE
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py1696CODE
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py1811CODE
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py2038CODE
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py2152CODE
TODO Padding4 hits · 6 pts
SeverityFileLineSnippetContext
LOWsrc/modules/MouseWithoutBorders/App/Service/Program.cs34 // TODO: Add logging.COMMENT
LOWsrc/modules/MouseWithoutBorders/App/Helper/Program.cs37 // TODO: Add logging.COMMENT
LOWsrc/modules/peek/Peek.UI/MainWindowViewModel.cs174 // TODO: implement navigationCOMMENT
LOWsrc/modules/peek/Peek.UI/MainWindowViewModel.cs203 // TODO: implement navigation.COMMENT
Cross-Language Confusion1 hit · 5 pts
SeverityFileLineSnippetContext
HIGH…ils/CursorWrap/CursorWrapTests/analyze_test_results.py315 print("if (edge.type == EdgeType::Left || edge.type == EdgeType::Right) {")CODE
Slop Phrases2 hits · 3 pts
SeverityFileLineSnippetContext
LOWsrc/Monaco/monacoSRC/min/vs/language/css/cssWorker.js32`),[{language:"html",value:r}]}doPrint(e,t){for(let r of e)this.doPrintElement(r,t),r.children&&this.doPrint(r.children,CODE
MEDIUMsrc/Monaco/monacoSRC/min/vs/language/html/htmlWorker.js306**Usage note:** Do not use this attribute, as it has been deprecated. The [\`<caption>\`](https://developer.mozilla.org/CODE
Unused Imports3 hits · 2 pts
SeverityFileLineSnippetContext
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py14CODE
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py21CODE
LOW…orWrap/CursorWrapTests/WrapSimulator/wrap_simulator.py22CODE