🙌 OpenHands: AI-Driven Development
This report presents the forensic synthetic code analysis of OpenHands/OpenHands, a TypeScript project with 85,430 GitHub stars. SynthScan v2.0 examined 304,483 lines of code across 1927 source files, recording 922 pattern matches distributed across 9 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 922 distinct pattern matches across 9 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | playwright.mock-llm-docker.config.ts | 35 | // ── Docker image ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | playwright.mock-llm-docker.config.ts | 56 | // ── Session API key ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | playwright.mock-llm-docker.config.ts | 62 | // ── URLs ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | playwright.mock-llm-docker.config.ts | 90 | // ── Skill test support ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | playwright.mock-llm-docker.config.ts | 107 | // ── Folder-workspace test support ────────────────────────────────────── | COMMENT |
| MEDIUM | playwright.mock-llm-docker.config.ts | 118 | // ── ACP test support ────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | playwright.mock-llm.config.ts | 41 | // ── Session API key ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | playwright.mock-llm.config.ts | 47 | // ── State directory (isolated per test run) ──────────────────────────── | COMMENT |
| MEDIUM⚡ | playwright.mock-llm.config.ts | 55 | // ── URLs ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | docker/entrypoint.sh | 2 | # ═══════════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | docker/entrypoint.sh | 56 | # ═══════════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | docker/entrypoint.sh | 290 | # ── 1. Start Agent Server ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | docker/entrypoint.sh | 307 | # ── 2. Start Automation Server ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | docker/entrypoint.sh | 352 | # ── 3. Wait for backends to be ready ───────────────────────────────────────── | COMMENT |
| MEDIUM | docker/entrypoint.sh | 373 | # ── 4. Start static server (frontend + proxy) ──────────────────────────────── | COMMENT |
| MEDIUM | docker/entrypoint.sh | 413 | # ── 5. (Optional) Public-mode static server ───────────────────────────────── | COMMENT |
| MEDIUM | tests/e2e/mock-llm/settings/mock-llm-acp-agent.spec.ts | 94 | // ── Step 1: Configure ACP agent through the Settings → Agent UI ───── | COMMENT |
| MEDIUM | tests/e2e/mock-llm/settings/mock-llm-acp-agent.spec.ts | 170 | // ── Step 2: Reload and verify the UI reflects saved ACP config ────── | COMMENT |
| MEDIUM | tests/e2e/mock-llm/settings/mock-llm-acp-agent.spec.ts | 195 | // ── Step 3: Start an ACP conversation from the home page ──────────── | COMMENT |
| MEDIUM | tests/e2e/mock-llm/settings/mock-llm-acp-agent.spec.ts | 331 | // ── Step 4: Resume the ACP conversation from the sidebar ──────────── | COMMENT |
| MEDIUM | …m/settings/mock-llm-cloud-providers-pagination.spec.ts | 78 | // ── Seed: cloud backend in localStorage BEFORE the app boots ─────── | COMMENT |
| MEDIUM | …m/settings/mock-llm-cloud-providers-pagination.spec.ts | 127 | // ── Mock cloud API ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …m/settings/mock-llm-cloud-providers-pagination.spec.ts | 304 | // ── Drive the UI ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/mock-llm/settings/mock-llm-profile-management.spec.ts | 75 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …/mock-llm/settings/mock-llm-profile-management.spec.ts | 77 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …/mock-llm/settings/mock-llm-profile-management.spec.ts | 231 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …/mock-llm/settings/mock-llm-profile-management.spec.ts | 233 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …/mock-llm/settings/mock-llm-profile-management.spec.ts | 370 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …/mock-llm/settings/mock-llm-profile-management.spec.ts | 372 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …e2e/mock-llm/settings/mock-llm-acp-auth-banner.spec.ts | 151 | // ── Select ACP → Claude Code ───────────────────────────────────────── | COMMENT |
| MEDIUM | …ts/e2e/mock-llm/home/mock-llm-folder-workspace.spec.ts | 105 | // ── Step 1: Browse to a folder and add it as a workspace ──────────── | COMMENT |
| MEDIUM⚡ | …s/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts | 33 | // ── Paths ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …s/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts | 40 | // ── Port ranges (high ports unlikely to collide with other tests) ────── | COMMENT |
| MEDIUM⚡ | …s/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts | 48 | // ── Helpers ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …s/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts | 319 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | …s/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts | 321 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | …s/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts | 325 | // ─────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …s/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts | 327 | // ─────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …s/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts | 394 | // ── 4. Open browser to the frontend-only instance ───────────────── | COMMENT |
| MEDIUM⚡ | …s/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts | 404 | // ── 5. Add the backend-only instance via onboarding ─────────────── | COMMENT |
| MEDIUM⚡ | …s/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts | 412 | // ── 6. Reload to pick up the new backend ────────────────────────── | COMMENT |
| MEDIUM⚡ | …s/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts | 419 | // ── 7. Verify the app loads ─────────────────────────────────────── | COMMENT |
| MEDIUM | …s/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts | 353 | // ── 1. Start backend-only instance ──────────────────────────────── | COMMENT |
| MEDIUM | …s/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts | 364 | // ── 2. Start frontend-only instance ─────────────────────────────── | COMMENT |
| MEDIUM | …s/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts | 375 | // ── 3. Wait for both to become ready (in parallel) ──────────────── | COMMENT |
| MEDIUM | …s/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts | 448 | // ─────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …s/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts | 450 | // ─────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …s/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts | 474 | // ── 1. Spawn all three instances concurrently ───────────────────── | COMMENT |
| MEDIUM | …s/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts | 502 | // ── 2. Wait for all three to become ready ───────────────────────── | COMMENT |
| MEDIUM | …s/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts | 526 | // ── 3. Verify both backends are independently reachable ─────────── | COMMENT |
| MEDIUM | …s/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts | 538 | // ── 4. Open browser to the frontend-only instance ───────────────── | COMMENT |
| MEDIUM | …s/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts | 548 | // ── 5. Add Backend A through onboarding ────────────────────────── | COMMENT |
| MEDIUM | …s/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts | 562 | // ── 6. Add Backend B via the dropdown menu ──────────────────────── | COMMENT |
| MEDIUM | …s/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts | 599 | // ── 7. Switch to Backend B via the dropdown ─────────────────────── | COMMENT |
| MEDIUM | …s/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts | 627 | // ── 8. Verify the app works after switching ─────────────────────── | COMMENT |
| MEDIUM | …s/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts | 636 | // ── 9. Verify both backends appear in the manage modal ──────────── | COMMENT |
| MEDIUM | …s/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts | 650 | // ─────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …s/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts | 652 | // ─────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …s/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts | 677 | // ── 1. Spawn both backends and the frontend ─────────────────────── | COMMENT |
| MEDIUM | …s/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts | 733 | // ── 2. Seed a conversation that exists ONLY on backend A ────────── | COMMENT |
| 160 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | eslint.config.js | 56 | function createNoDirectAgentServerFetchRule() { | CODE |
| LOW | …s/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts | 159 | async function seedBackendAnalyticsConsent(backendUrl: string, apiKey: string) { | CODE |
| LOW | tests/e2e/mock-llm/backends/mock-llm-auth-modes.spec.ts | 209 | async function openPublicAuthScreenFromFirstRun(page: Page) { | CODE |
| LOW | tests/e2e/mock-llm/utils/mock-llm-helpers.ts | 73 | export async function seedBackendAnalyticsConsent( | CODE |
| LOW | tests/e2e/mock-llm/utils/mock-llm-helpers.ts | 198 | export async function waitForNonUserMessageText( | CODE |
| LOW | tests/e2e/mock-llm/utils/mock-llm-helpers.ts | 238 | export async function waitForSuccessfulBashObservation( | CODE |
| LOW | tests/e2e/mock-llm/utils/mock-llm-helpers.ts | 288 | export async function waitForAgentMessageContaining( | CODE |
| LOW | tests/e2e/mock-llm/utils/mock-llm-helpers.ts | 405 | export async function ensureMockLLMProfileViaAPI( | CODE |
| LOW | tests/e2e/mock-llm/utils/mock-llm-helpers.ts | 532 | export async function ensureMockLLMAgentProfile( | CODE |
| LOW | tests/e2e/mock-llm/utils/mock-llm-helpers.ts | 599 | async function fillLlmProfileEditorAndSave( | CODE |
| LOW | tests/e2e/mock-llm/utils/mock-llm-helpers.ts | 808 | export async function resetToOpenHandsAgentViaUI(page: Page) { | CODE |
| LOW | tests/e2e/mock-llm/utils/folder-workspace-paths.ts | 12 | export function resolveFolderWorkspacePaths({ | CODE |
| LOW | tests/e2e/mock-llm/utils/folder-workspace-paths.ts | 35 | export function getFolderBrowserPathSegments(targetPath: string): string[] { | CODE |
| LOW | …s/e2e/mock-llm/automations/mock-llm-automation.spec.ts | 91 | async function waitForCreatedAutomationId( | CODE |
| LOW | …s/e2e/mock-llm/automations/mock-llm-automation.spec.ts | 520 | function findRuntimeServicesContent( | CODE |
| LOW | …e/mock-llm/regressions/mock-llm-ui-regressions.spec.ts | 64 | function createAllPaginationEvents(prefix: string): PaginationEvent[] { | CODE |
| LOW | …e/mock-llm/regressions/mock-llm-ui-regressions.spec.ts | 228 | async function routePaginationConversation(page: Page) { | CODE |
| LOW | …e/mock-llm/regressions/mock-llm-ui-regressions.spec.ts | 338 | async function waitForScrollableConversation(page: Page) { | CODE |
| LOW | tests/e2e/mock-llm/skills/mock-llm-skills.spec.ts | 82 | async function removeWorkspaceFromServer( | CODE |
| LOW | tests/e2e/support/onboarding-helpers.ts | 15 | export async function routeOnboardingLlmCatalog(page: Page) { | CODE |
| LOW | tests/e2e/support/onboarding-helpers.ts | 108 | export async function waitForOnboardingBackendConnected(page: Page) { | CODE |
| LOW | tests/e2e/support/onboarding-helpers.ts | 118 | export async function waitForOnboardingLlmSettingsReady(page: Page) { | CODE |
| LOW | tests/e2e/support/onboarding-helpers.ts | 129 | export async function clickOnboardingStepButton(page: Page, testId: string) { | CODE |
| LOW | tests/e2e/support/onboarding-helpers.ts | 175 | export async function advanceOnboardingToLlmStep(page: Page) { | CODE |
| LOW | tests/e2e/live/real-agent-server-conversation.spec.ts | 56 | async function cleanupKnownConversations(request: APIRequestContext) { | CODE |
| LOW | tests/e2e/live/utils/agent-server-conversation.ts | 73 | export async function routeBackendSessionApiKey(page: Page) { | CODE |
| LOW | tests/e2e/live/utils/agent-server-conversation.ts | 198 | function buildLiveVerificationSettings( | CODE |
| LOW | tests/e2e/live/utils/agent-server-conversation.ts | 282 | export async function guardAgainstPostHogRequests(page: Page) { | CODE |
| LOW | tests/e2e/live/utils/agent-server-conversation.ts | 393 | export async function clickButtonByTestIdOrText( | CODE |
| LOW | tests/e2e/live/utils/agent-server-conversation.ts | 458 | export async function waitForNonUserMessageText(page: Page, text: string) { | CODE |
| LOW | tests/e2e/live/utils/agent-server-conversation.ts | 479 | export async function expandVisibleEventDetails(page: Page) { | CODE |
| LOW | tests/e2e/live/utils/agent-server-conversation.ts | 540 | export function getOptionalConversationIdFromURL(page: Page) { | CODE |
| LOW | tests/e2e/live/utils/agent-server-conversation.ts | 567 | function isSuccessfulBashObservation(event: unknown) { | CODE |
| LOW | tests/e2e/live/utils/agent-server-conversation.ts | 616 | export async function waitForSuccessfulBashObservation( | CODE |
| LOW | tests/e2e/live/utils/agent-server-conversation.ts | 680 | export async function waitForCriticResultDisplay(page: Page) { | CODE |
| LOW | __tests__/utils/automation-catalog.test.ts | 64 | function createInstalledAutomation(templateId?: string): Automation { | CODE |
| LOW | …settings/llm-profiles/llm-settings-local-view.test.tsx | 154 | function createMockLlmProfilesReturn( | CODE |
| LOW | …onents/features/mcp-page/custom-server-editor.test.tsx | 76 | function EditEditorOnceSettingsLoaded({ onClose }: { onClose: () => void }) { | CODE |
| LOW | …onents/features/mcp-page/custom-server-editor.test.tsx | 88 | function EditOAuthEditorOnceSettingsLoaded({ | CODE |
| LOW | …ponents/features/skills/extensions-navigation.test.tsx | 25 | function renderExtensionsNavigation(ui: ReactNode) { | CODE |
| LOW | …omponents/automations/recommended-automations.test.tsx | 155 | function continueGithubResponderLocally() { | CODE |
| LOW | …ests__/components/onboarding/onboarding-modal.test.tsx | 136 | async function waitForConfiguredBackendToBeSkipped() { | CODE |
| LOW | …tests__/components/onboarding/onboarding-host.test.tsx | 63 | function seedUserAddedLocalBackend() { | CODE |
| LOW | __tests__/hooks/use-task-list.test.ts | 8 | function createTaskTrackerObservation( | CODE |
| LOW | __tests__/hooks/use-click-outside-element.test.tsx | 11 | function ClickOutsideTestComponent({ | CODE |
| LOW | __tests__/hooks/query/use-active-conversation.test.ts | 53 | function renderAndCaptureIntervalFn(): IntervalFn { | CODE |
| LOW | …tests__/hooks/query/use-agent-settings-schema.test.tsx | 39 | function useSchemaWithBackendContext() { | CODE |
| LOW | __tests__/hooks/query/use-workspace-session.test.tsx | 56 | const Wrapper = function WorkspaceSessionTestWrapper({ | CODE |
| LOW | __tests__/hooks/query/use-workspace-files.test.tsx | 72 | return function WorkspaceFilesTestWrapper({ | CODE |
| LOW | …ests__/hooks/query/use-workspace-file-content.test.tsx | 57 | const Wrapper = function WorkspaceFileContentTestWrapper({ | CODE |
| LOW | __tests__/scripts/static-server.test.ts | 278 | async function startServerWithRuntimeInfo( | CODE |
| LOW | __tests__/scripts/docker-vscode-route-sync.test.ts | 110 | function expectRouteMatchesAdvertised(resolved: ResolvedEditorConfig): void { | CODE |
| LOW | __tests__/manifests/manifest-test-data.ts | 141 | export function createInterfaceManifestWith( | CODE |
| LOW | __tests__/manifests/manifest-test-data.ts | 152 | export function createInterfaceManifestWithSubPages(): InterfaceManifest { | CODE |
| LOW | __tests__/routes/llm-settings.test.tsx | 101 | function createMockLlmProfilesReturn( | CODE |
| LOW | __tests__/routes/secrets-settings.test.tsx | 7 | function renderSecretsSettingsScreen() { | CODE |
| LOW | __tests__/routes/automations-dashboard.test.tsx | 107 | async function renderDashboardWithSettledInsights() { | CODE |
| LOW | __tests__/routes/skills-settings.test.tsx | 67 | function renderSkillsSettingsScreen(initialEntry = "/skills") { | CODE |
| LOW | __tests__/routes/verification-settings.test.tsx | 30 | function renderVerificationSettingsScreen() { | CODE |
| LOW | __tests__/routes/agent-context-settings.test.tsx | 24 | function renderAgentContextSettingsScreen() { | CODE |
| 500 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | playwright.mock-llm-docker.config.ts | 181 | { | COMMENT |
| LOW | playwright.config.ts | 61 | // use: { ...devices['Pixel 5'] }, | COMMENT |
| LOW | eslint.config.js | 1 | // Flat ESLint config (ESLint 9+). | COMMENT |
| LOW | eslint.config.js | 201 | // Project conventions previously enforced via airbnb / custom rules. | COMMENT |
| LOW | eslint.config.js | 261 | message: | COMMENT |
| LOW | eslint.config.js | 321 | "import-x/prefer-default-export": "off", | COMMENT |
| LOW | vite.config.ts | 61 | test: /node_modules[\\/](@heroui[\\/]|tailwind-variants[\\/]|tailwind-merge[\\/]|clsx[\\/])/, | COMMENT |
| LOW | vite.config.ts | 441 | }, | COMMENT |
| LOW | playwright.mock-llm.config.ts | 141 | "VITE_ENABLE_BROWSER_TOOLS=false", | COMMENT |
| LOW | vitest.setup.ts | 61 | } | COMMENT |
| LOW | tools/canvas_ui_tool.py | 141 | COMMENT | |
| LOW | docker/entrypoint.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | docker/entrypoint.sh | 21 | # not EXPOSE it and the editor is reached through | COMMENT |
| LOW | docker/entrypoint.sh | 41 | # agent-server (default: http://127.0.0.1:AGENT_SERVER_PORT). | COMMENT |
| LOW | docker/entrypoint.sh | 61 | COMMENT | |
| LOW | docker/entrypoint.sh | 81 | # set and which this entrypoint passes through like any other OH_* var, while | COMMENT |
| LOW | docker/entrypoint.sh | 261 | # AUTOMATION_AGENT_SERVER_URL — the URL the automation service uses to reach | COMMENT |
| LOW | docker/entrypoint.sh | 421 | # what tells the frontend this origin can. Omitting only the route would leave | COMMENT |
| LOW | docker/entrypoint.sh | 461 | COMMENT | |
| LOW | …m/settings/mock-llm-cloud-providers-pagination.spec.ts | 201 | } | COMMENT |
| LOW | …m/settings/mock-llm-cloud-providers-pagination.spec.ts | 341 | // the virtualized listbox render so every option (page-1 + page-2) is | COMMENT |
| LOW | …/mock-llm/settings/mock-llm-profile-management.spec.ts | 401 | await page.close(); | COMMENT |
| LOW | …e2e/mock-llm/settings/mock-llm-acp-auth-banner.spec.ts | 121 | test("Claude credential in the store surfaces a 'configured' banner, never 'signed in'", async ({ | COMMENT |
| LOW | tests/e2e/mock-llm/backends/mock-llm-auth-modes.spec.ts | 41 | COMMENT | |
| LOW | tests/e2e/mock-llm/backends/mock-llm-auth-modes.spec.ts | 321 | test("re-prompts when the server rotates its key (stale localStorage)", async ({ | COMMENT |
| LOW | tests/e2e/mock-llm/utils/mock-llm-helpers.ts | 481 | try { | COMMENT |
| LOW | tests/e2e/mock-llm/utils/mock-llm-helpers.ts | 721 | // row to render in the list, so wait for the row explicitly before acting | COMMENT |
| LOW | …e/mock-llm/conversations/mock-llm-conversation.spec.ts | 301 | await dismissAnalyticsModal(page); | COMMENT |
| LOW | …e/mock-llm/conversations/mock-llm-image-upload.spec.ts | 81 | // Use a vision-capable model name so litellm does not strip image_url | COMMENT |
| LOW | …s/e2e/mock-llm/automations/mock-llm-automation.spec.ts | 301 | }) => { | COMMENT |
| LOW | …s/e2e/mock-llm/automations/mock-llm-automation.spec.ts | 361 | // | COMMENT |
| LOW | __tests__/root.test.tsx | 621 | COMMENT | |
| LOW | __tests__/components/chat-message.test.tsx | 1 | import { render, screen, waitFor, fireEvent } from "@testing-library/react"; | COMMENT |
| LOW | …omponents/features/markdown/markdown-renderer.test.tsx | 81 | } | COMMENT |
| LOW | …ests__/components/onboarding/onboarding-modal.test.tsx | 381 | // Cloud login must dismiss the modal (not advance to Choose Agent). | COMMENT |
| LOW | __tests__/hooks/use-auto-refresh-files-on-edit.test.tsx | 261 | countAfterInitial + 1, | COMMENT |
| LOW | __tests__/scripts/docker-vscode-route-sync.test.ts | 1 | // @vitest-environment node | COMMENT |
| LOW | __tests__/scripts/docker-vscode-route-sync.test.ts | 161 | // --auth-required only decides whether the session key is injected into | COMMENT |
| LOW | __tests__/scripts/vscode-base-path-opt-in.test.ts | 1 | // @vitest-environment node | COMMENT |
| LOW | __tests__/scripts/vscode-base-path-opt-in.test.ts | 161 | // | COMMENT |
| LOW | __tests__/routes/agent-settings.test.tsx | 761 | // Regression guard for the data-corruption bug: | COMMENT |
| LOW | __tests__/routes/agent-settings.test.tsx | 821 | COMMENT | |
| LOW | examples/acp-docker/docker-compose.yml | 1 | # Containerized ACP agent-server for Agent Canvas (agent-canvas#1014). | COMMENT |
| LOW | examples/acp-docker/docker-compose.yml | 21 | agent-server: | COMMENT |
| LOW | examples/acp-docker/docker-compose.yml | 41 | # container restarts and (b) enable the encrypted-settings path used by | COMMENT |
| LOW | scripts/vercel-install.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | .github/workflows/release.yml | 1 | name: release | COMMENT |
| LOW | .github/workflows/bump-chart.yml | 1 | # Opens a PR in OpenHands/OpenHands-Cloud pointing the agent-canvas chart's | COMMENT |
| LOW | .github/workflows/desktop-macos.yml | 1 | name: Desktop (macOS) | COMMENT |
| LOW | .github/workflows/desktop-linux.yml | 1 | name: Desktop (Linux) | COMMENT |
| LOW | .github/workflows/issue-readiness-check.yml | 1 | --- | COMMENT |
| LOW | .github/workflows/mock-llm-docker-e2e.yml | 1 | name: Mock-LLM Docker E2E Tests | COMMENT |
| LOW | helm/agent-canvas/values.yaml | 1 | # Default values for agent-canvas. | COMMENT |
| LOW | helm/agent-canvas/values.yaml | 21 | # - name: ghcr-pull-secret | COMMENT |
| LOW | helm/agent-canvas/values.yaml | 41 | serviceAccount: | COMMENT |
| LOW | helm/agent-canvas/values.yaml | 81 | - host: agent-canvas.local | COMMENT |
| LOW | helm/agent-canvas/values.yaml | 101 | # * $HOME/workspace — the agent's default working directory: cloned | COMMENT |
| LOW | helm/agent-canvas/values.yaml | 141 | # Extra environment variables to pass through to the container. | COMMENT |
| LOW | helm/agent-canvas/values.yaml | 221 | failureThreshold: 60 | COMMENT |
| LOW | src/root.tsx | 221 | }, | COMMENT |
| 31 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | eslint.config.js | 221 | "placeholder", | CODE |
| LOW | tests/e2e/mock-llm/utils/skill-test-helpers.ts | 102 | execSync('git config user.email "test@test.com"', opts); | CODE |
| LOW | __tests__/components/ui/dropdown.test.tsx | 291 | expect(input).toHaveAttribute("placeholder", "Select an option"); | CODE |
| LOW | __tests__/components/settings/settings-input.test.tsx | 56 | "placeholder", | CODE |
| LOW | …ents/settings/llm-profiles/profile-name-input.test.tsx | 177 | "placeholder", | CODE |
| LOW | …ents/settings/llm-profiles/profile-name-input.test.tsx | 192 | "placeholder", | CODE |
| LOW | …tests__/components/backends/add-backend-modal.test.tsx | 53 | data: { user_consents_to_analytics: true, email: "user@example.com" }, | CODE |
| LOW | __tests__/components/backends/backend-selector.test.tsx | 200 | { id: "org-2", name: "Acme Inc" }, | CODE |
| LOW | __tests__/components/backends/backend-selector.test.tsx | 247 | { id: "org-acme", name: "Acme Inc" }, | CODE |
| LOW | __tests__/components/backends/backend-selector.test.tsx | 299 | { id: "org-acme", name: "Acme Inc" }, | CODE |
| LOW | __tests__/components/backends/backend-selector.test.tsx | 351 | { id: "org-2", name: "Acme Inc" }, | CODE |
| LOW | __tests__/components/backends/backend-selector.test.tsx | 395 | { id: "org-2", name: "Acme Inc" }, | CODE |
| LOW | …s__/components/backends/manage-backends-modal.test.tsx | 71 | data: { user_consents_to_analytics: true, email: "user@example.com" }, | CODE |
| LOW | …s__/components/backends/manage-backends-modal.test.tsx | 398 | { id: "org-acme", name: "Acme Inc" }, | CODE |
| LOW | …s__/components/backends/manage-backends-modal.test.tsx | 430 | expect(await screen.findByText("Acme Inc")).toBeInTheDocument(); | CODE |
| LOW | …onents/features/home/workspace-selection-form.test.tsx | 341 | "placeholder", | CODE |
| LOW | …onents/features/mcp-page/install-server-modal.test.tsx | 901 | "placeholder", | CODE |
| LOW | …s__/components/modals/settings/model-selector.test.tsx | 146 | expect(providerInput.getAttribute("placeholder") ?? "").toBe(""); | CODE |
| LOW | …s__/components/modals/settings/model-selector.test.tsx | 147 | expect(modelInput.getAttribute("placeholder") ?? "").toBe(""); | CODE |
| LOW | __tests__/hooks/use-tracking.test.ts | 46 | data: { email: "user@example.com", user_consents_to_analytics: true }, | CODE |
| LOW | __tests__/hooks/use-tracking.test.ts | 448 | data: { email: "user@example.com", user_consents_to_analytics: false }, | CODE |
| LOW | __tests__/hooks/use-tracking.test.ts | 461 | data: { email: "user@example.com", user_consents_to_analytics: null }, | CODE |
| LOW | __tests__/hooks/use-telemetry-identity.test.ts | 53 | data: { email: "user@example.com", git_user_email: "git@example.com" }, | CODE |
| LOW | __tests__/hooks/use-telemetry-identity.test.ts | 65 | email: "user@example.com", | CODE |
| LOW | __tests__/hooks/use-telemetry-identity.test.ts | 69 | email: "user@example.com", | CODE |
| LOW | __tests__/hooks/use-telemetry-identity.test.ts | 136 | email: "user@example.com", | CODE |
| LOW | __tests__/hooks/use-telemetry-identity.test.ts | 140 | email: "user@example.com", | CODE |
| LOW | __tests__/hooks/use-telemetry-identity.test.ts | 155 | email: "user@example.com", | CODE |
| LOW | …_/hooks/mutation/use-new-conversation-command.test.tsx | 45 | data: { email: "user@example.com", user_consents_to_analytics: true }, | CODE |
| LOW | …tests__/hooks/query/use-cloud-current-user-id.test.tsx | 59 | { id: "org-2", name: "Acme Inc" }, | CODE |
| LOW⚡ | .github/scripts/tests/test_pr_description.py | 114 | errors = validate_linked_issue_ready("Fixes #123\n", "owner/repo", "fake-token") | STRING |
| LOW⚡ | .github/scripts/tests/test_pr_description.py | 119 | errors = validate_linked_issue_ready("Fixes #123\n", "owner/repo", "fake-token") | STRING |
| LOW⚡ | .github/scripts/tests/test_pr_description.py | 128 | errors = validate_linked_issue_ready("Fixes #123 and Closes #456\n", "owner/repo", "fake-token") | STRING |
| LOW⚡ | .github/scripts/tests/test_pr_description.py | 133 | errors = validate_linked_issue_ready("Fixes #999\n", "owner/repo", "fake-token") | STRING |
| LOW⚡ | .github/scripts/tests/test_pr_description.py | 166 | errors = validate_linked_issue_ready(body, "owner/repo", "fake-token") | STRING |
| LOW⚡ | .github/scripts/tests/test_pr_description.py | 172 | errors = validate_linked_issue_ready(body, "owner/repo", "fake-token") | STRING |
| LOW⚡ | .github/scripts/tests/test_pr_description.py | 178 | errors = validate_linked_issue_ready(body, "owner/repo", "fake-token") | STRING |
| LOW⚡ | .github/scripts/tests/test_pr_description.py | 184 | errors = validate_linked_issue_ready(body, "owner/repo", "fake-token") | STRING |
| LOW⚡ | .github/scripts/tests/test_pr_description.py | 190 | errors = validate_linked_issue_ready(body, "owner/repo", "fake-token") | STRING |
| LOW | …res/automations/git-sync/git-sync-config-form.test.tsx | 87 | "placeholder", | CODE |
| LOW | …res/automations/git-sync/git-sync-config-form.test.tsx | 99 | "placeholder", | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .agents/skills/release.md | 33 | ## Step 1: Find the Release PR | COMMENT |
| LOW | .agents/skills/release.md | 47 | ## Step 2: Review It | COMMENT |
| LOW | .agents/skills/release.md | 56 | ## Step 3: Cut the Release | COMMENT |
| LOW | .agents/skills/release.md | 68 | ## Step 4: Watch the Pipeline | COMMENT |
| LOW | .agents/skills/release.md | 80 | ## Step 5: Verify the Release | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | vitest.setup.ts | 73 | // The robust fix is to drain those pending async response callbacks in | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | docs/DefenseClaw.md | 3 | [DefenseClaw](https://github.com/cisco-ai-defense/defenseclaw) is a security governance layer for agentic AI runtimes — | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .github/scripts/check_pr_description.py | 26 | CODE | |
| LOW | .github/scripts/check_issue_readiness.py | 27 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | public/mockServiceWorker.js | 124 | async function handleRequest(event, requestId, requestInterceptedAt) { | CODE |