Repository Analysis

smallfawn/QLScriptPublic

青龙面板脚本公共仓库 企鹅交流1021185005

7.8 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of smallfawn/QLScriptPublic, a JavaScript project with 3,403 GitHub stars. SynthScan v2.0 examined 91,465 lines of code across 297 source files, recording 548 pattern matches distributed across 12 syntactic categories. The overall adjusted score of 7.8 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.8
Adjusted Score
7.8
Raw Score
100%
Time Factor
2026-08-28
Last Push
3.4K
Stars
JavaScript
Language
91.5K
Lines of Code
297
Files
548
Pattern Hits
2026-08-29
Scan Date
0.06
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 19MEDIUM 144LOW 385

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 548 distinct pattern matches across 12 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 Wrapping305 hits · 277 pts
SeverityFileLineSnippetContext
LOWnotify.py724 except Exception as e:CODE
LOWdaily/erke.py104 except Exception as e:CODE
LOWdaily/erke.py141 except Exception as e:CODE
LOWdaily/qiehuang.py207 except Exception:CODE
LOWdaily/qiehuang.py295 except Exception as exc:CODE
LOWdaily/qiehuang.py319 except Exception:CODE
LOWdaily/qiehuang.py334 except Exception as exc:CODE
LOWdaily/qiehuang.py355 except Exception as exc:CODE
LOWdaily/qiehuang.py393 except Exception as exc:CODE
LOWdaily/sfsy.py244 except Exception as e:CODE
LOWdaily/sfsy.py369 except Exception as e:CODE
LOWdaily/sfsy.py421 except Exception as e:CODE
LOWdaily/sfsy.py482 except Exception as e:CODE
LOWdaily/sfsy.py973 except Exception as e:CODE
LOWdaily/sfsy.py1046 except Exception as e:CODE
LOWdaily/sfsy.py1093 except Exception as e:CODE
LOWdaily/notify.py724 except Exception as e:CODE
LOWdaily/bjxd.py296 except Exception as e:CODE
LOWdaily/bjxd.py433 except Exception as e:CODE
LOWdaily/bjxd.py706 except Exception as e:CODE
LOWdaily/bjxd.py713 except Exception as e:CODE
LOWdaily/aliyunpan.py50 except Exception as e:CODE
LOWdaily/aliyunpan.py61 except Exception as e:CODE
LOWdaily/aliyunpan.py71 except Exception:CODE
LOWdaily/aliyunpan.py140 except Exception as e:CODE
MEDIUMdaily/chinaUnicom.py191def mask_str(s):CODE
MEDIUMdaily/chinaUnicom.py234def request(self, method, url, **kwargs):CODE
MEDIUMdaily/chinaUnicom.py507def request(self, method, url, **kwargs):CODE
MEDIUMdaily/chinaUnicom.py576def get_city_info(self):CODE
MEDIUMdaily/chinaUnicom.py685def sign_getContinuous(self, is_query_only=False):CODE
MEDIUMdaily/chinaUnicom.py713def sign_daySign(self):CODE
MEDIUMdaily/chinaUnicom.py731def sign_getTelephone(self, is_initial=False, silent=False):CODE
MEDIUMdaily/chinaUnicom.py772def sign_getTaskList(self):CODE
MEDIUMdaily/chinaUnicom.py814def sign_doTaskFromList(self, task):CODE
MEDIUMdaily/chinaUnicom.py838def sign_getTaskReward(self, task_id):CODE
MEDIUMdaily/chinaUnicom.py1002def wocare_api(self, apiCode, requestData={}):CODE
MEDIUMdaily/chinaUnicom.py1048def wocare_getToken(self, ticket):CODE
MEDIUMdaily/chinaUnicom.py1087def wocare_loginmbh(self):CODE
MEDIUMdaily/chinaUnicom.py1110def wocare_getDrawTask(self, activity):CODE
MEDIUMdaily/chinaUnicom.py1138def wocare_completeTask(self, activity, task, taskStep="1"):CODE
MEDIUMdaily/chinaUnicom.py1165def wocare_getSpecificityBanner(self):CODE
MEDIUMdaily/chinaUnicom.py1189def wocare_loadInit(self, activity):CODE
MEDIUMdaily/chinaUnicom.py1228def wocare_luckDraw(self, activity, activeModuleGroupId):CODE
MEDIUMdaily/chinaUnicom.py1264def parse_jwt_payload(self, token):CODE
MEDIUMdaily/chinaUnicom.py1277def generate_market_signature_headers(self, user_token, query_string="", json_boCODE
MEDIUMdaily/chinaUnicom.py1303def generate_market_watering_signature_headers(self, user_token, xbsosjl, login_CODE
MEDIUMdaily/chinaUnicom.py1361def query_market_watering_status(self, user_token):CODE
MEDIUMdaily/chinaUnicom.py1475def market_get_raffle_count(self, user_token):CODE
MEDIUMdaily/chinaUnicom.py1506def market_user_raffle(self, user_token):CODE
MEDIUMdaily/chinaUnicom.py1592def market_get_points_ticket(self, user_token):CODE
MEDIUMdaily/chinaUnicom.py1713def market_query_member_center_task(self, points_ticket):CODE
MEDIUMdaily/chinaUnicom.py1755def market_mark_member_center_browse_done(self, user_token, task_fix_id):CODE
MEDIUMdaily/chinaUnicom.py1796def market_receive_member_center_points(self, points_ticket):CODE
MEDIUMdaily/chinaUnicom.py3505def markPhoneNumber_sec(self):CODE
MEDIUMdaily/chinaUnicom.py3519def syncAddressBook_sec(self):CODE
MEDIUMdaily/chinaUnicom.py3533def setInterceptionRules_sec(self):CODE
MEDIUMdaily/chinaUnicom.py3547def viewWeeklyStatus_sec(self):CODE
MEDIUMdaily/chinaUnicom.py3591def finishTask_sec(self, taskCode, taskName):CODE
MEDIUMdaily/chinaUnicom.py3622def signIn_sec(self, taskCode):CODE
MEDIUMdaily/chinaUnicom.py3639def executeAllTasks_sec(self):CODE
245 more matches not shown…
Decorative Section Separators68 hits · 228 pts
SeverityFileLineSnippetContext
MEDIUMdaily/erke.py7# =================================================================COMMENT
MEDIUMdaily/erke.py15# =================================================================COMMENT
MEDIUMdaily/chinaUnicom.py93# ========================================COMMENT
MEDIUMdaily/chinaUnicom.py96# ========================================COMMENT
MEDIUMwxapp/wuyingyundiannao.py40# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/wuyingyundiannao.py42# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/wuyingyundiannao.py240# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/wuyingyundiannao.py242# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/wuyingyundiannao.py78# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/wuyingyundiannao.py80# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/wuyingyundiannao.py125# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/wuyingyundiannao.py127# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/wuyingyundiannao.py158# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/wuyingyundiannao.py160# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/wuyingyundiannao.py183# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/wuyingyundiannao.py185# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/wuyingyundiannao.py343# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/wuyingyundiannao.py345# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/wuyingyundiannao.py410# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/wuyingyundiannao.py412# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/hongsehuojian.py90# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/hongsehuojian.py92# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/hongsehuojian.py183# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/hongsehuojian.py185# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/hongsehuojian.py447# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/hongsehuojian.py449# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/hongsehuojian.py15# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/hongsehuojian.py66# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/hongsehuojian.py118# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/hongsehuojian.py120# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/hongsehuojian.py222# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/hongsehuojian.py224# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/xinxianghui.py32# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/xinxianghui.py34# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/xinxianghui.py61# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/xinxianghui.py63# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/xinxianghui.py127# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/xinxianghui.py129# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/xinxianghui.py163# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/xinxianghui.py165# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/xinxianghui.py252# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/xinxianghui.py254# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/bjhqbwz.py36# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/bjhqbwz.py38# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/bjhqbwz.py85# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/bjhqbwz.py87# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/bjhqbwz.py143# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/bjhqbwz.py145# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/bjhqbwz.py176# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/bjhqbwz.py178# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/bjhqbwz.py251# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/bjhqbwz.py253# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/bjhqbwz.py294# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/bjhqbwz.py296# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/quanmianshidai.py116# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/quanmianshidai.py118# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/liquanpijiu.py42# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/liquanpijiu.py44# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/liquanpijiu.py66# ---------------------------------------------------------------------------COMMENT
MEDIUMwxapp/liquanpijiu.py68# ---------------------------------------------------------------------------COMMENT
8 more matches not shown…
Magic Placeholder Names16 hits · 80 pts
SeverityFileLineSnippetContext
HIGHwxapp/miqilin.js35 auth: process.env.wx_auth || "your-api-key",CODE
HIGHwxapp/kekoukele.js36 auth: process.env.wx_auth || "your-api-key",CODE
HIGHwxapp/hisense_aijia.js46 auth: process.env.wx_auth || "your-api-key",CODE
HIGHwxapp/yichengtong.js49 auth: process.env.wx_auth || "your-api-key",CODE
HIGHwxapp/fej.js35 auth: process.env.wx_auth || "your-api-key",CODE
HIGHwxapp/junpinhui.js65 auth: process.env.wx_auth || "your-api-key",CODE
HIGHwxapp/junpinhui.js71 auth: process.env.wx_auth || "your-api-key",CODE
HIGHwxapp/stokke.js35 auth: process.env.wx_auth || "your-api-key",CODE
HIGHwxapp/nwdjg.js35 auth: process.env.wx_auth || "your-api-key",CODE
HIGHwxapp/fuyouhui.js32 auth: process.env.wx_auth || "your-api-key",CODE
HIGHwxapp/musi.js37 auth: process.env.wx_auth || "your-api-key",CODE
HIGHwxapp/tslj.js35 auth: process.env.wx_auth || "your-api-key",CODE
HIGHwxapp/fyzq.js36 auth: process.env.wx_auth || "your-api-key",CODE
HIGHwxapp/wps.js46 auth: process.env.wx_auth || "your-api-key",CODE
HIGHwxapp/mxbc.js39 auth: process.env.wx_auth || "your-api-key",CODE
HIGHwxapp/choubao.js36 auth: process.env.wx_auth || "your-api-key",CODE
Deep Nesting72 hits · 50 pts
SeverityFileLineSnippetContext
LOWnotify.py756CODE
LOWdaily/qiehuang.py263CODE
LOWdaily/sfsy.py212CODE
LOWdaily/sfsy.py290CODE
LOWdaily/sfsy.py383CODE
LOWdaily/sfsy.py502CODE
LOWdaily/sfsy.py606CODE
LOWdaily/sfsy.py645CODE
LOWdaily/sfsy.py733CODE
LOWdaily/sfsy.py814CODE
LOWdaily/sfsy.py942CODE
LOWdaily/sfsy.py982CODE
LOWdaily/51dalili.py8CODE
LOWdaily/notify.py756CODE
LOWdaily/bjxd.py205CODE
LOWdaily/bjxd.py489CODE
LOWdaily/bjxd.py530CODE
LOWdaily/chinaUnicom.py191CODE
LOWdaily/chinaUnicom.py5689CODE
LOWdaily/chinaUnicom.py299CODE
LOWdaily/chinaUnicom.py507CODE
LOWdaily/chinaUnicom.py587CODE
LOWdaily/chinaUnicom.py629CODE
LOWdaily/chinaUnicom.py685CODE
LOWdaily/chinaUnicom.py731CODE
LOWdaily/chinaUnicom.py772CODE
LOWdaily/chinaUnicom.py856CODE
LOWdaily/chinaUnicom.py938CODE
LOWdaily/chinaUnicom.py1002CODE
LOWdaily/chinaUnicom.py1048CODE
LOWdaily/chinaUnicom.py1110CODE
LOWdaily/chinaUnicom.py1165CODE
LOWdaily/chinaUnicom.py1189CODE
LOWdaily/chinaUnicom.py1228CODE
LOWdaily/chinaUnicom.py1337CODE
LOWdaily/chinaUnicom.py1361CODE
LOWdaily/chinaUnicom.py1437CODE
LOWdaily/chinaUnicom.py1475CODE
LOWdaily/chinaUnicom.py1557CODE
LOWdaily/chinaUnicom.py1939CODE
LOWdaily/chinaUnicom.py2072CODE
LOWdaily/chinaUnicom.py2351CODE
LOWdaily/chinaUnicom.py2468CODE
LOWdaily/chinaUnicom.py2649CODE
LOWdaily/chinaUnicom.py3129CODE
LOWdaily/chinaUnicom.py3591CODE
LOWdaily/chinaUnicom.py3639CODE
LOWdaily/chinaUnicom.py3867CODE
LOWdaily/chinaUnicom.py3928CODE
LOWdaily/chinaUnicom.py3997CODE
LOWdaily/chinaUnicom.py4336CODE
LOWdaily/chinaUnicom.py4684CODE
LOWdaily/chinaUnicom.py5106CODE
LOWdaily/chinaUnicom.py5425CODE
LOWdaily/chinaUnicom.py5461CODE
LOWdaily/chinaUnicom.py5506CODE
LOWdaily/chinaUnicom.py5556CODE
LOWwxapp/wuyingyundiannao.py278CODE
LOWwxapp/wuyingyundiannao.py290CODE
LOWwxapp/hongsehuojian.py394CODE
12 more matches not shown…
Hyper-Verbose Identifiers55 hits · 31 pts
SeverityFileLineSnippetContext
LOWdaily/sfsy.py460 def _extract_task_id_from_url(self, url: str) -> str:CODE
LOWdaily/chinaUnicom.py1700 def market_member_center_finish_code(self, task):CODE
LOWdaily/chinaUnicom.py1703 def market_member_center_finish_text(self, task):CODE
LOWdaily/chinaUnicom.py1713 def market_query_member_center_task(self, points_ticket):CODE
LOWdaily/chinaUnicom.py3092 def wait_cloud_lottery_times_cloud(self, activity_id, wait_seconds=8):CODE
LOWdaily/chinaUnicom.py3106 def get_cloud_lottery_activity_id_cloud(self):CODE
LOWdaily/chinaUnicom.py4155 def aiting_calculate_clientconfirm(self, userid, imei):CODE
LOWdaily/chinaUnicom.py4159 def aiting_calculate_passcode(self, timestamp, phone):CODE
LOWdaily/chinaUnicom.py4162 def aiting_build_statisticsinfo(self, userid, useraccount, imei, clientconfirm):CODE
LOWdaily/chinaUnicom.py1277 def generate_market_signature_headers(self, user_token, query_string="", json_body=""):CODE
LOWdaily/chinaUnicom.py1303 def generate_market_watering_signature_headers(self, user_token, xbsosjl, login_id):CODE
LOWdaily/chinaUnicom.py1361 def query_market_watering_status(self, user_token):CODE
LOWdaily/chinaUnicom.py1609 def market_member_center_base_headers(self, points_ticket):CODE
LOWdaily/chinaUnicom.py1652 def market_build_signature_headers_jf(self, points_ticket):CODE
LOWdaily/chinaUnicom.py1669 def market_member_center_headers(self, points_ticket, with_sign=False):CODE
LOWdaily/chinaUnicom.py1675 def market_prepare_member_center_context(self, points_ticket):CODE
LOWdaily/chinaUnicom.py1733 def market_wait_member_center_task_state(self, points_ticket, expected_codes, attempts=4, delay=2):CODE
LOWdaily/chinaUnicom.py1755 def market_mark_member_center_browse_done(self, user_token, task_fix_id):CODE
LOWdaily/chinaUnicom.py1796 def market_receive_member_center_points(self, points_ticket):CODE
LOWdaily/chinaUnicom.py1814 def market_member_center_task(self, user_token):CODE
LOWdaily/chinaUnicom.py2217 def get_cloud_upload_file_path(self):CODE
LOWdaily/chinaUnicom.py2236 def get_cloud_upload_progress_bytes(self, file_size=0):CODE
LOWdaily/chinaUnicom.py2242 def parse_cloud_size_to_bytes(self, value):CODE
LOWdaily/chinaUnicom.py2273 def query_cloud_task_list_cloud(self):CODE
LOWdaily/chinaUnicom.py2305 def init_cloud_task_records_state(self):CODE
LOWdaily/chinaUnicom.py2309 def match_new_cloud_task_record(self, task_name, before_ids=None):CODE
LOWdaily/chinaUnicom.py2323 def get_cloud_task_by_code_cloud(self, task_code):CODE
LOWdaily/chinaUnicom.py2331 def finalize_generic_task_cloud(self, task_code, task_name):CODE
LOWdaily/chinaUnicom.py2348 def get_cloud_upload_name_cloud(self):CODE
LOWdaily/chinaUnicom.py2560 def request_wohome_dispatcher_cloud(self, key, param, timeout=15, client_id="1001000035"):CODE
LOWdaily/chinaUnicom.py2594 def list_upload_named_files_cloud(self, max_pages=4):CODE
LOWdaily/chinaUnicom.py2649 def clean_duplicate_files_cloud(self):CODE
LOWdaily/chinaUnicom.py2788 def build_cloud_lottery_headers(self):CODE
LOWdaily/chinaUnicom.py2809 def build_cloud_hometown_headers(self, extra=None):CODE
LOWdaily/chinaUnicom.py2834 def build_cloud_activity_headers(self, activity_id=""):CODE
LOWdaily/chinaUnicom.py2874 def get_cloud_lottery_draw_count(self, times_res):CODE
LOWdaily/chinaUnicom.py2891 def query_cloud_phone_location_cloud(self):CODE
LOWdaily/chinaUnicom.py2922 def get_cloud_activity_province(self):CODE
LOWdaily/chinaUnicom.py2942 def query_cloud_lottery_times_cloud(self, activity_id, headers=None):CODE
LOWdaily/chinaUnicom.py2953 def ensure_cloud_lottery_activity_open_cloud(self, activity_id):CODE
LOWdaily/chinaUnicom.py2995 def query_cloud_lottery_record_cloud(self, activity_id):CODE
LOWdaily/chinaUnicom.py3218 def build_signature_headers_cloud(self):CODE
LOWdaily/chinaUnicom.py3241 def handle_unknown_task_cloud(self, task_code, task_name=""):CODE
LOWdaily/chinaUnicom.py3439 def build_signature_headers_sec(self):CODE
LOWdaily/chinaUnicom.py3825 def build_signature_headers_aiting(self):CODE
LOWdaily/chinaUnicom.py4758 def yunnan_life_signed_headers(self, token, payload):CODE
LOWdaily/chinaUnicom.py4870 def yunnan_life_get_lottery_results(self, token):CODE
LOWdaily/chinaUnicom.py4892 def yunnan_life_get_bean_balance(self, token):CODE
LOWdaily/chinaUnicom.py5017 def xj_query_monthly_draw_records(self, token):CODE
LOWdaily/chinaUnicom.py5425 def query_market_raffle_records(self, user_token):CODE
LOWdaily/chinaUnicom.py5461 def query_phone_recharge_records(self, user_token):CODE
LOWwxapp/wuyingyundiannao.py256def describe_benefit_activities(lt, sid):CODE
LOWwxapp/wuyingyundiannao.py262def describe_operation_activities(lt, sid):CODE
LOWjd/jdCookie.js235function GetCurrentActivityScriptFileName() {CODE
LOWbackup/fenxiang.js115 function convertObjectToQueryString(obj) {CODE
Cross-Language Confusion3 hits · 15 pts
SeverityFileLineSnippetContext
HIGHdaily/quark.py23 环境变量名为 COOKIE_QUARK 多账户用 回车 或 && 分开STRING
HIGHwxapp/hongsehuojian.py29# t.appSecret = state.encryptKey; if (ticket!=null) t.ticket = ticketCOMMENT
HIGHbackup/wangchao.py50 'User-Agent': "ANDROID;13;10019;6.0.2;1.0;null;MEIZU 20",CODE
Verbosity Indicators6 hits · 11 pts
SeverityFileLineSnippetContext
LOWwxapp/mdxtn.js124 // Step 2: code -> ucAccessTokenCOMMENT
LOWwxapp/mdxtn.js136 // Step 3: ucAccessToken -> littleswan access_tokenCOMMENT
LOWbackup/tianyi.py813 # Step 7: 检查用户状态COMMENT
LOWbackup/tianyi.py818 # Step 8: 查询推荐模板列表COMMENT
LOWbackup/tianyi.py827 # Step 9: 选择第一个模板进行制作COMMENT
LOWbackup/tianyi.py852 # Step 10: 循环制作COMMENT
Structural Annotation Overuse6 hits · 11 pts
SeverityFileLineSnippetContext
LOWwxapp/mdxtn.js124 // Step 2: code -> ucAccessTokenCOMMENT
LOWwxapp/mdxtn.js136 // Step 3: ucAccessToken -> littleswan access_tokenCOMMENT
LOWbackup/tianyi.py813 # Step 7: 检查用户状态COMMENT
LOWbackup/tianyi.py818 # Step 8: 查询推荐模板列表COMMENT
LOWbackup/tianyi.py827 # Step 9: 选择第一个模板进行制作COMMENT
LOWbackup/tianyi.py852 # Step 10: 循环制作COMMENT
Unused Imports7 hits · 6 pts
SeverityFileLineSnippetContext
LOWdaily/aliyunpan.py108CODE
LOWdaily/chinaUnicom.py77CODE
LOWdaily/chinaUnicom.py258CODE
LOWwxapp/提现免费券.py2CODE
LOWbackup/wangchao.py11CODE
LOWbackup/wangchao.py11CODE
LOWbackup/sysxc.py9CODE
Over-Commented Block8 hits · 6 pts
SeverityFileLineSnippetContext
LOWdaily/erke.py1#!/usr/bin/env python3COMMENT
LOWwxapp/wuyingyundiannao.py1#!/usr/bin/env python3COMMENT
LOWwxapp/hongsehuojian.py1#!/usr/bin/env python3COMMENT
LOWwxapp/hongsehuojian.py21# pla = rr_iphone / rr_Android / rr_<osName> vendor.js:12070COMMENT
LOWwxapp/hongsehuojian.py41# POST /fundex-uc/uc/v1/getWxOpenIdAndUnionId {code} -> data.openId/unionIdCOMMENT
LOWwxapp/liquanpijiu.py1#!/usr/bin/env python3COMMENT
LOWjd/jdCookie.js21// console.log(`请勿使用github action运行此脚本,无论你是从你自己的私库还是其他哪里拉取的源代码,都会导致我被封号\n`);COMMENT
LOWjd/function/sendNotify.js41//(环境变量名 DEER_KEY)COMMENT
Modern Structural Boilerplate1 hit · 1 pts
SeverityFileLineSnippetContext
LOWdaily/sfsy.py487 def _set_task_attrs(self, task: Dict) -> None:CODE
Overly Generic Function Names1 hit · 1 pts
SeverityFileLineSnippetContext
LOWdaily/sfsy.py700 def execute_task(self) -> bool:CODE