A powerful utility that help you manage you context menu on Windows and avoid third party to add rubbish to your context menu.
This report presents the forensic synthetic code analysis of PLFJY/ContextMenuMgr, a C# project with 2,896 GitHub stars. SynthScan v2.0 examined 88,961 lines of code across 263 source files, recording 240 pattern matches distributed across 5 syntactic categories. The overall adjusted score of 3.3 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).
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.
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.
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.
The scanner identified 240 distinct pattern matches across 5 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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | ContextMenuMgr.Tests/ExternalChangeStateMachineTests.cs | 1 | using ContextMenuMgr.Backend.Services; | COMMENT |
| LOW | ContextMenuMgr.Tests/ExternalChangeStateMachineTests.cs | 441 | /// <summary> | COMMENT |
| LOW | ContextMenuMgr.Tests/ExternalChangeStateMachineTests.cs | 701 | /// <summary> | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 21 | #include <algorithm> // all_of, find, for_each | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 41 | // SPDX-License-Identifier: MIT | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 61 | #if defined(NLOHMANN_JSON_VERSION_MAJOR) && defined(NLOHMANN_JSON_VERSION_MINOR) && defined(NLOHMANN_JSON_VERSION_PA | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 81 | #define JSON_USE_LEGACY_DISCARDED_VALUE_COMPARISON 0 | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 161 | // __ _____ _____ _____ | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 181 | #include <type_traits> // is_arithmetic, is_same, is_enum, underlying_type, is_convertible | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 201 | #endif | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 221 | COMMENT | |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 241 | // SPDX-License-Identifier: MIT | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 341 | // SPDX-FileCopyrightText: 2016 - 2021 Evan Nemerson <evan@nemerson.com> | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 361 | #endif | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 381 | #endif | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 401 | #endif | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 421 | COMMENT | |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 441 | #define JSON_HEDLEY_MSVC_VERSION_CHECK(major,minor,patch) (_MSC_FULL_VER >= ((major * 1000000) + (minor * 10000) + ( | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 461 | #define JSON_HEDLEY_INTEL_VERSION_CHECK(major,minor,patch) (0) | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 481 | #undef JSON_HEDLEY_PGI_VERSION | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 501 | #elif defined(__SUNPRO_C) | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 521 | #if defined(__EMSCRIPTEN__) | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 541 | #endif | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 561 | #endif | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 581 | ) | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 601 | #endif | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 621 | #endif | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 641 | #define JSON_HEDLEY_TI_ARMCL_VERSION_CHECK(major,minor,patch) (0) | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 661 | #undef JSON_HEDLEY_TI_CL7X_VERSION | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 681 | #endif | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 701 | #endif | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 721 | #endif | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 741 | #endif | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 761 | #define JSON_HEDLEY_DMC_VERSION_CHECK(major,minor,patch) (0) | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 781 | #undef JSON_HEDLEY_PELLES_VERSION | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 801 | #endif | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 841 | #endif | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 861 | #else | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 881 | #define JSON_HEDLEY_HAS_CPP_ATTRIBUTE(attribute) __has_cpp_attribute(attribute) | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 901 | #if defined(JSON_HEDLEY_GNUC_HAS_CPP_ATTRIBUTE) | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 921 | #endif | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 941 | #define JSON_HEDLEY_GCC_HAS_BUILTIN(builtin,major,minor,patch) __has_builtin(builtin) | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 961 | #define JSON_HEDLEY_GNUC_HAS_FEATURE(feature,major,minor,patch) JSON_HEDLEY_GNUC_VERSION_CHECK(major,minor,patch) | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 981 | COMMENT | |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 1001 | #undef JSON_HEDLEY_HAS_DECLSPEC_ATTRIBUTE | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 1021 | #if defined(__has_declspec_attribute) | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 1041 | #else | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 1081 | #undef JSON_HEDLEY_DIAGNOSTIC_PUSH | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 1101 | #define JSON_HEDLEY_DIAGNOSTIC_PUSH _Pragma("push") | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 1141 | xpr \ | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 1161 | # define JSON_HEDLEY_CONST_CAST(T, expr) (const_cast<T>(expr)) | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 1181 | #else | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 1201 | _Pragma("clang diagnostic ignored \"-Wold-style-cast\"") \ | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 1221 | #elif JSON_HEDLEY_INTEL_VERSION_CHECK(13,0,0) | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 1241 | (JSON_HEDLEY_TI_CL430_VERSION_CHECK(4,0,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 1261 | #undef JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_PRAGMAS | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 1281 | #elif JSON_HEDLEY_TI_CL6X_VERSION_CHECK(8,0,0) | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 1301 | #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_CPP_ATTRIBUTES __pragma(warning(disable:1292)) | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 1321 | #endif | COMMENT |
| LOW | ContextMenuMgr.ProbeHost/third_party/nlohmann/json.hpp | 1341 | #elif JSON_HEDLEY_GCC_VERSION_CHECK(3,4,0) | COMMENT |
| 151 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …enuMgr.Frontend/ViewModels/SpecialMenuPageViewModel.cs | 339 | await System.Windows.Application.Current.Dispatcher.InvokeAsync(() => | CODE |
| CRITICAL | …enuMgr.Frontend/ViewModels/SpecialMenuPageViewModel.cs | 1161 | System.Windows.Application.Current.Dispatcher.Invoke(() => | CODE |
| CRITICAL | …enuMgr.Frontend/ViewModels/SpecialMenuPageViewModel.cs | 1293 | await System.Windows.Application.Current.Dispatcher.InvokeAsync(() => | CODE |
| CRITICAL | …enuMgr.Frontend/ViewModels/SpecialMenuPageViewModel.cs | 1318 | await System.Windows.Application.Current.Dispatcher.InvokeAsync(() => ShowDocumentIconProvider = false); | CODE |
| CRITICAL | ContextMenuMgr.Frontend/ViewModels/MainViewModel.cs | 340 | System.Windows.Application.Current.Dispatcher.Invoke(() => Notifications.Remove(notification)); | CODE |
| CRITICAL | ContextMenuMgr.Frontend/ViewModels/MainViewModel.cs | 408 | System.Windows.Application.Current.Dispatcher.Invoke(() => | CODE |
| CRITICAL | …ontrols/Modern/Navigation/ModernNavigationView.xaml.cs | 520 | Transition.None => new ContextMenuMgr.Frontend.Controls.Modern.Frame.SuppressNavigationTransitionInfo(), | CODE |
| CRITICAL | …ontrols/Modern/Navigation/ModernNavigationView.xaml.cs | 521 | Transition.FadeIn => new ContextMenuMgr.Frontend.Controls.Modern.Frame.FadeNavigationTransitionInfo(), | CODE |
| CRITICAL | …ontrols/Modern/Navigation/ModernNavigationView.xaml.cs | 534 | _ => new ContextMenuMgr.Frontend.Controls.Modern.Frame.EntranceNavigationTransitionInfo() | CODE |
| CRITICAL | …nuMgr.Frontend/Services/ContextMenuWorkspaceService.cs | 458 | await System.Windows.Application.Current.Dispatcher.InvokeAsync( | CODE |
| CRITICAL | …nuMgr.Frontend/Services/ContextMenuWorkspaceService.cs | 466 | await System.Windows.Application.Current.Dispatcher.InvokeAsync( | CODE |
| CRITICAL | …nuMgr.Frontend/Services/ContextMenuWorkspaceService.cs | 1243 | System.Windows.Application.Current.Dispatcher.Invoke(() => | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …MenuMgr.Backend/Services/ContextMenuRegistryCatalog.cs | 857 | // Step 1: create a valid backup of the CURRENTLY recreated key. | COMMENT |
| LOW⚡ | …MenuMgr.Backend/Services/ContextMenuRegistryCatalog.cs | 861 | // Step 2: delete the recreated registry key. | COMMENT |
| LOW⚡ | …MenuMgr.Backend/Services/ContextMenuRegistryCatalog.cs | 864 | // Step 3: now that the new backup is safe, remove the superseded old backup. | COMMENT |
| LOW⚡ | …MenuMgr.Backend/Services/ContextMenuRegistryCatalog.cs | 872 | // Step 4: update state. The item is deleted again with the new backup. | COMMENT |
| LOW | …MenuMgr.Backend/Services/ContextMenuRegistryCatalog.cs | 1927 | // Step 1: disable the newly detected item immediately. This keeps the | COMMENT |
| LOW | …MenuMgr.Backend/Services/ContextMenuRegistryCatalog.cs | 1950 | // Step 2: persist the blocked state and mark it as waiting for approval. | COMMENT |
| LOW⚡ | …MenuMgr.Backend/Services/ContextMenuRegistryCatalog.cs | 2127 | // Step 1: disable the recreated item immediately. | COMMENT |
| LOW⚡ | …MenuMgr.Backend/Services/ContextMenuRegistryCatalog.cs | 2133 | // Step 2: mark as pending approval while PRESERVING deletion provenance. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …MenuMgr.Backend/Services/ContextMenuRegistryCatalog.cs | 857 | // Step 1: create a valid backup of the CURRENTLY recreated key. | COMMENT |
| LOW⚡ | …MenuMgr.Backend/Services/ContextMenuRegistryCatalog.cs | 861 | // Step 2: delete the recreated registry key. | COMMENT |
| LOW⚡ | …MenuMgr.Backend/Services/ContextMenuRegistryCatalog.cs | 864 | // Step 3: now that the new backup is safe, remove the superseded old backup. | COMMENT |
| LOW⚡ | …MenuMgr.Backend/Services/ContextMenuRegistryCatalog.cs | 872 | // Step 4: update state. The item is deleted again with the new backup. | COMMENT |
| LOW | …MenuMgr.Backend/Services/ContextMenuRegistryCatalog.cs | 1927 | // Step 1: disable the newly detected item immediately. This keeps the | COMMENT |
| LOW | …MenuMgr.Backend/Services/ContextMenuRegistryCatalog.cs | 1950 | // Step 2: persist the blocked state and mark it as waiting for approval. | COMMENT |
| LOW⚡ | …MenuMgr.Backend/Services/ContextMenuRegistryCatalog.cs | 2127 | // Step 1: disable the recreated item immediately. | COMMENT |
| LOW⚡ | …MenuMgr.Backend/Services/ContextMenuRegistryCatalog.cs | 2133 | // Step 2: mark as pending approval while PRESERVING deletion provenance. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …MenuMgr.Backend/Services/ContextMenuRegistryMonitor.cs | 5 | // Timed polling keeps the scaffold simple while still showing how the service can | COMMENT |