🌐 The open-source Agentic browser; alternative to ChatGPT Atlas, Perplexity Comet, Dia.
This report presents the forensic synthetic code analysis of browseros-ai/BrowserOS, a TypeScript project with 13,386 GitHub stars. SynthScan v2.0 examined 416,019 lines of code across 2466 source files, recording 1959 pattern matches distributed across 20 syntactic categories. The overall adjusted score of 5.2 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).
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 1959 distinct pattern matches across 20 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/release_secrets/sync.py | 307 | def _skip_blank_and_comment_lines( | CODE |
| LOW | tools/release_secrets/sync.py | 372 | def _decode_double_quoted_escape(char: str) -> str: | CODE |
| LOW | tools/release_secrets/sync.py | 387 | def _consume_trailing_comment( | CODE |
| LOW | tools/release_secrets/sync.py | 508 | def scan_secret_refs_from_text(text: str) -> set[str]: | CODE |
| LOW | tools/release_secrets/sync.py | 515 | def scan_workflow_secret_refs(repo_root: Path) -> set[str]: | CODE |
| LOW | tools/release_secrets/sync_test.py | 19 | def test_multiline_quoted_values_round_trip(self): | CODE |
| LOW | tools/release_secrets/sync_test.py | 40 | def test_quotes_escapes_and_inline_comments(self): | CODE |
| LOW⚡ | tools/release_secrets/sync_test.py | 57 | def test_crlf_input_normalizes_multiline_values(self): | CODE |
| LOW⚡ | tools/release_secrets/sync_test.py | 64 | def test_unterminated_quote_raises_without_value_echo(self): | CODE |
| LOW⚡ | tools/release_secrets/sync_test.py | 73 | def test_scans_dotted_and_bracket_secret_references(self): | CODE |
| LOW | tools/release_secrets/sync_test.py | 99 | def test_server_ota_workflow_is_registered_with_signing_secrets(self): | CODE |
| LOW | tools/release_secrets/sync_test.py | 123 | def test_browserclaw_build_key_is_required_and_host_is_optional(self): | CODE |
| LOW | tools/release_secrets/sync_test.py | 155 | def test_slack_webhook_is_not_in_release_workflow_allowlist(self): | CODE |
| LOW | tools/release_secrets/sync_test.py | 160 | def test_esigner_credential_id_is_optional_in_check(self): | CODE |
| LOW | packages/browseros-agent/scripts/run-bun-test.ts | 209 | function extractTopLevelTestsuites(xml: string): string[] { | CODE |
| LOW | packages/browseros-agent/scripts/codegen/claw-api.ts | 210 | function rewriteTypeScriptImportTarget( | CODE |
| LOW | packages/browseros-agent/scripts/codegen/claw-api.ts | 267 | function namespaceRustModelHelpers(model: string, body: string): string { | CODE |
| LOW | packages/browseros-agent/scripts/codegen/claw-api.ts | 346 | function compareTypeScriptImportKeys(left: string, right: string): number { | CODE |
| LOW | …owseros-agent/packages/agent-mcp-manager/src/agents.ts | 61 | export async function resolveAgentMcpConfigPath( | CODE |
| LOW | …ros-agent/packages/acpx-ai-provider/src/json-output.ts | 134 | export function createJsonCleanupTransform(): TransformStream< | CODE |
| LOW | …eros-agent/packages/browser-mcp/src/tool-output-dir.ts | 49 | export async function writeToolOutputBinaryFile( | CODE |
| LOW | …os-agent/packages/browser-mcp/src/tools/output-file.ts | 18 | export function createBrowserOutputFileAccess(): BrowserOutputFileAccess { | CODE |
| LOW | …os-agent/packages/browser-mcp/src/tools/output-file.ts | 72 | export async function writeTempToolOutputBinaryFile(args: { | CODE |
| LOW | …agent/packages/browser-mcp/src/tools/token-estimate.ts | 9 | export function sliceTextByEstimatedTokens( | CODE |
| LOW | …os-agent/packages/browser-core/src/content-markdown.ts | 8 | export function buildContentMarkdownExpression( | CODE |
| LOW | …ros-agent/packages/browser-core/src/core/screenshot.ts | 60 | export async function captureScreenshotWithAnnotations({ | CODE |
| LOW | …ros-agent/packages/browser-core/src/core/screenshot.ts | 99 | async function captureAnnotatedScreenshot({ | CODE |
| LOW | …os-agent/packages/browser-core/src/core/input/input.ts | 442 | function isRetryableCdpSessionError(error: unknown): boolean { | CODE |
| LOW | …os-agent/packages/browser-core/src/core/input/input.ts | 467 | function didScrollInExpectedDirection( | CODE |
| LOW | …t/packages/shared/src/mcp/claude-code-transport-tag.ts | 35 | export async function ensureClaudeCodeHttpTransportTag({ | CODE |
| LOW | …s/browseros-agent/packages/claw-api-client/src/urls.ts | 30 | export function buildSessionScreenshotUrl( | CODE |
| LOW | …/browseros-agent/packages/build-server-tools/src/r2.ts | 207 | export async function recoverImmutableFileFromObject( | CODE |
| LOW | …/browseros-agent/packages/build-server-tools/src/r2.ts | 225 | export async function uploadImmutableFileToObject( | CODE |
| LOW | …seros-agent/packages/build-server-tools/src/archive.ts | 180 | async function normalizeArchiveTimestamps(path: string): Promise<void> { | CODE |
| LOW | …seros-agent/packages/build-server-tools/src/archive.ts | 195 | export async function archiveAndUploadArtifacts( | CODE |
| LOW | …wseros-agent/packages/build-server-tools/src/config.ts | 80 | function ambientEnvWithoutDemotions(resolved: ResolvedEnv): NodeJS.ProcessEnv { | CODE |
| LOW | …nt/apps/claw-onboard/src/modules/api/client.helpers.ts | 11 | export function normalizeLoopbackApiRootUrl( | CODE |
| LOW | …nt/apps/claw-onboard/src/modules/api/client.helpers.ts | 31 | export function resolveApiBaseUrlFromSources( | CODE |
| LOW | …gent/apps/claw-onboard/src/modules/api/mcp-endpoint.ts | 58 | export function buildCanonicalMcpEndpointUrl(): string { | CODE |
| LOW | …gent/apps/claw-onboard/src/modules/api/mcp-endpoint.ts | 62 | export function buildCanonicalMcpCliCommand(): string { | CODE |
| LOW | …gent/apps/claw-onboard/src/onboarding/OnboardingV2.tsx | 76 | export function finishBrowserOSOnboarding(bridge: BrowserOSOnboardingBridge) { | CODE |
| LOW | …-onboard/src/onboarding/browseros-onboarding-bridge.ts | 172 | export function createBrowserOSOnboardingBridge( | CODE |
| LOW | …s/claw-onboard/src/onboarding/onboarding-v2.helpers.ts | 109 | export function defaultImportItemsForSource( | CODE |
| LOW | …s/claw-onboard/src/onboarding/onboarding-v2.helpers.ts | 154 | export function importSourceSelectionChangeFor( | CODE |
| LOW | …ent/apps/app/screens/ai-settings/NewProviderDialog.tsx | 128 | function isProviderTypeOptionSupported( | CODE |
| LOW | …ent/apps/app/screens/ai-settings/NewProviderDialog.tsx | 139 | function getVisibleProviderTypeOptions( | CODE |
| LOW | …t/apps/app/screens/ai-settings/provider-form-schema.ts | 100 | export function isCredentiallessProviderType( | CODE |
| LOW | …t/apps/app/screens/ai-settings/provider-form-schema.ts | 106 | export function normalizeProviderFormValues( | CODE |
| LOW | …browseros-agent/apps/app/screens/ai-settings/models.ts | 93 | export function getReasoningEffortOptions( | CODE |
| LOW | …app/screens/ai-settings/default-chat-target.helpers.ts | 20 | export function resolveEffectiveDefaultTarget({ | CODE |
| LOW | …app/screens/customization/ToolbarSettingsCard.test.tsx | 58 | function resolveStaticFeatureSupport({ | CODE |
| LOW | …app/screens/customization/ToolbarSettingsCard.test.tsx | 75 | function resolveFeatureStaticSupport({ | CODE |
| LOW | …apps/app/screens/customization/ToolbarSettingsCard.tsx | 34 | async function loadNativeToolbarSettingsState(): Promise<NativeToolbarSettingsState> { | CODE |
| LOW | …apps/app/screens/customization/ToolbarSettingsCard.tsx | 60 | async function loadSidePanelPerWindowSetting(): Promise<boolean> { | CODE |
| LOW | …apps/app/screens/agent-command/home-compose.helpers.ts | 3 | export function resolveHomeLlmRoutingMode({ | CODE |
| LOW | …nt/apps/app/screens/onboarding/demo/OnboardingDemo.tsx | 156 | function buildPersonalizedSuggestions( | CODE |
| LOW | …wseros-agent/apps/app/lib/execution-history/storage.ts | 39 | function createConversationHistory( | CODE |
| LOW | …wseros-agent/apps/app/lib/execution-history/storage.ts | 49 | export async function upsertConversationExecutionTask( | CODE |
| LOW | …wseros-agent/apps/app/lib/execution-history/storage.ts | 63 | export async function removeConversationExecutionHistory( | CODE |
| LOW | …agent/apps/app/lib/schedules/syncSchedulesToBackend.ts | 250 | export function setupScheduledJobsSyncToBackend(): () => void { | CODE |
| 1439 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | packages/browseros-agent/scripts/dev/inspect-ui.ts | 9 | // ─── CDP WebSocket Client ──────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/browseros-agent/scripts/dev/inspect-ui.ts | 113 | // ─── Target resolution ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/browseros-agent/scripts/dev/inspect-ui.ts | 140 | // ─── Session helpers ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/browseros-agent/scripts/dev/inspect-ui.ts | 173 | // ─── Snapshot: AX tree ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/browseros-agent/scripts/dev/inspect-ui.ts | 286 | // ─── Element center: 3-tier fallback ───────────────────────────────── | COMMENT |
| MEDIUM | packages/browseros-agent/scripts/dev/inspect-ui.ts | 361 | // ─── Commands ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/browseros-agent/scripts/dev/inspect-ui.ts | 631 | // ─── press_key ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/browseros-agent/scripts/dev/inspect-ui.ts | 805 | // ─── scroll ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/browseros-agent/scripts/dev/inspect-ui.ts | 857 | // ─── wait_for ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/browseros-agent/scripts/dev/inspect-ui.ts | 909 | // ─── hover ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/browseros-agent/scripts/dev/inspect-ui.ts | 951 | // ─── select_option ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/browseros-agent/scripts/dev/inspect-ui.ts | 1053 | // ─── Help ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/browseros-agent/scripts/dev/inspect-ui.ts | 1095 | // ─── Main ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/browseros-agent/apps/cli/scripts/install.sh | 17 | # ── Parse arguments ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/browseros-agent/apps/cli/scripts/install.sh | 43 | # ── Resolve latest version ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/browseros-agent/apps/cli/scripts/install.sh | 62 | # ── Detect platform ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/browseros-agent/apps/cli/scripts/install.sh | 79 | # ── Download and extract ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/browseros-agent/apps/cli/scripts/install.sh | 127 | # ── Install ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/browseros-agent/apps/cli/scripts/install.sh | 137 | # ── PATH hint ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/browseros/bos_build/steps/package/linux.py | 148 | # ============================================================================= | COMMENT |
| MEDIUM | packages/browseros/bos_build/steps/package/linux.py | 150 | # ============================================================================= | COMMENT |
| MEDIUM | packages/browseros/bos_build/steps/package/linux.py | 304 | # ============================================================================= | COMMENT |
| MEDIUM | packages/browseros/bos_build/steps/package/linux.py | 306 | # ============================================================================= | COMMENT |
| MEDIUM | packages/browseros/bos_build/steps/package/linux.py | 441 | # ============================================================================= | COMMENT |
| MEDIUM | packages/browseros/bos_build/steps/package/linux.py | 443 | # ============================================================================= | COMMENT |
| MEDIUM | packages/browseros/bos_build/steps/package/linux.py | 685 | # ============================================================================= | COMMENT |
| MEDIUM | packages/browseros/bos_build/steps/package/linux.py | 687 | # ============================================================================= | COMMENT |
| MEDIUM | …s/bos_build/scripts/icon_generation/generate_icons.txt | 2 | # ========================================= | COMMENT |
| MEDIUM⚡ | …s/bos_build/scripts/icon_generation/generate_icons.txt | 21 | # ============================================================================== | COMMENT |
| MEDIUM⚡ | …s/bos_build/scripts/icon_generation/generate_icons.txt | 23 | # ============================================================================== | COMMENT |
| MEDIUM⚡ | …s/bos_build/scripts/icon_generation/generate_icons.txt | 29 | # ============================================================================== | COMMENT |
| MEDIUM⚡ | …s/bos_build/scripts/icon_generation/generate_icons.txt | 31 | # ============================================================================== | COMMENT |
| MEDIUM | …s/bos_build/scripts/icon_generation/generate_icons.txt | 56 | # ============================================================================== | COMMENT |
| MEDIUM | …s/bos_build/scripts/icon_generation/generate_icons.txt | 58 | # ============================================================================== | COMMENT |
| MEDIUM | …s/bos_build/scripts/icon_generation/generate_icons.txt | 74 | # ============================================================================== | COMMENT |
| MEDIUM | …s/bos_build/scripts/icon_generation/generate_icons.txt | 76 | # ============================================================================== | COMMENT |
| MEDIUM | …s/bos_build/scripts/icon_generation/generate_icons.txt | 95 | # ============================================================================== | COMMENT |
| MEDIUM | …s/bos_build/scripts/icon_generation/generate_icons.txt | 97 | # ============================================================================== | COMMENT |
| MEDIUM | …s/bos_build/scripts/icon_generation/generate_icons.txt | 111 | # ============================================================================== | COMMENT |
| MEDIUM | …s/bos_build/scripts/icon_generation/generate_icons.txt | 113 | # ============================================================================== | COMMENT |
| MEDIUM | …s/bos_build/scripts/icon_generation/generate_icons.txt | 124 | # ============================================================================== | COMMENT |
| MEDIUM | …s/bos_build/scripts/icon_generation/generate_icons.txt | 126 | # ============================================================================== | COMMENT |
| MEDIUM | packages/browseros/chromium_patches/.features.yaml | 3 | # ── LAYER 0: BUILD-OWNED OUTPUTS ───────────────────────── | COMMENT |
| MEDIUM | packages/browseros/chromium_patches/.features.yaml | 22 | # ── LAYER 1: CORE & BRANDING ────────────────────────────── | COMMENT |
| MEDIUM | packages/browseros/chromium_patches/.features.yaml | 88 | # ── LAYER 2: PLATFORM PATCHES ───────────────────────────── | COMMENT |
| MEDIUM | packages/browseros/chromium_patches/.features.yaml | 109 | # ── LAYER 3: INFRASTRUCTURE SERVICES ────────────────────── | COMMENT |
| MEDIUM | packages/browseros/chromium_patches/.features.yaml | 174 | # ── LAYER 4: FEATURES ───────────────────────────────────── | COMMENT |
| MEDIUM | packages/browseros/chromium_patches/.features.yaml | 388 | # ── LAYER 5: FIXES ──────────────────────────────────────── | COMMENT |
| MEDIUM | packages/browseros/chromium_patches/.features.yaml | 443 | # ── LAYER 6: SERIES (upstream/external patches) ─────────── | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …owseros/tools/vendor_uploads/vendor_uploads/support.py | 117 | except Exception as e: | CODE |
| LOW | …/browseros/tools/vendor_uploads/vendor_uploads/main.py | 216 | except Exception as exc: | CODE |
| LOW | …/browseros/tools/vendor_uploads/vendor_uploads/main.py | 285 | except Exception as exc: | CODE |
| LOW | …/browseros/tools/vendor_uploads/vendor_uploads/main.py | 339 | except Exception as exc: | CODE |
| LOW | …/browseros/tools/vendor_uploads/vendor_uploads/main.py | 397 | except Exception as exc: | CODE |
| LOW | …/browseros/tools/vendor_uploads/vendor_uploads/main.py | 989 | except Exception as exc: | CODE |
| LOW | packages/browseros/bos_build/patchkit/extract/common.py | 129 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/patchkit/extract/utils.py | 120 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/patchkit/extract/utils.py | 370 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/patchkit/extract/utils.py | 430 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/patchkit/extract/utils.py | 448 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/patchkit/extract/utils.py | 479 | except Exception as e: | CODE |
| LOW⚡ | packages/browseros/bos_build/patchkit/extract/utils.py | 511 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/patchkit/extract/utils.py | 599 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/core/planner.py | 534 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/core/runner.py | 104 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/core/runner.py | 124 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/core/runner.py | 214 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/release/r2_allocations.py | 39 | except Exception as exc: | CODE |
| LOW | packages/browseros/bos_build/release/r2_allocations.py | 136 | except Exception as exc: | CODE |
| LOW | packages/browseros/bos_build/release/plan.py | 109 | except Exception as error: | CODE |
| LOW | packages/browseros/bos_build/release/plan.py | 159 | except Exception as error: | CODE |
| LOW | …ages/browseros/bos_build/release/prepared_resources.py | 409 | except Exception: | CODE |
| LOW | packages/browseros/bos_build/release/common.py | 225 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/release/common.py | 297 | except Exception: | CODE |
| LOW | packages/browseros/bos_build/release/common.py | 379 | except Exception: | CODE |
| LOW | packages/browseros/bos_build/release/common.py | 388 | except Exception: | CODE |
| LOW | packages/browseros/bos_build/release/github.py | 250 | except Exception: | CODE |
| LOW | packages/browseros/bos_build/release/github.py | 263 | except Exception: | CODE |
| LOW | packages/browseros/bos_build/release/github.py | 593 | except Exception as exc: | CODE |
| LOW | packages/browseros/bos_build/release/github.py | 602 | except Exception as exc: | CODE |
| LOW | packages/browseros/bos_build/release/github.py | 618 | except Exception as exc: | CODE |
| LOW | packages/browseros/bos_build/release/github.py | 636 | except Exception as exc: | CODE |
| LOW | packages/browseros/bos_build/release/github.py | 642 | except Exception as exc: | CODE |
| LOW | packages/browseros/bos_build/release/github.py | 666 | except Exception as exc: | CODE |
| LOW | packages/browseros/bos_build/release/github.py | 682 | except Exception as exc: | CODE |
| LOW | packages/browseros/bos_build/release/publish.py | 33 | except Exception as e: | CODE |
| LOW | …ages/browseros/bos_build/release/extensions/release.py | 89 | except Exception as e: | CODE |
| LOW | …ages/browseros/bos_build/release/extensions/release.py | 169 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/release/feeds/render.py | 103 | except Exception: | CODE |
| LOW | packages/browseros/bos_build/release/feeds/render.py | 248 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/release/feeds/publisher.py | 950 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/release/ota/server.py | 401 | except Exception as error: | CODE |
| LOW | packages/browseros/bos_build/release/ota/server.py | 429 | except Exception as error: | CODE |
| LOW | packages/browseros/bos_build/release/ota/sign_binary.py | 83 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/release/ota/sign_binary.py | 101 | except Exception: | CODE |
| LOW | packages/browseros/bos_build/release/ota/sign_binary.py | 209 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/release/ota/sign_binary.py | 239 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/release/ota/sign_binary.py | 321 | except Exception: | CODE |
| LOW | packages/browseros/bos_build/release/ota/sign_binary.py | 341 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/release/ota/common.py | 89 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/cli/dev.py | 40 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/cli/dev.py | 257 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/cli/dev.py | 362 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/cli/source.py | 96 | except Exception as e: | CODE |
| LOW | …rowseros/bos_build/steps/resources/chromium_replace.py | 105 | except Exception as e: | CODE |
| LOW | …rowseros/bos_build/steps/resources/chromium_replace.py | 145 | except Exception as e: | CODE |
| LOW | …kages/browseros/bos_build/steps/resources/resources.py | 201 | except Exception as e: | CODE |
| LOW | …kages/browseros/bos_build/steps/resources/resources.py | 305 | except Exception as e: | CODE |
| LOW | …browseros/bos_build/steps/resources/string_replaces.py | 71 | except Exception as e: | CODE |
| 38 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/release_secrets/sync.py | 8 | CODE | |
| LOW | packages/browseros/bos_build/patchkit/batch_apply.py | 16 | CODE | |
| LOW | …kages/browseros/bos_build/patchkit/extract/__init__.py | 10 | CODE | |
| LOW | …kages/browseros/bos_build/patchkit/extract/__init__.py | 10 | CODE | |
| LOW | …kages/browseros/bos_build/patchkit/extract/__init__.py | 11 | CODE | |
| LOW | …kages/browseros/bos_build/patchkit/extract/__init__.py | 11 | CODE | |
| LOW | …kages/browseros/bos_build/patchkit/extract/__init__.py | 11 | CODE | |
| LOW | …kages/browseros/bos_build/patchkit/extract/__init__.py | 16 | CODE | |
| LOW | packages/browseros/bos_build/core/__init__.py | 3 | CODE | |
| LOW | packages/browseros/bos_build/core/__init__.py | 3 | CODE | |
| LOW | packages/browseros/bos_build/core/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/core/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/release/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/release/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/release/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/release/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/release/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/release/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/release/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/release/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/release/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/release/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/release/feeds/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/release/feeds/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/release/feeds/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/release/feeds/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/release/feeds/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/release/feeds/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/release/feeds/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/release/feeds/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/release/feeds/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/release/feeds/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/release/feeds/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/release/feeds/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/release/ota/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/release/ota/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/release/ota/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/release/ota/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/release/ota/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/release/ota/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/release/ota/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/release/ota/__init__.py | 4 | CODE | |
| LOW | packages/browseros/bos_build/release/ota/__init__.py | 14 | CODE | |
| LOW | packages/browseros/bos_build/release/ota/__init__.py | 14 | CODE | |
| LOW | packages/browseros/bos_build/release/ota/__init__.py | 14 | CODE | |
| LOW | packages/browseros/bos_build/release/ota/__init__.py | 14 | CODE | |
| LOW | packages/browseros/bos_build/release/ota/__init__.py | 14 | CODE | |
| LOW | packages/browseros/bos_build/release/ota/__init__.py | 14 | CODE | |
| LOW | packages/browseros/bos_build/release/ota/common.py | 8 | CODE | |
| LOW | packages/browseros/bos_build/steps/__init__.py | 8 | CODE | |
| LOW | packages/browseros/bos_build/steps/__init__.py | 8 | CODE | |
| LOW | packages/browseros/bos_build/steps/__init__.py | 9 | CODE | |
| LOW | packages/browseros/bos_build/steps/__init__.py | 10 | CODE | |
| LOW | packages/browseros/bos_build/steps/__init__.py | 10 | CODE | |
| LOW | packages/browseros/bos_build/steps/__init__.py | 10 | CODE | |
| LOW | packages/browseros/bos_build/steps/__init__.py | 11 | CODE | |
| LOW | packages/browseros/bos_build/steps/__init__.py | 12 | CODE | |
| LOW | packages/browseros/bos_build/steps/__init__.py | 12 | CODE | |
| LOW | packages/browseros/bos_build/steps/__init__.py | 13 | CODE | |
| LOW | packages/browseros/bos_build/steps/__init__.py | 14 | CODE | |
| 28 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .claude/skills/write-docs/SKILL.md | 14 | ### Step 1: Understand the Feature | COMMENT |
| LOW | .claude/skills/write-docs/SKILL.md | 28 | ### Step 2: Gather Screenshots | COMMENT |
| LOW | .claude/skills/write-docs/SKILL.md | 36 | ### Step 3: Write the Documentation | COMMENT |
| LOW | .claude/skills/write-docs/SKILL.md | 65 | ### Step 4: Update Navigation | COMMENT |
| LOW | .claude/skills/write-docs/SKILL.md | 69 | ### Step 5: Preview | COMMENT |
| LOW | .claude/skills/write-internal-docs/SKILL.md | 48 | ### Step 0: Pre-flight | COMMENT |
| LOW | .claude/skills/write-internal-docs/SKILL.md | 64 | ### Step 1: Scope the doc | COMMENT |
| LOW⚡ | .claude/skills/write-internal-docs/SKILL.md | 75 | ### Step 2: Zoom out | COMMENT |
| LOW⚡ | .claude/skills/write-internal-docs/SKILL.md | 83 | ### Step 3: Draft the Markdown | COMMENT |
| LOW⚡ | .claude/skills/write-internal-docs/SKILL.md | 93 | ### Step 4: Voice check | COMMENT |
| LOW⚡ | .claude/skills/write-internal-docs/SKILL.md | 99 | ### Step 5: Clone, write, render HTML | COMMENT |
| LOW | .claude/skills/write-internal-docs/SKILL.md | 120 | ### Step 6: Tidy pass | COMMENT |
| LOW | .claude/skills/write-internal-docs/SKILL.md | 156 | ### Step 7: Open the PR | COMMENT |
| LOW | .claude/skills/write-internal-docs/SKILL.md | 182 | ### Step 8: Report and clean up | COMMENT |
| LOW | .claude/skills/ask-internal/SKILL.md | 41 | ### Step 0: Pre-flight | COMMENT |
| LOW | .claude/skills/ask-internal/SKILL.md | 54 | ### Step 1: Parse the question | COMMENT |
| LOW | .claude/skills/ask-internal/SKILL.md | 62 | ### Step 2: Multi-source search | COMMENT |
| LOW⚡ | .claude/skills/ask-internal/SKILL.md | 84 | ### Step 3: Synthesize answer | COMMENT |
| LOW⚡ | .claude/skills/ask-internal/SKILL.md | 94 | ### Step 4: Offer execution (only if commands surfaced) | COMMENT |
| LOW⚡ | .claude/skills/ask-internal/SKILL.md | 104 | ### Step 5: Doc-not-found path | COMMENT |
| LOW⚡ | .claude/skills/ask-internal/SKILL.md | 112 | ### Step 6: Completion status | COMMENT |
| LOW | …s/browseros-agent/.claude/commands/browseros-review.md | 13 | ### Step 1: Determine Review Scope | COMMENT |
| LOW | …s/browseros-agent/.claude/commands/browseros-review.md | 35 | ### Step 2: Initial Screening | COMMENT |
| LOW⚡ | …s/browseros-agent/.claude/commands/browseros-review.md | 47 | ### Step 3: Documentation Discovery | COMMENT |
| LOW⚡ | …s/browseros-agent/.claude/commands/browseros-review.md | 53 | ### Step 4: Change Summary | COMMENT |
| LOW⚡ | …s/browseros-agent/.claude/commands/browseros-review.md | 57 | ### Step 5: Parallel Multi-Agent Review | COMMENT |
| LOW | …s/browseros-agent/.claude/commands/browseros-review.md | 123 | ### Step 6: Issue Validation | COMMENT |
| LOW | …ckages/browseros-agent/.claude/skills/test-ui/SKILL.md | 25 | ## Step 1: Start the dev environment | COMMENT |
| LOW | …ckages/browseros-agent/.claude/skills/test-ui/SKILL.md | 57 | ## Step 2: Discover targets | COMMENT |
| LOW | …ckages/browseros-agent/.claude/skills/test-ui/SKILL.md | 72 | ## Step 3: Navigate to the main UI | COMMENT |
| LOW | …ckages/browseros-agent/.claude/skills/test-ui/SKILL.md | 100 | ## Step 4: Test the new tab page (left sidebar) | COMMENT |
| LOW | …ckages/browseros-agent/.claude/skills/test-ui/SKILL.md | 145 | ## Step 5: Open and test the right side panel | COMMENT |
| LOW | …ckages/browseros-agent/.claude/skills/test-ui/SKILL.md | 193 | ## Step 6: Verify and iterate | COMMENT |
| LOW⚡ | …ent/apps/server/src/lib/clients/oauth/copilot-fetch.ts | 100 | // Step 1: scale longest side to 2048 | COMMENT |
| LOW⚡ | …ent/apps/server/src/lib/clients/oauth/copilot-fetch.ts | 107 | // Step 2: scale shortest side to 768 | COMMENT |
| LOW | …/browseros/bos_build/patchkit/extract/extract_range.py | 75 | # Step 1: Validate commits | COMMENT |
| LOW | …/browseros/bos_build/patchkit/extract/extract_range.py | 188 | # Step 6: Log summary | COMMENT |
| LOW⚡ | packages/browseros/bos_build/patchkit/extract/common.py | 173 | # Step 1: Get files changed in commit WITH their status (A/M/D/R/C) | COMMENT |
| LOW⚡ | packages/browseros/bos_build/patchkit/extract/common.py | 183 | # Step 2: Process each file based on its status | COMMENT |
| LOW | …browseros/bos_build/patchkit/extract/extract_commit.py | 41 | # Step 1: Validate commit | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/release_secrets/sync.py | 467 | CODE | |
| LOW | …/browseros/tools/vendor_uploads/vendor_uploads/main.py | 711 | CODE | |
| LOW | …/browseros/tools/vendor_uploads/vendor_uploads/main.py | 730 | CODE | |
| LOW | …/browseros/tools/vendor_uploads/vendor_uploads/main.py | 747 | CODE | |
| LOW | packages/browseros/bos_build/ci_workflow_test.py | 946 | CODE | |
| LOW | packages/browseros/bos_build/patchkit/batch_apply.py | 201 | CODE | |
| LOW | packages/browseros/bos_build/patchkit/doctor.py | 78 | CODE | |
| LOW | packages/browseros/bos_build/patchkit/doctor.py | 114 | CODE | |
| LOW | packages/browseros/bos_build/patchkit/features_io.py | 126 | CODE | |
| LOW | …/browseros/bos_build/patchkit/extract/extract_range.py | 61 | CODE | |
| LOW | …/browseros/bos_build/patchkit/extract/extract_range.py | 199 | CODE | |
| LOW | packages/browseros/bos_build/patchkit/extract/common.py | 64 | CODE | |
| LOW | packages/browseros/bos_build/patchkit/extract/common.py | 156 | CODE | |
| LOW | packages/browseros/bos_build/patchkit/extract/utils.py | 48 | CODE | |
| LOW | packages/browseros/bos_build/patchkit/extract/utils.py | 207 | CODE | |
| LOW | packages/browseros/bos_build/patchkit/extract/utils.py | 549 | CODE | |
| LOW | packages/browseros/bos_build/core/resume.py | 411 | CODE | |
| LOW | packages/browseros/bos_build/core/resume.py | 593 | CODE | |
| LOW | packages/browseros/bos_build/core/resume.py | 779 | CODE | |
| LOW | packages/browseros/bos_build/core/resume.py | 942 | CODE | |
| LOW | …ckages/browseros/bos_build/release/browser_finalize.py | 298 | CODE | |
| LOW | packages/browseros/bos_build/release/resource_pins.py | 388 | CODE | |
| LOW | packages/browseros/bos_build/release/common.py | 42 | CODE | |
| LOW | packages/browseros/bos_build/release/candidate.py | 387 | CODE | |
| LOW | packages/browseros/bos_build/release/github.py | 441 | CODE | |
| LOW | packages/browseros/bos_build/release/github.py | 536 | CODE | |
| LOW | packages/browseros/bos_build/release/lane.py | 342 | CODE | |
| LOW | packages/browseros/bos_build/release/lane.py | 530 | CODE | |
| LOW | …browseros/bos_build/release/extensions/release_test.py | 382 | CODE | |
| LOW | packages/browseros/bos_build/release/feeds/publisher.py | 564 | CODE | |
| LOW | packages/browseros/bos_build/release/ota/common.py | 73 | CODE | |
| LOW | packages/browseros/bos_build/cli/build.py | 550 | CODE | |
| LOW | packages/browseros/bos_build/cli/release_component.py | 42 | CODE | |
| LOW | packages/browseros/bos_build/cli/dev.py | 106 | CODE | |
| LOW | …es/browseros/bos_build/steps/patches/series_patches.py | 145 | CODE | |
| LOW | …rowseros/bos_build/steps/resources/chromium_replace.py | 58 | CODE | |
| LOW | …kages/browseros/bos_build/steps/resources/resources.py | 49 | CODE | |
| LOW | …browseros/bos_build/steps/resources/string_replaces.py | 33 | CODE | |
| LOW | …ges/browseros/bos_build/steps/source/provision_test.py | 128 | CODE | |
| LOW | packages/browseros/bos_build/steps/setup/clean_test.py | 111 | CODE | |
| LOW | …ges/browseros/bos_build/steps/storage/download_test.py | 29 | CODE | |
| LOW | packages/browseros/bos_build/steps/storage/upload.py | 235 | CODE | |
| LOW | …seros/bos_build/steps/extensions/bundled_extensions.py | 191 | CODE | |
| LOW | packages/browseros/bos_build/steps/sign/macos.py | 379 | CODE | |
| LOW | packages/browseros/bos_build/steps/sign/macos.py | 726 | CODE | |
| LOW | packages/browseros/bos_build/steps/sign/windows_test.py | 112 | CODE | |
| LOW | packages/browseros/bos_build/steps/sign/windows.py | 255 | CODE | |
| LOW | packages/browseros/bos_build/steps/sign/macos_test.py | 524 | CODE | |
| LOW | packages/browseros/bos_build/steps/package/macos.py | 188 | CODE | |
| LOW | …seros/bos_build/steps/package/universalizer_patched.py | 124 | CODE | |
| LOW | …seros/bos_build/steps/package/universalizer_patched.py | 232 | CODE | |
| LOW | …os/bos_build/scripts/icon_generation/generate_icons.py | 300 | CODE | |
| LOW | …os/bos_build/scripts/icon_generation/generate_icons.py | 375 | CODE | |
| LOW | packages/browseros/bos_build/lib/notify.py | 141 | CODE | |
| LOW | packages/browseros/bos_build/lib/utils.py | 198 | CODE | |
| LOW | packages/browseros/bos_build/lib/utils.py | 318 | CODE | |
| LOW | packages/browseros/bos_build/lib/r2.py | 62 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | packages/browseros/bos_build/ci_workflow_test.py | 110 | "${{ inputs.candidate-sha || inputs.ref || github.sha }}", | CODE |
| HIGH | packages/browseros/bos_build/ci_workflow_test.py | 1703 | shift || true | STRING |
| HIGH | packages/browseros/bos_build/ci_workflow_test.py | 2051 | shift || true | STRING |
| HIGH | …s_build/steps/patches/product_payload_manifest_test.py | 100 | "browseros_allow_runtime_product_override || browseros_product_browseros", | CODE |
| HIGH | …s_build/steps/patches/product_payload_manifest_test.py | 104 | "browseros_allow_runtime_product_override || browseros_product_browserclaw", | CODE |
| HIGH | packages/browseros/bos_build/steps/package/linux.py | 501 | apparmor_parser -r -T -W /etc/apparmor.d/{ctx.product.linux.apparmor_profile_name} 2>/dev/null || true | CODE |
| HIGH⚡ | packages/browseros/bos_build/steps/package/linux.py | 524 | update-alternatives --remove x-www-browser /usr/bin/{ctx.product.linux.launcher_name} 2>/dev/null || true | CODE |
| HIGH⚡ | packages/browseros/bos_build/steps/package/linux.py | 525 | update-alternatives --remove gnome-www-browser /usr/bin/{ctx.product.linux.launcher_name} 2>/dev/null || true | CODE |
| HIGH⚡ | packages/browseros/bos_build/steps/package/linux.py | 529 | apparmor_parser -R /etc/apparmor.d/{ctx.product.linux.apparmor_profile_name} 2>/dev/null || true | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .cargo/config.toml | 1 | [build] | COMMENT |
| LOW | packages/browseros-agent/bunfig.toml | 1 | # Bun configuration | COMMENT |
| LOW | …nt/crates/browseros-core/tests/captured_cdp_fixture.rs | 1 | //! Structural regression guard over REAL `Accessibility.getFullAXTree` | COMMENT |
| LOW | …/browseros-agent/crates/browseros-mcp/src/framework.rs | 81 | } | COMMENT |
| LOW | …/browseros-agent/packages/agent-mcp-manager/src/api.ts | 241 | } | COMMENT |
| LOW | …seros-agent/packages/agent-mcp-manager/src/io/index.ts | 61 | (await resolveAgentMcpConfigPath(agent, scope, opts.projectRoot)) | COMMENT |
| LOW | …gent/apps/app/components/sidebar/SidebarUserFooter.tsx | 21 | // const signInButton = ( | COMMENT |
| LOW | …browseros-agent/apps/app/lib/voice/transcribe-audio.ts | 21 | export async function transcribeAudio( | COMMENT |
| LOW | …browseros-agent/apps/server/tests/agent/prompt.test.ts | 241 | COMMENT | |
| LOW | …browseros-agent/apps/server/tests/agent/prompt.test.ts | 341 | expect(prompt).toContain('Close extra background pages') | COMMENT |
| LOW | …browseros-agent/apps/server/tests/agent/prompt.test.ts | 921 | COMMENT | |
| LOW | packages/browseros-agent/apps/server/src/rpc.ts | 1 | import type { createAgentRoutes } from './api/routes/agents' | COMMENT |
| LOW | packages/browseros-agent/apps/cli/cmd/launch.go | 161 | return strings.TrimSuffix(baseURL, "/") + "/mcp" | COMMENT |
| LOW | …wseros-agent/apps/claw-app/screens/cockpit/Cockpit.tsx | 21 | const connections = useConnections() | COMMENT |
| LOW | …ges/browseros-agent/apps/claw-server-rust/src/error.rs | 121 | } | COMMENT |
| LOW | …kages/browseros-agent/apps/claw-server-rust/src/ids.rs | 1 | //! Identity glossary — the four scopes: | COMMENT |
| LOW | …ages/browseros-agent/apps/claw-server-rust/src/main.rs | 141 | // Desktop plugins). This is the proxy port (the source of truth), falling | COMMENT |
| LOW | …ros-agent/apps/claw-server-rust/src/api/mcp/distill.rs | 121 | COMMENT | |
| LOW | …os-agent/apps/claw-server-rust/src/services/helpers.rs | 21 | /// surrounding Markdown grows. | COMMENT |
| LOW | …os-agent/apps/claw-server-rust/src/services/helpers.rs | 41 | /// Input field name to a short human description, e.g. `field0 -> "search | COMMENT |
| LOW | …/apps/claw-server-rust/src/services/recordings/live.rs | 1 | //! In-process fan-out of freshly ingested rrweb batches to live-preview | COMMENT |
| LOW | packages/archive/claw-server-ts/src/server.ts | 81 | app.use('*', cors({ origin: '*' })) | COMMENT |
| LOW | packages/browseros/tools/bpatch/src/git.rs | 61 | }, | COMMENT |
| LOW | packages/browseros/tools/bpatch/src/cli/mod.rs | 221 | #[derive(Debug, Args)] | COMMENT |
| LOW | packages/browseros/tools/bpatch/src/cli/mod.rs | 241 | /// Commit store repo changes after writing them. | COMMENT |
| LOW | packages/browseros/tools/bpatch/src/cli/mod.rs | 281 | COMMENT | |
| LOW | packages/browseros/tools/bpatch/src/engine/conflict.rs | 21 | /// Conflict session persisted under `.git/bpatch/session.json`. | COMMENT |
| LOW | …ges/browseros/bos_build/config/download_resources.yaml | 1 | # Download resources configuration for BrowserOS build | COMMENT |
| LOW | …ges/browseros/bos_build/config/download_resources.yaml | 21 | # - Use 'download_type' field to switch from plain file download to archive extraction | COMMENT |
| LOW | …seros/bos_build/steps/package/universalizer_patched.py | 301 | # inherent alignment requirement for x86_64 (absent Rosetta | COMMENT |
| LOW | packages/browseros/bos_build/steps/package/linux.py | 761 | # - sign_binaries() | COMMENT |
| LOW | …s/bos_build/scripts/icon_generation/generate_icons.txt | 1 | # BrowserOS Icon Generation Configuration | COMMENT |
| LOW | packages/browseros/bos_build/lib/versions.py | 81 | new_build = int(version_dict["BUILD"]) + int(build_offset) | COMMENT |
| LOW | …tches/chrome/browser/chrome_browser_application_mac.mm | 1 | diff --git a/chrome/browser/chrome_browser_application_mac.mm b/chrome/browser/chrome_browser_application_mac.mm | COMMENT |
| LOW | .github/workflows/test.yml | 101 | with: | COMMENT |
| LOW | .github/workflows/rust-cache-bust.yml | 1 | name: Rust Cache Bust | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …os-core/tests/data/captured/form/get-full-ax-tree.json | 1000 | "type": "placeholder", | CODE |
| LOW⚡ | …os-core/tests/data/captured/form/get-full-ax-tree.json | 1001 | "attribute": "placeholder", | CODE |
| LOW⚡ | …os-core/tests/data/captured/form/get-full-ax-tree.json | 1005 | "type": "placeholder", | CODE |
| LOW⚡ | …os-core/tests/data/captured/form/get-full-ax-tree.json | 1162 | "type": "placeholder", | CODE |
| LOW⚡ | …os-core/tests/data/captured/form/get-full-ax-tree.json | 1163 | "attribute": "placeholder", | CODE |
| LOW⚡ | …os-core/tests/data/captured/form/get-full-ax-tree.json | 1167 | "type": "placeholder", | CODE |
| LOW⚡ | …os-core/tests/data/captured/form/get-full-ax-tree.json | 1328 | "type": "placeholder", | CODE |
| LOW⚡ | …os-core/tests/data/captured/form/get-full-ax-tree.json | 1329 | "attribute": "placeholder", | CODE |
| LOW⚡ | …os-core/tests/data/captured/form/get-full-ax-tree.json | 1333 | "type": "placeholder", | CODE |
| LOW | …-core/tests/data/captured/cursor/get-full-ax-tree.json | 234 | "type": "placeholder", | CODE |
| LOW | …odules/llm-providers/oauth-provider-flow.hooks.test.ts | 89 | status: { email: 'user@example.com' }, | CODE |
| LOW | …s-agent/apps/server/tests/agent/compaction-e2e.test.ts | 220 | `Page ${pageId}: ${'Lorem ipsum dolor sit amet. '.repeat(1000)}`, | CODE |
| LOW | …s-agent/apps/server/tests/agent/compaction-e2e.test.ts | 220 | `Page ${pageId}: ${'Lorem ipsum dolor sit amet. '.repeat(1000)}`, | CODE |
| LOW⚡ | …pps/server/tests/lib/clients/oauth/token-store.test.ts | 32 | email: 'user@example.com', | CODE |
| LOW⚡ | …pps/server/tests/lib/clients/oauth/token-store.test.ts | 40 | email: 'user@example.com', | CODE |
| LOW⚡ | …pps/server/tests/lib/clients/oauth/token-store.test.ts | 45 | email: 'user@example.com', | CODE |
| LOW | packages/browseros-agent/apps/cli/cmd/llm_txt.md | 69 | browseros-cli -p $p fill @e12 "user@example.com" # clears the field first; --no-clear to append | CODE |
| LOW | packages/browseros-agent/apps/cli/cmd/llm_txt.md | 88 | browseros-cli -p $p find text "Email" fill "user@example.com" | CODE |
| LOW | packages/browseros-agent/apps/cli/cmd/llm_txt.md | 118 | 'fill @e2 "user@example.com"' \ | CODE |
| LOW | …os-agent/apps/claw-server-rust/src/analytics/events.rs | 731 | for tool_name in ["unknown", "https://private.example", "user@example.com"] { | CODE |
| LOW | …rchive/claw-server-ts/tests/services/analytics.test.ts | 43 | expect(sanitize({ client_name: 'user@example.com' })).toEqual({}) | CODE |
| LOW | …rchive/claw-server-ts/tests/services/analytics.test.ts | 75 | expect(bucketClientName('user@example.com')).toBe('other') | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/browseros/bos_build/patchkit/features_io.py | 163 | # Check if default already has valid prefix | COMMENT |
| LOW | packages/browseros/bos_build/patchkit/features_io.py | 174 | # Check if default is valid | COMMENT |
| LOW | packages/browseros/bos_build/patchkit/extract/utils.py | 397 | # Check if raw patch file exists (no suffix - this is how patches are stored) | COMMENT |
| LOW⚡ | packages/browseros/bos_build/patchkit/extract/utils.py | 502 | # Check if it's a deletion marker | COMMENT |
| LOW⚡ | packages/browseros/bos_build/patchkit/extract/utils.py | 516 | # Check if it's a binary marker | COMMENT |
| LOW | packages/browseros/bos_build/patchkit/extract/utils.py | 610 | # Check if there are changes to commit | COMMENT |
| LOW | packages/browseros/bos_build/steps/patches/patches.py | 43 | # Check if git is available | COMMENT |
| LOW | …browseros/bos_build/steps/resources/string_replaces.py | 48 | # Read the file content | COMMENT |
| LOW | packages/browseros/bos_build/steps/storage/download.py | 418 | # Check if any target arch matches any condition arch | COMMENT |
| LOW | packages/browseros/bos_build/steps/sign/macos.py | 1088 | # Check if accepted | COMMENT |
| LOW | packages/browseros/bos_build/steps/package/macos.py | 248 | # Check if accepted | COMMENT |
| LOW | …seros/bos_build/steps/package/universalizer_patched.py | 264 | # Check if this is a Mach-O file that can be merged | COMMENT |
| LOW | …seros/bos_build/steps/package/universalizer_patched.py | 281 | # Check if files are already universal with same architectures | COMMENT |
| LOW | .github/workflows/audit.yml | 35 | # Check if vulnerabilities exist | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | packages/browseros/bos_build/cli/release_test.py | 0 | stdout + stderr across click versions (8.2 split them). | STRING |
| HIGH | packages/browseros/bos_build/cli/build_test.py | 0 | stdout + stderr across click versions (8.2 split them). | STRING |
| HIGH | packages/browseros/bos_build/cli/dev_test.py | 0 | stdout + stderr across click versions (8.2 split them). | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …kages/browseros/bos_build/patchkit/extract/__init__.py | 18 | __all__ = [ | CODE |
| LOW | packages/browseros/bos_build/products/__init__.py | 24 | __all__ = [ | CODE |
| LOW | packages/browseros/bos_build/core/__init__.py | 6 | __all__ = [ | CODE |
| LOW | packages/browseros/bos_build/release/__init__.py | 30 | __all__ = [ | CODE |
| LOW | …es/browseros/bos_build/release/extensions/workspace.py | 94 | def update_manifest_version(manifest_path: Path, version: str) -> None: | CODE |
| LOW | packages/browseros/bos_build/release/feeds/__init__.py | 19 | __all__ = [ | CODE |
| LOW | packages/browseros/bos_build/release/ota/__init__.py | 28 | __all__ = [ | CODE |
| LOW | packages/browseros/bos_build/steps/__init__.py | 31 | __all__ = [ | CODE |
| LOW | packages/browseros/bos_build/steps/source/__init__.py | 9 | __all__ = ["SourceCheckoutModule", "SourceSyncModule"] | CODE |
| LOW | packages/browseros/bos_build/steps/storage/__init__.py | 7 | __all__ = [ | CODE |
| LOW | …kages/browseros/bos_build/steps/extensions/__init__.py | 6 | __all__ = ["BundledExtensionsModule"] | CODE |
| LOW | packages/browseros/bos_build/steps/compile/__init__.py | 13 | __all__ = [ | CODE |
| LOW | packages/browseros/bos_build/lib/__init__.py | 6 | __all__ = [ | CODE |
| LOW | packages/browseros/bos_build/lib/logger.py | 110 | __all__ = [ | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …ent/apps/server/src/lib/clients/oauth/copilot-fetch.ts | 100 | // Step 1: scale longest side to 2048 | COMMENT |
| LOW⚡ | …ent/apps/server/src/lib/clients/oauth/copilot-fetch.ts | 107 | // Step 2: scale shortest side to 768 | COMMENT |
| LOW | …/browseros/bos_build/patchkit/extract/extract_range.py | 75 | # Step 1: Validate commits | COMMENT |
| LOW | …/browseros/bos_build/patchkit/extract/extract_range.py | 188 | # Step 6: Log summary | COMMENT |
| LOW⚡ | packages/browseros/bos_build/patchkit/extract/common.py | 173 | # Step 1: Get files changed in commit WITH their status (A/M/D/R/C) | COMMENT |
| LOW⚡ | packages/browseros/bos_build/patchkit/extract/common.py | 183 | # Step 2: Process each file based on its status | COMMENT |
| LOW | …browseros/bos_build/patchkit/extract/extract_commit.py | 41 | # Step 1: Validate commit | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | packages/browseros/bos_build/patchkit/extract/common.py | 221 | # Create a synthetic add patch | COMMENT |
| MEDIUM | …ges/browseros/bos_build/config/download_resources.yaml | 2 | # This file defines resources to download from R2 before the build process | COMMENT |
| MEDIUM | packages/browseros/bos_build/steps/package/macos.py | 383 | # Create the universal DMG | COMMENT |
| MEDIUM | packages/browseros/bos_build/lib/utils.py | 245 | # Create a CompletedProcess object with captured output | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/browseros/bos_build/patchkit/extract/extract_range.py | 290 | CODE | |
| LOW | packages/browseros/bos_build/release/appcast.py | 27 | CODE | |
| LOW | packages/browseros/bos_build/release/plan_test.py | 131 | CODE | |
| LOW | packages/browseros/bos_build/release/github.py | 489 | CODE | |
| LOW | packages/browseros/bos_build/cli/build.py | 61 | CODE | |
| LOW | packages/browseros/bos_build/cli/release_component.py | 94 | CODE | |
| LOW | packages/browseros/bos_build/cli/release_candidate.py | 72 | CODE | |
| LOW | packages/browseros/bos_build/cli/release.py | 254 | CODE | |
| LOW | packages/browseros/bos_build/cli/release_feeds.py | 52 | CODE | |
| LOW | packages/browseros/bos_build/cli/release_resources.py | 58 | CODE | |
| LOW | packages/browseros/bos_build/cli/dev.py | 316 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …pps/server/tests/api/services/chat-service-acp.test.ts | 153 | const saved = fixture.conversationStore.save.mock.calls.at(-1)?.[0] as | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | packages/browseros/bos_build/patchkit/extract/utils.py | 56 | Run a git command and return the result Args: cmd: Command to run cwd: Working directory ca | STRING |
| HIGH | packages/browseros/bos_build/core/resolver.py | 101 | Resolve DIRECT-mode pipeline from --modules or phase flags. Args: cli_args: CLI arguments dictionary | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …ckages/browseros-agent/contracts/claw-api/openapi.yaml | 40 | $ref: ./paths/connections.yaml#/harness | CODE |
| MEDIUM | …os-agent/apps/claw-server-rust/src/services/helpers.rs | 280 | /// robust. A file with no frontmatter yields `None`; one with no `js` fence | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …ent/apps/app/screens/ai-settings/NewProviderDialog.tsx | 265 | // Context window guardrails for catalog models with a known window. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/browseros-agent/apps/cli/scripts/install.sh | 5 | # Usage: | COMMENT |
| LOW | …/ui/views/side_panel/browseros_simple_page_extractor.h | 47 | +// Example usage: | CODE |