🌐 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 11,955 GitHub stars. SynthScan v2.0 examined 312,084 lines of code across 2103 source files, recording 1411 pattern matches distributed across 17 syntactic categories. The overall adjusted score of 5.5 places this repository in the Low AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 1411 distinct pattern matches across 17 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/release_secrets/sync.py | 282 | def _skip_blank_and_comment_lines( | CODE |
| LOW | tools/release_secrets/sync.py | 347 | def _decode_double_quoted_escape(char: str) -> str: | CODE |
| LOW | tools/release_secrets/sync.py | 362 | def _consume_trailing_comment( | CODE |
| LOW | tools/release_secrets/sync.py | 483 | def scan_secret_refs_from_text(text: str) -> set[str]: | CODE |
| LOW | tools/release_secrets/sync.py | 490 | def scan_workflow_secret_refs(repo_root: Path) -> set[str]: | CODE |
| LOW | tools/release_secrets/sync_test.py | 16 | def test_multiline_quoted_values_round_trip(self): | CODE |
| LOW | tools/release_secrets/sync_test.py | 37 | def test_quotes_escapes_and_inline_comments(self): | CODE |
| LOW⚡ | tools/release_secrets/sync_test.py | 54 | def test_crlf_input_normalizes_multiline_values(self): | CODE |
| LOW⚡ | tools/release_secrets/sync_test.py | 61 | def test_unterminated_quote_raises_without_value_echo(self): | CODE |
| LOW⚡ | tools/release_secrets/sync_test.py | 70 | def test_scans_dotted_and_bracket_secret_references(self): | CODE |
| LOW⚡ | tools/release_secrets/sync_test.py | 98 | def test_slack_webhook_is_not_in_release_workflow_allowlist(self): | CODE |
| LOW⚡ | tools/release_secrets/sync_test.py | 103 | def test_esigner_credential_id_is_optional_in_check(self): | CODE |
| LOW⚡ | tools/release_secrets/sync_test.py | 113 | def test_optional_agent_runner_secret_syncs_when_env_provides_it(self): | CODE |
| LOW | …owseros-agent/packages/agent-mcp-manager/src/agents.ts | 44 | export async function resolveAgentMcpConfigPath( | 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 | …seros-agent/packages/build-server-tools/src/archive.ts | 36 | export async function archiveAndUploadArtifacts( | CODE |
| LOW | …wseros-agent/packages/build-server-tools/src/config.ts | 59 | 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 | 61 | export function buildCanonicalMcpEndpointUrl(): string { | CODE |
| LOW | …gent/apps/claw-onboard/src/modules/api/mcp-endpoint.ts | 66 | export function buildCanonicalMcpCliCommand(): string { | CODE |
| LOW | …gent/apps/claw-onboard/src/onboarding/OnboardingV2.tsx | 58 | 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 | 135 | export function importSourceSelectionChangeFor( | CODE |
| LOW | …ent/apps/app/screens/ai-settings/NewProviderDialog.tsx | 133 | function isProviderTypeOptionSupported( | CODE |
| LOW | …ent/apps/app/screens/ai-settings/NewProviderDialog.tsx | 144 | function getVisibleProviderTypeOptions(supports: FeatureSupport) { | CODE |
| LOW | …t/apps/app/screens/ai-settings/provider-form-schema.ts | 118 | export function isCredentiallessProviderType( | CODE |
| LOW | …t/apps/app/screens/ai-settings/provider-form-schema.ts | 125 | export function normalizeProviderFormValues( | CODE |
| LOW | …app/screens/ai-settings/default-chat-target.helpers.ts | 20 | export function resolveEffectiveDefaultTarget({ | CODE |
| LOW | …app/screens/customization/ToolbarSettingsCard.test.tsx | 59 | function resolveStaticFeatureSupport({ | CODE |
| LOW | …app/screens/customization/ToolbarSettingsCard.test.tsx | 76 | 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/agent-stream-events.ts | 3 | export function mapAgentHarnessToolStatus( | CODE |
| LOW | …app/screens/agent-command/AgentCommandConversation.tsx | 35 | function AgentConversationController({ | CODE |
| LOW | …ent/apps/app/screens/agent-command/agent-chat-types.ts | 128 | export function mapHistoryItemToAgentMessage( | CODE |
| LOW | …ent/apps/app/screens/agent-command/agent-chat-types.ts | 216 | export function buildChatHistoryFromAgentMessages( | CODE |
| LOW | …ent/apps/app/screens/agent-command/agent-chat-types.ts | 235 | export function filterTurnsPersistedInHistory( | CODE |
| LOW | …apps/app/screens/agent-command/home-compose.helpers.ts | 10 | export function resolveHomeLlmRoutingMode({ | CODE |
| LOW | …s/app/screens/agent-command/pending-initial-message.ts | 62 | export function consumePendingInitialMessage( | CODE |
| LOW | …s/app/screens/agent-command/pending-initial-message.ts | 82 | export function peekPendingInitialMessage(): PendingInitialMessage | null { | 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 |
| LOW | …browseros-agent/apps/app/lib/browseros/capabilities.ts | 118 | export function resolveStaticFeatureSupport({ | CODE |
| LOW | …browseros-agent/apps/app/lib/browseros/capabilities.ts | 142 | export function resolveFeatureStaticSupport({ | CODE |
| LOW | …os-agent/apps/app/lib/browseros/chrome-browser-os.d.ts | 34 | function getBrowserosVersionNumber(callback: (version: string) => void): void | CODE |
| LOW | …wseros-agent/apps/app/lib/browseros/toggleSidePanel.ts | 25 | export async function setSidePanelPerWindowPreference( | CODE |
| LOW | …wseros-agent/apps/app/lib/browseros/toggleSidePanel.ts | 33 | async function applySidePanelPerWindowPreference( | CODE |
| 952 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/app/lib/tool-labels.ts | 95 | // ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/browseros-agent/apps/app/lib/tool-labels.ts | 97 | // ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/browseros-agent/apps/app/lib/tool-labels.ts | 151 | // ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/browseros-agent/apps/app/lib/tool-labels.ts | 153 | // ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/browseros-agent/apps/app/lib/tool-labels.ts | 256 | // ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/browseros-agent/apps/app/lib/tool-labels.ts | 258 | // ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …r/src/lib/agents/runtime/host-process-agent-runtime.ts | 71 | // ── Status surface ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | …r/src/lib/agents/runtime/host-process-agent-runtime.ts | 96 | // ── Action dispatch ────────────────────────────────────────────── | COMMENT |
| MEDIUM | …r/src/lib/agents/runtime/host-process-agent-runtime.ts | 117 | // ── ACP plane integration ──────────────────────────────────────── | COMMENT |
| MEDIUM | …r/src/lib/agents/runtime/host-process-agent-runtime.ts | 128 | // ── Health probe ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | …r/src/lib/agents/runtime/host-process-agent-runtime.ts | 179 | // ── Subclass hooks ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | …r/src/lib/agents/runtime/host-process-agent-runtime.ts | 197 | // ── Internals ──────────────────────────────────────────────────── | 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 | 86 | # ── LAYER 2: PLATFORM PATCHES ───────────────────────────── | COMMENT |
| MEDIUM | packages/browseros/chromium_patches/.features.yaml | 107 | # ── LAYER 3: INFRASTRUCTURE SERVICES ────────────────────── | COMMENT |
| MEDIUM | packages/browseros/chromium_patches/.features.yaml | 170 | # ── LAYER 4: FEATURES ───────────────────────────────────── | COMMENT |
| MEDIUM | packages/browseros/chromium_patches/.features.yaml | 414 | # ── LAYER 5: FIXES ──────────────────────────────────────── | COMMENT |
| 1 more matches not shown… | ||||
| 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 | 497 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/core/runner.py | 101 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/core/runner.py | 121 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/core/runner.py | 211 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/release/common.py | 104 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/release/common.py | 176 | except Exception: | CODE |
| LOW | packages/browseros/bos_build/release/common.py | 253 | except Exception: | CODE |
| LOW | packages/browseros/bos_build/release/common.py | 262 | except Exception: | CODE |
| LOW | packages/browseros/bos_build/release/github.py | 65 | except Exception: | CODE |
| LOW | packages/browseros/bos_build/release/github.py | 78 | except Exception: | CODE |
| LOW | packages/browseros/bos_build/release/publish.py | 32 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/release/feeds/render.py | 102 | except Exception: | CODE |
| LOW | packages/browseros/bos_build/release/feeds/render.py | 247 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/release/feeds/publisher.py | 461 | except Exception as e: | 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 | 116 | 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 | 82 | 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 | 154 | except Exception as e: | CODE |
| LOW | …kages/browseros/bos_build/steps/resources/resources.py | 251 | except Exception as e: | CODE |
| LOW | …browseros/bos_build/steps/resources/string_replaces.py | 71 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/steps/source/cache.py | 83 | except Exception: | CODE |
| LOW | packages/browseros/bos_build/steps/compile/standard.py | 49 | except Exception: | CODE |
| LOW | packages/browseros/bos_build/steps/sign/macos.py | 613 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/steps/sign/macos.py | 648 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/steps/sign/macos.py | 861 | except Exception: | CODE |
| LOW | packages/browseros/bos_build/steps/sign/macos.py | 1115 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/steps/sign/windows.py | 398 | except Exception: | CODE |
| LOW⚡ | packages/browseros/bos_build/steps/sign/windows.py | 418 | except Exception: | CODE |
| LOW⚡ | packages/browseros/bos_build/steps/sign/windows.py | 421 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/steps/package/merge.py | 82 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/steps/package/macos.py | 133 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/steps/package/macos.py | 164 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/steps/package/macos.py | 261 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/steps/package/windows.py | 96 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/steps/package/windows.py | 116 | except Exception as e: | CODE |
| LOW | packages/browseros/bos_build/steps/package/windows.py | 139 | except Exception as e: | CODE |
| 22 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/products/__init__.py | 12 | 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 | 17 | 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 | 13 | CODE | |
| LOW | packages/browseros/bos_build/steps/__init__.py | 14 | CODE | |
| 27 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .claude/skills/write-docs/SKILL.md | 13 | ### Step 1: Understand the Feature | COMMENT |
| LOW | .claude/skills/write-docs/SKILL.md | 27 | ### Step 2: Gather Screenshots | COMMENT |
| LOW | .claude/skills/write-docs/SKILL.md | 35 | ### Step 3: Write the Documentation | COMMENT |
| LOW | .claude/skills/write-docs/SKILL.md | 64 | ### Step 4: Update Navigation | COMMENT |
| LOW | .claude/skills/write-docs/SKILL.md | 68 | ### Step 5: Preview | COMMENT |
| LOW | .claude/skills/ask-internal/SKILL.md | 40 | ### Step 0: Pre-flight | COMMENT |
| LOW | .claude/skills/ask-internal/SKILL.md | 53 | ### Step 1: Parse the question | COMMENT |
| LOW | .claude/skills/ask-internal/SKILL.md | 61 | ### Step 2: Multi-source search | COMMENT |
| LOW⚡ | .claude/skills/ask-internal/SKILL.md | 83 | ### Step 3: Synthesize answer | COMMENT |
| LOW⚡ | .claude/skills/ask-internal/SKILL.md | 93 | ### Step 4: Offer execution (only if commands surfaced) | COMMENT |
| LOW⚡ | .claude/skills/ask-internal/SKILL.md | 103 | ### Step 5: Doc-not-found path | COMMENT |
| LOW⚡ | .claude/skills/ask-internal/SKILL.md | 111 | ### 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 | 442 | 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/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/release/github.py | 90 | CODE | |
| LOW | packages/browseros/bos_build/release/ota/common.py | 94 | CODE | |
| LOW | packages/browseros/bos_build/cli/build.py | 484 | 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 | 31 | CODE | |
| LOW | …browseros/bos_build/steps/resources/string_replaces.py | 33 | CODE | |
| LOW | …ges/browseros/bos_build/steps/storage/download_test.py | 27 | CODE | |
| LOW | packages/browseros/bos_build/steps/storage/upload.py | 161 | CODE | |
| LOW | …seros/bos_build/steps/extensions/bundled_extensions.py | 362 | CODE | |
| LOW | packages/browseros/bos_build/steps/sign/macos.py | 323 | CODE | |
| LOW | packages/browseros/bos_build/steps/sign/macos.py | 653 | 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 | 378 | CODE | |
| LOW | packages/browseros/bos_build/steps/package/macos.py | 169 | 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 |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| 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 | …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 hidden pages') | COMMENT |
| LOW | …browseros-agent/apps/server/tests/agent/prompt.test.ts | 1041 | COMMENT | |
| LOW | …ros-agent/apps/server/src/api/services/chat-service.ts | 341 | session.agent.appendUserMessage(request.message) | COMMENT |
| LOW | …ros-agent/apps/server/src/api/services/chat-service.ts | 381 | // The agent loop returns `messages` containing the prompt- | COMMENT |
| LOW | packages/browseros-agent/apps/cli/cmd/launch.go | 161 | return strings.TrimSuffix(baseURL, "/") + "/mcp" | COMMENT |
| LOW | …claw-app/screens/cockpit/cockpit-onboarding.helpers.ts | 81 | docs: 'Read the docs', | COMMENT |
| LOW | …os-agent/apps/claw-app/screens/cockpit/cockpit.data.ts | 21 | // reads from it; render N+1 sees what render N wrote. We mutate in | COMMENT |
| LOW | …wseros-agent/apps/claw-app/screens/cockpit/Cockpit.tsx | 21 | const connections = useBrowserosConnections() | COMMENT |
| LOW | packages/browseros-agent/apps/claw-server/src/main.ts | 61 | // scanning, log-tailing, or waiting for a harness link to populate | COMMENT |
| LOW | packages/browseros-agent/apps/claw-server/src/main.ts | 101 | // session. Cleanly stopped on SIGINT/SIGTERM below; the handle is | COMMENT |
| LOW | packages/browseros-agent/apps/claw-server/src/env.ts | 61 | resourcesDir: resolveDefaultResourcesDir(), | COMMENT |
| LOW | …ent/apps/claw-server/src/services/screencast-poller.ts | 61 | const registry = opts.registry ?? defaultRegistry | COMMENT |
| LOW | packages/browseros/tools/bpatch/src/git.rs | 61 | }, | COMMENT |
| LOW | packages/browseros/tools/bpatch/src/cli/mod.rs | 221 | /// Revision or rev1..rev2 range to extract. | COMMENT |
| LOW | packages/browseros/tools/bpatch/src/engine/conflict.rs | 21 | /// Conflict session persisted under `.git/bpatch/session.json`. | COMMENT |
| LOW | packages/browseros/bos_build/config/copy_resources.yaml | 1 | # Copy resources configuration for Nxtscape build | COMMENT |
| LOW | packages/browseros/bos_build/config/copy_resources.yaml | 21 | # | COMMENT |
| LOW | packages/browseros/bos_build/config/copy_resources.yaml | 201 | # clear_destination: true | COMMENT |
| LOW | packages/browseros/bos_build/config/copy_resources.yaml | 221 | # renames: | COMMENT |
| LOW | packages/browseros/bos_build/config/copy_resources.yaml | 241 | # - from: "bin/browseros-claw-server-rs" | COMMENT |
| LOW | packages/browseros/bos_build/config/copy_resources.yaml | 261 | # to: "bin/browseros-claw-server" | 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 | …ges/browseros/bos_build/config/download_resources.yaml | 121 | # r2_key: "claw-server-rust/prod-resources/latest/browseros-claw-server-rust-resources-darwin-x64.zip" | COMMENT |
| LOW | …ges/browseros/bos_build/config/download_resources.yaml | 141 | # - name: "BrowserOS Claw Rust Server Resources - Windows x64" | 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 |
| 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 | 324 | # Check if any target arch matches any condition arch | COMMENT |
| LOW | packages/browseros/bos_build/steps/sign/macos.py | 976 | # Check if accepted | COMMENT |
| LOW | packages/browseros/bos_build/steps/package/macos.py | 201 | # 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 | 33 | # Check if vulnerabilities exist | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | packages/browseros/bos_build/patchkit/extract/common.py | 221 | # Create a synthetic add patch | COMMENT |
| MEDIUM | packages/browseros/bos_build/config/copy_resources.yaml | 2 | # This file defines all copy operations for resources during the build process | 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 | …kages/browseros/bos_build/steps/resources/resources.py | 236 | # Create the commit | COMMENT |
| MEDIUM | packages/browseros/bos_build/steps/package/macos.py | 334 | # 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 |
|---|---|---|---|---|
| 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 | 28 | __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 | 30 | __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 |
|---|---|---|---|---|
| LOW | …odules/llm-providers/oauth-provider-flow.hooks.test.ts | 71 | status: { email: 'user@example.com' }, | CODE |
| LOW | …s-agent/apps/server/tests/agent/compaction-e2e.test.ts | 324 | `Page ${pageId}: ${'Lorem ipsum dolor sit amet. '.repeat(1000)}`, | CODE |
| LOW | …s-agent/apps/server/tests/agent/compaction-e2e.test.ts | 324 | `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 |
| 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 | 100 | Resolve DIRECT-mode pipeline from --modules or phase flags. Args: cli_args: CLI arguments dictionary | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/browseros/bos_build/patchkit/extract/extract_range.py | 290 | CODE | |
| LOW | packages/browseros/bos_build/cli/build.py | 52 | CODE | |
| LOW | packages/browseros/bos_build/cli/dev.py | 316 | CODE |
| 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 |