Repository Analysis

CloakHQ/CloakBrowser

Stealth Chromium that passes every bot detection test. Drop-in Playwright replacement with source-level fingerprint patches. 30/30 tests passed.

31.2 Strong AI signal View on GitHub

Analysis Overview

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).

31.2
Adjusted Score
31.2
Raw Score
100%
Time Factor
2026-07-12
Last Push
28.2K
Stars
Python
Language
58.2K
Lines of Code
182
Files
1.1K
Pattern Hits
2026-07-14
Scan Date
0.24
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

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.

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 43MEDIUM 267LOW 823

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 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.

Decorative Section Separators258 hits · 830 pts
SeverityFileLineSnippetContext
MEDIUMjs/tests/license.test.ts32// ── resolveLicenseKey ─────────────────────────────────COMMENT
MEDIUMjs/tests/license.test.ts73// ── validateLicense ───────────────────────────────────COMMENT
MEDIUMjs/tests/license.test.ts269// ── getProLatestVersion ───────────────────────────────COMMENT
MEDIUMjs/tests/license.test.ts316// ── Config pro parameter ──────────────────────────────COMMENT
MEDIUMjs/tests/license.test.ts332// ── buildLaunchEnv ─────────────────────────────────────COMMENT
MEDIUMtests/test_geoip.py50# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_geoip.py52# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_geoip.py111# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_geoip.py113# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_geoip.py128# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_geoip.py130# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_geoip.py17# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_geoip.py19# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_geoip.py69# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_geoip.py71# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_geoip.py218# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_geoip.py220# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_persistent_context.py23# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_persistent_context.py25# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_persistent_context.py216# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_persistent_context.py218# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_humanize_unit.py39# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py41# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py49# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py51# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py66# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py68# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py117# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py119# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py188# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py190# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py269# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py271# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py311# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py313# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py567# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py569# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py598# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py600# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py614# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py616# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py633# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py635# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py651# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py653# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py772# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py774# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py1042# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py1044# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py1446# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py1448# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py1537# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py1539# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py1655# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py1657# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py1758# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py1760# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py1949# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py1951# =========================================================================COMMENT
MEDIUMtests/test_humanize_unit.py2112# =========================================================================COMMENT
198 more matches not shown…
Hyper-Verbose Identifiers548 hits · 468 pts
SeverityFileLineSnippetContext
LOWjs/src/license.ts49export function resolveLicenseKeyWithSource(CODE
LOWjs/src/download.ts1112export function resetWrapperUpdateChecked(): void {CODE
LOWjs/src/proxy.ts76function lenientDecodeURIComponent(s: string): string {CODE
LOWjs/src/config.ts70export function normalizeRequestedVersion(version?: string): string | undefined {CODE
LOWjs/src/config.ts270export function binarySupportsHeadlessNoViewport(CODE
LOWjs/src/config.ts316export function binarySupportsMaximizedWindow(CODE
LOWjs/src/config.ts355export function binarySupportsHttpProxyInlineAuth(CODE
LOWtests/test_font_warning.py43def test_warns_when_no_windows_fonts(tmp_path, capsys, monkeypatch):CODE
LOWtests/test_font_warning.py55def test_in_process_flag_blocks_second_call(tmp_path, capsys):CODE
LOWtests/test_font_warning.py68def test_marker_suppresses_across_processes(tmp_path, capsys):CODE
LOWtests/test_font_warning.py80def test_env_suppresses_and_writes_no_marker(tmp_path, capsys, monkeypatch):CODE
LOWtests/test_font_warning.py92def test_no_warn_on_non_linux(tmp_path, capsys):CODE
LOWtests/test_font_warning.py101def test_no_warn_when_platform_overridden(tmp_path, capsys):CODE
LOWtests/test_font_warning.py110def test_no_warn_no_crash_when_fc_list_absent(tmp_path, capsys):CODE
LOWtests/test_font_warning.py121def test_no_warn_when_full_set_present(tmp_path, capsys):CODE
LOWtests/test_font_warning.py131def test_warns_on_partial_set(tmp_path, capsys):CODE
LOWtests/test_geoip.py55def test_locale_map_has_common_countries():CODE
LOWtests/test_geoip.py116def test_resolve_exit_ip_no_proxy_fetches_directly():CODE
LOWtests/test_geoip.py133def test_maybe_resolve_skips_when_geoip_false():CODE
LOWtests/test_geoip.py140def test_maybe_resolve_no_proxy_uses_machine_ip():CODE
LOWtests/test_geoip.py170def test_maybe_resolve_skips_when_both_explicit():CODE
LOWtests/test_geoip.py179def test_maybe_resolve_fills_missing_timezone():CODE
LOWtests/test_geoip.py187def test_maybe_resolve_fills_missing_locale():CODE
LOWtests/test_geoip.py195def test_maybe_resolve_fills_both():CODE
LOWtests/test_geoip.py204def test_maybe_resolve_geoip_timeout_returns_existing_values(monkeypatch):CODE
LOWtests/test_geoip.py86def test_resolve_geo_returns_none_when_db_missing():CODE
LOWtests/test_geoip.py96def test_resolve_geo_keeps_exit_ip_when_db_missing():CODE
LOWtests/test_geoip.py154def test_maybe_resolve_no_proxy_both_explicit_skips_ip():CODE
LOWtests/test_launch.py15def test_removed_backend_kwarg_raises(env, monkeypatch):CODE
LOWtests/test_launch.py63def test_launch_with_extra_args():CODE
LOWtests/test_launch.py82def test_chrome_object_exists():CODE
LOWtests/test_persistent_context.py13def _make_mock_pw_and_context():CODE
LOWtests/test_persistent_context.py30def test_persistent_context_args_built(_mock_geoip, _mock_bin):CODE
LOWtests/test_persistent_context.py221def _make_mock_async_pw_and_context():CODE
LOWtests/test_persistent_context.py46def test_persistent_context_default_viewport(_mock_geoip, _mock_bin):CODE
LOWtests/test_persistent_context.py60def test_persistent_context_headed_no_viewport(_mock_geoip, _mock_bin):CODE
LOWtests/test_persistent_context.py76def test_persistent_context_custom_viewport(_mock_geoip, _mock_bin):CODE
LOWtests/test_persistent_context.py91def test_persistent_context_user_agent(_mock_geoip, _mock_bin):CODE
LOWtests/test_persistent_context.py104def test_persistent_context_locale_and_timezone(_mock_bin):CODE
LOWtests/test_persistent_context.py123def test_persistent_context_color_scheme(_mock_geoip, _mock_bin):CODE
LOWtests/test_persistent_context.py137def test_persistent_context_geoip(_mock_bin, _mock_geoip):CODE
LOWtests/test_persistent_context.py155def test_persistent_context_timezone_id_alias(_mock_bin):CODE
LOWtests/test_persistent_context.py170def test_persistent_context_close_stops_pw(_mock_geoip, _mock_bin):CODE
LOWtests/test_persistent_context.py187def test_persistent_context_proxy_string(_mock_geoip, _mock_bin, _mock_platform):CODE
LOWtests/test_persistent_context.py203def test_persistent_context_proxy_dict(_mock_geoip, _mock_bin):CODE
LOWtests/test_persistent_context.py234async def test_persistent_context_async_args_built(_mock_geoip, _mock_bin):CODE
LOWtests/test_persistent_context.py250async def test_persistent_context_async_close_stops_pw(_mock_geoip, _mock_bin):CODE
LOWtests/test_persistent_context.py266async def test_persistent_context_async_timezone_id_alias(_mock_bin):CODE
LOWtests/test_persistent_context.py282def test_persistent_context_seeds_widevine(_mock_seed, _mock_geoip, _mock_bin):CODE
LOWtests/test_persistent_context.py297async def test_persistent_context_async_seeds_widevine(_mock_seed, _mock_geoip, _mock_bin):CODE
LOWtests/test_humanize_unit.py71 def test_default_config_resolves(self):CODE
LOWtests/test_humanize_unit.py81 def test_careful_config_resolves(self):CODE
LOWtests/test_humanize_unit.py122 def test_generates_multiple_points(self):CODE
LOWtests/test_humanize_unit.py193 def test_async_modules_import(self):CODE
LOWtests/test_humanize_unit.py274 def test_press_skips_click_when_focused(self):CODE
LOWtests/test_humanize_unit.py316 def test_check_calls_idle_when_enabled(self):CODE
LOWtests/test_humanize_unit.py472 def test_subframe_locator_routes_to_owning_frame(self):CODE
LOWtests/test_humanize_unit.py480 def test_mainframe_locator_routes_to_page(self):CODE
LOWtests/test_humanize_unit.py488 def test_unpatched_subframe_falls_back_to_native(self):CODE
LOWtests/test_humanize_unit.py539 def test_frame_click_marks_is_input_true_for_input(self):CODE
488 more matches not shown…
Cross-Language Confusion42 hits · 246 pts
SeverityFileLineSnippetContext
HIGHtests/test_launch.py83 """window.chrome should exist (Playwright leaks undefined)."""STRING
HIGHtests/test_stealth_reproduction_110.py37 window.__detections.evaluateQS.push(sel);CODE
HIGHtests/test_stealth_reproduction_110.py46 window.__detections.untrustedKeydown.push(e.key);CODE
HIGHtests/test_stealth_reproduction_110.py146 window.__evalLeaks.push(sel);CODE
HIGHtests/test_stealth_unit.py1365 if (e.stack && e.stack.includes(':302:')) {CODE
HIGHtests/test_stealth_unit.py1366 window.__evalLeaks.push(sel);CODE
HIGHtests/test_stealth_unit.py1375 window.__untrustedKeys.push(e.key);CODE
HIGHtests/test_stealth_unit.py1200 if (e.stack && e.stack.includes(':302:')) {CODE
HIGHtests/test_stealth_unit.py1201 window.__evaluateDetections.push(sel);CODE
HIGHtests/test_stealth_unit.py1244 window.__untrustedKeys.push(e.key);CODE
HIGHtests/test_stealth_unit.py1246 window.__trustedKeys.push(e.key);CODE
HIGHtests/test_stealth_unit.py1319 if (e.stack && e.stack.includes(':302:')) {CODE
HIGHtests/test_stealth_unit.py1320 window.__evalLeaks.push({sel, stack: e.stack.substring(0, 200)});CODE
HIGHtests/test_stealth_unit.py1427 if (e.stack && e.stack.includes(':302:')) {CODE
HIGHtests/test_stealth_unit.py1428 window.__evalLeaks.push(sel);CODE
HIGHtests/test_stealth_unit.py1463 if (!e.isTrusted) window.__untrusted.push(e.key);CODE
HIGHtests/test_stealth.py48 """window.chrome must be an object (not undefined)."""STRING
HIGHtests/test_stealth.py105 failed.push(cells[0].innerText.trim());CODE
HIGHtests/test_stealth.py166 const isBot = botMatch ? botMatch[1] === 'true' : null;CODE
HIGHtests/test_stealth.py214 return {score: scoreMatch ? parseFloat(scoreMatch[1]) : null};CODE
HIGHcloakbrowser/human/__init__.py1303 || node.getAttribute && node.getAttribute('contenteditable') === 'true';STRING
HIGHcloakbrowser/human/__init__.py2339 || node.getAttribute && node.getAttribute('contenteditable') === 'true';STRING
HIGHexamples/fingerprint_scan_test.py46 downlinkMax: navigator.connection?.downlinkMax ?? null,CODE
HIGHexamples/fingerprint_scan_test.py105 likeHeadlessPct: likeMatch ? parseInt(likeMatch[1]) : null,CODE
HIGHexamples/fingerprint_scan_test.py106 headlessPct: headlessMatch ? parseInt(headlessMatch[1]) : null,CODE
HIGHexamples/fingerprint_scan_test.py107 stealthPct: stealthMatch ? parseInt(stealthMatch[1]) : null,CODE
HIGHexamples/fingerprint_scan_test.py120 if (!fp || !fp.headless) return null;CODE
HIGHexamples/fingerprint_scan_test.py122 likeHeadless: fp.headless.likeHeadless || null,CODE
HIGHexamples/fingerprint_scan_test.py122 likeHeadless: fp.headless.likeHeadless || null,CODE
HIGHexamples/fingerprint_scan_test.py123 headless: fp.headless.headless || null,CODE
HIGHexamples/fingerprint_scan_test.py123 headless: fp.headless.headless || null,CODE
HIGHexamples/fingerprint_scan_test.py124 stealth: fp.headless.stealth || null,CODE
HIGHexamples/fingerprint_scan_test.py124 stealth: fp.headless.stealth || null,CODE
HIGHexamples/fingerprint_scan_test.py126 } catch { return null; }CODE
HIGHexamples/fingerprint_scan_test.py159 if (!fp || !fp.platformEstimate) return null;CODE
HIGHexamples/fingerprint_scan_test.py161 } catch { return null; }CODE
HIGHexamples/stealth_test.py120 const isBot = botMatch ? botMatch[1] === 'true' : null;CODE
HIGHexamples/stealth_test.py143 if (!fp) return {error: 'Fingerprint not ready', totalLies: null};CODE
HIGHexamples/stealth_test.py145 return {totalLies: lies.totalLies || 0};CODE
HIGHexamples/stealth_test.py228 let fullVersion = null;CODE
HIGHexamples/stealth_test.py232 fullVersion = chrome ? chrome.version : null;CODE
HIGHexamples/stealth_test.py235 const dbg = gl ? gl.getExtension('WEBGL_debug_renderer_info') : null;CODE
Excessive Try-Catch Wrapping126 hits · 108 pts
SeverityFileLineSnippetContext
LOWbin/fetch-widevine.py299 except Exception as e: # noqa: BLE001 — top-level guard; entrypoint treats nonzero as soft-failCODE
LOWtests/test_humanize_unit.py2163 except Exception:CODE
LOWtests/test_stealth_unit.py1021 except Exception:CODE
LOWtests/test_stealth.py188 except Exception:CODE
LOWcloakbrowser/download.py667 except Exception as exc:CODE
LOWcloakbrowser/download.py675 except Exception:CODE
LOWcloakbrowser/download.py683 except Exception:CODE
LOWcloakbrowser/download.py177 except Exception as e:CODE
LOWcloakbrowser/download.py285 except Exception as primary_err:CODE
LOWcloakbrowser/download.py409 except Exception:CODE
LOWcloakbrowser/download.py500 except Exception as exc:CODE
LOWcloakbrowser/download.py649 except Exception:CODE
LOWcloakbrowser/download.py711 except Exception:CODE
LOWcloakbrowser/download.py905 except Exception:CODE
LOWcloakbrowser/download.py1058 except Exception:CODE
LOWcloakbrowser/download.py1111 except Exception:CODE
LOWcloakbrowser/download.py1146 except Exception:CODE
LOWcloakbrowser/browser.py715 except Exception:CODE
LOWcloakbrowser/browser.py1059 except Exception:CODE
LOWcloakbrowser/browser.py1284 except Exception:CODE
LOWcloakbrowser/geoip.py144 except Exception as exc:CODE
LOWcloakbrowser/geoip.py180 except Exception as exc:CODE
LOWcloakbrowser/geoip.py278 except Exception:CODE
LOWcloakbrowser/geoip.py306 except Exception as exc:CODE
LOWcloakbrowser/geoip.py340 except Exception:CODE
LOWcloakbrowser/geoip.py357 except Exception:CODE
MEDIUMcloakbrowser/geoip.py354def _bg() -> None:CODE
LOWcloakbrowser/widevine.py122 except Exception:CODE
LOWcloakbrowser/widevine.py127 except Exception as e:CODE
LOWcloakbrowser/license.py187 except Exception as e:CODE
LOWcloakbrowser/license.py231 except Exception as e:CODE
LOWcloakbrowser/__main__.py103 except Exception as exc:CODE
LOWcloakbrowser/__main__.py198 except Exception as exc:CODE
LOWcloakbrowser/__main__.py203 except Exception as exc: # platform unsupported, etc.CODE
LOWcloakbrowser/__main__.py439 except Exception as e:CODE
MEDIUMcloakbrowser/__main__.py440 print(f"Error: {e}", file=sys.stderr)CODE
LOWcloakbrowser/human/scroll_async.py27 except Exception:CODE
LOWcloakbrowser/human/scroll.py30 except Exception:CODE
LOWcloakbrowser/human/__init__.py338 except Exception:CODE
LOWcloakbrowser/human/__init__.py1284 except Exception:CODE
LOWcloakbrowser/human/__init__.py1306 except Exception:CODE
LOWcloakbrowser/human/__init__.py1512 except Exception:CODE
LOWcloakbrowser/human/__init__.py1521 except Exception:CODE
LOWcloakbrowser/human/__init__.py1761 except Exception:CODE
LOWcloakbrowser/human/__init__.py1769 except Exception:CODE
LOWcloakbrowser/human/__init__.py1779 except Exception:CODE
LOWcloakbrowser/human/__init__.py1783 except Exception:CODE
LOWcloakbrowser/human/__init__.py1839 except Exception:CODE
LOWcloakbrowser/human/__init__.py1845 except Exception:CODE
LOWcloakbrowser/human/__init__.py1851 except Exception:CODE
LOWcloakbrowser/human/__init__.py1857 except Exception:CODE
LOWcloakbrowser/human/__init__.py1863 except Exception:CODE
LOWcloakbrowser/human/__init__.py2342 except Exception:CODE
LOWcloakbrowser/human/__init__.py2807 except Exception:CODE
LOWcloakbrowser/human/__init__.py2815 except Exception:CODE
LOWcloakbrowser/human/__init__.py2825 except Exception:CODE
LOWcloakbrowser/human/__init__.py2829 except Exception:CODE
LOWcloakbrowser/human/__init__.py2887 except Exception:CODE
LOWcloakbrowser/human/__init__.py2893 except Exception:CODE
LOWcloakbrowser/human/__init__.py2899 except Exception:CODE
66 more matches not shown…
Unused Imports71 hits · 59 pts
SeverityFileLineSnippetContext
LOWtests/test_humanize_unit.py194CODE
LOWtests/test_humanize_unit.py195CODE
LOWtests/test_humanize_unit.py197CODE
LOWtests/test_humanize_unit.py197CODE
LOWtests/test_humanize_unit.py1207CODE
LOWtests/test_stealth_unit.py17CODE
LOWtests/test_stealth_unit.py19CODE
LOWtests/test_stealth_unit.py22CODE
LOWtests/test_launch_context.py3CODE
LOWtests/test_update.py3CODE
LOWtests/test_extract.py4CODE
LOWtests/test_extract.py6CODE
LOWtests/test_lambda_security.py3CODE
LOWtests/test_lambda_security.py7CODE
LOWcloakbrowser/config.py3CODE
LOWcloakbrowser/download.py7CODE
LOWcloakbrowser/__init__.py14CODE
LOWcloakbrowser/__init__.py14CODE
LOWcloakbrowser/__init__.py14CODE
LOWcloakbrowser/__init__.py14CODE
LOWcloakbrowser/__init__.py14CODE
LOWcloakbrowser/__init__.py14CODE
LOWcloakbrowser/__init__.py14CODE
LOWcloakbrowser/__init__.py14CODE
LOWcloakbrowser/__init__.py14CODE
LOWcloakbrowser/__init__.py15CODE
LOWcloakbrowser/__init__.py15CODE
LOWcloakbrowser/__init__.py16CODE
LOWcloakbrowser/__init__.py16CODE
LOWcloakbrowser/__init__.py16CODE
LOWcloakbrowser/__init__.py16CODE
LOWcloakbrowser/__init__.py17CODE
LOWcloakbrowser/__init__.py17CODE
LOWcloakbrowser/__init__.py18CODE
LOWcloakbrowser/browser.py15CODE
LOWcloakbrowser/geoip.py11CODE
LOWcloakbrowser/widevine.py23CODE
LOWcloakbrowser/license.py7CODE
LOWcloakbrowser/__main__.py11CODE
LOWcloakbrowser/human/scroll_async.py7CODE
LOWcloakbrowser/human/config.py7CODE
LOWcloakbrowser/human/config.py9CODE
LOWcloakbrowser/human/config.py12CODE
LOWcloakbrowser/human/keyboard_async.py10CODE
LOWcloakbrowser/human/keyboard_async.py13CODE
LOWcloakbrowser/human/keyboard_async.py15CODE
LOWcloakbrowser/human/keyboard_async.py16CODE
LOWcloakbrowser/human/scroll.py3CODE
LOWcloakbrowser/human/mouse_async.py7CODE
LOWcloakbrowser/human/mouse_async.py11CODE
LOWcloakbrowser/human/mouse_async.py14CODE
LOWcloakbrowser/human/__init__.py14CODE
LOWcloakbrowser/human/__init__.py22CODE
LOWcloakbrowser/human/__init__.py22CODE
LOWcloakbrowser/human/__init__.py30CODE
LOWcloakbrowser/human/__init__.py30CODE
LOWcloakbrowser/human/__init__.py30CODE
LOWcloakbrowser/human/__init__.py30CODE
LOWcloakbrowser/human/__init__.py30CODE
LOWcloakbrowser/human/__init__.py30CODE
11 more matches not shown…
Over-Commented Block35 hits · 34 pts
SeverityFileLineSnippetContext
LOWbin/docker-entrypoint.sh1#!/bin/bashCOMMENT
LOWbin/docker-entrypoint.sh21doneCOMMENT
LOWjs/src/fonts.ts1// ---------------------------------------------------------------------------COMMENT
LOWjs/src/config.ts41// ---------------------------------------------------------------------------COMMENT
LOWjs/src/config.ts321}COMMENT
LOWjs/src/human/elementhandle.ts141COMMENT
LOWcloakbrowser/config.py341 try:COMMENT
LOWcloakbrowser/browser.py1161COMMENT
LOWdotnet/tests/CloakBrowser.Tests/ViewportTests.cs1using CloakBrowser;COMMENT
LOW…loakBrowser.Tests/Wrappers/GeneratorDelegationTests.cs141 Assert.NotNull(wrapper.GetProperty("Inner"));COMMENT
LOWdotnet/src/CloakBrowser/ViewportDefaults.cs1using Microsoft.Playwright;COMMENT
LOWdotnet/src/CloakBrowser/Download.cs21COMMENT
LOWdotnet/src/CloakBrowser/Download.cs81COMMENT
LOWdotnet/src/CloakBrowser/Download.cs141 tryCOMMENT
LOWdotnet/src/CloakBrowser/Download.cs601 ///COMMENT
LOWdotnet/src/CloakBrowser/Handles.cs41 _humanCfg = humanCfg;COMMENT
LOWdotnet/src/CloakBrowser/Handles.cs61 ViewportDefaults.ApplyHeadedNoViewport(options, _headless, _headlessNoViewport);COMMENT
LOWdotnet/src/CloakBrowser/Config.cs41 "MKFKwIhUcKWq5xTuNA0Ovg99njcDEcEJvmWYYhApvaU=",COMMENT
LOWdotnet/src/CloakBrowser/Config.cs381 // -----------------------------------------------------------------------COMMENT
LOWdotnet/src/CloakBrowser/Config.cs441 }COMMENT
LOWdotnet/src/CloakBrowser/CloakLauncher.cs481 catchCOMMENT
LOWdotnet/src/CloakBrowser/Widevine.cs1using System.Runtime.InteropServices;COMMENT
LOWdotnet/src/CloakBrowser/LaunchOptions.cs41 /// <summary>Chrome extension paths to load.</summary>COMMENT
LOWdotnet/src/CloakBrowser/License.cs21 /// <summary><c>CLOAKBROWSER_LICENSE_KEY</c> env var.</summary>COMMENT
LOWdotnet/src/CloakBrowser/License.cs61 // without touching the network.COMMENT
LOWdotnet/src/CloakBrowser/License.cs121COMMENT
LOWdotnet/src/CloakBrowser/License.cs141 /// <item><description><c>DefaultFile</c> — binary reads the file directly (no injection), unless a custom userEnvCOMMENT
LOWdotnet/src/CloakBrowser/Wrappers/Humanize.cs1using System.Collections.Generic;COMMENT
LOW…et/src/CloakBrowser/Wrappers/HumanizedElementHandle.cs1using CloakBrowser.Human;COMMENT
LOWdotnet/src/CloakBrowser/Human/HumanPage.cs21///COMMENT
LOWdotnet/src/CloakBrowser/Human/Actionability.cs61/// <summary>The element is covered by another element at the click point.</summary>COMMENT
LOWdotnet/src/CloakBrowser/Human/HumanRandom.cs1namespace CloakBrowser.Human;COMMENT
LOWdotnet/src/CloakBrowser/Human/HumanScroll.cs1namespace CloakBrowser.Human;COMMENT
LOWexamples/integrations/agent_browser.sh1#!/bin/bashCOMMENT
LOWexamples/integrations/aws_lambda/lambda-entrypoint.sh1#!/bin/shCOMMENT
Deep Nesting20 hits · 14 pts
SeverityFileLineSnippetContext
LOWbin/fetch-widevine.py74CODE
LOWtests/test_update.py505CODE
LOWtests/test_update.py577CODE
LOWtests/test_lambda_security.py131CODE
LOWcloakbrowser/config.py202CODE
LOWcloakbrowser/download.py754CODE
LOWcloakbrowser/download.py826CODE
LOWcloakbrowser/download.py1041CODE
LOWcloakbrowser/geoip.py311CODE
LOWcloakbrowser/license.py236CODE
LOWcloakbrowser/__main__.py259CODE
LOWcloakbrowser/human/__init__.py1685CODE
LOWcloakbrowser/human/__init__.py2730CODE
LOWcloakbrowser/human/__init__.py92CODE
LOWcloakbrowser/human/__init__.py160CODE
LOWcloakbrowser/human/actionability.py86CODE
LOWcloakbrowser/human/actionability.py270CODE
LOWcloakbrowser/human/actionability_async.py39CODE
LOWcloakbrowser/human/actionability_async.py171CODE
LOWexamples/fingerprint_scan_test.py89CODE
Verbosity Indicators5 hits · 11 pts
SeverityFileLineSnippetContext
LOWexamples/integrations/browser_use_example.py18 # Step 1: Launch CloakBrowser (handles binary, stealth args, fingerprints)COMMENT
LOWexamples/integrations/browser_use_example.py24 # Step 2: Connect browser-use to the stealth browser via CDPCOMMENT
LOWexamples/integrations/browser_use_example.py27 # Step 3: Run your AI agent — it browses through CloakBrowserCOMMENT
LOWexamples/integrations/crawl4ai_example.py17 # Step 1: Launch CloakBrowser with remote debuggingCOMMENT
LOWexamples/integrations/crawl4ai_example.py23 # Step 2: Connect Crawl4AI to the stealth browser via CDPCOMMENT
Structural Annotation Overuse5 hits · 11 pts
SeverityFileLineSnippetContext
LOWexamples/integrations/browser_use_example.py18 # Step 1: Launch CloakBrowser (handles binary, stealth args, fingerprints)COMMENT
LOWexamples/integrations/browser_use_example.py24 # Step 2: Connect browser-use to the stealth browser via CDPCOMMENT
LOWexamples/integrations/browser_use_example.py27 # Step 3: Run your AI agent — it browses through CloakBrowserCOMMENT
LOWexamples/integrations/crawl4ai_example.py17 # Step 1: Launch CloakBrowser with remote debuggingCOMMENT
LOWexamples/integrations/crawl4ai_example.py23 # Step 2: Connect Crawl4AI to the stealth browser via CDPCOMMENT
Self-Referential Comments3 hits · 10 pts
SeverityFileLineSnippetContext
MEDIUMtests/test_update.py455 # Create the binary dir so it looks already downloadedCOMMENT
MEDIUMtests/test_update.py494 # Create a fake cached binaryCOMMENT
MEDIUMtests/test_license.py342 # Create the binary so effective version returns itCOMMENT
Modern Structural Boilerplate5 hits · 5 pts
SeverityFileLineSnippetContext
LOWcloakbrowser/__init__.py32__all__ = [CODE
LOWcloakbrowser/__main__.py24def _setup_logging() -> None:CODE
LOWcloakbrowser/human/__init__.py45__all__ = [CODE
LOWcloakbrowser/human/actionability.py14logger = logging.getLogger(__name__)CODE
LOWcloakbrowser/human/actionability_async.py13logger = logging.getLogger(__name__)CODE
Docstring Block Structure1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHcloakbrowser/human/config.py179Resolve a preset name + optional overrides into a full HumanConfig. Args: preset: 'default' or 'careful'. STRING
Fake / Example Data4 hits · 4 pts
SeverityFileLineSnippetContext
LOWREADME.md591page.locator("#email").fill("user@example.com") # per-character timing, thinking pausesCODE
LOWREADME.md1319 page.type("#email", "user@example.com", delay=50)CODE
LOWjs/README.md317 await page.type('#email', 'user@example.com', { delay: 50 });CODE
LOWjs/src/puppeteer.ts148 * await page.type('#email', 'user@example.com'); // Per-character timingCOMMENT
AI Structural Patterns6 hits · 4 pts
SeverityFileLineSnippetContext
LOWcloakbrowser/browser.py152CODE
LOWcloakbrowser/browser.py260CODE
LOWcloakbrowser/browser.py363CODE
LOWcloakbrowser/browser.py498CODE
LOWcloakbrowser/browser.py635CODE
LOWcloakbrowser/browser.py740CODE
Modern AI Meta-Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMexamples/integrations/aws_lambda/INSTRUCTIONS.md113### Retry orchestrationCOMMENT
AI Slop Vocabulary2 hits · 2 pts
SeverityFileLineSnippetContext
MEDIUMexamples/fingerprint_scan_test.py90 """abrahamjuliot.github.io/creepjs — comprehensive fingerprint analysis."""STRING
MEDIUMexamples/stealth_test.py53 """bot.incolumitas.com — comprehensive 30+ check bot detection."""STRING
Redundant / Tautological Comments1 hit · 0 pts
SeverityFileLineSnippetContext
LOWtests/test_stealth_unit.py1214 # Check if any querySelector calls came from evaluate contextSTRING