基于QuantumultX,Loon,Surge的配置重写,脚本,插件
This report presents the forensic synthetic code analysis of Moli-X/Resources, a JavaScript project with 3,352 GitHub stars. SynthScan v2.0 examined 27,905 lines of code across 182 source files, recording 41 pattern matches distributed across 4 syntactic categories. The overall adjusted score of 2.4 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 41 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 |
|---|---|---|---|---|
| LOW | Loon/Spotify/Test/Spotify_proto.js | 81 | // ab test | COMMENT |
| LOW | Script/Amap.js | 181 | "contributor", // 地点贡献 | COMMENT |
| LOW | Script/Amap.js | 261 | "sameIndustryRecommendModule", | COMMENT |
| LOW | Script/Parser.js | 3101 | return chars.join(''); | COMMENT |
| LOW | Script/Rename/Rename.js | 1 | // 感谢 @bluman ( @qwerzl ) 大佬爆肝代码! | COMMENT |
| LOW | Script/Rename/Rename.js | 21 | COMMENT | |
| LOW | Script/Rename/Demo.js | 41 | // 'SKS': 'SKS', | COMMENT |
| LOW | Sub-Store/Script/Rename.js | 1 | // 感谢 @bluman ( @qwerzl ) 大佬爆肝代码! | COMMENT |
| LOW | Sub-Store/Script/Rename.js | 21 | COMMENT | |
| LOW | .github/workflows/Fork.yml | 281 | COMMENT | |
| LOW | .github/workflows/Fork.yml | 361 | # [SevenCat_remove_ads]="https://git.repcz.link/kelee.one/Tool/Loon/Lpx/SevenCat_remove_ads.lpx" | COMMENT |
| LOW | .github/workflows/Fork.yml | 381 | # [XiaoHeiHe_remove_ads]="https://git.repcz.link/kelee.one/Tool/Loon/Lpx/XiaoHeiHe_remove_ads.lpx" | COMMENT |
| LOW | .github/workflows/Fork.yml | 401 | # [GuideRank_remove_ads]="https://git.repcz.link/kelee.one/Tool/Loon/Lpx/GuideRank_remove_ads.lpx" | COMMENT |
| LOW | .github/workflows/Fork.yml | 421 | # [KuaiDi100_remove_ads]="https://git.repcz.link/kelee.one/Tool/Loon/Lpx/KuaiDi100_remove_ads.lpx" | COMMENT |
| LOW | .github/workflows/Fork.yml | 441 | # [UnionPay_remove_ads_with_ssl_unpinning]="https://git.repcz.link/kelee.one/Tool/Loon/Lpx/UnionPay_remove_a | COMMENT |
| LOW | .github/workflows/Fork.yml | 461 | # [Block_HTTPDNS]="https://git.repcz.link/kelee.one/Tool/Loon/Lpx/Block_HTTPDNS.lpx" | COMMENT |
| LOW | .github/workflows/Fork.yml | 521 | if [ "$file" ] ; then | COMMENT |
| LOW | .github/workflows/Fork.yml | 541 | # 如果有多个作者,只替换最后一个作者的 [] 或者加到末尾 | COMMENT |
| LOW | .github/workflows/Fork.yml | 561 | # sed -i -e '/^USER-AGENT/d' "$file" | COMMENT |
| LOW | .github/workflows/Fork.yml | 581 | COMMENT | |
| LOW | .github/workflows/Fork.yml | 601 | # fi | COMMENT |
| LOW | .github/workflows/Fork.yml | 621 | # else | COMMENT |
| LOW | .github/workflows/Fork.yml | 641 | # sed -i -e '/^AND/d' "$file" | COMMENT |
| LOW | .github/workflows/Fork.yml | 661 | # # 遍历Resources-repo/Egern/Rules目录下的所有.yaml文件 | COMMENT |
| LOW | .github/workflows/Fork.yml | 681 | # fi | COMMENT |
| LOW | .github/workflows/Fork.yml | 701 | # line_count=$(grep -c '^ - ' "$file") | COMMENT |
| LOW | .github/workflows/Fork.yml | 721 | # curl -L -o Resources-repo/GeoIP/CN_Country.mmdb "https://github.com/Hackl0us/GeoIP2-CN/raw/release/Country.mmd | COMMENT |
| LOW | .github/workflows/Fork.yml | 741 | # echo '<a href="https://t.me/GodMoliibot"><img src="https://raw.githubusercontent.com/Moli-X/Resources/main/Ico | COMMENT |
| LOW | Clash/Rules/Global.yaml | 1 | # NAME: Global | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | Loon/Spotify/Test/Translate_response.js | 5 | class l{constructor(){this.name="Lodash",this.version="1.0.0",console.log(`\n${this.name} v${this.version}\n`)}get(l={}, | CODE |
| CRITICAL | QuantumultX/Rewrite/Script/weibo_json.js | 18 | const mainConfig={isDebug:!1,author:"ddgksf2013",removeHomeVip:!0,removeHomeCreatorTask:!0,removeRelate:!0,removeGood:!0 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | Script/IPAPI.js | 3 | 其他:#====================================== | CODE |
| MEDIUM | Script/IPAPI.js | 8 | #====================================== | COMMENT |
| MEDIUM | Clash/MihomoParty.yaml | 1 | #========================================== | COMMENT |
| MEDIUM | Clash/MihomoParty.yaml | 8 | #========================================== | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | Rewrite/Box.json | 56 | "placeholder": "github 用户名", | CODE |
| LOW | Rewrite/Box.json | 64 | "placeholder": "github personal access tokens", | CODE |
| LOW | Script/SubOne.js | 2 | !function(){var createModuleFactory=function(t){var e;return function(r){return e||t(e={exports:{},parent:r},e.exports), | CODE |
| LOW | Script/Bilibili/TPBilibili.js | 8 | const biliJson = {"nested":{"bilibili":{"nested":{"ad":{"nested":{"v1":{"options":{"java_package":"com.smile.bilibili.mo | CODE |
| LOW | Sub-Store/sub-store-1.min.js | 18 | !function(){var createModuleFactory=function(t){var e;return function(r){return e||t(e={exports:{},parent:r},e.exports), | CODE |
| LOW | Sub-Store/cron-sync-artifacts.min.js | 16 | !function(){var createModuleFactory=function(t){var e;return function(r){return e||t(e={exports:{},parent:r},e.exports), | CODE |