Stealth Chromium that passes every bot detection test. Drop-in Playwright replacement with source-level fingerprint patches. 30/30 tests passed.
This report presents the forensic synthetic code analysis of CloakHQ/CloakBrowser, a Python project with 28,201 GitHub stars. SynthScan v2.0 examined 58,158 lines of code across 182 source files, recording 1133 pattern matches distributed across 17 syntactic categories. The overall adjusted score of 31.2 places this repository in the Strong 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).
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 1133 distinct pattern matches across 17 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 |
|---|---|---|---|---|
| MEDIUM | js/tests/license.test.ts | 32 | // ── resolveLicenseKey ───────────────────────────────── | COMMENT |
| MEDIUM | js/tests/license.test.ts | 73 | // ── validateLicense ─────────────────────────────────── | COMMENT |
| MEDIUM | js/tests/license.test.ts | 269 | // ── getProLatestVersion ─────────────────────────────── | COMMENT |
| MEDIUM | js/tests/license.test.ts | 316 | // ── Config pro parameter ────────────────────────────── | COMMENT |
| MEDIUM | js/tests/license.test.ts | 332 | // ── buildLaunchEnv ───────────────────────────────────── | COMMENT |
| MEDIUM⚡ | tests/test_geoip.py | 50 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/test_geoip.py | 52 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/test_geoip.py | 111 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/test_geoip.py | 113 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/test_geoip.py | 128 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/test_geoip.py | 130 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/test_geoip.py | 17 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/test_geoip.py | 19 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/test_geoip.py | 69 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/test_geoip.py | 71 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/test_geoip.py | 218 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/test_geoip.py | 220 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/test_persistent_context.py | 23 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/test_persistent_context.py | 25 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/test_persistent_context.py | 216 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/test_persistent_context.py | 218 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 39 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 41 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 49 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 51 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 66 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 68 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 117 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 119 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 188 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 190 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 269 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 271 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 311 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 313 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 567 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 569 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 598 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 600 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 614 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 616 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 633 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 635 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 651 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 653 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 772 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 774 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 1042 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 1044 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 1446 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 1448 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 1537 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 1539 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 1655 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 1657 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 1758 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 1760 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 1949 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 1951 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | tests/test_humanize_unit.py | 2112 | # ========================================================================= | COMMENT |
| 198 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | js/src/license.ts | 49 | export function resolveLicenseKeyWithSource( | CODE |
| LOW | js/src/download.ts | 1112 | export function resetWrapperUpdateChecked(): void { | CODE |
| LOW | js/src/proxy.ts | 76 | function lenientDecodeURIComponent(s: string): string { | CODE |
| LOW | js/src/config.ts | 70 | export function normalizeRequestedVersion(version?: string): string | undefined { | CODE |
| LOW | js/src/config.ts | 270 | export function binarySupportsHeadlessNoViewport( | CODE |
| LOW | js/src/config.ts | 316 | export function binarySupportsMaximizedWindow( | CODE |
| LOW | js/src/config.ts | 355 | export function binarySupportsHttpProxyInlineAuth( | CODE |
| LOW | tests/test_font_warning.py | 43 | def test_warns_when_no_windows_fonts(tmp_path, capsys, monkeypatch): | CODE |
| LOW | tests/test_font_warning.py | 55 | def test_in_process_flag_blocks_second_call(tmp_path, capsys): | CODE |
| LOW | tests/test_font_warning.py | 68 | def test_marker_suppresses_across_processes(tmp_path, capsys): | CODE |
| LOW | tests/test_font_warning.py | 80 | def test_env_suppresses_and_writes_no_marker(tmp_path, capsys, monkeypatch): | CODE |
| LOW⚡ | tests/test_font_warning.py | 92 | def test_no_warn_on_non_linux(tmp_path, capsys): | CODE |
| LOW⚡ | tests/test_font_warning.py | 101 | def test_no_warn_when_platform_overridden(tmp_path, capsys): | CODE |
| LOW⚡ | tests/test_font_warning.py | 110 | def test_no_warn_no_crash_when_fc_list_absent(tmp_path, capsys): | CODE |
| LOW | tests/test_font_warning.py | 121 | def test_no_warn_when_full_set_present(tmp_path, capsys): | CODE |
| LOW | tests/test_font_warning.py | 131 | def test_warns_on_partial_set(tmp_path, capsys): | CODE |
| LOW⚡ | tests/test_geoip.py | 55 | def test_locale_map_has_common_countries(): | CODE |
| LOW⚡ | tests/test_geoip.py | 116 | def test_resolve_exit_ip_no_proxy_fetches_directly(): | CODE |
| LOW⚡ | tests/test_geoip.py | 133 | def test_maybe_resolve_skips_when_geoip_false(): | CODE |
| LOW⚡ | tests/test_geoip.py | 140 | def test_maybe_resolve_no_proxy_uses_machine_ip(): | CODE |
| LOW⚡ | tests/test_geoip.py | 170 | def test_maybe_resolve_skips_when_both_explicit(): | CODE |
| LOW⚡ | tests/test_geoip.py | 179 | def test_maybe_resolve_fills_missing_timezone(): | CODE |
| LOW⚡ | tests/test_geoip.py | 187 | def test_maybe_resolve_fills_missing_locale(): | CODE |
| LOW⚡ | tests/test_geoip.py | 195 | def test_maybe_resolve_fills_both(): | CODE |
| LOW⚡ | tests/test_geoip.py | 204 | def test_maybe_resolve_geoip_timeout_returns_existing_values(monkeypatch): | CODE |
| LOW | tests/test_geoip.py | 86 | def test_resolve_geo_returns_none_when_db_missing(): | CODE |
| LOW | tests/test_geoip.py | 96 | def test_resolve_geo_keeps_exit_ip_when_db_missing(): | CODE |
| LOW | tests/test_geoip.py | 154 | def test_maybe_resolve_no_proxy_both_explicit_skips_ip(): | CODE |
| LOW | tests/test_launch.py | 15 | def test_removed_backend_kwarg_raises(env, monkeypatch): | CODE |
| LOW | tests/test_launch.py | 63 | def test_launch_with_extra_args(): | CODE |
| LOW | tests/test_launch.py | 82 | def test_chrome_object_exists(): | CODE |
| LOW⚡ | tests/test_persistent_context.py | 13 | def _make_mock_pw_and_context(): | CODE |
| LOW⚡ | tests/test_persistent_context.py | 30 | def test_persistent_context_args_built(_mock_geoip, _mock_bin): | CODE |
| LOW⚡ | tests/test_persistent_context.py | 221 | def _make_mock_async_pw_and_context(): | CODE |
| LOW | tests/test_persistent_context.py | 46 | def test_persistent_context_default_viewport(_mock_geoip, _mock_bin): | CODE |
| LOW | tests/test_persistent_context.py | 60 | def test_persistent_context_headed_no_viewport(_mock_geoip, _mock_bin): | CODE |
| LOW | tests/test_persistent_context.py | 76 | def test_persistent_context_custom_viewport(_mock_geoip, _mock_bin): | CODE |
| LOW | tests/test_persistent_context.py | 91 | def test_persistent_context_user_agent(_mock_geoip, _mock_bin): | CODE |
| LOW | tests/test_persistent_context.py | 104 | def test_persistent_context_locale_and_timezone(_mock_bin): | CODE |
| LOW | tests/test_persistent_context.py | 123 | def test_persistent_context_color_scheme(_mock_geoip, _mock_bin): | CODE |
| LOW | tests/test_persistent_context.py | 137 | def test_persistent_context_geoip(_mock_bin, _mock_geoip): | CODE |
| LOW | tests/test_persistent_context.py | 155 | def test_persistent_context_timezone_id_alias(_mock_bin): | CODE |
| LOW | tests/test_persistent_context.py | 170 | def test_persistent_context_close_stops_pw(_mock_geoip, _mock_bin): | CODE |
| LOW | tests/test_persistent_context.py | 187 | def test_persistent_context_proxy_string(_mock_geoip, _mock_bin, _mock_platform): | CODE |
| LOW | tests/test_persistent_context.py | 203 | def test_persistent_context_proxy_dict(_mock_geoip, _mock_bin): | CODE |
| LOW | tests/test_persistent_context.py | 234 | async def test_persistent_context_async_args_built(_mock_geoip, _mock_bin): | CODE |
| LOW | tests/test_persistent_context.py | 250 | async def test_persistent_context_async_close_stops_pw(_mock_geoip, _mock_bin): | CODE |
| LOW | tests/test_persistent_context.py | 266 | async def test_persistent_context_async_timezone_id_alias(_mock_bin): | CODE |
| LOW | tests/test_persistent_context.py | 282 | def test_persistent_context_seeds_widevine(_mock_seed, _mock_geoip, _mock_bin): | CODE |
| LOW | tests/test_persistent_context.py | 297 | async def test_persistent_context_async_seeds_widevine(_mock_seed, _mock_geoip, _mock_bin): | CODE |
| LOW⚡ | tests/test_humanize_unit.py | 71 | def test_default_config_resolves(self): | CODE |
| LOW⚡ | tests/test_humanize_unit.py | 81 | def test_careful_config_resolves(self): | CODE |
| LOW⚡ | tests/test_humanize_unit.py | 122 | def test_generates_multiple_points(self): | CODE |
| LOW⚡ | tests/test_humanize_unit.py | 193 | def test_async_modules_import(self): | CODE |
| LOW⚡ | tests/test_humanize_unit.py | 274 | def test_press_skips_click_when_focused(self): | CODE |
| LOW⚡ | tests/test_humanize_unit.py | 316 | def test_check_calls_idle_when_enabled(self): | CODE |
| LOW⚡ | tests/test_humanize_unit.py | 472 | def test_subframe_locator_routes_to_owning_frame(self): | CODE |
| LOW⚡ | tests/test_humanize_unit.py | 480 | def test_mainframe_locator_routes_to_page(self): | CODE |
| LOW⚡ | tests/test_humanize_unit.py | 488 | def test_unpatched_subframe_falls_back_to_native(self): | CODE |
| LOW⚡ | tests/test_humanize_unit.py | 539 | def test_frame_click_marks_is_input_true_for_input(self): | CODE |
| 488 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | tests/test_launch.py | 83 | """window.chrome should exist (Playwright leaks undefined).""" | STRING |
| HIGH | tests/test_stealth_reproduction_110.py | 37 | window.__detections.evaluateQS.push(sel); | CODE |
| HIGH | tests/test_stealth_reproduction_110.py | 46 | window.__detections.untrustedKeydown.push(e.key); | CODE |
| HIGH | tests/test_stealth_reproduction_110.py | 146 | window.__evalLeaks.push(sel); | CODE |
| HIGH⚡ | tests/test_stealth_unit.py | 1365 | if (e.stack && e.stack.includes(':302:')) { | CODE |
| HIGH⚡ | tests/test_stealth_unit.py | 1366 | window.__evalLeaks.push(sel); | CODE |
| HIGH⚡ | tests/test_stealth_unit.py | 1375 | window.__untrustedKeys.push(e.key); | CODE |
| HIGH | tests/test_stealth_unit.py | 1200 | if (e.stack && e.stack.includes(':302:')) { | CODE |
| HIGH | tests/test_stealth_unit.py | 1201 | window.__evaluateDetections.push(sel); | CODE |
| HIGH | tests/test_stealth_unit.py | 1244 | window.__untrustedKeys.push(e.key); | CODE |
| HIGH | tests/test_stealth_unit.py | 1246 | window.__trustedKeys.push(e.key); | CODE |
| HIGH | tests/test_stealth_unit.py | 1319 | if (e.stack && e.stack.includes(':302:')) { | CODE |
| HIGH | tests/test_stealth_unit.py | 1320 | window.__evalLeaks.push({sel, stack: e.stack.substring(0, 200)}); | CODE |
| HIGH | tests/test_stealth_unit.py | 1427 | if (e.stack && e.stack.includes(':302:')) { | CODE |
| HIGH | tests/test_stealth_unit.py | 1428 | window.__evalLeaks.push(sel); | CODE |
| HIGH | tests/test_stealth_unit.py | 1463 | if (!e.isTrusted) window.__untrusted.push(e.key); | CODE |
| HIGH⚡ | tests/test_stealth.py | 48 | """window.chrome must be an object (not undefined).""" | STRING |
| HIGH | tests/test_stealth.py | 105 | failed.push(cells[0].innerText.trim()); | CODE |
| HIGH | tests/test_stealth.py | 166 | const isBot = botMatch ? botMatch[1] === 'true' : null; | CODE |
| HIGH | tests/test_stealth.py | 214 | return {score: scoreMatch ? parseFloat(scoreMatch[1]) : null}; | CODE |
| HIGH⚡ | cloakbrowser/human/__init__.py | 1303 | || node.getAttribute && node.getAttribute('contenteditable') === 'true'; | STRING |
| HIGH⚡ | cloakbrowser/human/__init__.py | 2339 | || node.getAttribute && node.getAttribute('contenteditable') === 'true'; | STRING |
| HIGH | examples/fingerprint_scan_test.py | 46 | downlinkMax: navigator.connection?.downlinkMax ?? null, | CODE |
| HIGH⚡ | examples/fingerprint_scan_test.py | 105 | likeHeadlessPct: likeMatch ? parseInt(likeMatch[1]) : null, | CODE |
| HIGH⚡ | examples/fingerprint_scan_test.py | 106 | headlessPct: headlessMatch ? parseInt(headlessMatch[1]) : null, | CODE |
| HIGH⚡ | examples/fingerprint_scan_test.py | 107 | stealthPct: stealthMatch ? parseInt(stealthMatch[1]) : null, | CODE |
| HIGH⚡ | examples/fingerprint_scan_test.py | 120 | if (!fp || !fp.headless) return null; | CODE |
| HIGH⚡ | examples/fingerprint_scan_test.py | 122 | likeHeadless: fp.headless.likeHeadless || null, | CODE |
| HIGH⚡ | examples/fingerprint_scan_test.py | 122 | likeHeadless: fp.headless.likeHeadless || null, | CODE |
| HIGH⚡ | examples/fingerprint_scan_test.py | 123 | headless: fp.headless.headless || null, | CODE |
| HIGH⚡ | examples/fingerprint_scan_test.py | 123 | headless: fp.headless.headless || null, | CODE |
| HIGH⚡ | examples/fingerprint_scan_test.py | 124 | stealth: fp.headless.stealth || null, | CODE |
| HIGH⚡ | examples/fingerprint_scan_test.py | 124 | stealth: fp.headless.stealth || null, | CODE |
| HIGH⚡ | examples/fingerprint_scan_test.py | 126 | } catch { return null; } | CODE |
| HIGH | examples/fingerprint_scan_test.py | 159 | if (!fp || !fp.platformEstimate) return null; | CODE |
| HIGH | examples/fingerprint_scan_test.py | 161 | } catch { return null; } | CODE |
| HIGH | examples/stealth_test.py | 120 | const isBot = botMatch ? botMatch[1] === 'true' : null; | CODE |
| HIGH | examples/stealth_test.py | 143 | if (!fp) return {error: 'Fingerprint not ready', totalLies: null}; | CODE |
| HIGH | examples/stealth_test.py | 145 | return {totalLies: lies.totalLies || 0}; | CODE |
| HIGH⚡ | examples/stealth_test.py | 228 | let fullVersion = null; | CODE |
| HIGH⚡ | examples/stealth_test.py | 232 | fullVersion = chrome ? chrome.version : null; | CODE |
| HIGH⚡ | examples/stealth_test.py | 235 | const dbg = gl ? gl.getExtension('WEBGL_debug_renderer_info') : null; | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | bin/fetch-widevine.py | 299 | except Exception as e: # noqa: BLE001 — top-level guard; entrypoint treats nonzero as soft-fail | CODE |
| LOW | tests/test_humanize_unit.py | 2163 | except Exception: | CODE |
| LOW⚡ | tests/test_stealth_unit.py | 1021 | except Exception: | CODE |
| LOW | tests/test_stealth.py | 188 | except Exception: | CODE |
| LOW⚡ | cloakbrowser/download.py | 667 | except Exception as exc: | CODE |
| LOW⚡ | cloakbrowser/download.py | 675 | except Exception: | CODE |
| LOW⚡ | cloakbrowser/download.py | 683 | except Exception: | CODE |
| LOW | cloakbrowser/download.py | 177 | except Exception as e: | CODE |
| LOW | cloakbrowser/download.py | 285 | except Exception as primary_err: | CODE |
| LOW | cloakbrowser/download.py | 409 | except Exception: | CODE |
| LOW | cloakbrowser/download.py | 500 | except Exception as exc: | CODE |
| LOW | cloakbrowser/download.py | 649 | except Exception: | CODE |
| LOW | cloakbrowser/download.py | 711 | except Exception: | CODE |
| LOW | cloakbrowser/download.py | 905 | except Exception: | CODE |
| LOW | cloakbrowser/download.py | 1058 | except Exception: | CODE |
| LOW | cloakbrowser/download.py | 1111 | except Exception: | CODE |
| LOW | cloakbrowser/download.py | 1146 | except Exception: | CODE |
| LOW | cloakbrowser/browser.py | 715 | except Exception: | CODE |
| LOW | cloakbrowser/browser.py | 1059 | except Exception: | CODE |
| LOW | cloakbrowser/browser.py | 1284 | except Exception: | CODE |
| LOW⚡ | cloakbrowser/geoip.py | 144 | except Exception as exc: | CODE |
| LOW | cloakbrowser/geoip.py | 180 | except Exception as exc: | CODE |
| LOW⚡ | cloakbrowser/geoip.py | 278 | except Exception: | CODE |
| LOW | cloakbrowser/geoip.py | 306 | except Exception as exc: | CODE |
| LOW | cloakbrowser/geoip.py | 340 | except Exception: | CODE |
| LOW | cloakbrowser/geoip.py | 357 | except Exception: | CODE |
| MEDIUM | cloakbrowser/geoip.py | 354 | def _bg() -> None: | CODE |
| LOW | cloakbrowser/widevine.py | 122 | except Exception: | CODE |
| LOW | cloakbrowser/widevine.py | 127 | except Exception as e: | CODE |
| LOW | cloakbrowser/license.py | 187 | except Exception as e: | CODE |
| LOW | cloakbrowser/license.py | 231 | except Exception as e: | CODE |
| LOW | cloakbrowser/__main__.py | 103 | except Exception as exc: | CODE |
| LOW | cloakbrowser/__main__.py | 198 | except Exception as exc: | CODE |
| LOW | cloakbrowser/__main__.py | 203 | except Exception as exc: # platform unsupported, etc. | CODE |
| LOW | cloakbrowser/__main__.py | 439 | except Exception as e: | CODE |
| MEDIUM | cloakbrowser/__main__.py | 440 | print(f"Error: {e}", file=sys.stderr) | CODE |
| LOW | cloakbrowser/human/scroll_async.py | 27 | except Exception: | CODE |
| LOW | cloakbrowser/human/scroll.py | 30 | except Exception: | CODE |
| LOW⚡ | cloakbrowser/human/__init__.py | 338 | except Exception: | CODE |
| LOW⚡ | cloakbrowser/human/__init__.py | 1284 | except Exception: | CODE |
| LOW⚡ | cloakbrowser/human/__init__.py | 1306 | except Exception: | CODE |
| LOW⚡ | cloakbrowser/human/__init__.py | 1512 | except Exception: | CODE |
| LOW⚡ | cloakbrowser/human/__init__.py | 1521 | except Exception: | CODE |
| LOW⚡ | cloakbrowser/human/__init__.py | 1761 | except Exception: | CODE |
| LOW⚡ | cloakbrowser/human/__init__.py | 1769 | except Exception: | CODE |
| LOW⚡ | cloakbrowser/human/__init__.py | 1779 | except Exception: | CODE |
| LOW⚡ | cloakbrowser/human/__init__.py | 1783 | except Exception: | CODE |
| LOW⚡ | cloakbrowser/human/__init__.py | 1839 | except Exception: | CODE |
| LOW⚡ | cloakbrowser/human/__init__.py | 1845 | except Exception: | CODE |
| LOW⚡ | cloakbrowser/human/__init__.py | 1851 | except Exception: | CODE |
| LOW⚡ | cloakbrowser/human/__init__.py | 1857 | except Exception: | CODE |
| LOW⚡ | cloakbrowser/human/__init__.py | 1863 | except Exception: | CODE |
| LOW⚡ | cloakbrowser/human/__init__.py | 2342 | except Exception: | CODE |
| LOW⚡ | cloakbrowser/human/__init__.py | 2807 | except Exception: | CODE |
| LOW⚡ | cloakbrowser/human/__init__.py | 2815 | except Exception: | CODE |
| LOW⚡ | cloakbrowser/human/__init__.py | 2825 | except Exception: | CODE |
| LOW⚡ | cloakbrowser/human/__init__.py | 2829 | except Exception: | CODE |
| LOW⚡ | cloakbrowser/human/__init__.py | 2887 | except Exception: | CODE |
| LOW⚡ | cloakbrowser/human/__init__.py | 2893 | except Exception: | CODE |
| LOW⚡ | cloakbrowser/human/__init__.py | 2899 | except Exception: | CODE |
| 66 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/test_humanize_unit.py | 194 | CODE | |
| LOW | tests/test_humanize_unit.py | 195 | CODE | |
| LOW | tests/test_humanize_unit.py | 197 | CODE | |
| LOW | tests/test_humanize_unit.py | 197 | CODE | |
| LOW | tests/test_humanize_unit.py | 1207 | CODE | |
| LOW | tests/test_stealth_unit.py | 17 | CODE | |
| LOW | tests/test_stealth_unit.py | 19 | CODE | |
| LOW | tests/test_stealth_unit.py | 22 | CODE | |
| LOW | tests/test_launch_context.py | 3 | CODE | |
| LOW | tests/test_update.py | 3 | CODE | |
| LOW | tests/test_extract.py | 4 | CODE | |
| LOW | tests/test_extract.py | 6 | CODE | |
| LOW | tests/test_lambda_security.py | 3 | CODE | |
| LOW | tests/test_lambda_security.py | 7 | CODE | |
| LOW | cloakbrowser/config.py | 3 | CODE | |
| LOW | cloakbrowser/download.py | 7 | CODE | |
| LOW | cloakbrowser/__init__.py | 14 | CODE | |
| LOW | cloakbrowser/__init__.py | 14 | CODE | |
| LOW | cloakbrowser/__init__.py | 14 | CODE | |
| LOW | cloakbrowser/__init__.py | 14 | CODE | |
| LOW | cloakbrowser/__init__.py | 14 | CODE | |
| LOW | cloakbrowser/__init__.py | 14 | CODE | |
| LOW | cloakbrowser/__init__.py | 14 | CODE | |
| LOW | cloakbrowser/__init__.py | 14 | CODE | |
| LOW | cloakbrowser/__init__.py | 14 | CODE | |
| LOW | cloakbrowser/__init__.py | 15 | CODE | |
| LOW | cloakbrowser/__init__.py | 15 | CODE | |
| LOW | cloakbrowser/__init__.py | 16 | CODE | |
| LOW | cloakbrowser/__init__.py | 16 | CODE | |
| LOW | cloakbrowser/__init__.py | 16 | CODE | |
| LOW | cloakbrowser/__init__.py | 16 | CODE | |
| LOW | cloakbrowser/__init__.py | 17 | CODE | |
| LOW | cloakbrowser/__init__.py | 17 | CODE | |
| LOW | cloakbrowser/__init__.py | 18 | CODE | |
| LOW | cloakbrowser/browser.py | 15 | CODE | |
| LOW | cloakbrowser/geoip.py | 11 | CODE | |
| LOW | cloakbrowser/widevine.py | 23 | CODE | |
| LOW | cloakbrowser/license.py | 7 | CODE | |
| LOW | cloakbrowser/__main__.py | 11 | CODE | |
| LOW | cloakbrowser/human/scroll_async.py | 7 | CODE | |
| LOW | cloakbrowser/human/config.py | 7 | CODE | |
| LOW | cloakbrowser/human/config.py | 9 | CODE | |
| LOW | cloakbrowser/human/config.py | 12 | CODE | |
| LOW | cloakbrowser/human/keyboard_async.py | 10 | CODE | |
| LOW | cloakbrowser/human/keyboard_async.py | 13 | CODE | |
| LOW | cloakbrowser/human/keyboard_async.py | 15 | CODE | |
| LOW | cloakbrowser/human/keyboard_async.py | 16 | CODE | |
| LOW | cloakbrowser/human/scroll.py | 3 | CODE | |
| LOW | cloakbrowser/human/mouse_async.py | 7 | CODE | |
| LOW | cloakbrowser/human/mouse_async.py | 11 | CODE | |
| LOW | cloakbrowser/human/mouse_async.py | 14 | CODE | |
| LOW | cloakbrowser/human/__init__.py | 14 | CODE | |
| LOW | cloakbrowser/human/__init__.py | 22 | CODE | |
| LOW | cloakbrowser/human/__init__.py | 22 | CODE | |
| LOW | cloakbrowser/human/__init__.py | 30 | CODE | |
| LOW | cloakbrowser/human/__init__.py | 30 | CODE | |
| LOW | cloakbrowser/human/__init__.py | 30 | CODE | |
| LOW | cloakbrowser/human/__init__.py | 30 | CODE | |
| LOW | cloakbrowser/human/__init__.py | 30 | CODE | |
| LOW | cloakbrowser/human/__init__.py | 30 | CODE | |
| 11 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | bin/docker-entrypoint.sh | 1 | #!/bin/bash | COMMENT |
| LOW | bin/docker-entrypoint.sh | 21 | done | COMMENT |
| LOW | js/src/fonts.ts | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | js/src/config.ts | 41 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | js/src/config.ts | 321 | } | COMMENT |
| LOW | js/src/human/elementhandle.ts | 141 | COMMENT | |
| LOW | cloakbrowser/config.py | 341 | try: | COMMENT |
| LOW | cloakbrowser/browser.py | 1161 | COMMENT | |
| LOW | dotnet/tests/CloakBrowser.Tests/ViewportTests.cs | 1 | using CloakBrowser; | COMMENT |
| LOW | …loakBrowser.Tests/Wrappers/GeneratorDelegationTests.cs | 141 | Assert.NotNull(wrapper.GetProperty("Inner")); | COMMENT |
| LOW | dotnet/src/CloakBrowser/ViewportDefaults.cs | 1 | using Microsoft.Playwright; | COMMENT |
| LOW | dotnet/src/CloakBrowser/Download.cs | 21 | COMMENT | |
| LOW | dotnet/src/CloakBrowser/Download.cs | 81 | COMMENT | |
| LOW | dotnet/src/CloakBrowser/Download.cs | 141 | try | COMMENT |
| LOW | dotnet/src/CloakBrowser/Download.cs | 601 | /// | COMMENT |
| LOW | dotnet/src/CloakBrowser/Handles.cs | 41 | _humanCfg = humanCfg; | COMMENT |
| LOW | dotnet/src/CloakBrowser/Handles.cs | 61 | ViewportDefaults.ApplyHeadedNoViewport(options, _headless, _headlessNoViewport); | COMMENT |
| LOW | dotnet/src/CloakBrowser/Config.cs | 41 | "MKFKwIhUcKWq5xTuNA0Ovg99njcDEcEJvmWYYhApvaU=", | COMMENT |
| LOW | dotnet/src/CloakBrowser/Config.cs | 381 | // ----------------------------------------------------------------------- | COMMENT |
| LOW | dotnet/src/CloakBrowser/Config.cs | 441 | } | COMMENT |
| LOW | dotnet/src/CloakBrowser/CloakLauncher.cs | 481 | catch | COMMENT |
| LOW | dotnet/src/CloakBrowser/Widevine.cs | 1 | using System.Runtime.InteropServices; | COMMENT |
| LOW | dotnet/src/CloakBrowser/LaunchOptions.cs | 41 | /// <summary>Chrome extension paths to load.</summary> | COMMENT |
| LOW | dotnet/src/CloakBrowser/License.cs | 21 | /// <summary><c>CLOAKBROWSER_LICENSE_KEY</c> env var.</summary> | COMMENT |
| LOW | dotnet/src/CloakBrowser/License.cs | 61 | // without touching the network. | COMMENT |
| LOW | dotnet/src/CloakBrowser/License.cs | 121 | COMMENT | |
| LOW | dotnet/src/CloakBrowser/License.cs | 141 | /// <item><description><c>DefaultFile</c> — binary reads the file directly (no injection), unless a custom userEnv | COMMENT |
| LOW | dotnet/src/CloakBrowser/Wrappers/Humanize.cs | 1 | using System.Collections.Generic; | COMMENT |
| LOW | …et/src/CloakBrowser/Wrappers/HumanizedElementHandle.cs | 1 | using CloakBrowser.Human; | COMMENT |
| LOW | dotnet/src/CloakBrowser/Human/HumanPage.cs | 21 | /// | COMMENT |
| LOW | dotnet/src/CloakBrowser/Human/Actionability.cs | 61 | /// <summary>The element is covered by another element at the click point.</summary> | COMMENT |
| LOW | dotnet/src/CloakBrowser/Human/HumanRandom.cs | 1 | namespace CloakBrowser.Human; | COMMENT |
| LOW | dotnet/src/CloakBrowser/Human/HumanScroll.cs | 1 | namespace CloakBrowser.Human; | COMMENT |
| LOW | examples/integrations/agent_browser.sh | 1 | #!/bin/bash | COMMENT |
| LOW | examples/integrations/aws_lambda/lambda-entrypoint.sh | 1 | #!/bin/sh | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | bin/fetch-widevine.py | 74 | CODE | |
| LOW | tests/test_update.py | 505 | CODE | |
| LOW | tests/test_update.py | 577 | CODE | |
| LOW | tests/test_lambda_security.py | 131 | CODE | |
| LOW | cloakbrowser/config.py | 202 | CODE | |
| LOW | cloakbrowser/download.py | 754 | CODE | |
| LOW | cloakbrowser/download.py | 826 | CODE | |
| LOW | cloakbrowser/download.py | 1041 | CODE | |
| LOW | cloakbrowser/geoip.py | 311 | CODE | |
| LOW | cloakbrowser/license.py | 236 | CODE | |
| LOW | cloakbrowser/__main__.py | 259 | CODE | |
| LOW | cloakbrowser/human/__init__.py | 1685 | CODE | |
| LOW | cloakbrowser/human/__init__.py | 2730 | CODE | |
| LOW | cloakbrowser/human/__init__.py | 92 | CODE | |
| LOW | cloakbrowser/human/__init__.py | 160 | CODE | |
| LOW | cloakbrowser/human/actionability.py | 86 | CODE | |
| LOW | cloakbrowser/human/actionability.py | 270 | CODE | |
| LOW | cloakbrowser/human/actionability_async.py | 39 | CODE | |
| LOW | cloakbrowser/human/actionability_async.py | 171 | CODE | |
| LOW | examples/fingerprint_scan_test.py | 89 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | examples/integrations/browser_use_example.py | 18 | # Step 1: Launch CloakBrowser (handles binary, stealth args, fingerprints) | COMMENT |
| LOW⚡ | examples/integrations/browser_use_example.py | 24 | # Step 2: Connect browser-use to the stealth browser via CDP | COMMENT |
| LOW⚡ | examples/integrations/browser_use_example.py | 27 | # Step 3: Run your AI agent — it browses through CloakBrowser | COMMENT |
| LOW⚡ | examples/integrations/crawl4ai_example.py | 17 | # Step 1: Launch CloakBrowser with remote debugging | COMMENT |
| LOW⚡ | examples/integrations/crawl4ai_example.py | 23 | # Step 2: Connect Crawl4AI to the stealth browser via CDP | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | examples/integrations/browser_use_example.py | 18 | # Step 1: Launch CloakBrowser (handles binary, stealth args, fingerprints) | COMMENT |
| LOW⚡ | examples/integrations/browser_use_example.py | 24 | # Step 2: Connect browser-use to the stealth browser via CDP | COMMENT |
| LOW⚡ | examples/integrations/browser_use_example.py | 27 | # Step 3: Run your AI agent — it browses through CloakBrowser | COMMENT |
| LOW⚡ | examples/integrations/crawl4ai_example.py | 17 | # Step 1: Launch CloakBrowser with remote debugging | COMMENT |
| LOW⚡ | examples/integrations/crawl4ai_example.py | 23 | # Step 2: Connect Crawl4AI to the stealth browser via CDP | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tests/test_update.py | 455 | # Create the binary dir so it looks already downloaded | COMMENT |
| MEDIUM | tests/test_update.py | 494 | # Create a fake cached binary | COMMENT |
| MEDIUM⚡ | tests/test_license.py | 342 | # Create the binary so effective version returns it | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | cloakbrowser/__init__.py | 32 | __all__ = [ | CODE |
| LOW | cloakbrowser/__main__.py | 24 | def _setup_logging() -> None: | CODE |
| LOW | cloakbrowser/human/__init__.py | 45 | __all__ = [ | CODE |
| LOW⚡ | cloakbrowser/human/actionability.py | 14 | logger = logging.getLogger(__name__) | CODE |
| LOW | cloakbrowser/human/actionability_async.py | 13 | logger = logging.getLogger(__name__) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | cloakbrowser/human/config.py | 179 | Resolve a preset name + optional overrides into a full HumanConfig. Args: preset: 'default' or 'careful'. | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | README.md | 591 | page.locator("#email").fill("user@example.com") # per-character timing, thinking pauses | CODE |
| LOW | README.md | 1319 | page.type("#email", "user@example.com", delay=50) | CODE |
| LOW | js/README.md | 317 | await page.type('#email', 'user@example.com', { delay: 50 }); | CODE |
| LOW | js/src/puppeteer.ts | 148 | * await page.type('#email', 'user@example.com'); // Per-character timing | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | cloakbrowser/browser.py | 152 | CODE | |
| LOW | cloakbrowser/browser.py | 260 | CODE | |
| LOW | cloakbrowser/browser.py | 363 | CODE | |
| LOW | cloakbrowser/browser.py | 498 | CODE | |
| LOW | cloakbrowser/browser.py | 635 | CODE | |
| LOW | cloakbrowser/browser.py | 740 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | examples/integrations/aws_lambda/INSTRUCTIONS.md | 113 | ### Retry orchestration | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | examples/fingerprint_scan_test.py | 90 | """abrahamjuliot.github.io/creepjs — comprehensive fingerprint analysis.""" | STRING |
| MEDIUM | examples/stealth_test.py | 53 | """bot.incolumitas.com — comprehensive 30+ check bot detection.""" | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/test_stealth_unit.py | 1214 | # Check if any querySelector calls came from evaluate context | STRING |