自动删除 Windows 和 Mac 电脑端微信缓存数据,包括从所有聊天中自动下载的大量文件、视频、图片等数据内容,解放你的空间。
This report presents the forensic synthetic code analysis of blackboxo/CleanMyWechat, a Python project with 5,444 GitHub stars. SynthScan v2.0 examined 5,986 lines of code across 12 source files, recording 96 pattern matches distributed across 4 syntactic categories. The overall adjusted score of 14.5 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).
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.
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 96 distinct pattern matches across 4 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 | main.py | 198 | def load_json(path, default_value): | CODE |
| MEDIUM | main.py | 213 | def format_size(size): | CODE |
| MEDIUM | main.py | 325 | def merge_detected_accounts(config): | CODE |
| MEDIUM | main.py | 382 | def safe_file_size(path): | CODE |
| MEDIUM | main.py | 390 | def is_sub_path(path, root): | CODE |
| MEDIUM | main.py | 467 | def mouseMoveEvent(self, QMouseEvent): | CODE |
| MEDIUM | main.py | 515 | def center_on_screen(self): | CODE |
| MEDIUM | main.py | 1131 | def add_file_if_match(self, file_path, now, day, category, file_list, file_set, | CODE |
| MEDIUM | main.py | 1887 | def finish_smart_detect_wechat_path(self, show_config_on_fail=False): | CODE |
| MEDIUM | main.py | 1913 | def check_auto_clean_after_start(self): | CODE |
| LOW⚡ | main.py | 30 | except Exception: | CODE |
| LOW⚡ | main.py | 40 | except Exception: | CODE |
| LOW⚡ | main.py | 49 | except Exception: | CODE |
| LOW | main.py | 203 | except Exception as e: | CODE |
| LOW | main.py | 216 | except Exception: | CODE |
| LOW | main.py | 272 | except Exception: | CODE |
| LOW | main.py | 320 | except Exception: | CODE |
| LOW | main.py | 344 | except Exception: | CODE |
| LOW | main.py | 385 | except Exception: | CODE |
| LOW | main.py | 395 | except Exception: | CODE |
| LOW | main.py | 444 | except Exception: | CODE |
| LOW | main.py | 472 | except Exception: | CODE |
| LOW | main.py | 496 | except Exception: | CODE |
| LOW | main.py | 519 | except Exception: | CODE |
| LOW | main.py | 817 | except Exception as e: | STRING |
| LOW | main.py | 828 | except Exception as e: | STRING |
| LOW | main.py | 834 | except Exception as e: | STRING |
| LOW | main.py | 1165 | except Exception: | STRING |
| LOW | main.py | 1183 | except Exception: | STRING |
| LOW | main.py | 1222 | except Exception: | STRING |
| LOW | main.py | 1272 | except Exception: | STRING |
| LOW | main.py | 1274 | except Exception: | STRING |
| LOW | main.py | 1301 | except Exception: | STRING |
| LOW | main.py | 1583 | except Exception: | STRING |
| LOW | main.py | 1782 | except Exception: | STRING |
| LOW | main.py | 1789 | except Exception: | STRING |
| LOW | main.py | 1890 | except Exception: | STRING |
| LOW | main.py | 1907 | except Exception: | STRING |
| LOW | main.py | 1924 | except Exception: | STRING |
| LOW⚡ | utils/deleteThread.py | 47 | except Exception: | CODE |
| LOW⚡ | utils/deleteThread.py | 57 | except Exception: | CODE |
| LOW⚡ | utils/deleteThread.py | 64 | except Exception as e: | CODE |
| LOW | utils/selectVersion.py | 30 | except Exception: | CODE |
| LOW | utils/selectVersion.py | 75 | except Exception: | CODE |
| LOW | utils/selectVersion.py | 87 | except Exception: | CODE |
| LOW | utils/selectVersion.py | 114 | except Exception as e: | CODE |
| MEDIUM | utils/selectVersion.py | 115 | print("Error occurred:", str(e)) | CODE |
| MEDIUM | utils/selectVersion.py | 80 | def check_dir(file_path): | CODE |
| LOW | utils/scanThread.py | 103 | except Exception as e: | CODE |
| MEDIUM | utils/scanThread.py | 104 | print(f"Error processing file {file_path}: {e}") | CODE |
| LOW | utils/scanThread.py | 184 | except Exception as e: | CODE |
| MEDIUM | utils/scanThread.py | 31 | def get_file_size(self, path): | CODE |
| LOW | utils/multiDeleteThread.py | 46 | except Exception: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | main.py | 55 | CODE | |
| LOW | main.py | 55 | CODE | |
| LOW | main.py | 55 | CODE | |
| LOW | main.py | 55 | CODE | |
| LOW | main.py | 58 | CODE | |
| LOW | main.py | 58 | CODE | |
| LOW | main.py | 58 | CODE | |
| LOW | main.py | 59 | CODE | |
| LOW | main.py | 62 | CODE | |
| LOW | main.py | 63 | CODE | |
| LOW | main.py | 64 | CODE | |
| LOW | main.py | 64 | CODE | |
| LOW | main.py | 64 | CODE | |
| LOW | main.py | 66 | CODE | |
| LOW | main.py | 68 | CODE | |
| LOW | utils/deleteThread.py | 1 | CODE | |
| LOW | utils/deleteThread.py | 1 | CODE | |
| LOW | utils/deleteThread.py | 1 | CODE | |
| LOW | utils/deleteThread.py | 2 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | main.py | 258 | CODE | |
| LOW | main.py | 277 | CODE | |
| LOW | main.py | 325 | CODE | |
| LOW | main.py | 583 | CODE | |
| LOW | main.py | 808 | CODE | |
| LOW | main.py | 1226 | CODE | |
| LOW | main.py | 1469 | CODE | |
| LOW | main.py | 1552 | CODE | |
| LOW | utils/selectVersion.py | 47 | CODE | |
| LOW | utils/selectVersion.py | 156 | CODE | |
| LOW | utils/selectVersion.py | 180 | CODE | |
| LOW | utils/scanThread.py | 31 | CODE | |
| LOW | utils/scanThread.py | 77 | CODE | |
| LOW | utils/scanThread.py | 107 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | main.py | 21 | def install_early_crash_logging(): | CODE |
| LOW | main.py | 675 | def apply_global_config_to_ui(self, global_config): | STRING |
| LOW | main.py | 1531 | def parse_preview_detail_line(self, line): | STRING |
| LOW | main.py | 1887 | def finish_smart_detect_wechat_path(self, show_config_on_fail=False): | STRING |
| LOW | main.py | 1913 | def check_auto_clean_after_start(self): | STRING |
| LOW⚡ | tests/test_select_version_macos.py | 22 | def test_detects_macos_xwechat_account_root(self): | CODE |
| LOW⚡ | tests/test_select_version_macos.py | 32 | def test_detects_macos_wxwork_users_root(self): | CODE |
| LOW⚡ | tests/test_select_version_macos.py | 42 | def test_find_all_wechat_paths_includes_macos_candidates(self): | CODE |
| LOW | utils/selectVersion.py | 21 | def is_wechat_like_account_dir(file_path): | CODE |
| LOW | utils/selectVersion.py | 156 | def request_macos_private_data_access(): | CODE |