Chrome扩展:支持GPT(Codex) / kiro / Grok自动注册、相关反代项目(CPA/Sub)回调上传
This report presents the forensic synthetic code analysis of QLHazyCoder/FlowPilot, a JavaScript project with 5,143 GitHub stars. SynthScan v2.0 examined 224,423 lines of code across 410 source files, recording 3303 pattern matches distributed across 7 syntactic categories. The overall adjusted score of 13.5 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 3303 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 | managed-alias-utils.js | 3 | })(typeof self !== 'undefined' ? self : globalThis, function createManagedAliasUtilsModule() { | CODE |
| LOW | managed-alias-utils.js | 66 | function getManagedAliasProviderConfig(provider = '') { | CODE |
| LOW | managed-alias-utils.js | 80 | function usesManagedAliasGeneration(provider = '', options = {}) { | CODE |
| LOW | managed-alias-utils.js | 105 | function parseManagedAliasBaseEmail(rawValue, provider = '') { | CODE |
| LOW | managed-alias-utils.js | 147 | function getManagedAliasProviderUiCopy(provider = '') { | CODE |
| LOW | hotmail-utils.js | 29 | function normalizeHotmailServiceMode(rawValue = '') { | CODE |
| LOW | hotmail-utils.js | 39 | function extractCodeByRulePatterns(text, patterns = []) { | CODE |
| LOW | hotmail-utils.js | 88 | function extractVerificationCodeFromMessage(message = {}, options = {}) { | CODE |
| LOW⚡ | hotmail-utils.js | 111 | function getHotmailListToggleLabel(expanded, count = 0) { | CODE |
| LOW⚡ | hotmail-utils.js | 117 | function filterHotmailAccountsByUsage(accounts, mode = 'all') { | CODE |
| LOW⚡ | hotmail-utils.js | 125 | function getHotmailBulkActionLabel(mode = 'all', count = 0) { | CODE |
| LOW⚡ | hotmail-utils.js | 132 | function isAuthorizedHotmailAccount(account) { | CODE |
| LOW⚡ | hotmail-utils.js | 139 | function shouldClearHotmailCurrentSelection(account) { | CODE |
| LOW⚡ | hotmail-utils.js | 143 | function upsertHotmailAccountInList(accounts, nextAccount) { | CODE |
| LOW | hotmail-utils.js | 237 | function pickVerificationMessageWithFallback(messages, filters = {}) { | CODE |
| LOW | hotmail-utils.js | 246 | function pickVerificationMessageWithTimeFallback(messages, filters = {}) { | CODE |
| LOW | hotmail-utils.js | 299 | function normalizeHotmailMailApiMessage(message = {}) { | CODE |
| LOW | hotmail-utils.js | 333 | function normalizeHotmailMailApiMessages(messages) { | CODE |
| LOW | hotmail-utils.js | 340 | function buildHotmailMailApiLatestUrl(options = {}) { | CODE |
| LOW | hotmail-utils.js | 359 | function getHotmailVerificationPollConfig(step) { | CODE |
| LOW | hotmail-utils.js | 379 | function getHotmailVerificationRequestTimestamp(step, state = {}, options = {}) { | CODE |
| LOW | hotmail-utils.js | 399 | function getHotmailMailApiRequestConfig() { | CODE |
| LOW | paypal-utils.js | 35 | function upsertPayPalAccountInList(accounts = [], nextAccount = null) { | CODE |
| LOW | cloudflare-temp-email-utils.js | 1 | (function cloudflareTempEmailUtilsModule(root, factory) { | CODE |
| LOW | cloudflare-temp-email-utils.js | 8 | })(typeof self !== 'undefined' ? self : globalThis, function createCloudflareTempEmailUtils() { | CODE |
| LOW | cloudflare-temp-email-utils.js | 21 | function normalizeCloudflareTempEmailBaseUrl(rawValue = '') { | CODE |
| LOW | cloudflare-temp-email-utils.js | 37 | function normalizeCloudflareTempEmailDomain(rawValue = '') { | CODE |
| LOW | cloudflare-temp-email-utils.js | 49 | function normalizeCloudflareTempEmailDomains(values) { | CODE |
| LOW | cloudflare-temp-email-utils.js | 61 | function normalizeCloudflareTempEmailSubdomainPrefix(rawValue = '') { | CODE |
| LOW | cloudflare-temp-email-utils.js | 74 | function buildCloudflareTempEmailEffectiveDomain(config = {}) { | CODE |
| LOW | cloudflare-temp-email-utils.js | 84 | function buildCloudflareTempEmailHeaders(config = {}, options = {}) { | CODE |
| LOW | cloudflare-temp-email-utils.js | 103 | function joinCloudflareTempEmailUrl(baseUrl, path) { | CODE |
| LOW | cloudflare-temp-email-utils.js | 110 | function getCloudflareTempEmailMailRows(payload) { | CODE |
| LOW | cloudflare-temp-email-utils.js | 149 | function normalizeCloudflareTempEmailAddress(value) { | CODE |
| LOW | cloudflare-temp-email-utils.js | 319 | function getCharsetFromContentType(contentType = '') { | CODE |
| LOW | cloudflare-temp-email-utils.js | 324 | function getBoundaryFromContentType(contentType = '') { | CODE |
| LOW | cloudflare-temp-email-utils.js | 425 | function normalizeReceivedDateTime(value) { | CODE |
| LOW | cloudflare-temp-email-utils.js | 436 | function normalizeCloudflareTempEmailMessage(row = {}) { | CODE |
| LOW | cloudflare-temp-email-utils.js | 572 | function normalizeCloudflareTempEmailMailApiMessages(payload) { | CODE |
| LOW | cloudflare-temp-email-utils.js | 578 | function getCloudflareTempEmailAddressFromResponse(payload = {}) { | CODE |
| LOW⚡ | background.js | 323 | function getRegistrationEmailBaseline(state = {}, options = {}) { | CODE |
| LOW⚡ | background.js | 333 | function buildFlowRegistrationEmailStateUpdates(state = {}, options = {}) { | CODE |
| LOW⚡ | background.js | 340 | function getPreservedPhoneIdentity(state = {}) { | CODE |
| LOW⚡ | background.js | 347 | function buildStateViewWithRuntimeState(state = {}) { | CODE |
| LOW⚡ | background.js | 874 | function normalizeAuthRecoveryIdentifierType(value = '') { | CODE |
| LOW⚡ | background.js | 879 | function isPhoneSignupAuthRecoveryState(state = {}) { | CODE |
| LOW⚡ | background.js | 884 | function getPhoneSignupAuthRecoveryIdentity(state = {}) { | CODE |
| LOW⚡ | background.js | 2206 | function isCurrentAutoRunSessionId(value) { | CODE |
| LOW⚡ | background.js | 2211 | function throwIfAutoRunSessionStopped(sessionId) { | CODE |
| LOW⚡ | background.js | 2219 | function normalizeAutoRunTimerPlan(plan) { | CODE |
| LOW⚡ | background.js | 2555 | function getCustomEmailPoolEmailForRun(state = {}, targetRun = 1) { | CODE |
| LOW⚡ | background.js | 2561 | function getCustomMailProviderPool(state = {}) { | CODE |
| LOW⚡ | background.js | 2565 | function getCustomMailProviderPoolEmailForRun(state = {}, targetRun = 1) { | CODE |
| LOW⚡ | background.js | 2949 | function normalizeStepExecutionRangeFlowId(value = '', fallback = DEFAULT_ACTIVE_FLOW_ID) { | CODE |
| LOW⚡ | background.js | 2958 | function hasStepExecutionRangeShape(value) { | CODE |
| LOW⚡ | background.js | 2968 | function normalizePositiveStepNumber(value, fallback = 0) { | CODE |
| LOW⚡ | background.js | 2977 | function normalizeStepExecutionRangeEntry(value = {}) { | CODE |
| LOW⚡ | background.js | 4356 | function broadcastIcloudAliasesChanged(payload = {}) { | CODE |
| LOW⚡ | background.js | 4363 | function normalizePhoneIdentityDigits(value = '') { | CODE |
| LOW⚡ | background.js | 4367 | function getPhoneActivationPhoneNumber(activation = null) { | CODE |
| 2947 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | sidepanel/i18n-static.js | 518 | const TRANSLATABLE_ATTRS = Object.freeze(['title', 'aria-label', 'placeholder', 'data-show-label', 'data-hide-label']) | CODE |
| LOW | sidepanel/sidepanel.html | 855 | <input type="text" id="input-cloud-mail-admin-email" class="data-input" placeholder="admin@example.com" /> | CODE |
| LOW | tests/cloudflare-temp-email-utils.test.js | 94 | address: 'user@example.com', | CODE |
| LOW | tests/cloudflare-temp-email-utils.test.js | 110 | assert.equal(messages[0].address, 'user@example.com'); | CODE |
| LOW | tests/cloudflare-temp-email-utils.test.js | 121 | address: 'user@example.com', | CODE |
| LOW | tests/background-message-router-step2-skip.test.js | 244 | email: 'user@example.com', | CODE |
| LOW | tests/background-message-router-step2-skip.test.js | 248 | assert.deepStrictEqual(events.emailStates, ['user@example.com']); | CODE |
| LOW⚡ | tests/background-message-router-step2-skip.test.js | 281 | email: 'user@example.com', | CODE |
| LOW⚡ | tests/background-message-router-step2-skip.test.js | 283 | accountIdentifier: 'user@example.com', | CODE |
| LOW⚡ | tests/background-message-router-step2-skip.test.js | 286 | assert.deepStrictEqual(events.emailStates, ['user@example.com']); | CODE |
| LOW | tests/background-message-router-step2-skip.test.js | 369 | email: 'user@example.com', | CODE |
| LOW | tests/background-message-router-step2-skip.test.js | 374 | assert.deepStrictEqual(events.emailStates, ['user@example.com']); | CODE |
| LOW⚡ | tests/background-message-router-step2-skip.test.js | 502 | email: 'user@example.com', | CODE |
| LOW⚡ | tests/background-message-router-step2-skip.test.js | 510 | email: 'user@example.com', | CODE |
| LOW⚡ | tests/background-message-router-step2-skip.test.js | 516 | assert.deepStrictEqual(events.emailStates, ['user@example.com']); | CODE |
| LOW⚡ | tests/background-message-router-step2-skip.test.js | 523 | email: 'user@example.com', | CODE |
| LOW | tests/background-message-router-step2-skip.test.js | 624 | email: 'user@example.com', | CODE |
| LOW | tests/sidepanel-phone-verification-settings.test.js | 720 | accountIdentifier: 'user@example.com', | CODE |
| LOW | tests/sidepanel-phone-verification-settings.test.js | 722 | email: 'user@example.com', | CODE |
| LOW | tests/sidepanel-paypal-manager.test.js | 93 | openFormDialog: async () => ({ email: 'user@example.com', password: 'secret' }), | CODE |
| LOW | tests/sidepanel-paypal-manager.test.js | 106 | email: 'user@example.com', | CODE |
| LOW | tests/sidepanel-paypal-manager.test.js | 116 | email: 'user@example.com', | CODE |
| LOW | tests/sidepanel-paypal-manager.test.js | 151 | assert.equal(latestState.paypalEmail, 'user@example.com'); | CODE |
| LOW | tests/step6-oauth-consent-skip.test.js | 131 | return step6_login({ email: 'user@example.com' }); | CODE |
| LOW | tests/background-mail-rule-registry-module.test.js | 37 | email: 'user@example.com', | CODE |
| LOW | tests/background-mail-rule-registry-module.test.js | 67 | targetEmail: 'user@example.com', | CODE |
| LOW | tests/background-mail-rule-registry-module.test.js | 68 | targetEmailHints: ['user@example.com', 'user=example.com'], | CODE |
| LOW | tests/background-mail-rule-registry-module.test.js | 79 | email: 'user@example.com', | CODE |
| LOW | tests/background-mail-rule-registry-module.test.js | 134 | email: 'user@example.com', | CODE |
| LOW | tests/sidepanel-contribution-mode.test.js | 207 | const inputSub2ApiEmail = { value: 'user@example.com' }; | CODE |
| LOW | tests/sidepanel-contribution-mode.test.js | 390 | email: 'user@example.com', | CODE |
| LOW | tests/background-sub2api-agent-identity-import.test.js | 97 | sub2apiEmail: 'admin@example.com', | CODE |
| LOW | tests/background-grok-state-module.test.js | 66 | assert.equal(view.grokEmail, 'user@example.com'); | CODE |
| LOW | tests/background-grok-state-module.test.js | 82 | assert.equal(view.runtimeState.flowState.grok.register.email, 'user@example.com'); | CODE |
| LOW | tests/background-flow-mail-polling-module.test.js | 27 | targetEmail: 'user@example.com', | CODE |
| LOW | tests/background-flow-mail-polling-module.test.js | 43 | state: { activeFlowId: 'kiro', email: 'user@example.com' }, | CODE |
| LOW | tests/background-flow-mail-polling-module.test.js | 146 | targetEmail: 'user@example.com', | CODE |
| LOW | tests/background-flow-mail-polling-module.test.js | 184 | assert.equal(mailMessage.payload.targetEmail, 'user@example.com'); | CODE |
| LOW⚡ | tests/background-paypal-account-store-module.test.js | 76 | assert.equal(account.email, 'user@example.com'); | CODE |
| LOW⚡ | tests/background-paypal-account-store-module.test.js | 81 | assert.equal(latestState.paypalEmail, 'user@example.com'); | CODE |
| LOW⚡ | tests/background-paypal-account-store-module.test.js | 87 | paypalEmail: 'user@example.com', | CODE |
| LOW | tests/step6-timeout-recovery.test.js | 229 | email: 'user@example.com', | CODE |
| LOW | tests/verification-flow-polling.test.js | 113 | email: 'user@example.com', | CODE |
| LOW | tests/verification-flow-polling.test.js | 123 | targetEmail: 'user@example.com', | CODE |
| LOW | tests/verification-flow-polling.test.js | 159 | const step4Payload = helpers.getVerificationPollPayload(4, { email: 'user@example.com', mailProvider: '2925' }); | CODE |
| LOW | tests/verification-flow-polling.test.js | 160 | const step8Payload = helpers.getVerificationPollPayload(8, { email: 'user@example.com', mailProvider: '2925' }); | CODE |
| LOW | tests/verification-flow-polling.test.js | 180 | { email: 'user@example.com', mailProvider: 'icloud', lastSignupCode: null }, | CODE |
| LOW | tests/verification-flow-polling.test.js | 210 | { email: 'user@example.com', mailProvider: 'icloud', lastLoginCode: null }, | CODE |
| LOW | tests/verification-flow-polling.test.js | 259 | email: 'user@example.com', | CODE |
| LOW | tests/verification-flow-polling.test.js | 264 | email: 'user@example.com', | CODE |
| LOW | tests/verification-flow-polling.test.js | 322 | { email: 'user@example.com', lastLoginCode: null }, | CODE |
| LOW | tests/verification-flow-polling.test.js | 387 | email: 'user@example.com', | CODE |
| LOW | tests/verification-flow-polling.test.js | 451 | email: 'user@example.com', | CODE |
| LOW | tests/verification-flow-polling.test.js | 521 | email: 'user@example.com', | CODE |
| LOW | tests/verification-flow-polling.test.js | 590 | { email: 'user@example.com', lastLoginCode: null }, | CODE |
| LOW | tests/verification-flow-polling.test.js | 668 | { email: 'user@example.com', lastLoginCode: null }, | CODE |
| LOW | tests/verification-flow-polling.test.js | 777 | email: 'user@example.com', | CODE |
| LOW | tests/verification-flow-polling.test.js | 841 | email: 'user@example.com', | CODE |
| LOW | tests/verification-flow-polling.test.js | 905 | email: 'user@example.com', | CODE |
| LOW | tests/verification-flow-polling.test.js | 975 | email: 'user@example.com', | CODE |
| 183 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | 项目完整链路说明.md | 467 | ### Step 4 / Step 8 | COMMENT |
| LOW⚡ | background.js | 14429 | // Step 1: Open ChatGPT homepage | COMMENT |
| LOW⚡ | background.js | 14437 | // Step 2: Click signup, fill email, continue to password page | COMMENT |
| LOW⚡ | background.js | 14445 | // Step 3: Fill Password (via openai-auth.js) | COMMENT |
| LOW⚡ | background.js | 14453 | // Step 4: Get Signup Verification Code (qq-mail.js polls, then fills in openai-auth.js) | COMMENT |
| LOW⚡ | background.js | 14607 | // Step 5: Fill Name & Birthday (via openai-auth.js) | COMMENT |
| LOW⚡ | background.js | 14615 | // Step 7: Login and ensure the auth page reaches the login verification page | COMMENT |
| LOW⚡ | background.js | 15485 | // Step 7: Refresh OAuth and log in | COMMENT |
| LOW⚡ | background.js | 15493 | // Step 8: Poll login verification mail and submit the login code | COMMENT |
| LOW⚡ | background.js | 15501 | // Step 9: 完成 OAuth(自动点击 + localhost 回调监听) | COMMENT |
| LOW | background.js | 16131 | // Step 10: 平台回调验证 | COMMENT |
| LOW | content/qq-mail.js | 111 | // Step 1: Snapshot existing mail IDs BEFORE we start waiting for new email | COMMENT |
| LOW | flows/openai/content/vps-panel.js | 948 | // Step 1: Get OAuth Link | COMMENT |
| LOW | flows/openai/content/openai-auth.js | 2684 | // Step 2: Click Register, fill email, then continue to password page | COMMENT |
| LOW | flows/openai/content/openai-auth.js | 2696 | // Step 3: Fill Password | COMMENT |
| LOW | flows/openai/content/openai-auth.js | 5750 | // Step 7: Login with registered account (on OAuth auth page) | COMMENT |
| LOW | flows/openai/content/openai-auth.js | 6941 | // Step 9: Find "继续" on OAuth consent page for debugger click | COMMENT |
| LOW | flows/openai/content/openai-auth.js | 7134 | // Step 5: Fill Name & Birthday / Age | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | background.js | 14429 | // Step 1: Open ChatGPT homepage | COMMENT |
| LOW⚡ | background.js | 14437 | // Step 2: Click signup, fill email, continue to password page | COMMENT |
| LOW⚡ | background.js | 14445 | // Step 3: Fill Password (via openai-auth.js) | COMMENT |
| LOW⚡ | background.js | 14453 | // Step 4: Get Signup Verification Code (qq-mail.js polls, then fills in openai-auth.js) | COMMENT |
| LOW⚡ | background.js | 14607 | // Step 5: Fill Name & Birthday (via openai-auth.js) | COMMENT |
| LOW⚡ | background.js | 14615 | // Step 7: Login and ensure the auth page reaches the login verification page | COMMENT |
| LOW⚡ | background.js | 15485 | // Step 7: Refresh OAuth and log in | COMMENT |
| LOW⚡ | background.js | 15493 | // Step 8: Poll login verification mail and submit the login code | COMMENT |
| LOW⚡ | background.js | 15501 | // Step 9: 完成 OAuth(自动点击 + localhost 回调监听) | COMMENT |
| LOW | background.js | 16131 | // Step 10: 平台回调验证 | COMMENT |
| LOW | content/qq-mail.js | 111 | // Step 1: Snapshot existing mail IDs BEFORE we start waiting for new email | COMMENT |
| LOW | flows/openai/content/vps-panel.js | 948 | // Step 1: Get OAuth Link | COMMENT |
| LOW | flows/openai/content/openai-auth.js | 2684 | // Step 2: Click Register, fill email, then continue to password page | COMMENT |
| LOW | flows/openai/content/openai-auth.js | 2696 | // Step 3: Fill Password | COMMENT |
| LOW | flows/openai/content/openai-auth.js | 5750 | // Step 7: Login with registered account (on OAuth auth page) | COMMENT |
| LOW | flows/openai/content/openai-auth.js | 6941 | // Step 9: Find "继续" on OAuth consent page for debugger click | COMMENT |
| LOW | flows/openai/content/openai-auth.js | 7134 | // Step 5: Fill Name & Birthday / Age | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/custom_mail_helper.py | 81 | except Exception as exc: | CODE |
| LOW | scripts/custom_mail_helper.py | 134 | except Exception: | CODE |
| LOW | scripts/custom_mail_helper.py | 162 | except Exception as exc: | CODE |
| LOW | scripts/custom_mail_helper.py | 189 | except Exception: | STRING |
| LOW | scripts/custom_mail_helper.py | 288 | except Exception: | STRING |
| LOW | scripts/custom_mail_helper.py | 410 | except Exception as exc: | STRING |
| MEDIUM | scripts/custom_mail_helper.py | 382 | def do_POST(self): | CODE |
| LOW | scripts/hotmail_helper.py | 91 | except Exception as exc: | CODE |
| LOW | scripts/hotmail_helper.py | 463 | except Exception: | CODE |
| LOW | scripts/hotmail_helper.py | 528 | except Exception: | CODE |
| LOW | scripts/hotmail_helper.py | 697 | except Exception as exc: | CODE |
| LOW | scripts/hotmail_helper.py | 872 | except Exception as exc: | CODE |
| MEDIUM | scripts/hotmail_helper.py | 802 | def do_POST(self): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/custom_mail_helper.py | 254 | CODE | |
| LOW | scripts/hotmail_helper.py | 498 | CODE | |
| LOW | scripts/hotmail_helper.py | 705 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | content/qq-mail.js | 1 | // content/qq-mail.js — Content script for QQ Mail (steps 4, 7) | COMMENT |
| LOW | flows/openai/content/vps-panel.js | 1 | // flows/openai/content/vps-panel.js — Content script for CPA panel (OAuth URL request / platform verification node) | COMMENT |