Repository Analysis

Justsenger/ExHyperV

The Excalibur of Hyper-V / Hyper-V 神器

14.2 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of Justsenger/ExHyperV, a C# project with 4,378 GitHub stars. SynthScan v2.0 examined 46,630 lines of code across 189 source files, recording 213 pattern matches distributed across 7 syntactic categories. The overall adjusted score of 14.2 places this repository in the Low 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).

14.2
Adjusted Score
14.2
Raw Score
100%
Time Factor
2026-07-14
Last Push
4.4K
Stars
C#
Language
46.6K
Lines of Code
189
Files
213
Pattern Hits
2026-07-14
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

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

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 3HIGH 0MEDIUM 176LOW 34

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

Decorative Section Separators176 hits · 588 pts
SeverityFileLineSnippetContext
MEDIUM.github/workflows/publish.yml19 # ── 读取 csproj 版本号,按后缀决定发布渠道 ──────────────────────COMMENT
MEDIUM.github/workflows/publish.yml60 # ── 构建 ─────────────────────────────────────────────────────────COMMENT
MEDIUM.github/workflows/publish.yml76 # ── 签名:安装 SimplySign Desktop ────────────────────────────────COMMENT
MEDIUM.github/workflows/publish.yml85 # ── 签名:认证 SimplySign ─────────────────────────────────────────COMMENT
MEDIUM.github/workflows/publish.yml106 # ── 签名:x64 产物(EXE/DLL/SYS + CAT)──────────────────────────COMMENT
MEDIUM.github/workflows/publish.yml115 # ── 签名:arm64 EXE ───────────────────────────────────────────────COMMENT
MEDIUM.github/workflows/publish.yml123 # ── 打包 ──────────────────────────────────────────────────────────COMMENT
MEDIUM.github/workflows/publish.yml170 # ── 提交 Winget(仅正式版,且必须是手动触发)──────────────────────COMMENT
MEDIUMsrc/ViewModels/VmInstanceViewModel.cs87 // ─── IP / MAC ─────────────────────────────────────────────COMMENT
MEDIUMsrc/ViewModels/VmInstanceViewModel.cs100 // ─── transient 状态机的内部锚点 ───────────────────────────COMMENT
MEDIUMsrc/ViewModels/VmInstanceViewModel.cs260 // ── GPU 历史队列初始化 + transient 状态推进 ──────────COMMENT
MEDIUMsrc/ViewModels/VmInstanceViewModel.cs325 // ── 2. 推进 transient 状态机 ──────────────────────────COMMENT
MEDIUMsrc/ViewModels/VmInstanceViewModel.cs344 // ── 6. GPU 摘要名 ─────────────────────────────────────COMMENT
MEDIUMsrc/Tools/Api/Win32Api.cs12 // ── PnP 设备控制 ──────────────────────────────────────────────COMMENT
MEDIUMsrc/Tools/Api/Win32Api.cs61 // ── PnP 设备枚举 ─────────────────────────────────────────────COMMENT
MEDIUMsrc/Tools/Api/Win32Api.cs203 // ── cfgmgr32 属性查询 ─────────────────────────────────────────COMMENT
MEDIUMsrc/Tools/Api/Win32Api.cs247 // ── 权限提升 ──────────────────────────────────────────────────COMMENT
MEDIUMsrc/Tools/Api/Win32Api.cs286 // ── 离线注册表操作 ────────────────────────────────────────────COMMENT
MEDIUMsrc/Tools/Api/VmbusApi.cs6// ══════════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/Tools/Api/VmbusApi.cs9// ══════════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/Tools/Api/VmbusApi.cs37 // ── VMBus Socket 操作 ─────────────────────────────────────────COMMENT
MEDIUMsrc/Tools/Api/VmbusApi.cs70 // ── TCP socket 优化 ───────────────────────────────────────────COMMENT
MEDIUMsrc/Tools/Api/VmbusApi.cs132 // ── 原生读写(供 UsbVmbusService 的 NativePump 使用)─────────COMMENT
MEDIUMsrc/Tools/Api/VmbusApi.cs149// ══════════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/Tools/Api/VmbusApi.cs151// ══════════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/Tools/Api/ApiResponse.cs5// ══════════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/Tools/Api/ApiResponse.cs7// ══════════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/Tools/Api/ApiResponse.cs17// ══════════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/Tools/Api/ApiResponse.cs20// ══════════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/Tools/Api/ApiResponse.cs78// ══════════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/Tools/Api/ApiResponse.cs81// ══════════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/Tools/Api/DismApi.cs5// ══════════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/Tools/Api/DismApi.cs9// ══════════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/Tools/Api/DismApi.cs16 // ── 公开接口 ──────────────────────────────────────────────────COMMENT
MEDIUMsrc/Tools/Api/DismApi.cs41 // ── 内部实现 ──────────────────────────────────────────────────COMMENT
MEDIUMsrc/Tools/Api/DismApi.cs113// ══════════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/Tools/Api/DismApi.cs115// ══════════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/Tools/Api/WmiApi.cs6// ══════════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/Tools/Api/WmiApi.cs9// ══════════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/Tools/Api/WmiApi.cs21// ══════════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/Tools/Api/WmiApi.cs25// ══════════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/Tools/Api/WmiApi.cs51// ══════════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/Tools/Api/WmiApi.cs54// ══════════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/Tools/Api/WmiApi.cs120// ══════════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/Tools/Api/WmiApi.cs124// ══════════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/Tools/Api/WmiApi.cs127 // ── A. 查询多行 ───────────────────────────────────────────────COMMENT
MEDIUMsrc/Tools/Api/WmiApi.cs193 // ── B. 查询单行 ───────────────────────────────────────────────COMMENT
MEDIUMsrc/Tools/Api/WmiApi.cs227 // ── C. 调用方法 ───────────────────────────────────────────────COMMENT
MEDIUMsrc/Tools/Api/WmiApi.cs470 // ── D. 改属性提交 ─────────────────────────────────────────────COMMENT
MEDIUMsrc/Tools/Api/WmiApi.cs533 // ── E. 关联查询 ───────────────────────────────────────────────COMMENT
MEDIUMsrc/Tools/Api/WmiApi.cs689 // ── F. 路径实例化 ─────────────────────────────────────────────COMMENT
MEDIUMsrc/Tools/Api/WmiApi.cs727 // ── 辅助:Hyper-V 管理服务快捷获取 ───────────────────────────COMMENT
MEDIUMsrc/Tools/Api/WmiApi.cs777 // ── 辅助工具 ──────────────────────────────────────────────────COMMENT
MEDIUMsrc/Tools/Api/WmiApi.cs804 // ── 内部:异步 Job 等待与结果获取 ─────────────────────────────COMMENT
MEDIUMsrc/Tools/Api/WmiApi.cs891// ══════════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/Tools/Api/WmiApi.cs893// ══════════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/Tools/Api/HcsApi.cs8// ══════════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/Tools/Api/HcsApi.cs11// ══════════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/Tools/Api/HcsApi.cs40// ══════════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/Tools/Api/HcsApi.cs44// ══════════════════════════════════════════════════════════════════COMMENT
116 more matches not shown…
Hallucination Indicators3 hits · 30 pts
SeverityFileLineSnippetContext
CRITICALsrc/Services/Vm/VmStorageService.cs57 System.Windows.Application.Current.Dispatcher.Invoke(() =>CODE
CRITICALsrc/Services/Vm/VmStorageService.cs356 System.Windows.Application.Current.Dispatcher.Invoke(CODE
CRITICALsrc/Services/Vm/VmStorageService.cs369 System.Windows.Application.Current.Dispatcher.Invoke(CODE
Verbosity Indicators10 hits · 16 pts
SeverityFileLineSnippetContext
LOWsrc/Services/Vm/VmSecurityService.cs215 // Step 1: 取或创建 UntrustedGuardianCOMMENT
LOWsrc/Services/Vm/VmSecurityService.cs232 // Step 2: 生成本地 KeyProtectorCOMMENT
LOWsrc/Services/Vm/VmSecurityService.cs243 // Step 3: 取 Msvm_SecuritySettingData 序列化COMMENT
LOWsrc/Services/Vm/VmSecurityService.cs252 // Step 4: Msvm_SecurityService.SetKeyProtectorCOMMENT
LOWsrc/Services/Vm/VmSecurityService.cs268 // Step 5: 仅 TpmEnabled=true(加密是独立开关,开 TPM 不连带开加密)COMMENT
LOWsrc/Services/Vm/VmCreateService.cs347 // Step 1: 取或创建 UntrustedGuardianCOMMENT
LOWsrc/Services/Vm/VmCreateService.cs367 // Step 2: 生成本地 KeyProtectorCOMMENT
LOWsrc/Services/Vm/VmCreateService.cs380 // Step 3: 取 Msvm_SecuritySettingData,序列化为 XMLCOMMENT
LOWsrc/Services/Vm/VmCreateService.cs392 // Step 4: Msvm_SecurityService.SetKeyProtectorCOMMENT
LOWsrc/Services/Vm/VmCreateService.cs410 // Step 5: TpmEnabled=true + EncryptStateAndVmMigrationTraffic=trueCOMMENT
Structural Annotation Overuse10 hits · 16 pts
SeverityFileLineSnippetContext
LOWsrc/Services/Vm/VmSecurityService.cs215 // Step 1: 取或创建 UntrustedGuardianCOMMENT
LOWsrc/Services/Vm/VmSecurityService.cs232 // Step 2: 生成本地 KeyProtectorCOMMENT
LOWsrc/Services/Vm/VmSecurityService.cs243 // Step 3: 取 Msvm_SecuritySettingData 序列化COMMENT
LOWsrc/Services/Vm/VmSecurityService.cs252 // Step 4: Msvm_SecurityService.SetKeyProtectorCOMMENT
LOWsrc/Services/Vm/VmSecurityService.cs268 // Step 5: 仅 TpmEnabled=true(加密是独立开关,开 TPM 不连带开加密)COMMENT
LOWsrc/Services/Vm/VmCreateService.cs347 // Step 1: 取或创建 UntrustedGuardianCOMMENT
LOWsrc/Services/Vm/VmCreateService.cs367 // Step 2: 生成本地 KeyProtectorCOMMENT
LOWsrc/Services/Vm/VmCreateService.cs380 // Step 3: 取 Msvm_SecuritySettingData,序列化为 XMLCOMMENT
LOWsrc/Services/Vm/VmCreateService.cs392 // Step 4: Msvm_SecurityService.SetKeyProtectorCOMMENT
LOWsrc/Services/Vm/VmCreateService.cs410 // Step 5: TpmEnabled=true + EncryptStateAndVmMigrationTraffic=trueCOMMENT
Over-Commented Block12 hits · 12 pts
SeverityFileLineSnippetContext
LOWsrc/Tools/Api/DismApi.cs1using System.Runtime.InteropServices;COMMENT
LOWsrc/Models/VmNetworkAdapter.cs41 Source = 2COMMENT
LOWsrc/Models/VmNetworkAdapter.cs121 [ObservableProperty]COMMENT
LOWsrc/Models/VmNetworkAdapter.cs141 /// </summary>COMMENT
LOWsrc/Models/VmNetworkAdapter.cs181COMMENT
LOWsrc/Models/VmNetworkAdapter.cs201 /// 是否启用路由器守护,防止虚拟机发送非法的路由通告。COMMENT
LOWsrc/Models/VmNetworkAdapter.cs261 /// [现代加速] 是否启用接收段合并 (RSC),可显著降低 CPU 占用。COMMENT
LOWsrc/Models/VmInstance.cs1using System.Collections.ObjectModel;COMMENT
LOWsrc/Properties/Resources.Designer.cs1//------------------------------------------------------------------------------COMMENT
LOWsrc/Services/Vm/ArpSnoopService.cs1using System.Collections.Concurrent;COMMENT
LOWsrc/Services/Vm/VmGpuRepairService.cs1using System.IO;COMMENT
LOWsrc/Services/Vm/VmMmioService.cs1using System.Diagnostics;COMMENT
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippetContext
LOW.github/scripts/install-simplysign.sh50# Check if msiexec process is actually running (like successful test)COMMENT
Excessive Try-Catch Wrapping1 hit · 1 pts
SeverityFileLineSnippetContext
LOWsrc/Linux/script/fnOS-1.1.23-6.12.18-trim-GPU-PV.sh374 except Exception as e:CODE