Claude Desktop for Linux
This report presents the forensic synthetic code analysis of aaddrick/claude-desktop-debian, a TypeScript project with 5,268 GitHub stars. SynthScan v2.0 examined 71,833 lines of code across 276 source files, recording 436 pattern matches distributed across 14 syntactic categories. The overall adjusted score of 9.9 places this repository in the Low AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
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 436 distinct pattern matches across 14 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | build.sh | 3 | #=============================================================================== | COMMENT |
| MEDIUM | build.sh | 7 | #=============================================================================== | COMMENT |
| MEDIUM | build.sh | 73 | #=============================================================================== | COMMENT |
| MEDIUM | build.sh | 75 | #=============================================================================== | COMMENT |
| MEDIUM | build.sh | 254 | #=============================================================================== | COMMENT |
| MEDIUM | build.sh | 256 | #=============================================================================== | COMMENT |
| MEDIUM | tools/patch-necessity-audit.sh | 2 | #=============================================================================== | COMMENT |
| MEDIUM | tools/patch-necessity-audit.sh | 22 | #=============================================================================== | COMMENT |
| MEDIUM | tools/patch-necessity-audit.sh | 56 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/patch-necessity-audit.sh | 58 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/patch-necessity-audit.sh | 110 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/patch-necessity-audit.sh | 112 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/patch-necessity-audit.sh | 126 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/patch-necessity-audit.sh | 128 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/patch-necessity-audit.sh | 322 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/patch-necessity-audit.sh | 324 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .claude/scripts/triage/validate.sh | 30 | # ─── Path resolution ────────────────────────────────────────────── | COMMENT |
| MEDIUM | .claude/scripts/triage/validate.sh | 44 | # ─── Closed-world extraction ────────────────────────────────────── | COMMENT |
| MEDIUM | .claude/scripts/triage/validate.sh | 70 | # ─── Anchor grep ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .claude/scripts/triage/validate.sh | 88 | # ─── Schema-ban scan ────────────────────────────────────────────── | COMMENT |
| MEDIUM | .claude/scripts/triage/validate.sh | 113 | # ─── Per-finding validation ─────────────────────────────────────── | COMMENT |
| MEDIUM | .claude/scripts/triage/validate.sh | 214 | # ─── Per-anchor validation ──────────────────────────────────────── | COMMENT |
| MEDIUM | .claude/scripts/triage/validate.sh | 272 | # ─── Related issues ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | .claude/scripts/triage/validate.sh | 311 | # ─── Pattern sweep re-grep ──────────────────────────────────────── | COMMENT |
| MEDIUM | .claude/scripts/triage/validate.sh | 350 | # ─── Assemble output ────────────────────────────────────────────── | COMMENT |
| MEDIUM | .claude/scripts/triage/drift-bridge.sh | 33 | # ─── Resolve claimed_version → approximate date ────────────────── | COMMENT |
| MEDIUM | .claude/scripts/triage/drift-bridge.sh | 55 | # ─── Collect files named in findings ────────────────────────────── | COMMENT |
| MEDIUM | .claude/scripts/triage/drift-bridge.sh | 63 | # ─── git log sweep ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | .claude/scripts/triage/drift-bridge.sh | 85 | # ─── gh pr list sweep ───────────────────────────────────────────── | COMMENT |
| MEDIUM | .claude/scripts/triage/drift-bridge.sh | 111 | # ─── Assemble ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .claude/scripts/triage/suspicious-input-scan.sh | 33 | # ─── Read fields ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .claude/scripts/triage/suspicious-input-scan.sh | 41 | # ─── Scan ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .claude/scripts/triage/suspicious-input-scan.sh | 70 | # ─── Output ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …eported-environments/scripts/make_timeseries_charts.py | 50 | # ===================================================================== | COMMENT |
| MEDIUM | …eported-environments/scripts/make_timeseries_charts.py | 54 | # ===================================================================== | COMMENT |
| MEDIUM⚡ | …eported-environments/scripts/make_timeseries_charts.py | 127 | # ===================================================================== | COMMENT |
| MEDIUM⚡ | …eported-environments/scripts/make_timeseries_charts.py | 129 | # ===================================================================== | COMMENT |
| MEDIUM⚡ | …eported-environments/scripts/make_timeseries_charts.py | 133 | # ===================================================================== | COMMENT |
| MEDIUM⚡ | …eported-environments/scripts/make_timeseries_charts.py | 135 | # ===================================================================== | COMMENT |
| MEDIUM⚡ | …eported-environments/scripts/make_timeseries_charts.py | 139 | # ===================================================================== | COMMENT |
| MEDIUM⚡ | …eported-environments/scripts/make_timeseries_charts.py | 141 | # ===================================================================== | COMMENT |
| MEDIUM⚡ | …eported-environments/scripts/make_timeseries_charts.py | 145 | # ===================================================================== | COMMENT |
| MEDIUM⚡ | …eported-environments/scripts/make_timeseries_charts.py | 147 | # ===================================================================== | COMMENT |
| MEDIUM⚡ | …eported-environments/scripts/make_timeseries_charts.py | 151 | # ===================================================================== | COMMENT |
| MEDIUM⚡ | …eported-environments/scripts/make_timeseries_charts.py | 153 | # ===================================================================== | COMMENT |
| MEDIUM | …eported-environments/scripts/make_timeseries_charts.py | 191 | # ===================================================================== | COMMENT |
| MEDIUM | …eported-environments/scripts/make_timeseries_charts.py | 195 | # ===================================================================== | COMMENT |
| MEDIUM | …e-history/reported-environments/scripts/make_charts.py | 62 | # ===================================================================== | COMMENT |
| MEDIUM | …e-history/reported-environments/scripts/make_charts.py | 64 | # ===================================================================== | COMMENT |
| MEDIUM | …e-history/reported-environments/scripts/make_charts.py | 77 | # ===================================================================== | COMMENT |
| MEDIUM | …e-history/reported-environments/scripts/make_charts.py | 79 | # ===================================================================== | COMMENT |
| MEDIUM | …e-history/reported-environments/scripts/make_charts.py | 91 | # ===================================================================== | COMMENT |
| MEDIUM | …e-history/reported-environments/scripts/make_charts.py | 93 | # ===================================================================== | COMMENT |
| MEDIUM | …e-history/reported-environments/scripts/make_charts.py | 109 | # ===================================================================== | COMMENT |
| MEDIUM | …e-history/reported-environments/scripts/make_charts.py | 113 | # ===================================================================== | COMMENT |
| MEDIUM | …e-history/reported-environments/scripts/make_charts.py | 144 | # ===================================================================== | COMMENT |
| MEDIUM | …e-history/reported-environments/scripts/make_charts.py | 146 | # ===================================================================== | COMMENT |
| MEDIUM | scripts/doctor.sh | 2 | #=============================================================================== | COMMENT |
| MEDIUM | scripts/doctor.sh | 18 | #=============================================================================== | COMMENT |
| MEDIUM | scripts/launcher-common.sh | 932 | #=============================================================================== | COMMENT |
| 41 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | build.sh | 41 | # desktopName field (it ignores --class, productName, and the ELF | COMMENT |
| LOW | tools/chromium-switch-smoke.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | tools/patch-necessity-audit.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | tools/test-harness/eipc-registry-probe.ts | 1 | // Probe to verify whether the eipc channel registry (LocalSessions_$_*, | COMMENT |
| LOW | tools/test-harness/grounding-probe.ts | 1 | // Grounding probe — dumps Claude Desktop runtime state that backs the | COMMENT |
| LOW | tools/test-harness/grounding-probe.ts | 21 | // T22 AX fingerprint (PR toolbar — open the surface before probing) | COMMENT |
| LOW | tools/test-harness/orchestrator/sweep.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | tools/test-harness/src/lib/ax.ts | 1 | // AX-tree loading + traversal primitives — shared substrate for any | COMMENT |
| LOW | tools/test-harness/src/lib/ax.ts | 21 | // | COMMENT |
| LOW | tools/test-harness/src/lib/ax.ts | 41 | // click anchor scans. The predicate carries the discrimination | COMMENT |
| LOW | tools/test-harness/src/lib/ax.ts | 81 | // `computedRole` is `AxNode.role.value` — the platform-computed role | COMMENT |
| LOW | tools/test-harness/src/lib/ax.ts | 101 | // of that role exist? | COMMENT |
| LOW | tools/test-harness/src/lib/ax.ts | 281 | // polling for is exactly the AX tree updating. | COMMENT |
| LOW | tools/test-harness/src/lib/ax.ts | 321 | } | COMMENT |
| LOW | tools/test-harness/src/lib/ax.ts | 341 | // keeps the first iteration from racing the in-flight render. | COMMENT |
| LOW | tools/test-harness/src/lib/ax.ts | 361 | // `inspector.clickByBackendNodeId` if a click follows. Keeping click | COMMENT |
| LOW | tools/test-harness/src/lib/ax.ts | 401 | COMMENT | |
| LOW | tools/test-harness/src/lib/electron-mocks.ts | 1 | // Mock-then-call helpers for side-effecting Electron module APIs. | COMMENT |
| LOW | tools/test-harness/src/lib/electron-mocks.ts | 21 | // | COMMENT |
| LOW | tools/test-harness/src/lib/electron-mocks.ts | 141 | return await inspector.evalInMain<ShowItemInFolderCall[]>( | COMMENT |
| LOW | tools/test-harness/src/lib/row.ts | 1 | // Row-aware skip primitive. | COMMENT |
| LOW | tools/test-harness/src/lib/eipc.ts | 1 | // "eipc" channel-registry primitive — runtime discovery of the custom | COMMENT |
| LOW | tools/test-harness/src/lib/eipc.ts | 21 | // where every `e.ipc.handle("$eipc_message$_..._$_<scope>_$_<iface>_$_<method>", fn)` | COMMENT |
| LOW | tools/test-harness/src/lib/eipc.ts | 41 | // `waitForEipcChannel(s)`. Handler PRESENCE checks (T22b / T31b / T33b | COMMENT |
| LOW | tools/test-harness/src/lib/eipc.ts | 61 | // `invokeEipcChannel` is read-by-default but doesn't enforce a | COMMENT |
| LOW | tools/test-harness/src/lib/eipc.ts | 221 | // margin for slow-cache cases. | COMMENT |
| LOW | tools/test-harness/src/lib/eipc.ts | 301 | interval: opts.intervalMs ?? 250, | COMMENT |
| LOW | tools/test-harness/src/lib/eipc.ts | 321 | // 1s on a warm app; the 30s budget is for cold-cache cases. | COMMENT |
| LOW | tools/test-harness/src/lib/eipc.ts | 341 | // works (the gate is structural, not `instanceof`-checked) but spoofs | COMMENT |
| LOW | tools/test-harness/src/lib/electron.ts | 21 | // launch, cleaned up on close(). | COMMENT |
| LOW | tools/test-harness/src/lib/electron.ts | 81 | // non-zero `code` and was NOT killed by us (`signal === null`), | COMMENT |
| LOW | tools/test-harness/src/lib/electron.ts | 101 | COMMENT | |
| LOW | tools/test-harness/src/lib/electron.ts | 121 | // invoked because we spawn Electron directly to keep CLAUDE_CDP_AUTH | COMMENT |
| LOW | tools/test-harness/src/lib/input.ts | 1 | // Focus-shifter primitive for "Quick Entry shortcut fires from any focus" | COMMENT |
| LOW | tools/test-harness/src/lib/input.ts | 21 | // `search --name <regex> windowfocus` as one atomic call. Doing it | COMMENT |
| LOW | tools/test-harness/src/lib/input.ts | 101 | } | COMMENT |
| LOW | tools/test-harness/src/lib/input.ts | 221 | COMMENT | |
| LOW | tools/test-harness/src/lib/input.ts | 241 | // missing on minimal Fedora installs. | COMMENT |
| LOW | tools/test-harness/src/lib/asar.ts | 1 | // Read files out of the installed app.asar without on-disk extraction. | COMMENT |
| LOW | tools/test-harness/src/lib/argv.ts | 1 | // Read a process's argv from /proc/<pid>/cmdline. | COMMENT |
| LOW | tools/test-harness/src/lib/inspector.ts | 1 | // Node-inspector client for Electron's main process. | COMMENT |
| LOW | tools/test-harness/src/lib/input-niri.ts | 1 | // Focus-shifter primitive for "Quick Entry shortcut fires from any | COMMENT |
| LOW | tools/test-harness/src/lib/input-niri.ts | 21 | // WIDs are hex strings. Callers handle one or the other based on | COMMENT |
| LOW | tools/test-harness/src/lib/input-niri.ts | 41 | // --title <T> verbatim with no de-escaping surprises, and ships in | COMMENT |
| LOW | tools/test-harness/src/lib/input-niri.ts | 121 | } | COMMENT |
| LOW | tools/test-harness/src/lib/input-niri.ts | 221 | } | COMMENT |
| LOW | tools/test-harness/src/lib/host-claude.ts | 1 | // Detect-and-kill any running Claude Desktop process owned by the | COMMENT |
| LOW | tools/test-harness/src/lib/claudeai.ts | 1 | // claude.ai renderer-UI domain wrapper — single point of coupling to | COMMENT |
| LOW | tools/test-harness/src/lib/claudeai.ts | 41 | // All three CDP-exposed menu-item variants. Caller code wants to treat | COMMENT |
| LOW | tools/test-harness/src/lib/claudeai.ts | 61 | // through `lib/claudeai.ts`. | COMMENT |
| LOW | tools/test-harness/src/lib/claudeai.ts | 241 | // to match QuickEntry / MainWindow in quickentry.ts. | COMMENT |
| LOW | tools/test-harness/src/lib/claudeai.ts | 341 | `CodeTab.selectLocal: no /^Local\\b/ item in the open menu. ` + | COMMENT |
| LOW | tools/test-harness/src/lib/quickentry.ts | 1 | // Quick Entry domain wrapper — single point of coupling to upstream's | COMMENT |
| LOW | tools/test-harness/src/lib/quickentry.ts | 61 | '29:0', // LEFTCTRL up | COMMENT |
| LOW | tools/test-harness/src/lib/quickentry.ts | 361 | return null; | COMMENT |
| LOW | tools/test-harness/src/lib/quickentry.ts | 501 | // for upstream's lHn() (`!user.isLoggedOut`) returning true. The | COMMENT |
| LOW | tools/test-harness/src/lib/isolation.ts | 1 | // Per-test config isolation. | COMMENT |
| LOW | tools/test-harness/src/lib/isolation.ts | 41 | // config never gets mutated by the test; secrets never leave the | COMMENT |
| LOW | …/test-harness/src/runners/T02_doctor_exit_code.spec.ts | 21 | // Applies to all rows. No `skipUnlessRow()` — the doctor script | COMMENT |
| LOW | …src/runners/T30_auto_archive_cadence_constants.spec.ts | 1 | import { test, expect } from '@playwright/test'; | COMMENT |
| 226 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .claude/scripts/triage/validate.sh | 17 | # catches the canonical identifier-hallucination pattern in minified | COMMENT |
| MEDIUM⚡ | docs/issue-triage/README.md | 960 | ### Structured output as a hallucination control | COMMENT |
| MEDIUM⚡ | docs/issue-triage/README.md | 964 | ### LLM hallucination rates and mitigation surveys | COMMENT |
| MEDIUM | docs/testing/quick-entry-closeout.md | 6 | - [§ Test list](#test-list) enumerates the QE-N items as conceptual checks and maps each to the concrete S-N / T-N case | CODE |
| MEDIUM | …-0009_patch-suite-history/dossiers/shared-machinery.md | 1 | # Dossier: Shared patch machinery and asar repack scaffolding | COMMENT |
| MEDIUM | …-0009_patch-suite-history/dossiers/shared-machinery.md | 96 | ### Repack scaffolding — `scripts/staging/electron.sh` and `locales.sh` | COMMENT |
| MEDIUM | scripts/patches/app-asar.sh | 2 | # app.asar patch orchestration for the official Linux tree. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | AGENTS.md | 222 | ### Step 1: Download the official .deb | COMMENT |
| LOW | AGENTS.md | 243 | ### Step 2: Extract the .deb | COMMENT |
| LOW | AGENTS.md | 259 | ### Step 3: Extract app.asar | COMMENT |
| LOW | AGENTS.md | 265 | ### Step 4: Beautify the JavaScript Files | COMMENT |
| LOW | AGENTS.md | 282 | ### Step 5: Clean Up (Optional) | COMMENT |
| LOW | CLAUDE.md | 222 | ### Step 1: Download the official .deb | COMMENT |
| LOW | CLAUDE.md | 243 | ### Step 2: Extract the .deb | COMMENT |
| LOW | CLAUDE.md | 259 | ### Step 3: Extract app.asar | COMMENT |
| LOW | CLAUDE.md | 265 | ### Step 4: Beautify the JavaScript Files | COMMENT |
| LOW | CLAUDE.md | 282 | ### Step 5: Clean Up (Optional) | COMMENT |
| LOW | …harness/src/runners/S15_appimage_extract_works.spec.ts | 238 | // Step 1: extraction. 30s budget — extracting ~200MB of | COMMENT |
| LOW | …harness/src/runners/S15_appimage_extract_works.spec.ts | 279 | // Step 2: assert squashfs-root/AppRun exists. | COMMENT |
| LOW | …harness/src/runners/S15_appimage_extract_works.spec.ts | 298 | // Step 3: spawn `AppRun --version` with a 5s timeout. AppRun | COMMENT |
| LOW | scripts/cowork-fallback/cowork.sh | 381 | // Step 1: Find the ENOENT check and expand it to include ECONNREFUSED | COMMENT |
| LOW | scripts/cowork-fallback/cowork.sh | 413 | // Step 2: Inject auto-launch before the retry delay | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH⚡ | docs/issue-triage/README.md | 966 | [^diffray-hallucinations]: [LLM Hallucinations in AI Code Review](https://diffray.ai/blog/llm-hallucinations-code-review | CODE |
| HIGH | .github/workflows/ci.yml | 311 | # Only generate fallback if AI-generated notes don't exist | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .claude/hooks/post-pr-simplify.sh | 43 | # Check if the PR was created successfully (look for PR URL in output) | COMMENT |
| LOW | scripts/doctor.sh | 1555 | # Check if any MCP servers are configured | COMMENT |
| LOW | scripts/launcher-common.sh | 152 | # Check if we have a valid display (not running from TTY) | COMMENT |
| LOW | scripts/setup/dependencies.sh | 66 | # Check if we can sudo without a password first | COMMENT |
| LOW | .github/workflows/check-claude-version.yml | 173 | # Check if we have a PAT | COMMENT |
| LOW | .github/workflows/check-claude-version.yml | 183 | # Check if there are changes to commit | COMMENT |
| LOW | .github/workflows/test-flags.yml | 31 | echo "$OUTPUT" # Print output for logs | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | docs/learnings/wayland-global-shortcuts-portal.md | 40 | **Root cause (pinned to source on both sides):** xdg-desktop-portal grew a host-app identity step — non-sandboxed apps m | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …harness/src/runners/S15_appimage_extract_works.spec.ts | 238 | // Step 1: extraction. 30s budget — extracting ~200MB of | COMMENT |
| LOW | …harness/src/runners/S15_appimage_extract_works.spec.ts | 279 | // Step 2: assert squashfs-root/AppRun exists. | COMMENT |
| LOW | …harness/src/runners/S15_appimage_extract_works.spec.ts | 298 | // Step 3: spawn `AppRun --version` with a 5s timeout. AppRun | COMMENT |
| LOW | scripts/cowork-fallback/cowork.sh | 381 | // Step 1: Find the ENOENT check and expand it to include ECONNREFUSED | COMMENT |
| LOW | scripts/cowork-fallback/cowork.sh | 413 | // Step 2: Inject auto-launch before the retry delay | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/chromium-switch-smoke.sh | 16 | # Usage: | COMMENT |
| LOW | tools/patch-necessity-audit.sh | 10 | # Usage: | COMMENT |
| LOW | tools/test-harness/orchestrator/sweep.sh | 4 | # Usage: | COMMENT |
| LOW | tests/test-artifact-common.sh | 244 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tools/test-harness/orchestrator/sweep.sh | 34 | # "Environment variables" table in tools/test-harness/README.md. | COMMENT |
| MEDIUM | tools/test-harness/orchestrator/sweep.sh | 76 | # on PATH so the harness stays usable on minimal images. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/test-harness/src/lib/electron-mocks.ts | 111 | export async function installShowItemInFolderMock( | CODE |
| LOW | …ness/src/runners/T23_notification_reaches_dbus.spec.ts | 75 | async function notificationDaemonRegistered(): Promise<boolean> { | CODE |
| LOW | scripts/cowork-fallback/cowork-vm-service.js | 439 | function translateEmbeddedGuestPaths(csv, mountMap) { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | scripts/launcher-common.sh | 3 | # This file is sourced by both launchers to avoid code duplication | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/doctor.sh | 271 | except Exception: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/cowork-fallback/cowork-vm-service.js | 2694 | async function handleRequest(request, socket) { | CODE |