Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

team-attention/tide

https://github.com/team-attention/tide · scanned 2026-06-16 00:31 UTC (2 months, 2 weeks ago)

379 raw signals (0 security + 379 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 373 actionable findings from 1 signal source. 6 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 57.8/100 with 100.0% coverage. It contains 3215 nodes across 11 cross-layer flows, written primarily in mixed languages. Engine surfaced 379 findings — concentrated in quality (294), security (63), frontend (12). Risk profile is high: 2 critical, 0 high, 76 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 225 of 373 actionable findings. 379 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical System graph security Secrets conf 1.00 Possible secret in apps/desktop/scripts/v2-electron-runtime-smoke.mjs
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
apps/desktop/scripts/v2-electron-runtime-smoke.mjs:186
critical System graph security Secrets conf 1.00 Possible secret in apps/desktop/scripts/v2-provider-smoke.mjs
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
apps/desktop/scripts/v2-provider-smoke.mjs:82
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — apps/desktop/src/desktop/adapters/inbound/react-renderer/agent-chat/transcript/markdown.tsx:70
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — apps/desktop/src/desktop/adapters/inbound/react-renderer/agent-chat/transcript/reasoning.tsx:46
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — apps/desktop/src/desktop/adapters/inbound/react-renderer/agent-chat/transcript/tool-log.tsx:75
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — apps/desktop/src/desktop/adapters/inbound/react-renderer/agent-chat/transcript/user-turn.tsx:12
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — apps/desktop/src/desktop/adapters/inbound/react-renderer/product-shell/workbench/diff-pane.tsx:129
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — apps/desktop/src/desktop/adapters/inbound/react-renderer/product-shell/workbench/markdown-view.tsx:201
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — apps/desktop/src/desktop/adapters/inbound/react-renderer/support/markdown-rendering.ts:111
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/desktop/src/backend/adapters/outbound/agent-runtime/runtime-ports/openai-api-agent-runtime-port.ts:699
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph cicd CI/CD security conf 1.00 3 occurrences GitHub Action is tag-pinned rather than SHA-pinned
dtolnay/rust-toolchain@stable can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
lines 27, 30, 33
.github/workflows/release.yml:27, 30, 33 (3 hits)
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/desktop-release.yml CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/release.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/desktop/src/desktop/adapters/inbound/react-renderer/agent-chat/transcript/reasoning.tsx:46
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/desktop/src/desktop/adapters/inbound/react-renderer/agent-chat/transcript/reasoning.tsx:46 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/desktop/src/desktop/adapters/inbound/react-renderer/agent-chat/transcript/tool-log.tsx:75
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/desktop/src/desktop/adapters/inbound/react-renderer/agent-chat/transcript/tool-log.tsx:75 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/desktop/src/desktop/adapters/inbound/react-renderer/agent-chat/transcript/user-turn.tsx:12
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/desktop/src/desktop/adapters/inbound/react-renderer/agent-chat/transcript/user-turn.tsx:12 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/desktop/src/desktop/adapters/inbound/react-renderer/product-shell/workbench/diff-pane.tsx:129
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/desktop/src/desktop/adapters/inbound/react-renderer/product-shell/workbench/diff-pane.tsx:129 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/desktop/src/desktop/adapters/inbound/react-renderer/product-shell/workbench/markdown-view.tsx:201
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/desktop/src/desktop/adapters/inbound/react-renderer/product-shell/workbench/markdown-view.tsx:201 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/desktop/src/desktop/adapters/inbound/react-renderer/product-shell/workbench/markdown-view.tsx:232
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/desktop/src/desktop/adapters/inbound/react-renderer/product-shell/workbench/markdown-view.tsx:232 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/archive/pw-agy-tool-log-verify.cjs:6
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/archive/pw-agy-tool-log-verify.cjs:6 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/archive/pw-bg-browser.cjs:3
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/archive/pw-bg-browser.cjs:3 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/archive/pw-browser-observe-act.cjs:4
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/archive/pw-browser-observe-act.cjs:4 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/archive/pw-browser-render.cjs:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/archive/pw-browser-render.cjs:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/archive/pw-chip-shot.cjs:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/archive/pw-chip-shot.cjs:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/archive/pw-claude-models.cjs:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/archive/pw-claude-models.cjs:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/archive/pw-ctx-actions-verify.cjs:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/archive/pw-ctx-actions-verify.cjs:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/archive/pw-editor-picker.cjs:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/archive/pw-editor-picker.cjs:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/archive/pw-files-changed-verify.cjs:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/archive/pw-files-changed-verify.cjs:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/archive/pw-git-menus-verify.cjs:4
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/archive/pw-git-menus-verify.cjs:4 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/archive/pw-icons-verify.cjs:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/archive/pw-icons-verify.cjs:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/archive/pw-layout.cjs:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/archive/pw-layout.cjs:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/archive/pw-leftrail-verify.cjs:4
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/archive/pw-leftrail-verify.cjs:4 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/archive/pw-live-claude-tools.cjs:6
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/archive/pw-live-claude-tools.cjs:6 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/archive/pw-live-claude-trust.cjs:6
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/archive/pw-live-claude-trust.cjs:6 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/archive/pw-live-claude.cjs:6
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/archive/pw-live-claude.cjs:6 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/archive/pw-menu-complete-verify.cjs:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/archive/pw-menu-complete-verify.cjs:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/archive/pw-menus-verify.cjs:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/archive/pw-menus-verify.cjs:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/archive/pw-model-icon-verify.cjs:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/archive/pw-model-icon-verify.cjs:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/archive/pw-project-chip.cjs:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/archive/pw-project-chip.cjs:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/archive/pw-startpage-filetree.cjs:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/archive/pw-startpage-filetree.cjs:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/archive/pw-thread-open-probe.cjs:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/archive/pw-thread-open-probe.cjs:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/archive/pw-tool-log-verify.cjs:7
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/archive/pw-tool-log-verify.cjs:7 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/archive/pw-ui-verify.cjs:4
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/archive/pw-ui-verify.cjs:4 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/archive/pw-wb-verify.cjs:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/archive/pw-wb-verify.cjs:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/archive/pw-worktree-verify.cjs:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/archive/pw-worktree-verify.cjs:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/e2e-run.mjs:19
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/e2e-run.mjs:19 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/pw-editor-intel-verify.cjs:7
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/pw-editor-intel-verify.cjs:7 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/pw-restart-verify.cjs:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/pw-restart-verify.cjs:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/pw-slash-verify.cjs:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/pw-slash-verify.cjs:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/pw-smoke.cjs:6
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/pw-smoke.cjs:6 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/pw-start-page-tree-verify.cjs:6
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/pw-start-page-tree-verify.cjs:6 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/pw-trust-editor-verify.cjs:6
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/pw-trust-editor-verify.cjs:6 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/pw-ui-polish-verify.cjs:6
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/pw-ui-polish-verify.cjs:6 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/seed-thread.cjs:4
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/seed-thread.cjs:4 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/v2-claude-set-permission-probe.mjs:17
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/v2-claude-set-permission-probe.mjs:17 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/v2-electron-runtime-smoke.mjs:3
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/v2-electron-runtime-smoke.mjs:3 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/scripts/v2-tooling-command.mjs:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/scripts/v2-tooling-command.mjs:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/src/backend/adapters/outbound/agent-integrations/shared/provider-cli-commands.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/src/backend/adapters/outbound/agent-integrations/shared/provider-cli-commands.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/src/backend/adapters/outbound/agent-runtime/structured/acp-client.ts:28
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/src/backend/adapters/outbound/agent-runtime/structured/acp-client.ts:28 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/src/backend/adapters/outbound/agent-runtime/structured/claude-stream-json-client.ts:25
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/src/backend/adapters/outbound/agent-runtime/structured/claude-stream-json-client.ts:25 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/src/backend/adapters/outbound/agent-runtime/structured/codex-app-server-client.ts:24
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/src/backend/adapters/outbound/agent-runtime/structured/codex-app-server-client.ts:24 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/src/backend/adapters/outbound/code-intelligence/lsp/lsp-client.ts:8
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/src/backend/adapters/outbound/code-intelligence/lsp/lsp-client.ts:8 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/src/backend/adapters/outbound/pty/python-pty-process-launcher.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/src/backend/adapters/outbound/pty/python-pty-process-launcher.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/src/backend/adapters/outbound/workspace-command/node-workspace-command-port.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/src/backend/adapters/outbound/workspace-command/node-workspace-command-port.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/src/backend/infrastructure/node/live/live-backend.ts:6
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/src/backend/infrastructure/node/live/live-backend.ts:6 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/src/backend/infrastructure/node/live/live-provider-discovery.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/src/backend/infrastructure/node/live/live-provider-discovery.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/src/backend/infrastructure/node/live/reap-orphaned-agents.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/src/backend/infrastructure/node/live/reap-orphaned-agents.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/src/backend/infrastructure/node/live/resolve-shell-path.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/src/backend/infrastructure/node/live/resolve-shell-path.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/src/backend/infrastructure/node/provider/opencode-auth-server.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/src/backend/infrastructure/node/provider/opencode-auth-server.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/src/backend/infrastructure/node/provider/opencode-model-catalog.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/src/backend/infrastructure/node/provider/opencode-model-catalog.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/src/backend/infrastructure/node/provider/opencode-vendor-catalog.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/src/backend/infrastructure/node/provider/opencode-vendor-catalog.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/src/desktop/infrastructure/electron/main/electron-main.ts:16
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/src/desktop/infrastructure/electron/main/electron-main.ts:16 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/desktop/src/desktop/infrastructure/electron/main/project-registry.ts:4
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/desktop/src/desktop/infrastructure/electron/main/project-registry.ts:4 Node child process
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 101 placeholder/mock markers across 48 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 237 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph cicd CI/CD security conf 1.00 4 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v5 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
2 files, 4 locations
.github/workflows/desktop-ci.yml:32, 35 (2 hits)
.github/workflows/desktop-release.yml:23, 26 (2 hits)
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: apps/desktop/scripts/provider-evidence-harness.py:add_permission_command_context, apps/desktop/scripts/provider-evidence-harness.py:add_claude_permission_command_context This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — s…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `action__copy` in apps/desktop/src/desktop/adapters/inbound/react-renderer/product-shell/workbench/launcher-pane.tsx:47
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `code__copy` in apps/desktop/src/desktop/adapters/inbound/react-renderer/agent-chat/transcript/markdown.tsx:55
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `code__copy` in apps/desktop/src/desktop/adapters/inbound/react-renderer/agent-chat/transcript/transcript.tsx:49
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/scripts/archive/pw-files-changed-verify.cjs:27
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/scripts/e2e-run.mjs:17
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/adapters/outbound/agent-integrations/codex/codex-rollout-turn-detection.ts:11
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/adapters/outbound/agent-runtime/runtime-ports/agent-integration-agent-runtime-port.ts:37
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/adapters/outbound/agent-runtime/structured/structured-runtime-events.ts:9
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/adapters/outbound/provider-trust/node-provider-trust-port.ts:17
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/application/domains/agent-integration/agent-integration.ts:50
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/application/domains/agent-runtime/agent-runtime-event.ts:8
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/application/domains/agent-runtime/agent-runtime.ts:47
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/application/domains/agent-runtime/runtime-turn-reducer.ts:8
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/application/domains/thread/thread.ts:196
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/application/domains/workbench/workbench.ts:75
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/application/ports/outbound/agent-runtime-event-source-port.ts:11
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/application/ports/outbound/agent-runtime-port.ts:17
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/application/ports/outbound/composer-attachment-store-port.ts:4
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/application/ports/outbound/provider-trust-port.ts:3
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/application/services/provider/provider-session-discovery.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/application/services/provider/runtime-readiness-registry.ts:6
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/application/services/thread/composer-queue-service.ts:14
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/application/services/thread/fixture-agent-session-reader.ts:64
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/application/services/thread/thread-crud-service.ts:13
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/application/services/thread/thread-persistence-service.ts:119
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/application/services/thread/thread-runtime-api.ts:38
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/application/services/thread/thread-runtime-service.ts:610
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/application/services/thread/thread-store.ts:6
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/application/services/tide-mcp/tide-mcp-tool-handler.ts:29
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/application/services/workbench/workbench-browser-operations.ts:28
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/application/services/workbench/workbench-runtime.ts:55
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/infrastructure/node/live/live-projector.ts:265
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/infrastructure/node/provider/provider-bootstrap-artifacts.ts:8
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/infrastructure/node/provider/provider-conversation-rebuilders.ts:24
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/infrastructure/node/provider/provider-history-helpers.ts:3
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/infrastructure/node/provider/provider-history-readers.ts:22
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/backend/infrastructure/node/provider/provider-session-ref.ts:5
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/desktop/adapters/inbound/react-renderer/product-shell/dialogs/worktree-delete-dialog.tsx:19
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/desktop/adapters/inbound/react-renderer/product-shell/dialogs/worktree-name-input.tsx:9
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/desktop/adapters/inbound/react-renderer/product-shell/handlers/composer-handlers.ts:151
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/desktop/adapters/inbound/react-renderer/product-shell/left-rail/section-header.tsx:10
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/desktop/adapters/inbound/react-renderer/product-shell/product-shell.tsx:123
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/desktop/adapters/inbound/react-renderer/product-shell/settings/settings.tsx:174
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/desktop/adapters/inbound/react-renderer/product-shell/workbench/browser-agent-overlay.tsx:10
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/desktop/adapters/inbound/react-renderer/product-shell/workbench/browser-webview-actions.ts:9
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/desktop/adapters/inbound/react-renderer/product-shell/workbench/markdown-view.tsx:16
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/desktop/adapters/inbound/react-renderer/product-shell/workbench/workbench.tsx:23
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/desktop/adapters/inbound/react-renderer/support/markdown-rendering.ts:5
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/desktop/application/domains/agent-chat/state/choice-surfaces.ts:589
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/desktop/application/domains/agent-chat/state/composer.ts:345
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/desktop/application/domains/agent-chat/state/launch-options.ts:13
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/desktop/application/domains/agent-chat/state/types.ts:97
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/desktop/application/domains/product-shell/state/composer-bridge.ts:11
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/desktop/application/domains/product-shell/state/thread-list.ts:24
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/desktop/application/domains/product-shell/state/types.ts:43
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/desktop/application/domains/product-shell/state/view-model.ts:553
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/desktop/infrastructure/electron/main/electron-main.ts:103
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/desktop/infrastructure/electron/main/provider-command-discovery.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/desktop/infrastructure/electron/renderer/dev-harness.tsx:106
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/shared/contracts/agent-descriptors.ts:8
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/shared/contracts/commands.ts:57
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/shared/contracts/provider-model-catalog.ts:5
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/shared/contracts/workbench.ts:34
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/shared/worktree/name.ts:2
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/src/shared/worktree/path.ts:3
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/agent-chat-tool-body.test.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/agent-session-block-rendering-path.test.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/agent-symmetry-boundary.test.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/app-chrome-workbench-tab-strip.test.tsx:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/backend-agent-runtime-port-wiring.test.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/backend-desktop-process-connection.test.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/backend-thread-agent-runtime-lifecycle.test.ts:77
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/browser-agent-overlay.test.tsx:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/browser-pane-action-liveness.test.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/browser-pane-agent-computer-use.test.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/browser-pane-agent-pixel-vision.test.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/browser-webview-actions.test.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/build-and-package.test.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/claude-ask-user-question.test.ts:177
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/claude-provider-integration-bootstrap.test.ts:16
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/codex-provider-integration-bootstrap.test.ts:23
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/desktop-agent-chat-composer-shell.test.tsx:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/desktop-product-shell-visual-foundation.test.tsx:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/file-size-ratchet.test.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/gemini-provider-integration-bootstrap.test.ts:20
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/git-changes-view.test.tsx:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/left-rail-drag-render.test.tsx:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/left-rail-manual-ordering.test.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/local-provider-session-discovery.test.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/lsp-client.test.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/markdown-rendering.test.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/multi-thread-routing.test.ts:240
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/multitask-live-set.test.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/multitask-navigation.test.tsx:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/multitask-shortcut-numbering.test.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/opencode-model-vendor-selection.test.ts:19
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/opencode-vendor-onramp.test.ts:21
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/persistence-coalescing.test.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/persistence.test.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/product-shell-file-tree-lazy.test.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/provider-command-discovery.test.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/provider-reasoning.test.ts:12
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/provider-trust-port.test.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/provider-usage.test.ts:6
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/rail-peek.test.tsx:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/runtime-spine-boundary.test.ts:18
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/shared-contracts.test.ts:179
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/thread-list-display-settings.test.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/thread-row-quick-actions.test.tsx:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/tide-api-agent-runtime.test.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/tide-mcp-stdio-bridge.test.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/tide-mcp-workbench-observe-open-browser.test.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/workbench-code-editor.test.tsx:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/workbench-terminal-pty-port.test.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/workbench-terminal-view.test.tsx:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/workspace-code-intelligence-port.test.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/workspace-file-port.test.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/worktree-branch-deletion.test.tsx:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/worktree-creation.test.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `docs_v2` in apps/desktop/tests/worktree-name.test.ts:1
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/desktop/src/desktop/infrastructure/electron/main/backend-bridge.ts:77
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/desktop/src/desktop/infrastructure/electron/main/runtime-smoke.ts:30
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/desktop/tests/backend-thread-agent-runtime-lifecycle.test.ts:2489
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/desktop/tests/claude-ask-user-question.test.ts:25
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/desktop/tests/tide-mcp-workbench-observe-open-browser.test.ts:873
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Complexity conf 1.00 Very large file: apps/desktop/src/backend/application/services/thread/thread-runtime-service.ts (1511 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/desktop/tests/backend-thread-agent-runtime-lifecycle.test.ts (3779 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/desktop/tests/desktop-agent-chat-composer-shell.test.tsx (1794 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/desktop/tests/desktop-product-shell-visual-foundation.test.tsx (3065 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/desktop/tests/tide-mcp-workbench-observe-open-browser.test.ts (1797 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/terminal/crates/alacritty_terminal/src/term/mod.rs (3320 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/terminal/crates/tide-app/src/adapter/inward/cli_adapter/commands.rs (3852 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/terminal/crates/tide-app/src/adapter/inward/event_loop_adapter/mod.rs (1507 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/terminal/crates/tide-app/src/adapter/outward/platform_adapter/macos/webview.rs (2421 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/terminal/crates/tide-app/src/adapter/outward/view/header.rs (2188 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/terminal/crates/tide-app/src/app.rs (1684 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/terminal/crates/tide-app/src/application/behavior_tests/agent_gateway.rs (4268 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/terminal/crates/tide-app/src/application/behavior_tests/browser_agent_runtime.rs (1794 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/terminal/crates/tide-app/src/application/behavior_tests/visual_hierarchy.rs (1539 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/terminal/crates/tide-app/src/application/services/action_service/mod.rs (1579 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/terminal/crates/tide-app/src/application/services/pane_create_service/mod.rs (1318 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/terminal/crates/tide-app/src/domain/layout/tests.rs (1500 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/terminal/crates/tide-app/src/domain/pane/browser.rs (1649 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/terminal/crates/tide-app/src/domain/pane/editor.rs (1597 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/terminal/crates/vte/src/ansi.rs (2473 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/terminal/crates/vte/src/lib.rs (1542 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/296c99c2-6f88-4c86-9469-267dc357150a/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/296c99c2-6f88-4c86-9469-267dc357150a/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.