Repository Analysis

Floorp-Projects/Floorp

All of source code of Floorp 12, the most Advanced and Fastest Firefox derivative 🦊

6.9 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of Floorp-Projects/Floorp, a TypeScript project with 8,270 GitHub stars. SynthScan v2.0 examined 223,177 lines of code across 1202 source files, recording 1501 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 6.9 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).

6.9
Adjusted Score
6.9
Raw Score
100%
Time Factor
2026-07-14
Last Push
8.3K
Stars
TypeScript
Language
223.2K
Lines of Code
1.2K
Files
1.5K
Pattern Hits
2026-07-14
Scan Date
0.00
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 1MEDIUM 38LOW 1462

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 1501 distinct pattern matches across 13 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.

Hyper-Verbose Identifiers1318 hits · 1255 pts
SeverityFileLineSnippetContext
LOWtools/os-test/verify_os_server_full.py46def extract_fingerprints_from_text(markdown_text: str) -> list[str]:CODE
LOWtools/os-test/verify_os_server_full.py412def find_resolvable_fingerprint(CODE
LOWtools/os-test/verify_os_server_full.py435def find_nonexistent_fingerprint(prefix: str, instance_id: str) -> str | None:CODE
LOWtools/os-test/verify_os_server_full.py486def test_negative_validation_matrix(prefix: str, instance_id: str):CODE
LOWtools/os-test/verify_os_server_full.py541def test_fingerprint_selector_compatibility(CODE
LOWtools/os-test/verify_os_server_full.py654def test_parallel_tab_stability(CODE
LOWtools/os-test/test-with-local-page.py358def test_fingerprint_operations(api: API, t: TestRunner, iid: str, fps: list):CODE
LOWtools/os-test/test-with-local-page.py452def test_negative_missing_params(api: API, t: TestRunner, iid: str):CODE
LOWtools/os-test/test-with-local-page.py538def test_negative_fingerprint_format(api: API, t: TestRunner, iid: str):CODE
LOWtools/os-test/test-with-local-page.py860def test_fingerprint_consistency(api: API, t: TestRunner, iid: str):CODE
LOWtools/os-test/test-with-local-page.py913def test_multi_instance_isolation(api: API, t: TestRunner):CODE
LOWtools/os-test/test-with-local-page.py1037def test_navigation_roundtrip(api: API, t: TestRunner, iid: str):CODE
LOWtools/os-test/test-with-local-page.py1088def test_dragdrop_with_fingerprints(api: API, t: TestRunner, iid: str, fps: list):CODE
LOWtools/os-test/test-with-local-page.py1130def test_checkbox_radio_state_machine(api: API, t: TestRunner, iid: str):CODE
LOWtools/os-test/verify_os_server_full.ts179function extractFingerprintsFromText(markdownText: string): string[] {CODE
LOWtools/os-test/verify_os_server_full.ts494async function findResolvableFingerprint(CODE
LOWtools/os-test/verify_os_server_full.ts530async function findNonexistentFingerprint(CODE
LOWtools/os-test/verify_os_server_full.ts606async function testNegativeValidationMatrix(CODE
LOWtools/os-test/verify_os_server_full.ts676async function testFingerprintSelectorCompatibility(CODE
LOWtools/docs-pipeline/verifier.ts319function requireCiReferenceCommands(CODE
LOWtools/docs-pipeline/verifier.ts371async function verifyDeterministicPagesAreFresh(CODE
LOWtools/docs-pipeline/verifier.ts418function normalizeVolatileGeneratedText(text: string): string {CODE
LOWtools/docs-pipeline/generator.ts500function normalizeMarkdownLinkTarget(target: string): string {CODE
LOWtools/docs-pipeline/generator.ts519function replacementForUnsupportedSourcePath(CODE
LOWtools/docs-pipeline/generator.ts562export function normalizeSourceMarkdownLinks(CODE
LOWtools/docs-pipeline/generator.ts609export function normalizeDuplicateSourceExtensions(text: string): string {CODE
LOWtools/docs-pipeline/generator.ts680async function requestSingleGeneratedPage(CODE
LOWtools/docs-pipeline/generator.ts714async function requestSingleGeneratedPageOnce(CODE
LOWtools/docs-pipeline/generator.ts745async function requestGeneratedPayloadOnce(CODE
LOWtools/docs-pipeline/generator.ts807function deterministicPagePlaceholder(pagePath: string): GeneratedPage {CODE
LOWtools/docs-pipeline/generator.ts1071function buildArchitectureOverview(inventory: DocsInventory): string {CODE
LOWtools/docs-pipeline/generator.ts1175function buildBrowserFeaturesCatalogOverview(CODE
LOWtools/docs-pipeline/generator.ts1222function buildSettingsRoutesCatalog(inventory: DocsInventory): string {CODE
LOWtools/docs-pipeline/generator.ts1254function buildCommonFeatureCategoryOverview(CODE
LOWtools/docs-pipeline/generator.ts1290function buildCommonFeatureCategoryPage(CODE
LOWtools/docs-pipeline/generator.ts1309function buildCommonChromeDirectoryPage(inventory: DocsInventory): string {CODE
LOWtools/docs-pipeline/generator.ts1374function buildActorCategoryOverview(inventory: DocsInventory): string {CODE
LOWtools/docs-pipeline/generator.ts1481function uncategorizedCommonFeatures(CODE
LOWtools/docs-pipeline/collector.ts63export function parseFelesCommandsFromText(CODE
LOWtools/docs-pipeline/collector.ts87export function extractChromeFeatureDiscovery(CODE
LOWtools/docs-pipeline/collector.ts131export function extractWindowActorEntries(CODE
LOWtools/docs-pipeline/collector.ts293export function extractSharedOsApiRouteEntries(CODE
LOWtools/docs-pipeline/collector.ts305function buildFloorpOsApiInventory(CODE
LOWtools/docs-pipeline/collector.ts657async function collectChromeFeatureEntries(CODE
LOWtools/docs-pipeline/codex.ts109function buildCodexGenerationPrompt(CODE
LOWtools/docs-pipeline/llm_audit.ts223async function fetchAuditChatCompletions(CODE
LOWtools/docs-pipeline/docs_pipeline.test.ts168 export function registerCommonAutomationRoutes(CODE
LOWtools/docs-pipeline/docs_pipeline.test.ts856function sampleInventoryWithCiCommands(): DocsInventory {CODE
LOWtools/docs-pipeline/docs_pipeline.test.ts888async function writeSampleGeneratedPages(CODE
LOWtools/src/colocated_test_runner.ts153function isBrowserDiscoverableTest(relPath: string): boolean {CODE
LOWtools/src/colocated_test_runner.ts369function readMarionettePortFromFile(): number | null {CODE
LOWtools/src/colocated_test_runner.ts437async function waitForAutoStartedBrowser(CODE
LOWtools/src/colocated_test_runner.ts722function findUnexpectedBrowserTargets(CODE
LOWtools/src/browser_test_collector.ts60export async function collectBrowserTestResultsFromPrefs(CODE
LOWtools/src/patcher.ts17export function patchAppliesToCurrentPlatform(filename: string): boolean {CODE
LOWtools/src/colocated_test_utils.ts13export function normalizeBrowserResultPath(resultFile: string): string {CODE
LOWbridge/startup/src/about-preferences.ts373function injectFloorpHubWarningStyles(): void {CODE
LOWbridge/startup/src/about-preferences.ts530function bindLocaleObserverForWarning(): void {CODE
LOWbridge/startup/src/about-preferences.ts556function applyFloorpHubWarningTexts(): void {CODE
LOWbridge/startup/src/about-preferences.ts664function getFloorpStartWarningTexts(): FloorpHubWarningTexts {CODE
1258 more matches not shown…
Decorative Section Separators32 hits · 102 pts
SeverityFileLineSnippetContext
MEDIUMtools/os-test/test-with-local-page.py138# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/os-test/test-with-local-page.py140# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/os-test/test-with-local-page.py166# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/os-test/test-with-local-page.py168# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/os-test/test-with-local-page.py29# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/os-test/test-with-local-page.py31# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/os-test/test-with-local-page.py53# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/os-test/test-with-local-page.py55# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/os-test/test-with-local-page.py1202# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/os-test/test-with-local-page.py1204# ---------------------------------------------------------------------------COMMENT
MEDIUMbrowser-features/pages-notes/src/App.tsx97 // ──────────────────────────────────────────────────────────COMMENT
MEDIUMbrowser-features/pages-notes/src/App.tsx100 // ──────────────────────────────────────────────────────────COMMENT
MEDIUMbrowser-features/pages-notes/src/lib/dataManager.ts62// ──────────────────────────────────────────────────────────COMMENT
MEDIUMbrowser-features/pages-notes/src/lib/dataManager.ts64// ──────────────────────────────────────────────────────────COMMENT
MEDIUMbrowser-features/pages-notes/src/lib/dataManager.ts321// ──────────────────────────────────────────────────────────COMMENT
MEDIUMbrowser-features/pages-notes/src/lib/dataManager.ts323// ──────────────────────────────────────────────────────────COMMENT
MEDIUMbrowser-features/pages-notes/src/lib/rpc/rpc.ts17// ──────────────────────────────────────────────────────────COMMENT
MEDIUMbrowser-features/pages-notes/src/lib/rpc/rpc.ts19// ──────────────────────────────────────────────────────────COMMENT
MEDIUMbrowser-features/pages-notes/src/lib/rpc/rpc.ts39// ──────────────────────────────────────────────────────────COMMENT
MEDIUMbrowser-features/pages-notes/src/lib/rpc/rpc.ts41// ──────────────────────────────────────────────────────────COMMENT
MEDIUMbrowser-features/pages-notes/src/lib/rpc/rpc.ts74// ──────────────────────────────────────────────────────────COMMENT
MEDIUMbrowser-features/pages-notes/src/lib/rpc/rpc.ts76// ──────────────────────────────────────────────────────────COMMENT
MEDIUMbrowser-features/pages-notes/src/lib/rpc/rpc.ts127// ──────────────────────────────────────────────────────────COMMENT
MEDIUMbrowser-features/pages-notes/src/lib/rpc/rpc.ts129// ──────────────────────────────────────────────────────────COMMENT
MEDIUMbrowser-features/pages-aboutDialog/src/AboutDialog.tsx15// ─── Helpers ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMbrowser-features/pages-aboutDialog/src/AboutDialog.tsx37// ─── Types ────────────────────────────────────────────────────────────────────COMMENT
MEDIUMbrowser-features/pages-aboutDialog/src/AboutDialog.tsx59// ─── Update status → human-readable text ──────────────────────────────────────COMMENT
MEDIUMbrowser-features/pages-aboutDialog/src/AboutDialog.tsx96// ─── Component ────────────────────────────────────────────────────────────────COMMENT
MEDIUMbrowser-features/pages-aboutDialog/src/AboutDialog.tsx130 // ── Initialise ──────────────────────────────────────────────────────────────COMMENT
MEDIUMbrowser-features/pages-aboutDialog/src/AboutDialog.tsx238 // ── Actions ─────────────────────────────────────────────────────────────────COMMENT
MEDIUMbrowser-features/pages-aboutDialog/src/AboutDialog.tsx277 // ── Update UI ───────────────────────────────────────────────────────────────COMMENT
MEDIUMbrowser-features/pages-aboutDialog/src/AboutDialog.tsx358 // ── Render ──────────────────────────────────────────────────────────────────COMMENT
Fake / Example Data62 hits · 64 pts
SeverityFileLineSnippetContext
LOWbridge/loader-features/vite.config.ts30 "import.meta.env.__BUILDID2__": '"placeholder"',CODE
LOW…es/chrome/common/modal-parent/test/modalParent.test.ts198 { type: "text", appropriateFields: ["placeholder", "maxLength"] },CODE
LOW…es/chrome/common/modal-parent/test/modalParent.test.ts199 { type: "number", appropriateFields: ["placeholder", "value"] },CODE
LOW…es/chrome/common/modal-parent/test/modalParent.test.ts205 { type: "url", appropriateFields: ["placeholder"] },CODE
LOW…r-features/pages-notes/src/lib/i18n/locales/el-GR.json51 "placeholder": "Start writing...",CODE
LOW…r-features/pages-notes/src/lib/i18n/locales/it-IT.json51 "placeholder": "Start writing...",CODE
LOW…r-features/pages-notes/src/lib/i18n/locales/th-TH.json51 "placeholder": "Start writing...",CODE
LOW…r-features/pages-notes/src/lib/i18n/locales/ko-KR.json51 "placeholder": "쓰기 시작...",CODE
LOW…r-features/pages-notes/src/lib/i18n/locales/nn-NO.json51 "placeholder": "Start writing...",CODE
LOW…r-features/pages-notes/src/lib/i18n/locales/es-ES.json51 "placeholder": "Start writing...",CODE
LOW…r-features/pages-notes/src/lib/i18n/locales/ja-JP.json51 "placeholder": "書きましょう...",CODE
LOW…r-features/pages-notes/src/lib/i18n/locales/zh-CN.json51 "placeholder": "Start writing...",CODE
LOW…r-features/pages-notes/src/lib/i18n/locales/tr-TR.json51 "placeholder": "Start writing...",CODE
LOW…r-features/pages-notes/src/lib/i18n/locales/id-ID.json51 "placeholder": "Start writing...",CODE
LOW…r-features/pages-notes/src/lib/i18n/locales/ar-SA.json51 "placeholder": "Start writing...",CODE
LOW…r-features/pages-notes/src/lib/i18n/locales/hu-HU.json51 "placeholder": "Start writing...",CODE
LOW…r-features/pages-notes/src/lib/i18n/locales/pt-PT.json51 "placeholder": "Start writing...",CODE
LOW…r-features/pages-notes/src/lib/i18n/locales/sv-SE.json51 "placeholder": "Börja skriva...",CODE
LOW…r-features/pages-notes/src/lib/i18n/locales/uk-UA.json51 "placeholder": "Start writing...",CODE
LOW…r-features/pages-notes/src/lib/i18n/locales/lt-LT.json51 "placeholder": "Start writing...",CODE
LOW…r-features/pages-notes/src/lib/i18n/locales/pl-PL.json51 "placeholder": "Start writing...",CODE
LOW…r-features/pages-notes/src/lib/i18n/locales/da-DK.json51 "placeholder": "Start writing...",CODE
LOW…r-features/pages-notes/src/lib/i18n/locales/pt-BR.json51 "placeholder": "Comece a escrever...",CODE
LOW…r-features/pages-notes/src/lib/i18n/locales/de-DE.json51 "placeholder": "Schreibe etwas…",CODE
LOW…r-features/pages-notes/src/lib/i18n/locales/cs-CZ.json51 "placeholder": "Start writing...",CODE
LOW…r-features/pages-notes/src/lib/i18n/locales/fr-FR.json51 "placeholder": "Commencez à écrire...",CODE
LOW…r-features/pages-notes/src/lib/i18n/locales/zh-TW.json51 "placeholder": "Start writing...",CODE
LOW…atures/pages-notes/src/lib/i18n/locales/ja-JP-mac.json51 "placeholder": "書きましょう...",CODE
LOW…r-features/pages-notes/src/lib/i18n/locales/ru-RU.json51 "placeholder": "Start writing...",CODE
LOW…r-features/pages-notes/src/lib/i18n/locales/nl-NL.json51 "placeholder": "Start writing...",CODE
LOW…r-features/pages-notes/src/lib/i18n/locales/en-US.json51 "placeholder": "Start writing...",CODE
LOW…r-features/pages-notes/src/lib/i18n/locales/en-GB.json51 "placeholder": "Start writing...",CODE
LOW…r-features/pages-notes/src/lib/i18n/locales/vi-VN.json51 "placeholder": "Viết đi...",CODE
LOWi18n/tr-TR/browser-chrome.json445 "placeholder": "Type a command...",CODE
LOWi18n/lt-LT/browser-chrome.json445 "placeholder": "Type a command...",CODE
LOWi18n/fr-FR/browser-chrome.json445 "placeholder": "Écrivez une commande...",CODE
LOWi18n/de-DE/browser-chrome.json445 "placeholder": "Befehl eingeben…",CODE
LOWi18n/pl-PL/browser-chrome.json445 "placeholder": "Type a command...",CODE
LOWi18n/vi-VN/browser-chrome.json445 "placeholder": "Type a command...",CODE
LOWi18n/da-DK/browser-chrome.json445 "placeholder": "Type a command...",CODE
LOWi18n/el-GR/browser-chrome.json445 "placeholder": "Type a command...",CODE
LOWi18n/nn-NO/browser-chrome.json445 "placeholder": "Type a command...",CODE
LOWi18n/es-ES/browser-chrome.json445 "placeholder": "Type a command...",CODE
LOWi18n/ja-JP-mac/browser-chrome.json445 "placeholder": "コマンドを入力...",CODE
LOWi18n/ru-RU/browser-chrome.json445 "placeholder": "Type a command...",CODE
LOWi18n/ar-SA/browser-chrome.json445 "placeholder": "Type a command...",CODE
LOWi18n/en-GB/browser-chrome.json445 "placeholder": "Type a command...",CODE
LOWi18n/hu-HU/browser-chrome.json445 "placeholder": "Type a command...",CODE
LOWi18n/nl-NL/browser-chrome.json445 "placeholder": "Type a command...",CODE
LOWi18n/ja-JP/browser-chrome.json445 "placeholder": "コマンドを入力...",CODE
LOWi18n/zh-CN/browser-chrome.json445 "placeholder": "Type a command...",CODE
LOWi18n/cs-CZ/browser-chrome.json445 "placeholder": "Type a command...",CODE
LOWi18n/pt-PT/browser-chrome.json445 "placeholder": "Type a command...",CODE
LOWi18n/zh-TW/browser-chrome.json445 "placeholder": "Type a command...",CODE
LOWi18n/ko-KR/browser-chrome.json445 "placeholder": "명령 입력...",CODE
LOWi18n/pt-BR/browser-chrome.json445 "placeholder": "Digite um comando...",CODE
LOWi18n/it-IT/browser-chrome.json445 "placeholder": "Type a command...",CODE
LOWi18n/id-ID/browser-chrome.json445 "placeholder": "Type a command...",CODE
LOWi18n/th-TH/browser-chrome.json445 "placeholder": "Type a command...",CODE
LOWi18n/sv-SE/browser-chrome.json445 "placeholder": "Skriv ett kommando...",CODE
2 more matches not shown…
Over-Commented Block42 hits · 41 pts
SeverityFileLineSnippetContext
LOWbrowser-features/skin/lepton/userjs/lepton.js61// user_pref("userChrome.compatibility.os.windows_maximized", true);COMMENT
LOWbrowser-features/skin/lepton/userjs/lepton.js81// user_pref("userChrome.autohide.tab.blur", true);COMMENT
LOWbrowser-features/skin/lepton/userjs/lepton.js101// user_pref("userChrome.hidden.urlbar_iconbox", true);COMMENT
LOWbrowser-features/skin/lepton/userjs/lepton.js121// user_pref("userChrome.combined.sub_button.as_normal", true);COMMENT
LOWbrowser-features/skin/lepton/userjs/lepton.js141// user_pref("userChrome.padding.menu_compact", true);COMMENT
LOWbrowser-features/skin/lepton/userjs/lepton.js161// user_pref("userChrome.tabbar.on_bottom.above_bookmark", true); // Need on_bottomCOMMENT
LOWbrowser-features/skin/lepton/userjs/lepton.js181// user_pref("userChrome.tab.sound_show_label", true); // Need remove sound_hide_labelCOMMENT
LOWbrowser-features/skin/lepton/userjs/lepton.js201// user_pref("userChrome.icon.account_label_to_right", true);COMMENT
LOWbrowser-features/skin/lepton/userjs/lepton.js301// Draw in TitlebarCOMMENT
LOWbrowser-features/skin/lepton/userjs/protonfix.js61// user_pref("userChrome.compatibility.os.windows_maximized", true);COMMENT
LOWbrowser-features/skin/lepton/userjs/protonfix.js81// user_pref("userChrome.autohide.tab.blur", true);COMMENT
LOWbrowser-features/skin/lepton/userjs/protonfix.js101// user_pref("userChrome.hidden.urlbar_iconbox", true);COMMENT
LOWbrowser-features/skin/lepton/userjs/protonfix.js121// user_pref("userChrome.combined.sub_button.as_normal", true);COMMENT
LOWbrowser-features/skin/lepton/userjs/protonfix.js141// user_pref("userChrome.padding.menu_compact", true);COMMENT
LOWbrowser-features/skin/lepton/userjs/protonfix.js161// user_pref("userChrome.tabbar.on_bottom.above_bookmark", true); // Need on_bottomCOMMENT
LOWbrowser-features/skin/lepton/userjs/protonfix.js181// user_pref("userChrome.tab.sound_show_label", true); // Need remove sound_hide_labelCOMMENT
LOWbrowser-features/skin/lepton/userjs/protonfix.js201// user_pref("userChrome.icon.account_label_to_right", true);COMMENT
LOWbrowser-features/skin/lepton/userjs/protonfix.js301// Draw in TitlebarCOMMENT
LOWbrowser-features/skin/lepton/userjs/photon.js61// user_pref("userChrome.compatibility.os.windows_maximized", true);COMMENT
LOWbrowser-features/skin/lepton/userjs/photon.js81// user_pref("userChrome.autohide.tab.blur", true);COMMENT
LOWbrowser-features/skin/lepton/userjs/photon.js101// user_pref("userChrome.hidden.urlbar_iconbox", true);COMMENT
LOWbrowser-features/skin/lepton/userjs/photon.js121// user_pref("userChrome.combined.sub_button.as_normal", true);COMMENT
LOWbrowser-features/skin/lepton/userjs/photon.js141// user_pref("userChrome.padding.menu_compact", true);COMMENT
LOWbrowser-features/skin/lepton/userjs/photon.js161// user_pref("userChrome.tabbar.on_bottom.above_bookmark", true); // Need on_bottomCOMMENT
LOWbrowser-features/skin/lepton/userjs/photon.js181// user_pref("userChrome.tab.sound_show_label", true); // Need remove sound_hide_labelCOMMENT
LOWbrowser-features/skin/lepton/userjs/photon.js201// user_pref("userChrome.icon.account_label_to_right", true);COMMENT
LOWbrowser-features/skin/lepton/userjs/photon.js301// Draw in TitlebarCOMMENT
LOWbrowser-features/chrome/@types/xul-window.d.ts1// SPDX-License-Identifier: MPL-2.0COMMENT
LOWbrowser-features/chrome/test/index.ts1// SPDX-License-Identifier: MPL-2.0COMMENT
LOW…tures/chrome/common/designs/test/lepton-compat.test.ts1// SPDX-License-Identifier: MPL-2.0COMMENT
LOW…res/chrome/common/panel-sidebar/components/sidebar.tsx81COMMENT
LOWbrowser-features/chrome/common/statusbar/README.md1# StatusBarCOMMENT
LOW…atures/chrome/common/mouse-gesture/utils/recognizer.ts561 */COMMENT
LOW…ome/common/mouse-gesture/components/GestureDisplay.tsx221 //TODO: Performance optimizationCOMMENT
LOW…atures/chrome/common/browser-share-mode/share-mode.css1/*-- This Source Code Form is subject to the terms of the Mozilla PublicCOMMENT
LOW…eatures/chrome/common/split-view/styles/split-view.css321 */COMMENT
LOW…eatures/chrome/common/split-view/styles/split-view.css661 #tabbrowser-arrowscrollbox,COMMENT
LOW…eatures/chrome/common/split-view/styles/split-view.css701 :is(COMMENT
LOW…me/common/split-view/components/split-view-tab-drop.ts481 }COMMENT
LOW…/common/browser-tab-color/test/browserTabColor.test.ts401// ---------------------------------------------------------------------------COMMENT
LOWlibs/@types/gecko/index.d.ts1/* This Source Code Form is subject to the terms of the Mozilla PublicCOMMENT
LOW.github/workflows/package.yml1141 # Extract the bundle identifier from the app's Info.plist (Linux-compatible)COMMENT
Excessive Try-Catch Wrapping24 hits · 28 pts
SeverityFileLineSnippetContext
LOWtools/os-test/verify_network_idle_rigorous.py118 except Exception as e: # noqa: BLE001STRING
LOWtools/os-test/test-enhanced-effects.py208 except Exception as e:CODE
LOWtools/os-test/verify_os_server_full.py69 except Exception:CODE
LOWtools/os-test/verify_os_server_full.py165 except Exception:CODE
LOWtools/os-test/verify_os_server_full.py218 except Exception as e: # noqa: BLE001CODE
LOWtools/os-test/verify_os_server_full.py232 except Exception:CODE
LOWtools/os-test/verify_os_server_full.py291 except Exception as e: # noqa: BLE001CODE
LOWtools/os-test/verify_os_server_full.py353 except Exception as e: # noqa: BLE001CODE
LOWtools/os-test/verify_os_server_full.py1324 except Exception as e: # noqa: BLE001CODE
MEDIUMtools/os-test/verify_os_server_full.py229def _short(val):CODE
LOWtools/os-test/test-with-local-page.py146 except Exception:CODE
LOWtools/os-test/test-with-local-page.py162 except Exception:CODE
LOWtools/os-test/test-with-local-page.py111 except Exception as e:CODE
LOWtools/os-test/test-with-local-page.py122 except Exception:CODE
LOWtools/os-test/test-with-local-page.py1215 except Exception as e:CODE
LOWtools/os-test/test-with-local-page.py1265 except Exception as e:CODE
LOWtools/os-test/run_verify_os_server_full_wrapper.py49 except Exception:CODE
LOWtools/os-test/run_verify_os_server_full_wrapper.py58 except Exception:CODE
LOWtools/os-test/run_verify_os_server_full_wrapper.py62 except Exception:CODE
LOWtools/os-test/run_verify_os_server_full_wrapper.py68 except Exception:CODE
LOWtools/os-test/run_verify_os_server_full_wrapper.py71 except Exception:CODE
LOWtools/os-test/run_verify_os_server_full_wrapper.py80 except Exception:CODE
LOWtools/os-test/run_verify_os_server_full_wrapper.py83 except Exception:CODE
LOWtools/os-test/run_verify_os_server_full_wrapper.py87 except Exception:CODE
AI Slop Vocabulary5 hits · 15 pts
SeverityFileLineSnippetContext
MEDIUMbridge/startup/src/about-preferences.ts887// which is robust against Lit re-rendering the <setting-group> elements.COMMENT
MEDIUM…tures/chrome/common/designs/test/lepton-compat.test.ts283// Tests — the compat layer uses robust, Gecko-152-safe detectionCOMMENT
MEDIUM…tures/chrome/common/designs/test/lepton-compat.test.ts499 // robust detectionCOMMENT
MEDIUMi18n/config.ts82 // Keep changeLanguage robust: don't allow throwing from providerCOMMENT
MEDIUMi18n/config.ts95 // Keep initialization robust: don't throw if registration fails.COMMENT
Verbosity Indicators4 hits · 8 pts
SeverityFileLineSnippetContext
LOW…atures/chrome/common/mouse-gesture/utils/recognizer.ts998 // Step 1: Check for oscillating gestures (back-and-forth along one axis)COMMENT
LOW…atures/chrome/common/mouse-gesture/utils/recognizer.ts1023 // Step 2: Check for straight lines (single direction gestures)COMMENT
LOW…atures/chrome/common/mouse-gesture/utils/recognizer.ts1038 // Step 3: Check for multi-direction sequences (e.g., right-down-left-up-right)COMMENT
LOW…atures/chrome/common/mouse-gesture/utils/recognizer.ts1045 // Step 4: Complex shapes use $1 RecognizerCOMMENT
Structural Annotation Overuse4 hits · 8 pts
SeverityFileLineSnippetContext
LOW…atures/chrome/common/mouse-gesture/utils/recognizer.ts998 // Step 1: Check for oscillating gestures (back-and-forth along one axis)COMMENT
LOW…atures/chrome/common/mouse-gesture/utils/recognizer.ts1023 // Step 2: Check for straight lines (single direction gestures)COMMENT
LOW…atures/chrome/common/mouse-gesture/utils/recognizer.ts1038 // Step 3: Check for multi-direction sequences (e.g., right-down-left-up-right)COMMENT
LOW…atures/chrome/common/mouse-gesture/utils/recognizer.ts1045 // Step 4: Complex shapes use $1 RecognizerCOMMENT
Cross-Language Confusion (JS/TS)1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHlibs/@types/gecko/lib.gecko.tweaks.d.ts152 print(printSettings: nsIPrintSettings): Promise<nsIInputStream>;CODE
Redundant / Tautological Comments3 hits · 4 pts
SeverityFileLineSnippetContext
LOWstatic/gecko/pref/override.sh27# Check if override.ini existsCOMMENT
LOWstatic/gecko/pref/override.sh33# Check if firefox.js file existsCOMMENT
LOW.github/workflows/package.yml317 # Check if we got a valid task (response should contain a taskId)COMMENT
Unused Imports2 hits · 2 pts
SeverityFileLineSnippetContext
LOWtools/os-test/verify_os_server_full.py9CODE
LOWtools/os-test/run_verify_os_server_full_wrapper.py7CODE
Deep Nesting2 hits · 2 pts
SeverityFileLineSnippetContext
LOWtools/os-test/verify_os_server_full.py170CODE
LOWtools/os-test/run_verify_os_server_full_wrapper.py23CODE
AI Structural Patterns2 hits · 2 pts
SeverityFileLineSnippetContext
LOWtools/os-test/verify_os_server_full.py239CODE
LOWtools/os-test/verify_os_server_full.py315CODE