Repository Analysis

wzdnzd/aggregator

One-stop Proxies Crawling and Aggregation Platform

7.7 Low AI signal View on GitHub

Analysis Overview

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).

7.7
Adjusted Score
7.7
Raw Score
100%
Time Factor
2026-07-23
Last Push
6.7K
Stars
Python
Language
30.3K
Lines of Code
114
Files
204
Pattern Hits
2026-08-02
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 0HIGH 2MEDIUM 10LOW 192

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 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.

Excessive Try-Catch Wrapping86 hits · 98 pts
SeverityFileLineSnippetContext
LOWtools/clean.py75 except Exception:CODE
LOWtools/clean.py122 except Exception:CODE
LOWtools/clean.py229 except Exception:CODE
LOWtools/renewal.py92 except Exception as e:CODE
LOWtools/renewal.py119 except Exception as e:CODE
LOWtools/renewal.py145 except Exception as e:CODE
LOWtools/renewal.py171 except Exception as e:CODE
MEDIUMtools/renewal.py77def order(url, params, headers, retry) -> str:CODE
MEDIUMtools/renewal.py103def fetch(url, headers, retry) -> str:CODE
MEDIUMtools/renewal.py130def payment(url, params, headers, retry) -> bool:CODE
MEDIUMtools/renewal.py156def check(url, params, headers, retry) -> bool:CODE
LOWtools/ip-location.py100 except Exception:CODE
LOWtools/ip-location.py156 except Exception:CODE
LOWtools/ip-location.py193 except Exception:CODE
LOWtools/ip-location.py203 except Exception as e:CODE
LOWtools/ip-location.py214 except Exception:CODE
LOWtools/ip-location.py219 except Exception as e:CODE
LOWtools/socks-checker.py494 except Exception:CODE
LOWtools/socks-checker.py508 except Exception as e:CODE
LOWtools/socks-checker.py735 except Exception:CODE
LOWtools/socks-checker.py881 except Exception:CODE
LOWtools/socks-checker.py1070 except Exception as e:CODE
LOWtools/socks-checker.py1200 except Exception as e:CODE
LOWtools/socks-checker.py1601 except Exception as e:CODE
LOWtools/scaner.py110 except Exception as e:CODE
LOWtools/scaner.py266 except Exception as e:CODE
LOWtools/scaner.py287 except Exception as e:CODE
LOWtools/scaner.py312 except Exception as e:CODE
LOWtools/scaner.py355 except Exception as e:CODE
LOWtools/scaner.py519 except Exception as e:CODE
MEDIUMtools/scaner.py254def login(url, params, headers, retry) -> str:CODE
LOWtools/xui.py62 except Exception:CODE
LOWtools/xui.py221 except Exception:CODE
LOWtools/xui.py268 except Exception:CODE
LOWtools/xui.py344 except Exception:CODE
LOWtools/xui.py424 except Exception:CODE
LOWtools/filter.py82 except Exception as e:CODE
LOWsubscribe/crawl.py1329 except Exception as e:CODE
LOWsubscribe/crawl.py1347 except Exception:CODE
LOWsubscribe/crawl.py1700 except Exception as e:CODE
LOWsubscribe/mailtm.py138 except Exception:CODE
LOWsubscribe/mailtm.py540 except Exception:CODE
LOWsubscribe/mailtm.py676 except Exception:CODE
LOWsubscribe/clash.py842 except Exception:CODE
LOWsubscribe/clash.py846 except Exception as e:CODE
LOWsubscribe/airport.py129 except Exception:CODE
LOWsubscribe/airport.py809 except Exception as e:CODE
LOWsubscribe/airport.py829 except Exception as e:CODE
LOWsubscribe/renewal.py257 except Exception:CODE
LOWsubscribe/location.py544 except Exception as e:CODE
LOWsubscribe/location.py547 except Exception as e:CODE
LOWsubscribe/location.py1045 except Exception as e:CODE
LOWsubscribe/location.py1054 except Exception as e:CODE
LOWsubscribe/location.py376 except Exception:CODE
LOWsubscribe/location.py433 except Exception as e:CODE
LOWsubscribe/location.py460 except Exception as e:CODE
LOWsubscribe/location.py492 except Exception as e:CODE
LOWsubscribe/location.py510 except Exception as e:CODE
LOWsubscribe/location.py529 except Exception as e:CODE
LOWsubscribe/location.py578 except Exception as e:CODE
26 more matches not shown…
Deep Nesting74 hits · 72 pts
SeverityFileLineSnippetContext
LOWtools/clean.py171CODE
LOWtools/purefast.py45CODE
LOWtools/purefast.py105CODE
LOWtools/purefast.py236CODE
LOWtools/purefast.py327CODE
LOWtools/purefast.py389CODE
LOWtools/ip-location.py26CODE
LOWtools/ip-location.py122CODE
LOWtools/socks-checker.py1500CODE
LOWtools/socks-checker.py460CODE
LOWtools/socks-checker.py714CODE
LOWtools/socks-checker.py1088CODE
LOWtools/socks-checker.py1544CODE
LOWtools/scaner.py50CODE
LOWtools/scaner.py115CODE
LOWtools/scaner.py169CODE
LOWtools/xui.py323CODE
LOWtools/filter.py242CODE
LOWsubscribe/crawl.py72CODE
LOWsubscribe/crawl.py105CODE
LOWsubscribe/crawl.py499CODE
LOWsubscribe/crawl.py559CODE
LOWsubscribe/crawl.py1070CODE
LOWsubscribe/crawl.py1352CODE
LOWsubscribe/crawl.py1433CODE
LOWsubscribe/crawl.py1466CODE
LOWsubscribe/collect.py35CODE
LOWsubscribe/collect.py200CODE
LOWsubscribe/mailtm.py183CODE
LOWsubscribe/clash.py137CODE
LOWsubscribe/clash.py330CODE
LOWsubscribe/clash.py778CODE
LOWsubscribe/airport.py422CODE
LOWsubscribe/airport.py510CODE
LOWsubscribe/airport.py709CODE
LOWsubscribe/renewal.py446CODE
LOWsubscribe/renewal.py550CODE
LOWsubscribe/location.py394CODE
LOWsubscribe/location.py471CODE
LOWsubscribe/location.py839CODE
LOWsubscribe/location.py1251CODE
LOWsubscribe/location.py1294CODE
LOWsubscribe/location.py853CODE
LOWsubscribe/location.py901CODE
LOWsubscribe/process.py60CODE
LOWsubscribe/process.py317CODE
LOWsubscribe/process.py507CODE
LOWsubscribe/process.py67CODE
LOWsubscribe/workflow.py219CODE
LOWsubscribe/workflow.py278CODE
LOWsubscribe/push.py578CODE
LOWsubscribe/push.py62CODE
LOWsubscribe/scripts/fofa.py26CODE
LOWsubscribe/scripts/fofa.py63CODE
LOWsubscribe/scripts/v2rayse.py125CODE
LOWsubscribe/scripts/v2rayse.py176CODE
LOWsubscribe/scripts/v2rayse.py246CODE
LOWsubscribe/scripts/purefast.py31CODE
LOWsubscribe/scripts/purefast.py91CODE
LOWsubscribe/scripts/purefast.py222CODE
14 more matches not shown…
Over-Commented Block20 hits · 20 pts
SeverityFileLineSnippetContext
LOWsubconverter/pref.toml21COMMENT
LOWsubconverter/pref.toml121#tcp_fast_open_flag = falseCOMMENT
LOWsubconverter/pref.toml181COMMENT
LOWsubconverter/pref.example.toml21COMMENT
LOWsubconverter/pref.example.toml121#tcp_fast_open_flag = falseCOMMENT
LOWsubconverter/pref.example.toml181COMMENT
LOWsubconverter/pref.example.yml81 enabled: trueCOMMENT
LOWsubconverter/config/example_external_config.toml1version = 1COMMENT
LOWsubconverter/config/example_external_config.yml21# rename_node:COMMENT
LOWsubconverter/base/forcerule.yml121# 国内媒体服务COMMENT
LOWsubconverter/base/GeneralClashConfig.yml1#---------------------------------------------------#COMMENT
LOWsubconverter/base/GeneralClashConfig.yml21# #"[aaaa::a8aa:ff:fe09:57d8]": 绑定单个IPv6地址COMMENT
LOWsubconverter/base/GeneralClashConfig.yml41COMMENT
LOWsubconverter/base/GeneralClashConfig.yml61COMMENT
LOWsubconverter/base/GeneralClashConfig.yml81 #- tls://dns.rubyfish.cn:853COMMENT
LOWsubconverter/base/GeneralClashConfig.yml101# (1) 如果您为了确保 DNS 解析结果无污染,请仅保留列表内以 tls:// 或 https:// 开头的 DNS 服务器,但是通常对于国内域名没有必要。COMMENT
LOWsubconverter/base/GeneralClashConfig.yml141# 定义状态栏图标COMMENT
LOWsubconverter/base/GeneralClashConfig.yml161 # 启动网易云,端口号3333COMMENT
LOWsubscribe/mailtm.py261 def __init__(self) -> None:COMMENT
LOWsubscribe/mailtm.py321COMMENT
Synthetic Comment Markers2 hits · 15 pts
SeverityFileLineSnippetContext
HIGHsubconverter/snippets/emoji.txt116# Generated by OpenAICOMMENT
HIGHsubconverter/snippets/emoji.toml481# Generated by OpenAICOMMENT
Fake / Example Data8 hits · 10 pts
SeverityFileLineSnippetContext
LOWREADME_CN.md512 "email": "user@example.com", // 登录邮箱CODE
LOWREADME_CN.md827 "placeholder": "{page}",CODE
LOWREADME_EN.md335 "email": "user@example.com",CODE
LOWsubscribe/process.py190 placeholder = utils.trim(page.pop("placeholder", ""))CODE
LOWsubscribe/config/config.default.json130 "placeholder": "",CODE
LOWsubscribe/scripts/v2rayfree.py49 fake_email, index = email, email.find("@")CODE
LOWsubscribe/scripts/v2rayfree.py51 fake_email = email[: index // 2] + "***" + email[index:]CODE
LOWsubscribe/scripts/v2rayfree.py54 logger.warning(f"[GetRSSError] {content}, email=[{fake_email}]")CODE
Self-Referential Comments2 hits · 8 pts
SeverityFileLineSnippetContext
MEDIUMsubscribe/location.py557 # Create a list of ports to scan (excluding ports with known status)COMMENT
MEDIUMsubscribe/scripts/dynamic.py40 # Define the pattern for supported placeholdersCOMMENT
Redundant / Tautological Comments3 hits · 5 pts
SeverityFileLineSnippetContext
LOWsubscribe/location.py1039 # Check if it's residential (both company and asn type should be "isp")COMMENT
LOWsubscribe/location.py1189 # Check if we can find the mihomo binaryCOMMENT
LOWsubscribe/scripts/dynamic.py43 # Check if any placeholder existsCOMMENT
Hyper-Verbose Identifiers5 hits · 5 pts
SeverityFileLineSnippetContext
LOWtools/socks-checker.py1616def _asyncio_exception_handler(loop: asyncio.AbstractEventLoop, context: Dict):CODE
LOWtools/xui.py184def convert_bytes_to_readable_unit(num: int) -> str:CODE
LOWtools/xui.py323def generate_subscription_links(data: dict, address: str, reader: database.Reader) -> list[tuple[str, str, str]]:CODE
LOWsubscribe/crawl.py696def search_github_issues_byapi(peer_page: int = 50, page: int = 1) -> list[str]:CODE
LOWsubscribe/collect.py416 def _format_action_invocation(self, action):CODE
AI Structural Patterns4 hits · 4 pts
SeverityFileLineSnippetContext
LOWsubscribe/crawl.py1070CODE
LOWsubscribe/location.py1294CODE
LOWsubscribe/utils.py66CODE
LOWsubscribe/scripts/dynamic.py83CODE