The open-source alternative to Claude Cowork (powered by opencode)
This report presents the forensic synthetic code analysis of different-ai/openwork, a TypeScript project with 16,853 GitHub stars. SynthScan v2.0 examined 599,645 lines of code across 1842 source files, recording 1561 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 2.7 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 1561 distinct pattern matches across 11 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | ee/packages/den-db/drizzle.config.ts | 11 | function resolveDrizzleDbCredentials() { | CODE |
| LOW | ee/packages/den-db/src/fulltext.ts | 13 | async function memoryFulltextIndexExists(executor: FulltextIndexExecutor): Promise<boolean> { | CODE |
| LOW | ee/packages/den-db/src/fulltext.ts | 30 | export async function ensureMemoryFulltextIndex( | CODE |
| LOW | ee/packages/den-db/src/fulltext.ts | 65 | export async function assertMemoryFulltextIndexExists( | CODE |
| LOW | ee/packages/den-db/src/columns.ts | 19 | function getDatabaseEncryptionSecret() { | CODE |
| LOW | ee/packages/den-db/src/mysql-config.ts | 32 | export function parseMySqlConnectionConfig(databaseUrl: string): ParsedMySqlConfig { | CODE |
| LOW | ee/packages/den-db/src/client.ts | 43 | export function isTransientDbConnectionError(error: unknown): boolean { | CODE |
| LOW | ee/packages/den-db/src/client.ts | 90 | function parsePlanetScaleConfigFromDatabaseUrl(databaseUrl: string): PlanetScaleCredentials { | CODE |
| LOW | ee/packages/utils/src/skill-markdown.ts | 14 | function normalizeFrontmatterValue(value: string | undefined): string { | CODE |
| LOW | ee/packages/utils/src/observability.ts | 347 | function validateOtelSignalEndpoint(signal: OTelSignal, config: OTelSignalConfig): void { | CODE |
| LOW | ee/packages/utils/src/observability.ts | 403 | function parseSentryBuildVariables( | CODE |
| LOW | ee/apps/landing/app/api/_lib/security.ts | 84 | export function applyFixedWindowRateLimit(input: { | CODE |
| LOW | ee/apps/landing/lib/posthog-server.ts | 5 | export async function capturePosthogServerEvent(event: string, properties: Record<string, unknown>): Promise<void> { | CODE |
| LOW | ee/apps/den-worker-proxy/src/app.ts | 62 | function normalizedSignedPreviewExpirySeconds() { | CODE |
| LOW | ee/apps/den-web/app/mcp/select-organization/page.tsx | 89 | export default function McpSelectOrganizationPage() { | CODE |
| LOW | ee/apps/den-web/app/sso/[orgSlug]/page.tsx | 7 | export default function OrganizationSsoSignInPage() { | CODE |
| LOW | ee/apps/den-web/app/api/runtime-config/route.ts | 26 | async function readSingleOrgSsoConfigured(orgMode: string) { | CODE |
| LOW | ee/apps/den-web/app/api/_lib/upstream-proxy.ts | 147 | function buildUpstreamErrorResponse(status: number, error: string): Response { | CODE |
| LOW | ee/apps/den-web/app/(den)/_lib/den-flow.ts | 262 | export function deriveOnboardingWorkerName(user: AuthUser): string { | CODE |
| LOW | ee/apps/den-web/app/(den)/_lib/den-flow.ts | 435 | export function getOrgPaymentRequiredError(payload: unknown): OrgPaymentRequiredError | null { | CODE |
| LOW | ee/apps/den-web/app/(den)/_lib/den-flow.ts | 905 | export function buildOpenworkAppConnectUrl( | CODE |
| LOW | ee/apps/den-web/app/(den)/_lib/den-flow.ts | 951 | function parseWorkspaceIdFromWorkspacesPayload(payload: unknown): string | null { | CODE |
| LOW | ee/apps/den-web/app/(den)/_lib/den-flow.ts | 1009 | export async function resolveOpenworkWorkspaceUrl(instanceUrl: string, accessToken: string): Promise<{ workspaceId: stri | CODE |
| LOW | ee/apps/den-web/app/(den)/_lib/mcp-oauth-route.ts | 1 | export function getMcpOAuthSelectOrganizationRoute(search: string) { | CODE |
| LOW | ee/apps/den-web/app/(den)/_lib/den-org.ts | 273 | function normalizeDesktopVersionString(value: string): string | null { | CODE |
| LOW | ee/apps/den-web/app/(den)/_lib/den-org.ts | 280 | export function parseOrganizationMetadata(metadata: string | null): DenOrganizationMetadata | null { | CODE |
| LOW | ee/apps/den-web/app/(den)/_lib/den-org.ts | 293 | export function getAllowedDesktopVersionsFromMetadata(metadata: string | null): string[] | null { | CODE |
| LOW | ee/apps/den-web/app/(den)/_lib/den-org.ts | 304 | export function getRequireSsoFromMetadata(metadata: string | null): boolean { | CODE |
| LOW | ee/apps/den-web/app/(den)/_lib/den-org.ts | 309 | export function getManagedBrandAssetFromMetadata( | CODE |
| LOW | ee/apps/den-web/app/(den)/_lib/den-org.ts | 371 | function roleHasSecurityConfigurationPermission(roleValue: string, roles: readonly DenOrgRole[]) { | CODE |
| LOW | ee/apps/den-web/app/(den)/_lib/den-org.ts | 400 | export function shouldRequireOrgSelection(orgs: readonly DenOrgSummary[]): boolean { | CODE |
| LOW | ee/apps/den-web/app/(den)/_lib/den-org.ts | 420 | export function getMarketplaceOnboardingRoute(_orgSlug?: string | null): string { | CODE |
| LOW | ee/apps/den-web/app/(den)/_lib/den-org.ts | 448 | export function getCustomLlmProvidersRoute(orgSlug?: string | null): string { | CODE |
| LOW | ee/apps/den-web/app/(den)/_lib/den-org.ts | 532 | export function getGithubIntegrationRoute(orgSlug?: string | null): string { | CODE |
| LOW | ee/apps/den-web/app/(den)/_lib/den-org.ts | 544 | export function getGithubIntegrationSetupRoute(orgSlug: string | null | undefined, connectorInstanceId: string): string | CODE |
| LOW | ee/apps/den-web/app/(den)/_lib/den-org.ts | 548 | export function getGithubIntegrationAccountRoute(orgSlug: string | null | undefined, connectorAccountId: string): string | CODE |
| LOW | ee/apps/den-web/app/(den)/_lib/den-org.ts | 835 | export function parseInvitationPreviewPayload(payload: unknown): DenInvitationPreview | null { | CODE |
| LOW | ee/apps/den-web/app/(den)/_lib/den-org.ts | 872 | export function isEmailAllowedForOrganization(allowedEmailDomains: readonly string[] | null | undefined, email: string): | CODE |
| LOW | …/(den)/dashboard/_components/manage-members-screen.tsx | 250 | function selectInstallLinkShareInput() { | CODE |
| LOW | …/(den)/dashboard/_components/manage-members-screen.tsx | 258 | async function handleInstallLinkShareCopy() { | CODE |
| LOW | …b/app/(den)/dashboard/_components/install-link-data.ts | 14 | export async function createOrganizationInstallLink(organizationId: string, rotate = false) { | CODE |
| LOW | …/app/(den)/dashboard/_components/llm-provider-data.tsx | 127 | function asLlmProviderMemberAccess(value: unknown): DenLlmProviderMemberAccess | null { | CODE |
| LOW | …/app/(den)/dashboard/_components/llm-provider-data.tsx | 320 | export function buildCustomProviderTemplate() { | CODE |
| LOW | …/app/(den)/dashboard/_components/llm-provider-data.tsx | 358 | export function buildEditableCustomProviderText(provider: DenLlmProvider) { | CODE |
| LOW | …/app/(den)/dashboard/_components/llm-provider-data.tsx | 419 | export async function requestLlmProviderTestConnection(input: { | CODE |
| LOW | …/app/(den)/dashboard/_components/llm-provider-data.tsx | 445 | export async function requestLlmProviderCatalog(orgId: string) { | CODE |
| LOW | …/app/(den)/dashboard/_components/llm-provider-data.tsx | 456 | export async function requestLlmProviderCatalogDetail(orgId: string, providerId: string) { | CODE |
| LOW | …board/_components/mcp-connections-capability-guard.tsx | 7 | export function McpConnectionsCapabilityGuard({ children }: { children: React.ReactNode }) { | CODE |
| LOW | …ashboard/_components/marketplace-onboarding-screen.tsx | 177 | export function MarketplaceOnboardingScreen() { | CODE |
| LOW | …(den)/dashboard/_components/mcp-connections-screen.tsx | 160 | function parseGithubPluginImportPreview(payload: unknown): GithubPluginImportPreview { | CODE |
| LOW | …(den)/dashboard/_components/mcp-connections-screen.tsx | 557 | function ImportPluginConnectionDialog({ | CODE |
| LOW | …(den)/dashboard/_components/mcp-connections-screen.tsx | 947 | function startReplacingCredentials() { | CODE |
| LOW | …web/app/(den)/dashboard/_components/plugins-screen.tsx | 364 | function ConnectIntegrationEmptyState({ integrationsHref }: { integrationsHref: string }) { | CODE |
| LOW | …b/app/(den)/dashboard/_components/marketplace-data.tsx | 118 | function parseCloudReadinessConnection(entry: unknown): MarketplacePluginCloudReadinessConnection | null { | CODE |
| LOW | …b/app/(den)/dashboard/_components/marketplace-data.tsx | 150 | export function parseMarketplaceResolvedPayload(payload: unknown): MarketplaceResolved { | CODE |
| LOW | …b/app/(den)/dashboard/_components/marketplace-data.tsx | 256 | export function useGrantMarketplaceAccess() { | CODE |
| LOW | …b/app/(den)/dashboard/_components/marketplace-data.tsx | 293 | export function useRevokeMarketplaceAccess() { | CODE |
| LOW | …b/app/(den)/dashboard/_components/marketplace-data.tsx | 336 | function parseConfiguredPluginMcpConnection(payload: unknown): ConfiguredPluginMcpConnection { | CODE |
| LOW | …b/app/(den)/dashboard/_components/marketplace-data.tsx | 350 | export function useConfigurePluginMcpConnection() { | CODE |
| LOW | …b/app/(den)/dashboard/_components/marketplace-data.tsx | 409 | export function formatMarketplaceTimestamp(value: string | null): string { | CODE |
| 1391 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …)/dashboard/_components/integration-connect-dialog.tsx | 264 | // ── Step components ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …en-web/app/(den)/dashboard/_components/plugin-data.tsx | 31 | // ── Primitive types ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …en-web/app/(den)/dashboard/_components/plugin-data.tsx | 120 | // ── Display helpers ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …en-web/app/(den)/dashboard/_components/plugin-data.tsx | 174 | // ── Mock data ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …en-web/app/(den)/dashboard/_components/plugin-data.tsx | 426 | // ── Query hooks ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | ee/apps/den-web/app/(den)/_components/ui/button.tsx | 5 | // ─── Variant / size tokens ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | ee/apps/den-web/app/(den)/_components/ui/button.tsx | 24 | // ─── buttonVariants helper (for <Link> / <a> elements) ─────────────────────── | COMMENT |
| MEDIUM | ee/apps/den-web/app/(den)/_components/ui/button.tsx | 49 | // ─── Spinner ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | ee/apps/den-web/app/(den)/_components/ui/button.tsx | 79 | // ─── DenButton ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | ee/apps/den-api/src/routes/telemetry/index.ts | 239 | // ── POST /v1/telemetry/ingest ───────────────────────────────────────────── | COMMENT |
| MEDIUM | ee/apps/den-api/src/routes/telemetry/index.ts | 311 | // ── GET /v1/telemetry/dimensions ────────────────────────────────────────── | COMMENT |
| MEDIUM | ee/apps/den-api/src/routes/telemetry/index.ts | 362 | // ── GET /v1/telemetry/adoption ──────────────────────────────────────────── | COMMENT |
| MEDIUM | ee/apps/den-api/src/routes/telemetry/index.ts | 439 | // ── GET /v1/telemetry/analytics ─────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/find-unused.sh | 4 | # ── Config ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/find-unused.sh | 96 | # ── Colors ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/find-unused.sh | 105 | # ── Helpers ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/find-unused.sh | 201 | # ── Step 1: Run knip ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/find-unused.sh | 230 | # ── Step 2: Build infra file list once ───────────────────────────────────── | COMMENT |
| MEDIUM | scripts/find-unused.sh | 241 | # ── Step 3: Cross-reference each file ────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/find-unused.sh | 327 | # ── Step 4: Split into two buckets, sort by date ────────────────────────── | COMMENT |
| MEDIUM | scripts/find-unused.sh | 346 | # ── Step 5: Display ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/openwork-debug.sh | 47 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | scripts/openwork-debug.sh | 74 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | scripts/openwork-debug.sh | 194 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | scripts/openwork-debug.sh | 571 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | apps/app/src/react-app/shell/desktop-runtime-boot.ts | 192 | // FAST PATH ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/app/src/react-app/shell/desktop-runtime-boot.ts | 228 | // SLOW PATH ───────────────────────────────────────────────────── | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packaging/helm/openwork-ee/README.md | 37 | ownerEmails: "admin@example.com" | CODE |
| LOW | packaging/helm/openwork-ee/README.md | 49 | bootstrapAdminEmails: "admin@example.com" | CODE |
| LOW | packaging/helm/openwork-ee/README.md | 441 | ownerEmails: "admin@example.com" | CODE |
| LOW | ee/packages/den-db/scripts/admin-scale-benchmark.ts | 308 | await connection.query("INSERT INTO `admin_allowlist` (`id`,`email`,`note`,`created_at`,`updated_at`) VALUES ('aal_000 | CODE |
| LOW | ee/packages/den-db/scripts/admin-scale-benchmark.ts | 413 | const viewer = { id: userId(0), email: "admin@example.com", name: "Scale Admin" } | CODE |
| LOW | ee/apps/landing/components/app-feedback-form.tsx | 186 | placeholder="Jane Doe" | CODE |
| LOW | …/den-web/app/(den)/_components/organization-screen.tsx | 249 | placeholder="Acme Corp" | CODE |
| LOW | …/den-web/app/(den)/_components/organization-screen.tsx | 398 | placeholder="Acme Corp" | CODE |
| LOW | ee/apps/den-web/components/den-admin-panel.tsx | 841 | viewer: { id: "user_admin_fixture", email: "admin@example.com", name: "Admin Fixture" }, | CODE |
| LOW | ee/apps/den-web/components/den-admin-panel.tsx | 842 | admins: [{ email: "admin@example.com", note: "Eval fixture admin" }], | CODE |
| LOW | ee/apps/den-api/test/organization-context.test.ts | 135 | email: "user@example.com", | CODE |
| LOW | ee/apps/den-api/test/auth-login-options.test.ts | 5 | expect(normalizeLoginEmail(" User@Example.COM ")).toBe("user@example.com") | CODE |
| LOW | ee/apps/den-api/test/single-org-route-guards.test.ts | 29 | email: "user@example.com", | CODE |
| LOW | ee/apps/den-api/test/auth-protection.test.ts | 52 | email: "user@example.com", | CODE |
| LOW | ee/apps/den-api/test/auth-protection.test.ts | 63 | body: JSON.stringify({ email: "user@example.com", password: "created-password" }), | CODE |
| LOW | ee/apps/den-api/test/auth-protection.test.ts | 77 | body: JSON.stringify({ email: "user@example.com", password: "existing-password" }), | CODE |
| LOW | ee/apps/den-api/test/auth-protection.test.ts | 99 | body: JSON.stringify({ email: "user@example.com", password: "password" }), | CODE |
| LOW | ee/apps/den-api/test/auth-protection.test.ts | 127 | body: JSON.stringify({ email: "user@example.com", password: "short" }), | CODE |
| LOW⚡ | ee/apps/den-api/test/auth-protection.test.ts | 139 | body: JSON.stringify({ email: "user@example.com", password: "a".repeat(authProtection.MIN_PASSWORD_LENGTH) }), | CODE |
| LOW⚡ | ee/apps/den-api/test/auth-protection.test.ts | 146 | body: JSON.stringify({ email: "user@example.com", password: "longenough" }), | CODE |
| LOW⚡ | ee/apps/den-api/test/auth-protection.test.ts | 153 | body: JSON.stringify({ email: "user@example.com", password: "x" }), | CODE |
| LOW⚡ | ee/apps/den-api/test/auth-protection.test.ts | 162 | body: JSON.stringify({ email: "user@example.com", password: "password" }), | CODE |
| LOW⚡ | ee/apps/den-api/test/single-org-mode.test.ts | 40 | email: "admin@example.com", | CODE |
| LOW⚡ | ee/apps/den-api/test/single-org-mode.test.ts | 41 | ownerEmails: ["admin@example.com"], | CODE |
| LOW⚡ | ee/apps/den-api/test/single-org-mode.test.ts | 46 | email: "user@example.com", | CODE |
| LOW⚡ | ee/apps/den-api/test/single-org-mode.test.ts | 47 | ownerEmails: ["admin@example.com"], | CODE |
| LOW⚡ | ee/apps/den-api/test/single-org-mode.test.ts | 52 | email: "user@example.com", | CODE |
| LOW⚡ | ee/apps/den-api/test/single-org-mode.test.ts | 53 | ownerEmails: ["admin@example.com"], | CODE |
| LOW | packages/email/emails/feedback.tsx | 8 | name: "Jane Doe", | CODE |
| LOW | apps/installer/test/installer.test.ts | 65 | OPENWORK_INSTALLER_CLIENT_NAME: "Acme Corp", | CODE |
| LOW | apps/installer/test/installer.test.ts | 73 | clientName: "Acme Corp", | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packaging/docker/docker-compose.den-dev.yml | 1 | # docker-compose.den-dev.yml — Den local testability stack | COMMENT |
| LOW | packaging/docker/docker-compose.den-dev.yml | 21 | # DEN_ORG_MODE — single_org or multi_org (default: single_org) | COMMENT |
| LOW | packaging/docker/den-dev-up.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | packaging/docker/docker-compose.dev.yml | 1 | # docker-compose.dev.yml — Dev testability stack (no custom Dockerfile) | COMMENT |
| LOW | …k-ee/examples/values.aws-load-balancer-http-smoke.yaml | 1 | # AWS EKS Auto Mode HTTP smoke-test values for a first OpenWork EE install when | COMMENT |
| LOW | …ng/helm/openwork-ee/examples/values.azure-ingress.yaml | 1 | # Azure AKS starter values for a first OpenWork EE self-host install. | COMMENT |
| LOW | …elm/openwork-ee/examples/values.aws-load-balancer.yaml | 1 | # AWS EKS Auto Mode starter values for a first OpenWork EE self-host install. | COMMENT |
| LOW | …ging/helm/openwork-ee/examples/values.gcp-ingress.yaml | 1 | # Google Cloud GKE starter values for a first OpenWork EE self-host install. | COMMENT |
| LOW | ee/apps/landing/next-env.d.ts | 1 | /// <reference types="next" /> | COMMENT |
| LOW | ee/apps/landing/app/install.sh/route.ts | 1 | // GET /install.sh | COMMENT |
| LOW | ee/apps/den-web/next-env.d.ts | 1 | /// <reference types="next" /> | COMMENT |
| LOW | ee/apps/den-api/src/mcp/token-lifetime.ts | 1 | export const DEN_MCP_ACCESS_TOKEN_EXPIRES_IN_SECONDS = 15 * 60 | COMMENT |
| LOW | ee/apps/den-api/src/mcp/index.ts | 41 | // Better Auth 1.6 can safely advertise only one public OAuth audience for | COMMENT |
| LOW | …n-api/src/routes/org/plugin-system/github-discovery.ts | 481 | } satisfies GithubRepoDiscoveryResult | COMMENT |
| LOW | ee/apps/diagnostics/next-env.d.ts | 1 | /// <reference types="next" /> | COMMENT |
| LOW | .devcontainer/start-services.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | .devcontainer/docker-compose.yml | 1 | # Full-stack dev environment for Daytona / Codespaces / devcontainers. | COMMENT |
| LOW | .devcontainer/test-on-daytona.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | scripts/revert-org-mcp-connections.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | scripts/openwork-debug.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | scripts/openwork-debug.sh | 21 | # Electron shell + CDP on 127.0.0.1:9823 for chrome-devtools MCP. | COMMENT |
| LOW | scripts/openwork-debug.sh | 441 | # 3b. Electron main (the helpers die with the main via mach-port rendezvous | COMMENT |
| LOW | .github/workflows/release-generic-installer.yml | 1 | name: Legacy Generic Installer (manual) | COMMENT |
| LOW | .github/workflows/alpha-macos-aarch64.yml | 1 | name: Alpha Channel (macOS arm64) | COMMENT |
| LOW | .github/workflows/den-db-migrate.yml | 1 | name: Den DB Migrate | COMMENT |
| LOW | …/react-app/domains/session/surface/composer/editor.tsx | 561 | // through different paths (SyncPlugin vs OnChange). | COMMENT |
| LOW | …app/src/react-app/domains/session/sync/session-sync.ts | 841 | // can't be trusted because opencode emits `field: "text"` for | COMMENT |
| LOW | …app/src/react-app/domains/session/sync/session-sync.ts | 981 | for (const item of items) { | COMMENT |
| LOW | apps/app/src/react-app/shell/notifications.ts | 1 | // Entry points for the notification center. | COMMENT |
| LOW | apps/app/src/react-app/shell/dev-profiler.tsx | 61 | // | COMMENT |
| LOW | apps/server/src/env-file.ts | 1 | import { homedir, platform } from "node:os"; | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .opencode/skills/daytona-electron-test/SKILL.md | 367 | # Step 1: kill Electron/runtime children | COMMENT |
| LOW | .opencode/skills/daytona-electron-test/SKILL.md | 370 | # Step 2: wait, then restart Electron (separate exec call) | COMMENT |
| LOW⚡ | .opencode/skills/daytona-electron-test/SKILL.md | 492 | ### Step 1: Start the sandbox with BEFORE recording | COMMENT |
| LOW⚡ | .opencode/skills/daytona-electron-test/SKILL.md | 500 | ### Step 2: Drive the BEFORE flow | COMMENT |
| LOW⚡ | .opencode/skills/daytona-electron-test/SKILL.md | 505 | ### Step 3: Stop the BEFORE recording | COMMENT |
| LOW⚡ | .opencode/skills/daytona-electron-test/SKILL.md | 511 | ### Step 4: Switch to the feature branch | COMMENT |
| LOW⚡ | .opencode/skills/daytona-electron-test/SKILL.md | 529 | ### Step 5: Start the AFTER recording | COMMENT |
| LOW⚡ | .opencode/skills/daytona-electron-test/SKILL.md | 535 | ### Step 6: Drive the AFTER flow | COMMENT |
| LOW⚡ | .opencode/skills/daytona-electron-test/SKILL.md | 540 | ### Step 7: Stop the AFTER recording | COMMENT |
| LOW⚡ | .opencode/skills/daytona-electron-test/SKILL.md | 546 | ### Step 8: Get recording URLs | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | ee/apps/landing/app/install.sh/route.ts | 41 | elif command -v wget >/dev/null 2>&1; then | CODE |
| HIGH | ee/apps/den-api/src/routes/org/install-links.ts | 202 | elif command -v wget >/dev/null 2>&1; then | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …ges/enterprise-mcp-client/src/enterprise-mcp-client.ts | 442 | await input.connection.authorization.persistence.authorizations.invalidate({ | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .devcontainer/stop-daytona-recording.sh | 7 | # Usage: | COMMENT |
| LOW | .devcontainer/test-server-on-daytona.sh | 6 | # Usage: | COMMENT |
| LOW | .devcontainer/setup-daytona-secrets-volume.sh | 7 | # Usage: | COMMENT |
| LOW | .devcontainer/test-on-daytona.sh | 6 | # Usage: | COMMENT |
| LOW | scripts/revert-org-mcp-connections.sh | 20 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .devcontainer/setup-daytona-secrets-volume.sh | 4 | # Create the reusable Daytona secrets volume once. If a local env file is | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | scripts/find-unused.sh | 40 | # Monorepo orchestration | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | packages/docs/openapi.json | 1 | {"openapi":"3.1.0","info":{"title":"Den API","description":"OpenAPI spec for the Den control plane API.\n\nAuthenticatio | CODE |