Orchestrate multiple coding agents from desktop and mobile
This report presents the forensic synthetic code analysis of getpaseo/paseo, a TypeScript project with 10,384 GitHub stars. SynthScan v2.0 examined 703,327 lines of code across 2735 source files, recording 2835 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 4.3 places this repository in the Likely human-written 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 2835 distinct pattern matches across 13 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/expo-two-way-audio/src/core.ts | 32 | export async function getMicrophonePermissionsAsync(): Promise<PermissionResponse> { | CODE |
| LOW | packages/expo-two-way-audio/src/core.ts | 36 | export async function requestMicrophonePermissionsAsync(): Promise<PermissionResponse> { | CODE |
| LOW | packages/app/app.config.js | 50 | function getNativeBuildVersionCode(version) { | CODE |
| LOW | packages/app/e2e/import-session.opencode.real.spec.ts | 54 | async function seedPaseoWorkspaceWithOpenCodeSession(): Promise<OpenCodeImportScenario> { | CODE |
| LOW | packages/app/e2e/import-session.opencode.real.spec.ts | 90 | async function launchOpenCodeSessionInWorkspace(repoPath: string, prompt: string): Promise<void> { | CODE |
| LOW | packages/app/e2e/import-session.opencode.real.spec.ts | 145 | function formatOpenCodeLaunchError(result: OpenCodeSeedResult, prompt: string): string { | CODE |
| LOW | packages/app/e2e/import-session.opencode.real.spec.ts | 165 | async function waitForImportableOpenCodeSession( | CODE |
| LOW | packages/app/e2e/import-session.opencode.real.spec.ts | 184 | async function findImportableOpenCodeSession( | CODE |
| LOW | packages/app/e2e/import-session.opencode.real.spec.ts | 222 | async function expectImportedSessionOpen( | CODE |
| LOW | …ckages/app/e2e/workspace-navigation-regression.spec.ts | 40 | async function expectNoLoadingWorkspacePane( | CODE |
| LOW | …ckages/app/e2e/workspace-navigation-regression.spec.ts | 76 | async function closeFirstVisibleDraftTab(page: Page): Promise<void> { | CODE |
| LOW | …ckages/app/e2e/workspace-navigation-regression.spec.ts | 117 | async function installDaemonWebSocketGate(page: Page) { | CODE |
| LOW | …ages/app/e2e/user-message-contract.ui-contract.spec.ts | 22 | async function expectNoLoadingRegressionAfterIdle(page: Page): Promise<void> { | CODE |
| LOW | packages/app/e2e/provider-settings-refresh.spec.ts | 7 | async function openMockAgentAtMobileBreakpoint(page: Page) { | CODE |
| LOW | packages/app/e2e/provider-settings-refresh.spec.ts | 21 | async function openProviderSettingsFromModelSelector(page: Page) { | CODE |
| LOW | packages/app/e2e/provider-settings-refresh.spec.ts | 34 | async function expectModelSelectorVisible(page: Page) { | CODE |
| LOW | packages/app/e2e/provider-settings-refresh.spec.ts | 66 | async function expectProviderSettingsVisible(page: Page) { | CODE |
| LOW | packages/app/e2e/provider-settings-refresh.spec.ts | 72 | async function exerciseProviderSettingsStack(page: Page) { | CODE |
| LOW | packages/app/e2e/workspace-cwd.spec.ts | 17 | async function fetchSingleAgentForWorkspace( | CODE |
| LOW | packages/app/e2e/settings-toggle-tab-regression.spec.ts | 8 | async function pressSettingsToggleShortcut(page: import("@playwright/test").Page) { | CODE |
| LOW | packages/app/e2e/settings-toggle-tab-regression.spec.ts | 28 | async function openAgentRouteAndExpectFocused(input: { | CODE |
| LOW | packages/app/e2e/projects-settings.spec.ts | 155 | async function openProjectSettingsFromSidebar(page: Page, projectId: string): Promise<void> { | CODE |
| LOW | packages/app/e2e/workspace-model-regressions.spec.ts | 35 | async function fetchCreatedAgentForWorkspace( | CODE |
| LOW | packages/app/e2e/workspace-model-regressions.spec.ts | 80 | async function switchSidebarToStatusGrouping(page: import("@playwright/test").Page) { | CODE |
| LOW | packages/app/e2e/workspace-model-regressions.spec.ts | 92 | async function expectWorkspaceRowInStatusBucket( | CODE |
| LOW | packages/app/e2e/workspace-model-regressions.spec.ts | 101 | async function expectWorkspaceRowNotInStatusBuckets( | CODE |
| LOW | packages/app/e2e/workspace-model-regressions.spec.ts | 112 | async function expectWorkspaceRowHasOnlyIndicator( | CODE |
| LOW | packages/app/e2e/workspace-model-regressions.spec.ts | 135 | async function expectWorkspaceRowDoesNotShowIndicator( | CODE |
| LOW⚡ | packages/app/e2e/client-slash-commands.spec.ts | 62 | async function expectAgentArchivedInSessions(page: Page, title: string): Promise<void> { | CODE |
| LOW⚡ | packages/app/e2e/client-slash-commands.spec.ts | 67 | async function expectReplacementDraftMatchesPreviousSetup(page: Page): Promise<void> { | CODE |
| LOW⚡ | packages/app/e2e/client-slash-commands.spec.ts | 75 | async function createAgentFromReplacementDraft(page: Page): Promise<void> { | CODE |
| LOW⚡ | packages/app/e2e/client-slash-commands.spec.ts | 79 | async function waitForReplacementAgentId(page: Page, oldAgentId: string): Promise<string> { | CODE |
| LOW | packages/app/e2e/schedules-edit-model-hydration.spec.ts | 61 | function ignoreScheduleDeleteError(): void {} | CODE |
| LOW | packages/app/e2e/sidebar-workspace-rename.spec.ts | 10 | function workspaceRenameModalTestId(workspaceId: string, suffix: string): string { | CODE |
| LOW⚡ | packages/app/e2e/new-workspace-preselect.spec.ts | 26 | async function pressNewWorkspaceShortcut(page: import("@playwright/test").Page): Promise<void> { | CODE |
| LOW⚡ | packages/app/e2e/new-workspace-preselect.spec.ts | 32 | async function expectProjectPreselectedWithin( | CODE |
| LOW⚡ | packages/app/e2e/new-workspace-preselect.spec.ts | 41 | async function expectAnyProjectPreselectedWithin( | CODE |
| LOW | packages/app/e2e/new-workspace-preselect.spec.ts | 58 | async function openColdRestoredWorkspaceWithOfflineHostFirst( | CODE |
| LOW | packages/app/e2e/new-workspace-preselect.spec.ts | 93 | async function openNewWorkspaceWithStaleOfflineSelection( | CODE |
| LOW | packages/app/e2e/new-workspace-preselect.spec.ts | 126 | async function seedOfflineHostsWithStaleSelection( | CODE |
| LOW | packages/app/e2e/same-directory-workspaces.spec.ts | 26 | async function createSecondWorkspaceOnSameDir( | CODE |
| LOW | packages/app/e2e/terminal-split-resize.spec.ts | 51 | async function verifySplitDownResizesPty(page: Page, harness: TerminalE2EHarness): Promise<void> { | CODE |
| LOW | packages/app/e2e/diff-row-alignment.spec.ts | 35 | function createInitialMountedTabIds(input: UseMountedTabSetInput): Set<string> { | CODE |
| LOW | packages/app/e2e/diff-row-alignment.spec.ts | 109 | function createInitialMountedTabIds(input: UseMountedTabSetInput): Set<string> { | CODE |
| LOW | packages/app/e2e/diff-row-alignment.spec.ts | 128 | function deriveRenderMountedTabIds(input: DeriveRenderMountedTabIdsInput): Set<string> { | CODE |
| LOW | packages/app/e2e/diff-row-alignment.spec.ts | 209 | codeText: "function createInitialMountedTabIds(input: UseMountedTabSetInput)", | CODE |
| LOW | packages/app/e2e/diff-row-alignment.spec.ts | 216 | codeText: "function createInitialMountedTabIds(input: UseMountedTabSetInput)", | CODE |
| LOW⚡ | packages/app/e2e/diff-row-alignment.spec.ts | 329 | async function expectVisibleDiffRowsAligned(page: Page): Promise<void> { | CODE |
| LOW⚡ | packages/app/e2e/diff-row-alignment.spec.ts | 334 | async function expectVisibleDiffRowsShareTypography(page: Page): Promise<void> { | CODE |
| LOW⚡ | packages/app/e2e/diff-row-alignment.spec.ts | 339 | async function readVisibleDiffRowGeometry(page: Page): Promise<{ | CODE |
| LOW | packages/app/e2e/diff-row-alignment.spec.ts | 402 | async function createWorkspaceWithMountedTabDiff(): Promise<DirtyWorkspace> { | CODE |
| LOW⚡ | packages/app/e2e/diff-row-alignment.spec.ts | 434 | async function openChangesInVisibleExplorer(page: Page): Promise<void> { | CODE |
| LOW⚡ | packages/app/e2e/diff-row-alignment.spec.ts | 439 | async function expectExpandedMountedTabDiff(page: Page): Promise<void> { | CODE |
| LOW⚡ | packages/app/e2e/diff-row-alignment.spec.ts | 446 | async function changeCodeFontSizeFromSettings(page: Page, codeFontSize: number): Promise<void> { | CODE |
| LOW | packages/app/e2e/diff-row-alignment.spec.ts | 478 | async function scrollToLowerUnwrappedDiffRows(page: Page): Promise<void> { | CODE |
| LOW | packages/app/e2e/diff-row-alignment.spec.ts | 492 | async function expectDiffCodeTextAlignedWithGutterText( | CODE |
| LOW | packages/app/e2e/diff-row-alignment.spec.ts | 502 | async function expectHoverCommentButtonAlignedWithCodeLine( | CODE |
| LOW | packages/app/e2e/composer-autocomplete.spec.ts | 156 | async function openSettingsThenBackToWorkspace(page: Page): Promise<void> { | CODE |
| LOW | packages/app/e2e/composer-autocomplete.spec.ts | 163 | async function expectSingleCurrentWorkspaceDeckEntry( | CODE |
| LOW | packages/app/e2e/composer-autocomplete.spec.ts | 245 | async function startPopoverFrameRecorder(page: Page): Promise<void> { | CODE |
| 2609 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | packages/app/e2e/launcher-tab.spec.ts | 21 | // ─── Shared state ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/app/e2e/launcher-tab.spec.ts | 33 | // ═══════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | packages/app/e2e/launcher-tab.spec.ts | 35 | // ═══════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | packages/app/e2e/launcher-tab.spec.ts | 98 | // ═══════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | packages/app/e2e/launcher-tab.spec.ts | 100 | // ═══════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | packages/app/e2e/launcher-tab.spec.ts | 188 | // ═══════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | packages/app/e2e/launcher-tab.spec.ts | 190 | // ═══════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | packages/app/e2e/helpers/launcher.ts | 6 | // ─── Navigation ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/app/e2e/helpers/launcher.ts | 15 | // ─── Tab bar queries ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | packages/app/e2e/helpers/launcher.ts | 62 | // ─── Tab actions ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | packages/app/e2e/helpers/launcher.ts | 70 | // ─── Tab bar assertions ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | packages/app/e2e/helpers/launcher.ts | 86 | // ─── Tab creation actions ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/app/e2e/helpers/launcher.ts | 114 | // ─── Tab title assertions ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/app/e2e/helpers/launcher.ts | 139 | // ─── No-flash measurement ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/app/e2e/helpers/launcher.ts | 195 | // ─── Workspace setup ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/app/src/components/use-web-scrollbar.tsx | 54 | // ── DOM element scrollbar ──────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/app/src/components/use-web-scrollbar.tsx | 141 | // ── RN ScrollView / FlatList scrollbar ─────────────────────────────── | COMMENT |
| MEDIUM | packages/website/src/components/hero-mockup.tsx | 33 | // ── Stagger timing ────────────────────────────────────── | COMMENT |
| MEDIUM | packages/website/src/components/hero-mockup.tsx | 52 | // ── Data ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/website/src/components/hero-mockup.tsx | 77 | // ── Sidebar data ──────────────────────────────────────── | COMMENT |
| MEDIUM | packages/website/src/components/hero-mockup.tsx | 148 | // ── Tab data ───────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/website/src/components/hero-mockup.tsx | 162 | // ── Diff data ────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/website/src/components/hero-mockup.tsx | 316 | // ── Implementation agent chat data ────────────────────── | COMMENT |
| MEDIUM | packages/website/src/components/hero-mockup.tsx | 318 | // ── Terminal log lines ───────────────────────────────── | COMMENT |
| MEDIUM | packages/website/src/components/hero-mockup.tsx | 337 | // ── Sub-components ────────────────────────────────────── | COMMENT |
| MEDIUM | packages/website/src/components/hero-mockup.tsx | 943 | // ── Desktop Mockup ────────────────────────────────────── | COMMENT |
| MEDIUM | packages/website/src/components/hero-mockup.tsx | 1001 | // ── Export ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | …server/session.workspace-resolution-invariants.test.ts | 267 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …server/session.workspace-resolution-invariants.test.ts | 269 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …server/session.workspace-resolution-invariants.test.ts | 280 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …server/session.workspace-resolution-invariants.test.ts | 283 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …server/session.workspace-resolution-invariants.test.ts | 294 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …server/session.workspace-resolution-invariants.test.ts | 297 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …server/session.workspace-resolution-invariants.test.ts | 311 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …server/session.workspace-resolution-invariants.test.ts | 314 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …server/session.workspace-resolution-invariants.test.ts | 327 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …server/session.workspace-resolution-invariants.test.ts | 330 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …server/session.workspace-resolution-invariants.test.ts | 344 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …server/session.workspace-resolution-invariants.test.ts | 347 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …server/session.workspace-resolution-invariants.test.ts | 360 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …server/session.workspace-resolution-invariants.test.ts | 362 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …server/session.workspace-resolution-invariants.test.ts | 376 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …server/session.workspace-resolution-invariants.test.ts | 380 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …server/session.workspace-resolution-invariants.test.ts | 392 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …server/session.workspace-resolution-invariants.test.ts | 396 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …server/session.workspace-resolution-invariants.test.ts | 408 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …server/session.workspace-resolution-invariants.test.ts | 416 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …server/session.workspace-resolution-invariants.test.ts | 434 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …server/session.workspace-resolution-invariants.test.ts | 438 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …server/session.workspace-resolution-invariants.test.ts | 457 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …server/session.workspace-resolution-invariants.test.ts | 463 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …server/session.workspace-resolution-invariants.test.ts | 474 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …server/session.workspace-resolution-invariants.test.ts | 483 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/app/src/components/question-form-card-core.ts | 58 | placeholder: readOptionalString(q, "placeholder"), | CODE |
| LOW | …rc/features/browser-automation/aria-snapshot-script.ts | 110 | tag === 'input' || tag === 'textarea' ? element.getAttribute('placeholder') : null, | CODE |
| LOW | packages/server/src/server/worktree-core.posix.test.ts | 65 | execFileSync("git", ["config", "user.email", "test@test.com"], { cwd: repoDir, stdio: "pipe" }); | CODE |
| LOW | packages/server/src/server/worktree-core.posix.test.ts | 190 | execFileSync("git", ["config", "user.email", "test@test.com"], { | CODE |
| LOW | …ver/src/server/workspace-git-service.primitive.test.ts | 1540 | execFileSync("git", ["config", "user.email", "test@test.com"], { | CODE |
| LOW | …/server/src/server/script-route-branch-handler.test.ts | 20 | execFileSync("git", ["config", "user.email", "test@test.com"], { | CODE |
| LOW | …ges/server/src/server/worktree-bootstrap.posix.test.ts | 115 | execFileSync("git", ["config", "user.email", "test@test.com"], { | CODE |
| LOW | …er/src/server/workspace-reconciliation-service.test.ts | 140 | execFileSync("git", ["config", "user.email", "test@test.com"], { cwd: dir, stdio: "ignore" }); | CODE |
| LOW | …er/src/server/workspace-reconciliation-service.test.ts | 151 | execFileSync("git", ["config", "user.email", "test@test.com"], { cwd: dir, stdio: "ignore" }); | CODE |
| LOW | packages/server/src/server/daemon-client.e2e.test.ts | 1594 | execSync("git config user.email 'test@test.com'", { | CODE |
| LOW | packages/server/src/server/session.workspaces.test.ts | 3350 | execFileSync("git", ["config", "user.email", "test@test.com"], { | CODE |
| LOW | …ges/server/src/server/script-status-projection.test.ts | 29 | execFileSync("git", ["config", "user.email", "test@test.com"], { | CODE |
| LOW | packages/server/src/server/worktree-bootstrap.test.ts | 80 | execFileSync("git", ["config", "user.email", "test@test.com"], { cwd: repoDir, stdio: "pipe" }); | CODE |
| LOW | packages/server/src/server/session.test.ts | 3217 | execSync("git config user.email 'test@test.com'", { cwd: repoDir }); | CODE |
| LOW | packages/server/src/server/worktree-session.test.ts | 476 | execFileSync("git", ["config", "user.email", "test@test.com"], { cwd: repoDir, stdio: "pipe" }); | CODE |
| LOW | …ckages/server/src/server/script-health-monitor.test.ts | 30 | execFileSync("git", ["config", "user.email", "test@test.com"], { | CODE |
| LOW | …erver/daemon-e2e/git-diff-bottleneck.local.e2e.test.ts | 21 | execSync("git config user.email 'test@test.com'", { cwd, stdio: "pipe" }); | CODE |
| LOW | …rver/daemon-e2e/checkout-diff-subscription.e2e.test.ts | 20 | execSync("git config user.email 'test@test.com'", { cwd, stdio: "pipe" }); | CODE |
| LOW | …erver/src/server/daemon-e2e/git-operations.e2e.test.ts | 161 | execSync("git config user.email 'test@test.com'", { cwd, stdio: "pipe" }); | CODE |
| LOW | …erver/src/server/daemon-e2e/git-operations.e2e.test.ts | 191 | execSync("git config user.email 'test@test.com'", { cwd, stdio: "pipe" }); | CODE |
| LOW | …erver/src/server/daemon-e2e/git-operations.e2e.test.ts | 233 | execSync("git config user.email 'test@test.com'", { cwd, stdio: "pipe" }); | CODE |
| LOW | …erver/src/server/daemon-e2e/git-operations.e2e.test.ts | 284 | execSync("git config user.email 'test@test.com'", { cwd, stdio: "pipe" }); | CODE |
| LOW | …erver/src/server/daemon-e2e/git-operations.e2e.test.ts | 350 | execSync("git config user.email 'test@test.com'", { | CODE |
| LOW | …erver/src/server/daemon-e2e/git-operations.e2e.test.ts | 425 | execSync("git config user.email 'test@test.com'", { | CODE |
| LOW | …erver/src/server/daemon-e2e/git-operations.e2e.test.ts | 566 | execSync("git config user.email 'test@test.com'", { | CODE |
| LOW | …erver/src/server/daemon-e2e/git-operations.e2e.test.ts | 661 | execSync("git config user.email 'test@test.com'", { cwd, stdio: "pipe" }); | CODE |
| LOW | …erver/src/server/daemon-e2e/git-operations.e2e.test.ts | 703 | execSync("git config user.email 'test@test.com'", { | CODE |
| LOW | packages/server/src/server/agent/agent-mcp.e2e.test.ts | 753 | execSync("git config user.email 'test@test.com'", { cwd: repoRoot, stdio: "pipe" }); | CODE |
| LOW | packages/server/src/utils/checkout-git.test.ts | 92 | execFileSync("git", ["config", "user.email", "test@test.com"], { cwd: repoDir }); | CODE |
| LOW | packages/server/src/utils/checkout-git.test.ts | 208 | execFileSync("git", ["config", "user.email", "test@test.com"], { cwd: cloneDir }); | CODE |
| LOW | packages/server/src/utils/checkout-git.test.ts | 538 | execFileSync("git", ["config", "user.email", "test@test.com"], { cwd: cloneDir }); | CODE |
| LOW | packages/server/src/utils/checkout-git.test.ts | 642 | execFileSync("git", ["config", "user.email", "test@test.com"], { cwd: prCloneDir }); | CODE |
| LOW | packages/server/src/utils/checkout-git.test.ts | 863 | execFileSync("git", ["config", "user.email", "test@test.com"], { cwd: featureCloneDir }); | CODE |
| LOW | packages/server/src/utils/checkout-git.test.ts | 917 | execFileSync("git", ["config", "user.email", "test@test.com"], { cwd: cloneDir }); | CODE |
| LOW | packages/server/src/utils/checkout-git.test.ts | 954 | execFileSync("git", ["config", "user.email", "test@test.com"], { cwd: otherClone }); | CODE |
| LOW | packages/server/src/utils/checkout-git.test.ts | 1006 | execFileSync("git", ["config", "user.email", "test@test.com"], { cwd: otherClone }); | CODE |
| LOW | packages/server/src/utils/checkout-git.test.ts | 1349 | execFileSync("git", ["config", "user.email", "test@test.com"], { cwd: mainCheckoutDir }); | CODE |
| LOW | packages/server/src/utils/checkout-git.test.ts | 1468 | execFileSync("git", ["config", "user.email", "test@test.com"], { cwd: otherClone }); | CODE |
| LOW | packages/server/src/utils/checkout-git.test.ts | 1569 | execFileSync("git", ["config", "user.email", "test@test.com"], { cwd: otherClone }); | CODE |
| LOW | packages/server/src/utils/checkout-git.test.ts | 1620 | execFileSync("git", ["config", "user.email", "test@test.com"], { cwd: otherClone }); | CODE |
| LOW | packages/server/src/utils/checkout-git.test.ts | 1659 | execFileSync("git", ["config", "user.email", "test@test.com"], { cwd: otherClone }); | CODE |
| LOW | packages/server/src/utils/checkout-git.test.ts | 1907 | execFileSync("git", ["config", "user.email", "test@test.com"], { cwd: otherClone }); | CODE |
| LOW | packages/server/src/utils/checkout-git.test.ts | 1968 | execFileSync("git", ["config", "user.email", "test@test.com"], { cwd: otherClone }); | CODE |
| LOW | packages/server/src/utils/checkout-git.test.ts | 2020 | execFileSync("git", ["config", "user.email", "test@test.com"], { cwd: otherClone }); | CODE |
| LOW | packages/server/src/utils/checkout-git.test.ts | 2057 | execFileSync("git", ["config", "user.email", "test@test.com"], { cwd: otherClone }); | CODE |
| LOW | packages/server/src/utils/checkout-git-batching.test.ts | 47 | execFileSync("git", ["config", "user.email", "test@test.com"], { cwd: repoDir }); | CODE |
| LOW | packages/server/src/utils/worktree.test.ts | 57 | execFileSync("git", ["config", "user.email", "test@test.com"], { cwd: repoDir }); | CODE |
| LOW | packages/server/src/utils/worktree.posix.test.ts | 93 | execFileSync("git", ["config", "user.email", "test@test.com"], { cwd: repoDir }); | CODE |
| LOW | packages/server/src/utils/worktree.posix.test.ts | 165 | execFileSync("git", ["config", "user.email", "test@test.com"], { cwd: varRepoDir }); | CODE |
| LOW | packages/server/src/utils/worktree.posix.test.ts | 320 | execFileSync("git", ["config", "user.email", "test@test.com"], { cwd: remoteCloneDir }); | CODE |
| LOW | packages/server/src/utils/worktree.posix.test.ts | 372 | execFileSync("git", ["config", "user.email", "test@test.com"], { cwd: remoteCloneDir }); | CODE |
| LOW | packages/server/src/utils/worktree.posix.test.ts | 418 | execFileSync("git", ["config", "user.email", "test@test.com"], { cwd: remoteCloneDir }); | CODE |
| LOW | packages/server/src/utils/worktree.posix.test.ts | 1090 | execFileSync("git", ["config", "user.email", "test@test.com"], { cwd: repoDir }); | CODE |
| LOW | packages/server/src/utils/worktree.posix.test.ts | 1110 | execFileSync("git", ["config", "user.email", "test@test.com"], { cwd: repo }); | CODE |
| LOW | …ages/server/src/services/quota-fetcher/service.test.ts | 90 | email: "user@example.com", | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …er/src/server/daemon-e2e/permissions-codex.e2e.test.ts | 265 | // Step 1: Create Codex agent with "auto" mode (requires permission for writes) | COMMENT |
| LOW⚡ | …er/src/server/daemon-e2e/permissions-codex.e2e.test.ts | 278 | // Step 2: Ask agent to write a file - this should trigger permission request | COMMENT |
| LOW⚡ | …er/src/server/daemon-e2e/permissions-codex.e2e.test.ts | 287 | // Step 3: Wait for permission request | COMMENT |
| LOW⚡ | …er/src/server/daemon-e2e/permissions-codex.e2e.test.ts | 294 | // Step 4: Deny the permission | COMMENT |
| LOW | …er/src/server/daemon-e2e/permissions-codex.e2e.test.ts | 306 | // Step 5: Switch to "full-access" mode | COMMENT |
| LOW⚡ | …er/src/server/daemon-e2e/permissions-codex.e2e.test.ts | 339 | // Step 6: Ask agent to write file again - should succeed WITHOUT permission request | COMMENT |
| LOW⚡ | …er/src/server/daemon-e2e/permissions-codex.e2e.test.ts | 349 | // Step 7: Verify file was created (mode switch worked) | COMMENT |
| LOW | …emon-e2e/send-during-tool-call-claude.real.e2e.test.ts | 208 | // Step 1: Ask Claude to run sleep 60 in the foreground | COMMENT |
| LOW⚡ | …emon-e2e/send-during-tool-call-claude.real.e2e.test.ts | 219 | // Step 2: Wait for the agent to be running | COMMENT |
| LOW⚡ | …emon-e2e/send-during-tool-call-claude.real.e2e.test.ts | 226 | // Step 3: Wait for a tool call to appear as "running" in the stream | COMMENT |
| LOW⚡ | …emon-e2e/send-during-tool-call-claude.real.e2e.test.ts | 231 | // Step 4: Send a second message while the tool call is still running | COMMENT |
| LOW⚡ | …emon-e2e/send-during-tool-call-claude.real.e2e.test.ts | 234 | // Step 5: Wait for the agent to finish — this is the critical assertion. | COMMENT |
| LOW | …emon-e2e/send-during-tool-call-claude.real.e2e.test.ts | 264 | // Step 6: Verify the agent actually responded to our second message | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …er/src/server/daemon-e2e/permissions-codex.e2e.test.ts | 265 | // Step 1: Create Codex agent with "auto" mode (requires permission for writes) | COMMENT |
| LOW⚡ | …er/src/server/daemon-e2e/permissions-codex.e2e.test.ts | 278 | // Step 2: Ask agent to write a file - this should trigger permission request | COMMENT |
| LOW⚡ | …er/src/server/daemon-e2e/permissions-codex.e2e.test.ts | 287 | // Step 3: Wait for permission request | COMMENT |
| LOW⚡ | …er/src/server/daemon-e2e/permissions-codex.e2e.test.ts | 294 | // Step 4: Deny the permission | COMMENT |
| LOW | …er/src/server/daemon-e2e/permissions-codex.e2e.test.ts | 306 | // Step 5: Switch to "full-access" mode | COMMENT |
| LOW⚡ | …er/src/server/daemon-e2e/permissions-codex.e2e.test.ts | 339 | // Step 6: Ask agent to write file again - should succeed WITHOUT permission request | COMMENT |
| LOW⚡ | …er/src/server/daemon-e2e/permissions-codex.e2e.test.ts | 349 | // Step 7: Verify file was created (mode switch worked) | COMMENT |
| LOW | …emon-e2e/send-during-tool-call-claude.real.e2e.test.ts | 208 | // Step 1: Ask Claude to run sleep 60 in the foreground | COMMENT |
| LOW⚡ | …emon-e2e/send-during-tool-call-claude.real.e2e.test.ts | 219 | // Step 2: Wait for the agent to be running | COMMENT |
| LOW⚡ | …emon-e2e/send-during-tool-call-claude.real.e2e.test.ts | 226 | // Step 3: Wait for a tool call to appear as "running" in the stream | COMMENT |
| LOW⚡ | …emon-e2e/send-during-tool-call-claude.real.e2e.test.ts | 231 | // Step 4: Send a second message while the tool call is still running | COMMENT |
| LOW⚡ | …emon-e2e/send-during-tool-call-claude.real.e2e.test.ts | 234 | // Step 5: Wait for the agent to finish — this is the critical assertion. | COMMENT |
| LOW | …emon-e2e/send-during-tool-call-claude.real.e2e.test.ts | 264 | // Step 6: Verify the agent actually responded to our second message | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ges/app/maestro/test-workspace-create-android-crash.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | packages/app/src/subagents/policies.ts | 1 | // Pure-data entry point for callers that don't want React Native deps in | COMMENT |
| LOW | packages/app/src/constants/platform.ts | 1 | import { Platform } from "react-native"; | COMMENT |
| LOW | …src/screens/settings/appearance/apply-root-font.web.ts | 1 | // Apply the interface (UI) font app-wide on web. | COMMENT |
| LOW | …app/src/screens/settings/appearance/apply-root-font.ts | 1 | // Native (and default) no-op: React Native has no global font cascade, so the | COMMENT |
| LOW | packages/app/src/assistant-file-links/link.tsx | 61 | const linkPress = useMemo<AssistantLinkPress>( | COMMENT |
| LOW | packages/app/src/styles/code-surface.ts | 1 | // Marker for code / diff / monospace surfaces. On web, the app-wide interface-font | COMMENT |
| LOW | packages/app/src/components/sortable-inline-list.tsx | 1 | // This file exists for TypeScript resolution. | COMMENT |
| LOW | packages/app/src/components/markdown-text.ios.tsx | 21 | // Links route through this span too (see assistant-file-links/link.tsx). A | COMMENT |
| LOW | packages/app/src/components/draggable-list.tsx | 1 | // This file exists for TypeScript resolution. | COMMENT |
| LOW | packages/app/src/components/message.tsx | 2541 | /> | COMMENT |
| LOW | …ckages/desktop/src/window/compositor-watchdog/index.ts | 61 | // then stops producing frames and the window looks frozen: unresponsive to | COMMENT |
| LOW | …ges/server/src/server/resolve-workspace-id-for-path.ts | 1 | import { homedir } from "node:os"; | COMMENT |
| LOW | packages/server/src/server/auth.ts | 121 | COMMENT | |
| LOW | packages/server/src/server/agent/create-agent/create.ts | 221 | sessionConfig: builtSessionConfig, | COMMENT |
| LOW | packages/protocol/src/terminal-subscription-key.ts | 1 | // A terminal directory subscription is scoped to a (cwd, workspaceId) pair, not | COMMENT |
| LOW | packages/protocol/src/client-capabilities.ts | 1 | export const CLIENT_CAPS = { | COMMENT |
| LOW | packages/protocol/src/messages.ts | 1721 | type: z.literal("paseo_worktree_archive_request"), | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …er/daemon-e2e/opencode-send-interrupt.real.e2e.test.ts | 32 | ["bash", "shell"].includes(message.payload.event.item.name.toLowerCase()), | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | …ges/app/maestro/test-workspace-create-android-crash.sh | 2 | # Android Maestro harness for the workspace-creation redirect crash. | COMMENT |
| MEDIUM⚡ | …ges/app/maestro/test-workspace-create-android-crash.sh | 8 | # This harness is deliberately stronger than "composer is visible": it selects | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | public-docs/orchestration-workflows.md | 9 | # Common orchestration workflows | COMMENT |
| MEDIUM | public-docs/supported-providers.md | 46 | - [Grok](https://docs.x.ai/build/overview), xAI's Grok Build agentic coding CLI. | CODE |
| MEDIUM | public-docs/supported-providers.md | 55 | - [Qoder](https://qoder.com), agentic coding assistant. | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/update-nix.sh | 5 | # Usage: | COMMENT |
| LOW | packages/app/maestro/test-sidebar-theme.sh | 8 | # Usage: | COMMENT |
| LOW⚡ | …ges/app/maestro/test-workspace-create-android-crash.sh | 13 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | packages/expo-two-way-audio/examples/flow-api/README.md | 18 | EXPO_PUBLIC_SPEECHMATICS_API_KEY='YOUR-API-KEY-HERE' | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | packages/expo-two-way-audio/ios/AudioEngine.swift | 138 | print("Error: Could not access channel data") | CODE |
| MEDIUM | packages/expo-two-way-audio/ios/AudioEngine.swift | 163 | print("Error: Could not access channel data") | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/server/src/terminal/terminal-worker-process.ts | 238 | async function handleRequest(message: TerminalWorkerRequest): Promise<void> { | CODE |
| LOW | …er/src/server/speech/providers/local/worker-process.ts | 281 | async function handleRequest(message: LocalSpeechWorkerRequest): Promise<void> { | CODE |