UniGetUI: The Graphical Interface for your package managers. Could be terribly described as a package manager manager to manage your package managers
This report presents the forensic synthetic code analysis of Devolutions/UniGetUI, a C# project with 25,324 GitHub stars. SynthScan v2.0 examined 172,121 lines of code across 630 source files, recording 243 pattern matches distributed across 3 syntactic categories. The overall adjusted score of 4.0 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
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 243 distinct pattern matches across 3 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 |
|---|---|---|---|---|
| MEDIUM | src/UniGetUI.Interface.Telemetry/TelemetryHandler.cs | 346 | // ─── OpenSearch HTTP ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/UniGetUI.Interface.Telemetry/TelemetryHandler.cs | 384 | // ─── Helpers ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/UniGetUI.Avalonia/ViewModels/MainWindowViewModel.cs | 32 | // ─── Pages ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/UniGetUI.Avalonia/ViewModels/MainWindowViewModel.cs | 45 | // ─── Navigation state ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/UniGetUI.Avalonia/ViewModels/MainWindowViewModel.cs | 63 | // ─── Operations panel ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/UniGetUI.Avalonia/ViewModels/MainWindowViewModel.cs | 174 | // ─── Sidebar ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/UniGetUI.Avalonia/ViewModels/MainWindowViewModel.cs | 177 | // ─── Global search ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/UniGetUI.Avalonia/ViewModels/MainWindowViewModel.cs | 210 | // ─── Settings search suggestions ─────────────────────────────────────────── | COMMENT |
| MEDIUM | src/UniGetUI.Avalonia/ViewModels/MainWindowViewModel.cs | 278 | // ─── Title bar ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/UniGetUI.Avalonia/ViewModels/MainWindowViewModel.cs | 286 | // ─── Notifications (bottom-right toasts) ─────────────────────────────────── | COMMENT |
| MEDIUM | src/UniGetUI.Avalonia/ViewModels/MainWindowViewModel.cs | 406 | // ─── Constructor ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/UniGetUI.Avalonia/ViewModels/MainWindowViewModel.cs | 571 | // ─── Navigation ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/UniGetUI.Avalonia/ViewModels/MainWindowViewModel.cs | 768 | // ─── Notification activation ───────────────────────────────────────────── | COMMENT |
| MEDIUM | src/UniGetUI.Avalonia/ViewModels/MainWindowViewModel.cs | 790 | // ─── Search box ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/UniGetUI.Avalonia/ViewModels/SidebarViewModel.cs | 13 | // ─── Badge properties ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/UniGetUI.Avalonia/ViewModels/SidebarViewModel.cs | 27 | // ─── Loading indicators ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/UniGetUI.Avalonia/ViewModels/SidebarViewModel.cs | 37 | // ─── Pane open/closed ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/UniGetUI.Avalonia/ViewModels/SidebarViewModel.cs | 117 | // ─── Selected page ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/UniGetUI.Avalonia/ViewModels/SidebarViewModel.cs | 121 | // ─── Navigation ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …onia/ViewModels/DialogPages/InstallOptionsViewModel.cs | 23 | // ── Public result ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …onia/ViewModels/DialogPages/InstallOptionsViewModel.cs | 31 | // ── Translated static labels ─────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …onia/ViewModels/DialogPages/InstallOptionsViewModel.cs | 106 | // ── Capability flags (for IsEnabled bindings) ───────────────────────────── | COMMENT |
| MEDIUM⚡ | …onia/ViewModels/DialogPages/InstallOptionsViewModel.cs | 114 | // ── Package icon ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …onia/ViewModels/DialogPages/InstallOptionsViewModel.cs | 117 | // ── Follow-global toggle ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …onia/ViewModels/DialogPages/InstallOptionsViewModel.cs | 129 | // ── Profile combo ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …onia/ViewModels/DialogPages/InstallOptionsViewModel.cs | 149 | // ── General tab ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …onia/ViewModels/DialogPages/InstallOptionsViewModel.cs | 172 | // ── Architecture / Scope / Location tab ─────────────────────────────────── | COMMENT |
| MEDIUM | …onia/ViewModels/DialogPages/InstallOptionsViewModel.cs | 187 | // ── CLI params tab ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …onia/ViewModels/DialogPages/InstallOptionsViewModel.cs | 196 | // ── Pre/Post commands tab ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | …onia/ViewModels/DialogPages/InstallOptionsViewModel.cs | 209 | // ── Close apps tab ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …onia/ViewModels/DialogPages/InstallOptionsViewModel.cs | 225 | // ── Command preview ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …onia/ViewModels/DialogPages/InstallOptionsViewModel.cs | 228 | // ── Constructor ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …onia/ViewModels/DialogPages/InstallOptionsViewModel.cs | 362 | // ── Commands ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …onia/ViewModels/DialogPages/InstallOptionsViewModel.cs | 423 | // ── Ignore-future-updates state (package-level, like WinUI) ──────────────── | COMMENT |
| MEDIUM | …onia/ViewModels/DialogPages/InstallOptionsViewModel.cs | 442 | // ── Enable/disable based on selected operation profile ──────────────────── | COMMENT |
| MEDIUM | …onia/ViewModels/DialogPages/InstallOptionsViewModel.cs | 460 | // ── Live command preview ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …onia/ViewModels/DialogPages/InstallOptionsViewModel.cs | 480 | // ── Package icon ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …onia/ViewModels/DialogPages/InstallOptionsViewModel.cs | 509 | // ── Async version loader ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …onia/ViewModels/DialogPages/InstallOptionsViewModel.cs | 526 | // ── Snapshot & apply ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …onia/ViewModels/DialogPages/PackageDetailsViewModel.cs | 26 | // ── Header ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …onia/ViewModels/DialogPages/PackageDetailsViewModel.cs | 39 | // ── Tags ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …onia/ViewModels/DialogPages/PackageDetailsViewModel.cs | 48 | // ── Description ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …onia/ViewModels/DialogPages/PackageDetailsViewModel.cs | 69 | // ── Actions ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …onia/ViewModels/DialogPages/PackageDetailsViewModel.cs | 78 | // ── Extended details ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …onia/ViewModels/DialogPages/PackageDetailsViewModel.cs | 100 | // ── Dependencies ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …onia/ViewModels/DialogPages/PackageDetailsViewModel.cs | 113 | // ── Screenshots ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …onia/ViewModels/DialogPages/PackageDetailsViewModel.cs | 125 | // ── Release notes ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …onia/ViewModels/DialogPages/PackageDetailsViewModel.cs | 131 | // ── Translated labels ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | ….Avalonia/ViewModels/DialogPages/OperationViewModel.cs | 46 | // ── Bindable properties ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | ….Avalonia/ViewModels/DialogPages/OperationViewModel.cs | 113 | // ── Icon loading ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | ….Avalonia/ViewModels/DialogPages/OperationViewModel.cs | 150 | // ── Status → visual properties ──────────────────────────────────────────── | COMMENT |
| MEDIUM | ….Avalonia/ViewModels/DialogPages/OperationViewModel.cs | 198 | // ── "…" menu ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | ….Avalonia/ViewModels/DialogPages/OperationViewModel.cs | 237 | // ── Queue management ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | ….Avalonia/ViewModels/DialogPages/OperationViewModel.cs | 246 | // ── Cancel / Retry ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | ….Avalonia/ViewModels/DialogPages/OperationViewModel.cs | 295 | // ── Package details / install options ──────────────────────────────────── | COMMENT |
| MEDIUM | ….Avalonia/ViewModels/DialogPages/OperationViewModel.cs | 316 | // ── Button / details actions ────────────────────────────────────────────── | COMMENT |
| MEDIUM | ….Avalonia/ViewModels/DialogPages/OperationViewModel.cs | 340 | // ── Minimal ICommand implementation ─────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …wModels/Pages/SettingsPages/PackageManagerViewModel.cs | 19 | // ── Events ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …wModels/Pages/SettingsPages/PackageManagerViewModel.cs | 23 | // ── Section headings ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …wModels/Pages/SettingsPages/PackageManagerViewModel.cs | 29 | // ── Status bar ──────────────────────────────────────────────────────────── | COMMENT |
| 140 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .github/workflows/codeql.yml | 1 | # For most projects, this workflow file will not need changing; you simply need | COMMENT |
| LOW | .github/workflows/codeql.yml | 61 | with: | COMMENT |
| LOW | …Engine.PackageManagerClasses/Manager/PackageManager.cs | 461 | COMMENT | |
| LOW | …Engine.PackageManagerClasses/Manager/PackageManager.cs | 481 | protected abstract IReadOnlyList<Package> GetAvailableUpdates_UnSafe(); | COMMENT |
| LOW | …ckageManagerClasses/Packages/Classes/PackageDetails.cs | 21 | COMMENT | |
| LOW | …ckageManagerClasses/Packages/Classes/PackageDetails.cs | 41 | COMMENT | |
| LOW | …ckageManagerClasses/Packages/Classes/PackageDetails.cs | 61 | COMMENT | |
| LOW | …agerClasses/Packages/Classes/IgnoredUpdatesDatabase.cs | 141 | return false; | COMMENT |
| LOW | src/UniGetUI.PackageEngine.Interfaces/ISourceFactory.cs | 1 | namespace UniGetUI.PackageEngine.Interfaces | COMMENT |
| LOW | src/UniGetUI.PackageEngine.Interfaces/IPackage.cs | 21 | public IPackageManager Manager { get; } | COMMENT |
| LOW | src/UniGetUI.PackageEngine.Interfaces/IPackage.cs | 41 | /// - Package version | COMMENT |
| LOW | src/UniGetUI.PackageEngine.Interfaces/IPackage.cs | 61 | /// For more specific comparison use package.Equals(object? other) | COMMENT |
| LOW | src/UniGetUI.PackageEngine.Interfaces/IPackage.cs | 81 | /// Get the package's icon url. If the package has no icon, null is returned. | COMMENT |
| LOW | src/UniGetUI.PackageEngine.Interfaces/IPackage.cs | 101 | public Task RemoveFromIgnoredUpdatesAsync(); | COMMENT |
| LOW | src/UniGetUI.PackageEngine.Interfaces/IPackage.cs | 121 | /// <returns>a Package object if found, null if not</returns> | COMMENT |
| LOW | src/UniGetUI.PackageEngine.Interfaces/IPackage.cs | 141 | COMMENT | |
| LOW | …c/UniGetUI.PackageEngine.Interfaces/IPackageManager.cs | 41 | /// <summary> | COMMENT |
| LOW | …c/UniGetUI.PackageEngine.Interfaces/IPackageManager.cs | 61 | /// </summary> | COMMENT |
| LOW | …c/UniGetUI.PackageEngine.Interfaces/IPackageDetails.cs | 21 | /// <summary> | COMMENT |
| LOW | …c/UniGetUI.PackageEngine.Interfaces/IPackageDetails.cs | 41 | /// <summary> | COMMENT |
| LOW | …c/UniGetUI.PackageEngine.Interfaces/IPackageDetails.cs | 61 | /// <summary> | COMMENT |
| LOW | …c/UniGetUI.PackageEngine.Interfaces/IPackageDetails.cs | 81 | /// <summary> | COMMENT |
| LOW | …ine.Interfaces/ManagerHelpers/IPackageDetailsHelper.cs | 1 | using UniGetUI.Core.IconEngine; | COMMENT |
| LOW | …ine.Interfaces/ManagerHelpers/IPackageDetailsHelper.cs | 21 | /// If the manager does not support listing the versions, an empty array will be returned. | COMMENT |
| LOW | …Engine.Interfaces/ManagerHelpers/IMultiSourceHelper.cs | 21 | /// </summary> | COMMENT |
| LOW | …valonia/Infrastructure/WindowsAppNotificationBridge.cs | 21 | /// is clicked, so the main-window view model keeps its handler. When the toast COM surface | COMMENT |
| LOW | …UniGetUI.Avalonia/Infrastructure/Win32ToastNotifier.cs | 1 | #if WINDOWS | COMMENT |
| LOW | …niGetUI.Avalonia/Infrastructure/AvaloniaAutoUpdater.cs | 61 | #endif | COMMENT |
| LOW | …niGetUI.Avalonia/Infrastructure/AvaloniaAutoUpdater.cs | 181 | /// On app startup, detects an interrupted update attempt — the log file | COMMENT |
| LOW | src/UniGetUI.Avalonia/Views/MainWindow.axaml.cs | 61 | COMMENT | |
| LOW | src/UniGetUI.Avalonia/Views/MainWindow.axaml.cs | 501 | private void SetupTitleBar() | COMMENT |
| LOW | …valonia/Views/Pages/SettingsPages/SettingsPageStubs.cs | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | src/UniGetUI.Core.Data/CoreData.cs | 421 | COMMENT | |
| LOW | …UniGetUI.PackageEngine.Operations/PackageOperations.cs | 21 | using BrokerOperationStatus = Devolutions.Now.Policy.Api.OperationStatus; | COMMENT |
| LOW | …kageEngine.Operations/AbstractOperation_Auxiliaries.cs | 41 | /// X has been installed successfully | COMMENT |
| LOW | …ine.Serializable.Tests/TestDuplicateUpdateDetection.cs | 1 | using NSubstitute; | COMMENT |
| LOW | src/UniGetUI.PackageEngine.Enums/Enums.cs | 81 | /// Lists all the available updates | COMMENT |
| LOW | …ageManager.Interop/WindowsPackageManager/ClassModel.cs | 1 | // Copyright (c) Microsoft Corporation. | COMMENT |
| LOW | …PackageManager/WindowsPackageManagerElevatedFactory.cs | 1 | // Copyright (c) Microsoft Corporation. | COMMENT |
| LOW | …ger.Interop/WindowsPackageManager/ClassesDefinition.cs | 81 | /// Get CLSID based on the provided context for the specified type | COMMENT |
| LOW | …UI.PackageEngine.Serializable/SerializableComponent.cs | 21 | COMMENT | |
| LOW | …I.PackageEngine.PackageLoader/AbstractPackageLoader.cs | 241 | /// </summary> | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .github/workflows/codeql.yml | 52 | # If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how | COMMENT |