One-stop Proxies Crawling and Aggregation Platform
This report presents the forensic synthetic code analysis of wzdnzd/aggregator, a Python project with 6,741 GitHub stars. SynthScan v2.0 examined 30,300 lines of code across 114 source files, recording 204 pattern matches distributed across 9 syntactic categories. The overall adjusted score of 7.7 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 204 distinct pattern matches across 9 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 | tools/clean.py | 75 | except Exception: | CODE |
| LOW | tools/clean.py | 122 | except Exception: | CODE |
| LOW | tools/clean.py | 229 | except Exception: | CODE |
| LOW | tools/renewal.py | 92 | except Exception as e: | CODE |
| LOW | tools/renewal.py | 119 | except Exception as e: | CODE |
| LOW | tools/renewal.py | 145 | except Exception as e: | CODE |
| LOW | tools/renewal.py | 171 | except Exception as e: | CODE |
| MEDIUM | tools/renewal.py | 77 | def order(url, params, headers, retry) -> str: | CODE |
| MEDIUM | tools/renewal.py | 103 | def fetch(url, headers, retry) -> str: | CODE |
| MEDIUM | tools/renewal.py | 130 | def payment(url, params, headers, retry) -> bool: | CODE |
| MEDIUM | tools/renewal.py | 156 | def check(url, params, headers, retry) -> bool: | CODE |
| LOW | tools/ip-location.py | 100 | except Exception: | CODE |
| LOW | tools/ip-location.py | 156 | except Exception: | CODE |
| LOW | tools/ip-location.py | 193 | except Exception: | CODE |
| LOW | tools/ip-location.py | 203 | except Exception as e: | CODE |
| LOW | tools/ip-location.py | 214 | except Exception: | CODE |
| LOW | tools/ip-location.py | 219 | except Exception as e: | CODE |
| LOW | tools/socks-checker.py | 494 | except Exception: | CODE |
| LOW | tools/socks-checker.py | 508 | except Exception as e: | CODE |
| LOW | tools/socks-checker.py | 735 | except Exception: | CODE |
| LOW | tools/socks-checker.py | 881 | except Exception: | CODE |
| LOW | tools/socks-checker.py | 1070 | except Exception as e: | CODE |
| LOW | tools/socks-checker.py | 1200 | except Exception as e: | CODE |
| LOW | tools/socks-checker.py | 1601 | except Exception as e: | CODE |
| LOW | tools/scaner.py | 110 | except Exception as e: | CODE |
| LOW | tools/scaner.py | 266 | except Exception as e: | CODE |
| LOW | tools/scaner.py | 287 | except Exception as e: | CODE |
| LOW | tools/scaner.py | 312 | except Exception as e: | CODE |
| LOW | tools/scaner.py | 355 | except Exception as e: | CODE |
| LOW | tools/scaner.py | 519 | except Exception as e: | CODE |
| MEDIUM | tools/scaner.py | 254 | def login(url, params, headers, retry) -> str: | CODE |
| LOW | tools/xui.py | 62 | except Exception: | CODE |
| LOW | tools/xui.py | 221 | except Exception: | CODE |
| LOW | tools/xui.py | 268 | except Exception: | CODE |
| LOW | tools/xui.py | 344 | except Exception: | CODE |
| LOW | tools/xui.py | 424 | except Exception: | CODE |
| LOW | tools/filter.py | 82 | except Exception as e: | CODE |
| LOW | subscribe/crawl.py | 1329 | except Exception as e: | CODE |
| LOW | subscribe/crawl.py | 1347 | except Exception: | CODE |
| LOW | subscribe/crawl.py | 1700 | except Exception as e: | CODE |
| LOW | subscribe/mailtm.py | 138 | except Exception: | CODE |
| LOW | subscribe/mailtm.py | 540 | except Exception: | CODE |
| LOW | subscribe/mailtm.py | 676 | except Exception: | CODE |
| LOW | subscribe/clash.py | 842 | except Exception: | CODE |
| LOW | subscribe/clash.py | 846 | except Exception as e: | CODE |
| LOW | subscribe/airport.py | 129 | except Exception: | CODE |
| LOW | subscribe/airport.py | 809 | except Exception as e: | CODE |
| LOW | subscribe/airport.py | 829 | except Exception as e: | CODE |
| LOW | subscribe/renewal.py | 257 | except Exception: | CODE |
| LOW⚡ | subscribe/location.py | 544 | except Exception as e: | CODE |
| LOW⚡ | subscribe/location.py | 547 | except Exception as e: | CODE |
| LOW⚡ | subscribe/location.py | 1045 | except Exception as e: | CODE |
| LOW⚡ | subscribe/location.py | 1054 | except Exception as e: | CODE |
| LOW | subscribe/location.py | 376 | except Exception: | CODE |
| LOW | subscribe/location.py | 433 | except Exception as e: | CODE |
| LOW | subscribe/location.py | 460 | except Exception as e: | CODE |
| LOW | subscribe/location.py | 492 | except Exception as e: | CODE |
| LOW | subscribe/location.py | 510 | except Exception as e: | CODE |
| LOW | subscribe/location.py | 529 | except Exception as e: | CODE |
| LOW | subscribe/location.py | 578 | except Exception as e: | CODE |
| 26 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/clean.py | 171 | CODE | |
| LOW | tools/purefast.py | 45 | CODE | |
| LOW | tools/purefast.py | 105 | CODE | |
| LOW | tools/purefast.py | 236 | CODE | |
| LOW | tools/purefast.py | 327 | CODE | |
| LOW | tools/purefast.py | 389 | CODE | |
| LOW | tools/ip-location.py | 26 | CODE | |
| LOW | tools/ip-location.py | 122 | CODE | |
| LOW | tools/socks-checker.py | 1500 | CODE | |
| LOW | tools/socks-checker.py | 460 | CODE | |
| LOW | tools/socks-checker.py | 714 | CODE | |
| LOW | tools/socks-checker.py | 1088 | CODE | |
| LOW | tools/socks-checker.py | 1544 | CODE | |
| LOW | tools/scaner.py | 50 | CODE | |
| LOW | tools/scaner.py | 115 | CODE | |
| LOW | tools/scaner.py | 169 | CODE | |
| LOW | tools/xui.py | 323 | CODE | |
| LOW | tools/filter.py | 242 | CODE | |
| LOW | subscribe/crawl.py | 72 | CODE | |
| LOW | subscribe/crawl.py | 105 | CODE | |
| LOW | subscribe/crawl.py | 499 | CODE | |
| LOW | subscribe/crawl.py | 559 | CODE | |
| LOW | subscribe/crawl.py | 1070 | CODE | |
| LOW | subscribe/crawl.py | 1352 | CODE | |
| LOW | subscribe/crawl.py | 1433 | CODE | |
| LOW | subscribe/crawl.py | 1466 | CODE | |
| LOW | subscribe/collect.py | 35 | CODE | |
| LOW | subscribe/collect.py | 200 | CODE | |
| LOW | subscribe/mailtm.py | 183 | CODE | |
| LOW | subscribe/clash.py | 137 | CODE | |
| LOW | subscribe/clash.py | 330 | CODE | |
| LOW | subscribe/clash.py | 778 | CODE | |
| LOW | subscribe/airport.py | 422 | CODE | |
| LOW | subscribe/airport.py | 510 | CODE | |
| LOW | subscribe/airport.py | 709 | CODE | |
| LOW | subscribe/renewal.py | 446 | CODE | |
| LOW | subscribe/renewal.py | 550 | CODE | |
| LOW | subscribe/location.py | 394 | CODE | |
| LOW | subscribe/location.py | 471 | CODE | |
| LOW | subscribe/location.py | 839 | CODE | |
| LOW | subscribe/location.py | 1251 | CODE | |
| LOW | subscribe/location.py | 1294 | CODE | |
| LOW | subscribe/location.py | 853 | CODE | |
| LOW | subscribe/location.py | 901 | CODE | |
| LOW | subscribe/process.py | 60 | CODE | |
| LOW | subscribe/process.py | 317 | CODE | |
| LOW | subscribe/process.py | 507 | CODE | |
| LOW | subscribe/process.py | 67 | CODE | |
| LOW | subscribe/workflow.py | 219 | CODE | |
| LOW | subscribe/workflow.py | 278 | CODE | |
| LOW | subscribe/push.py | 578 | CODE | |
| LOW | subscribe/push.py | 62 | CODE | |
| LOW | subscribe/scripts/fofa.py | 26 | CODE | |
| LOW | subscribe/scripts/fofa.py | 63 | CODE | |
| LOW | subscribe/scripts/v2rayse.py | 125 | CODE | |
| LOW | subscribe/scripts/v2rayse.py | 176 | CODE | |
| LOW | subscribe/scripts/v2rayse.py | 246 | CODE | |
| LOW | subscribe/scripts/purefast.py | 31 | CODE | |
| LOW | subscribe/scripts/purefast.py | 91 | CODE | |
| LOW | subscribe/scripts/purefast.py | 222 | CODE | |
| 14 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | subconverter/pref.toml | 21 | COMMENT | |
| LOW | subconverter/pref.toml | 121 | #tcp_fast_open_flag = false | COMMENT |
| LOW | subconverter/pref.toml | 181 | COMMENT | |
| LOW | subconverter/pref.example.toml | 21 | COMMENT | |
| LOW | subconverter/pref.example.toml | 121 | #tcp_fast_open_flag = false | COMMENT |
| LOW | subconverter/pref.example.toml | 181 | COMMENT | |
| LOW | subconverter/pref.example.yml | 81 | enabled: true | COMMENT |
| LOW | subconverter/config/example_external_config.toml | 1 | version = 1 | COMMENT |
| LOW | subconverter/config/example_external_config.yml | 21 | # rename_node: | COMMENT |
| LOW | subconverter/base/forcerule.yml | 121 | # 国内媒体服务 | COMMENT |
| LOW | subconverter/base/GeneralClashConfig.yml | 1 | #---------------------------------------------------# | COMMENT |
| LOW | subconverter/base/GeneralClashConfig.yml | 21 | # #"[aaaa::a8aa:ff:fe09:57d8]": 绑定单个IPv6地址 | COMMENT |
| LOW | subconverter/base/GeneralClashConfig.yml | 41 | COMMENT | |
| LOW | subconverter/base/GeneralClashConfig.yml | 61 | COMMENT | |
| LOW | subconverter/base/GeneralClashConfig.yml | 81 | #- tls://dns.rubyfish.cn:853 | COMMENT |
| LOW | subconverter/base/GeneralClashConfig.yml | 101 | # (1) 如果您为了确保 DNS 解析结果无污染,请仅保留列表内以 tls:// 或 https:// 开头的 DNS 服务器,但是通常对于国内域名没有必要。 | COMMENT |
| LOW | subconverter/base/GeneralClashConfig.yml | 141 | # 定义状态栏图标 | COMMENT |
| LOW | subconverter/base/GeneralClashConfig.yml | 161 | # 启动网易云,端口号3333 | COMMENT |
| LOW | subscribe/mailtm.py | 261 | def __init__(self) -> None: | COMMENT |
| LOW | subscribe/mailtm.py | 321 | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | subconverter/snippets/emoji.txt | 116 | # Generated by OpenAI | COMMENT |
| HIGH | subconverter/snippets/emoji.toml | 481 | # Generated by OpenAI | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | README_CN.md | 512 | "email": "user@example.com", // 登录邮箱 | CODE |
| LOW | README_CN.md | 827 | "placeholder": "{page}", | CODE |
| LOW | README_EN.md | 335 | "email": "user@example.com", | CODE |
| LOW | subscribe/process.py | 190 | placeholder = utils.trim(page.pop("placeholder", "")) | CODE |
| LOW | subscribe/config/config.default.json | 130 | "placeholder": "", | CODE |
| LOW⚡ | subscribe/scripts/v2rayfree.py | 49 | fake_email, index = email, email.find("@") | CODE |
| LOW⚡ | subscribe/scripts/v2rayfree.py | 51 | fake_email = email[: index // 2] + "***" + email[index:] | CODE |
| LOW⚡ | subscribe/scripts/v2rayfree.py | 54 | logger.warning(f"[GetRSSError] {content}, email=[{fake_email}]") | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | subscribe/location.py | 557 | # Create a list of ports to scan (excluding ports with known status) | COMMENT |
| MEDIUM | subscribe/scripts/dynamic.py | 40 | # Define the pattern for supported placeholders | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | subscribe/location.py | 1039 | # Check if it's residential (both company and asn type should be "isp") | COMMENT |
| LOW | subscribe/location.py | 1189 | # Check if we can find the mihomo binary | COMMENT |
| LOW | subscribe/scripts/dynamic.py | 43 | # Check if any placeholder exists | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/socks-checker.py | 1616 | def _asyncio_exception_handler(loop: asyncio.AbstractEventLoop, context: Dict): | CODE |
| LOW | tools/xui.py | 184 | def convert_bytes_to_readable_unit(num: int) -> str: | CODE |
| LOW | tools/xui.py | 323 | def generate_subscription_links(data: dict, address: str, reader: database.Reader) -> list[tuple[str, str, str]]: | CODE |
| LOW | subscribe/crawl.py | 696 | def search_github_issues_byapi(peer_page: int = 50, page: int = 1) -> list[str]: | CODE |
| LOW | subscribe/collect.py | 416 | def _format_action_invocation(self, action): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | subscribe/crawl.py | 1070 | CODE | |
| LOW | subscribe/location.py | 1294 | CODE | |
| LOW | subscribe/utils.py | 66 | CODE | |
| LOW | subscribe/scripts/dynamic.py | 83 | CODE |