This report presents the forensic synthetic code analysis of 6dylan6/jdpro, a JavaScript project with 4,440 GitHub stars. SynthScan v2.0 examined 22,872 lines of code across 155 source files, recording 76 pattern matches distributed across 7 syntactic categories. The overall adjusted score of 4.0 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).
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 76 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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | jd_beans_7days.py | 82 | except Exception as e: | CODE |
| LOW | jd_beans_7days.py | 113 | except Exception: | CODE |
| LOW | jd_beans_7days.py | 223 | except Exception as e: | CODE |
| LOW | jd_beans_7days.py | 242 | except Exception as e: | CODE |
| LOW | jd_beans_7days.py | 263 | except Exception as e: | CODE |
| LOW | jd_beans_7days.py | 279 | except Exception as e: | CODE |
| MEDIUM | jd_beans_7days.py | 185 | def get_beans_7days(ck): | CODE |
| MEDIUM | jd_beans_7days.py | 228 | def get_total_beans(ck): | CODE |
| MEDIUM | jd_beans_7days.py | 246 | def get_bean_data(i,ck): | CODE |
| MEDIUM | jd_beans_7days.py | 266 | def query(): | CODE |
| LOW | jd_wskey.py | 32 | except Exception as e: | CODE |
| LOW | jd_wskey.py | 39 | except Exception as err: | CODE |
| LOW | jd_wskey.py | 152 | except Exception as err: | CODE |
| LOW | jd_wskey.py | 163 | except Exception as err: | CODE |
| LOW | jd_wskey.py | 195 | except Exception as err: | CODE |
| LOW | jd_wskey.py | 216 | except Exception as err: | CODE |
| LOW | jd_wskey.py | 223 | except Exception as err: | CODE |
| LOW | jd_wskey.py | 266 | except Exception as err: | CODE |
| LOW | jd_wskey.py | 353 | except Exception as err: | CODE |
| LOW | jd_wskey.py | 361 | except Exception as err: | CODE |
| LOW | jd_wskey.py | 402 | except Exception as err: | CODE |
| LOW | jd_wskey.py | 431 | except Exception as err: | CODE |
| LOW | jd_wskey.py | 446 | except Exception as err: | CODE |
| LOW | jd_wskey.py | 487 | except Exception as err: | CODE |
| LOW | jd_wskey.py | 502 | except Exception as err: # 捕捉异常 | CODE |
| LOW | jd_wsck.py | 76 | except Exception as e: | CODE |
| LOW | jd_wsck.py | 260 | except Exception as e2: | CODE |
| LOW | jd_wsck.py | 287 | except Exception as error: | CODE |
| LOW | jd_wsck.py | 323 | except Exception as error: | CODE |
| LOW | jd_wsck.py | 341 | except Exception as error: | CODE |
| LOW | sendNotify.py | 200 | except Exception as e: | CODE |
| LOW | sendNotify.py | 257 | except Exception as e: | CODE |
| LOW | sendNotify.py | 332 | except Exception as e: | CODE |
| MEDIUM | sendNotify.py | 169 | def telegram_bot(title, content): | CODE |
| MEDIUM | sendNotify.py | 237 | def pushplus_bot(title, content): | CODE |
| MEDIUM | sendNotify.py | 304 | def wecom_app(title, content): | CODE |
| LOW | jd_taskop.py | 49 | except Exception: | CODE |
| LOW | jd_taskop.py | 63 | except Exception: | CODE |
| LOW | jd_taskop.py | 190 | except Exception: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | sendNotify.js | 21 | const exec = require('child_process').exec; | COMMENT |
| LOW | sendNotify.js | 41 | //(环境变量名 DEER_KEY) | COMMENT |
| LOW | sendNotify.js | 801 | // //缓存文件中有没有这个账号,调用京东接口获取别名,并更新缓存文件 | COMMENT |
| LOW | jdCookie.js | 21 | // console.log(`请勿使用github action运行此脚本,无论你是从你自己的私库还是其他哪里拉取的源代码,都会导致我被封号\n`); | COMMENT |
| LOW | jd_wskey.py | 581 | res = ql_api("POST", api, body) | COMMENT |
| LOW | jd_wskey.py | 601 | # continue # 循环继续 | COMMENT |
| LOW | jd_wskey.py | 621 | # url = str(base64.b64decode(i).decode()) # 设置 url地址 [str] | COMMENT |
| LOW | jd_sharecode.sh | 101 | BreakHelpType="0" ## 屏蔽模式 | COMMENT |
| LOW | jd_sharecode.sh | 121 | #JDSGMH_SHARECODES | COMMENT |
| LOW | jd_sharecode.sh | 141 | #ForOtherCfd | COMMENT |
| LOW | jd_sharecode.sh | 161 | #"$repo"_jd_bookshop | COMMENT |
| LOW | jd_sharecode.sh | 181 | #Jxnc | COMMENT |
| LOW | jd_sharecode.sh | 201 | #京东赚赚 | COMMENT |
| LOW | docker/task_before.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | docker/task_before.sh | 21 | jd_farmshare | COMMENT |
| LOW | docker/task_before.sh | 41 | Health | COMMENT |
| LOW | docker/task_before.sh | 61 | #京喜财富岛 | COMMENT |
| LOW | docker/task_before.sh | 81 | #JDSGMH_SHARECODES ## 11、闪购盲盒互助码 | COMMENT |
| LOW | function/sendNotify.js | 41 | //(环境变量名 DEER_KEY) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | jd_beans_7days.py | 49 | return f'jdapp;iPhone;10.0.4;{iosVer};{uuid};network/wifi;ADID/{ADID};model/iPhone{iPhone},1;addressid/{addressi | CODE |
| HIGH | jd_wsck.py | 41 | UserAgent=f'jdapp;iPhone;10.0.4;{iosVer};{uuid};network/wifi;ADID/{ADID};model/iPhone{iPhone},1;addressid/{addressid | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | jd_beans_7days.py | 185 | CODE | |
| LOW | jd_beans_7days.py | 246 | CODE | |
| LOW | jd_beans_7days.py | 118 | CODE | |
| LOW | jd_wskey.py | 158 | CODE | |
| LOW | jd_wskey.py | 316 | CODE | |
| LOW | jd_wsck.py | 345 | CODE | |
| LOW | jd_wsck.py | 375 | CODE | |
| LOW | jd_wsck.py | 421 | CODE | |
| LOW | jd_wsck.py | 462 | CODE | |
| LOW | sendNotify.py | 390 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | sendNotify.py | 6 | CODE | |
| LOW | sendNotify.py | 16 | CODE | |
| LOW | sendNotify.py | 17 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | jd_wskey.py | 531 | CODE | |
| LOW | jd_wsck.py | 373 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | jdCookie.js | 235 | function GetCurrentActivityScriptFileName() { | CODE |