Self-hosted AI agent orchestration platform: dispatch tasks, run multi-agent workflows, monitor spend, and govern operations from one mission control dashboard.
This report presents the forensic synthetic code analysis of builderz-labs/mission-control, a TypeScript project with 5,742 GitHub stars. SynthScan v2.0 examined 176,467 lines of code across 619 source files, recording 407 pattern matches distributed across 12 syntactic categories. The overall adjusted score of 6.0 places this repository in the Low AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 407 distinct pattern matches across 12 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⚡ | install.sh | 14 | # ── Defaults ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | install.sh | 22 | # ── Parse arguments ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | install.sh | 38 | # ── Helpers ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | install.sh | 129 | # ── Clone or update repo ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | install.sh | 156 | # ── Generate .env ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | install.sh | 204 | # ── Docker deployment ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | install.sh | 234 | # ── Local deployment ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | install.sh | 266 | # ── Systemd service ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | install.sh | 312 | # ── OpenClaw fleet check ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | install.sh | 410 | # ── Main ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/skills-crud.spec.ts | 20 | // ── GET /api/skills ─────────────────────────── | COMMENT |
| MEDIUM | tests/skills-crud.spec.ts | 33 | // ── POST /api/skills ────────────────────────── | COMMENT |
| MEDIUM | tests/skills-crud.spec.ts | 80 | // ── GET /api/skills?mode=content ────────────── | COMMENT |
| MEDIUM | tests/skills-crud.spec.ts | 113 | // ── PUT /api/skills ─────────────────────────── | COMMENT |
| MEDIUM | tests/skills-crud.spec.ts | 149 | // ── DELETE /api/skills ──────────────────────── | COMMENT |
| MEDIUM | tests/skills-crud.spec.ts | 181 | // ── Security checks ─────────────────────────── | COMMENT |
| MEDIUM | tests/skills-crud.spec.ts | 229 | // ── Path traversal protection ───────────────── | COMMENT |
| MEDIUM | tests/agent-self-register.spec.ts | 18 | // ── POST /api/agents/register ───────────────────────── | COMMENT |
| MEDIUM | tests/exec-approval-allowlist.spec.ts | 114 | // ── Auth ────────────────────────────────────── | COMMENT |
| MEDIUM | tests/notifications.spec.ts | 14 | // ── GET /api/notifications ─────────────────── | COMMENT |
| MEDIUM | tests/notifications.spec.ts | 49 | // ── POST /api/notifications ────────────────── | COMMENT |
| MEDIUM | tests/notifications.spec.ts | 73 | // ── PUT /api/notifications ─────────────────── | COMMENT |
| MEDIUM | tests/quality-review.spec.ts | 14 | // ── POST /api/quality-review ───────────────── | COMMENT |
| MEDIUM | tests/quality-review.spec.ts | 59 | // ── GET /api/quality-review ────────────────── | COMMENT |
| MEDIUM | tests/user-management.spec.ts | 14 | // ── POST /api/auth/users ───────────────────── | COMMENT |
| MEDIUM | tests/user-management.spec.ts | 56 | // ── GET /api/auth/users ────────────────────── | COMMENT |
| MEDIUM | tests/user-management.spec.ts | 66 | // ── PUT /api/auth/users ────────────────────── | COMMENT |
| MEDIUM | tests/user-management.spec.ts | 90 | // ── DELETE /api/auth/users ─────────────────── | COMMENT |
| MEDIUM | tests/injection-guard-endpoints.spec.ts | 22 | // ── POST /api/workflows ────────────────────── | COMMENT |
| MEDIUM | tests/injection-guard-endpoints.spec.ts | 51 | // ── POST /api/spawn ────────────────────────── | COMMENT |
| MEDIUM | tests/injection-guard-endpoints.spec.ts | 70 | // ── POST /api/agents/message ───────────────── | COMMENT |
| MEDIUM | tests/injection-guard-endpoints.spec.ts | 81 | // ── POST /api/chat/messages ────────────────── | COMMENT |
| MEDIUM | tests/local-agent-sync.spec.ts | 6 | // ── POST /api/agents/sync?source=local ──────── | COMMENT |
| MEDIUM | tests/local-agent-sync.spec.ts | 27 | // ── GET /api/agents (source field) ──────────── | COMMENT |
| MEDIUM | tests/search-and-export.spec.ts | 14 | // ── GET /api/search ────────────────────────── | COMMENT |
| MEDIUM | tests/search-and-export.spec.ts | 42 | // ── GET /api/export ────────────────────────── | COMMENT |
| MEDIUM | tests/search-and-export.spec.ts | 66 | // ── GET /api/activities ────────────────────── | COMMENT |
| MEDIUM | tests/alerts-crud.spec.ts | 14 | // ── POST /api/alerts ───────────────────────── | COMMENT |
| MEDIUM | tests/alerts-crud.spec.ts | 49 | // ── GET /api/alerts ────────────────────────── | COMMENT |
| MEDIUM | tests/alerts-crud.spec.ts | 62 | // ── PUT /api/alerts ────────────────────────── | COMMENT |
| MEDIUM | tests/alerts-crud.spec.ts | 86 | // ── DELETE /api/alerts ─────────────────────── | COMMENT |
| MEDIUM | tests/alerts-crud.spec.ts | 100 | // ── Full lifecycle ─────────────────────────── | COMMENT |
| MEDIUM | tests/diagnostics-api.spec.ts | 5 | // ── Auth ───────────────────────────────────── | COMMENT |
| MEDIUM | tests/diagnostics-api.spec.ts | 12 | // ── Response shape ─────────────────────────── | COMMENT |
| MEDIUM | tests/webhooks-crud.spec.ts | 14 | // ── POST /api/webhooks ─────────────────────── | COMMENT |
| MEDIUM | tests/webhooks-crud.spec.ts | 44 | // ── GET /api/webhooks ──────────────────────── | COMMENT |
| MEDIUM | tests/webhooks-crud.spec.ts | 62 | // ── PUT /api/webhooks ──────────────────────── | COMMENT |
| MEDIUM | tests/webhooks-crud.spec.ts | 99 | // ── DELETE /api/webhooks ───────────────────── | COMMENT |
| MEDIUM | tests/webhooks-crud.spec.ts | 113 | // ── Full lifecycle ─────────────────────────── | COMMENT |
| MEDIUM | tests/skills-registry.spec.ts | 6 | // ── GET /api/skills/registry (search) ───────── | COMMENT |
| MEDIUM | tests/skills-registry.spec.ts | 70 | // ── POST /api/skills/registry (install) ─────── | COMMENT |
| MEDIUM | tests/agents-crud.spec.ts | 14 | // ── POST /api/agents ───────────────────────── | COMMENT |
| MEDIUM | tests/agents-crud.spec.ts | 46 | // ── GET /api/agents ────────────────────────── | COMMENT |
| MEDIUM | tests/agents-crud.spec.ts | 68 | // ── GET /api/agents/[id] ───────────────────── | COMMENT |
| MEDIUM | tests/agents-crud.spec.ts | 95 | // ── PUT /api/agents/[id] ───────────────────── | COMMENT |
| MEDIUM | tests/agents-crud.spec.ts | 118 | // ── PUT /api/agents (bulk by name) ─────────── | COMMENT |
| MEDIUM | tests/agents-crud.spec.ts | 152 | // ── DELETE /api/agents/[id] ────────────────── | COMMENT |
| MEDIUM | tests/agents-crud.spec.ts | 169 | // ── Full lifecycle ─────────────────────────── | COMMENT |
| MEDIUM | tests/onboarding-api.spec.ts | 13 | // ── Auth ───────────────────────────────────── | COMMENT |
| MEDIUM | tests/onboarding-api.spec.ts | 27 | // ── GET ────────────────────────────────────── | COMMENT |
| 199 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | README.md | 153 | export MC_API_KEY=your-api-key # shown in Settings after first login | CODE |
| HIGH | SKILL.md | 14 | **Auth header:** `x-api-key: <your-api-key>` | CODE |
| HIGH | docs/cli-integration.md | 12 | -H "x-api-key: YOUR_API_KEY" \ | CODE |
| HIGH | docs/cli-integration.md | 45 | -H "x-api-key: YOUR_API_KEY" \ | CODE |
| HIGH | docs/cli-integration.md | 64 | -H "x-api-key: YOUR_API_KEY" | CODE |
| HIGH | docs/cli-integration.md | 76 | -H "x-api-key: YOUR_API_KEY" \ | CODE |
| HIGH | docs/cli-integration.md | 90 | -H "x-api-key: YOUR_API_KEY" \ | CODE |
| HIGH | docs/quickstart.md | 23 | export MC_API_KEY=your-api-key | CODE |
| HIGH | docs/deployment.md | 186 | -e API_KEY=your-api-key \ | CODE |
| HIGH | docs/deployment.md | 408 | API_KEY=<your-api-key> | CODE |
| HIGH | src/lib/framework-templates.ts | 75 | -H "x-api-key: YOUR_API_KEY" \\ | CODE |
| HIGH | src/lib/framework-templates.ts | 89 | -H "x-api-key: YOUR_API_KEY" \\ | CODE |
| HIGH | src/lib/framework-templates.ts | 99 | -H "x-api-key: YOUR_API_KEY" \\ | CODE |
| HIGH | src/lib/framework-templates.ts | 123 | API_KEY = "YOUR_API_KEY" | CODE |
| HIGH | src/lib/framework-templates.ts | 172 | HEADERS = {"Content-Type": "application/json", "x-api-key": "YOUR_API_KEY"} | CODE |
| HIGH | src/lib/framework-templates.ts | 223 | HEADERS = {"Content-Type": "application/json", "x-api-key": "YOUR_API_KEY"} | CODE |
| HIGH | src/lib/framework-templates.ts | 261 | const HEADERS = { "Content-Type": "application/json", "x-api-key": "YOUR_API_KEY" }; | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/app/api/agents/[id]/files/route.ts | 34 | function resolveAgentWorkspacePath(workspace: string): string { | CODE |
| LOW | src/app/api/agents/[id]/soul/route.ts | 11 | function resolveAgentWorkspacePath(workspace: string): string { | CODE |
| LOW | src/app/api/local/flight-deck/route.ts | 12 | function getConfiguredFlightDeckPath(): string | null { | CODE |
| LOW | src/app/api/local/flight-deck/route.ts | 37 | function resolveFlightDeckInstallPath(): string | null { | CODE |
| LOW | src/app/api/integrations/route.ts | 258 | async function getIntegrationProbeSnapshot(): Promise<IntegrationProbeSnapshot> { | CODE |
| LOW | src/app/api/sessions/transcript/route.ts | 362 | function readHermesTranscriptFromDbPath(dbPath: string, sessionId: string, limit: number): TranscriptMessage[] { | CODE |
| LOW | src/app/api/gateways/connect/route.ts | 45 | function isNonBrowserReachableHost(host: string): boolean { | CODE |
| LOW | src/app/api/gateways/control/route.ts | 25 | function startHermesGatewayDetached(hermesBin: string, homeDir: string): { pid: number | null; error?: string } { | CODE |
| LOW | src/app/api/gateways/control/route.ts | 61 | function stopHermesGatewayDetached(homeDir: string): { stopped: boolean; error?: string } { | CODE |
| LOW | src/app/api/notifications/deliver/route.ts | 274 | function formatNotificationMessage(notification: Notification): string { | CODE |
| LOW | src/app/api/onboarding/route.ts | 46 | function readUserOnboardingSetting(key: OnboardingSettingKey, username: string): string { | CODE |
| LOW | src/app/api/onboarding/route.ts | 52 | function writeUserOnboardingSetting(key: OnboardingSettingKey, value: string, actor: string) { | CODE |
| LOW | src/components/panels/settings-panel.tsx | 47 | function parseCoordinatorTargetAgents(rawAgents: any[]): CoordinatorTargetAgent[] { | CODE |
| LOW | …ents/dashboard/widgets/onboarding-checklist-widget.tsx | 16 | export function OnboardingChecklistWidget() { | CODE |
| LOW | src/lib/workspaces.ts | 107 | export function ensureTenantWorkspaceAccess( | CODE |
| LOW | src/lib/workspaces.ts | 121 | export function ensureTenantProjectAccess( | CODE |
| LOW | src/lib/codex-sessions.ts | 49 | function listRecentCodexSessionFiles(limit: number): ParsedFile[] { | CODE |
| LOW | src/lib/agent-workspace.ts | 12 | export function getAgentWorkspaceCandidates(agentConfig: any, agentName: string): string[] { | CODE |
| LOW | src/lib/task-routing.ts | 38 | export function resolveTaskImplementationTarget(task: TaskLike): TaskImplementationTarget { | CODE |
| LOW | src/lib/task-dispatch.ts | 61 | export function resolveTaskDispatchModelOverride(task: Pick<DispatchableTask, 'agent_config'>): string | null { | CODE |
| LOW | src/lib/task-dispatch.ts | 298 | export function extractDeferredCompletionText(waitPayload: any): string | null { | CODE |
| LOW | src/lib/task-dispatch.ts | 358 | function normalizeGatewayIdentifier(value: unknown): string | null { | CODE |
| LOW | src/lib/task-dispatch.ts | 364 | function buildDeferredCompletionMarkers(task: DeferredCompletionTask): string[] { | CODE |
| LOW | src/lib/task-dispatch.ts | 386 | function findAssistantTextAfterTaskPrompt(rawTranscript: string, task: DeferredCompletionTask): string | null { | CODE |
| LOW | src/lib/task-dispatch.ts | 410 | function recoverDeferredCompletionTextFromTranscript( | CODE |
| LOW | src/lib/task-dispatch.ts | 464 | export async function reconcileDeferredTaskCompletions(options: { | CODE |
| LOW | src/lib/task-dispatch.ts | 873 | function isDirectDispatchAvailable(provider?: DirectProvider): boolean { | CODE |
| LOW | src/lib/task-dispatch.ts | 1148 | function resolveGatewayAgentIdForReview(task: ReviewableTask): string { | CODE |
| LOW | src/lib/transcript-parser.ts | 67 | function normalizeTranscriptMessage(msg: any, timestamp?: string): TranscriptMessage | null { | CODE |
| LOW | src/lib/transcript-parser.ts | 110 | export function parseGatewayHistoryTranscript(messages: unknown[], limit: number): TranscriptMessage[] { | CODE |
| LOW | src/lib/hermes-sessions.ts | 99 | export function clearHermesDetectionCache(): void { | CODE |
| LOW | src/lib/password.ts | 23 | export function verifyPasswordWithRehashCheck(password: string, stored: string): { valid: boolean; needsRehash: boolean | CODE |
| LOW | src/lib/onboarding-session.ts | 17 | export function getOnboardingSessionDecision( | CODE |
| LOW⚡ | src/lib/onboarding-session.ts | 35 | export function readOnboardingDismissedThisSession(): boolean { | CODE |
| LOW⚡ | src/lib/onboarding-session.ts | 44 | export function markOnboardingDismissedThisSession(): void { | CODE |
| LOW⚡ | src/lib/onboarding-session.ts | 51 | export function clearOnboardingDismissedThisSession(): void { | CODE |
| LOW⚡ | src/lib/onboarding-session.ts | 58 | export function readOnboardingReplayFromStart(): boolean { | CODE |
| LOW⚡ | src/lib/onboarding-session.ts | 67 | export function markOnboardingReplayFromStart(): void { | CODE |
| LOW⚡ | src/lib/onboarding-session.ts | 74 | export function clearOnboardingReplayFromStart(): void { | CODE |
| LOW | src/lib/receipt-signing.ts | 48 | export function getOrCreateSigningKey(): ReceiptKeyPair { | CODE |
| LOW | src/lib/browser-security.ts | 15 | export function shouldRedirectDashboardToHttps(input: { | CODE |
| LOW | src/lib/super-admin.ts | 44 | function getTenantWorkspaceDirname(): string { | CODE |
| LOW | src/lib/super-admin.ts | 353 | export function createTenantAndBootstrapJob(request: TenantBootstrapRequest, actor: string) { | CODE |
| LOW | src/lib/super-admin.ts | 480 | export function createTenantDecommissionJob(tenantId: number, request: TenantDecommissionRequest, actor: string) { | CODE |
| LOW | src/lib/super-admin.ts | 553 | export function transitionProvisionJobStatus( | CODE |
| LOW | src/lib/device-identity.ts | 259 | export async function getOrCreateDeviceIdentity(): Promise<DeviceIdentity> { | CODE |
| LOW | src/lib/device-identity.ts | 259 | export async function getOrCreateDeviceIdentity(): Promise<DeviceIdentity> { | CODE |
| LOW | src/lib/provider-subscriptions.ts | 181 | export function detectProviderSubscriptions(forceRefresh = false): SubscriptionDetectionResult { | CODE |
| LOW | src/lib/provider-subscriptions.ts | 200 | export function getProviderSubscriptionFlags(forceRefresh = false): Record<string, boolean> { | CODE |
| LOW | src/lib/auto-credentials.ts | 69 | export function ensureAutoGeneratedCredentials(): void { | CODE |
| LOW | src/lib/gateway-url.ts | 40 | export function buildGatewayPathFallbackUrls(rawUrl: string): string[] { | CODE |
| LOW | src/lib/task-status.ts | 29 | export function normalizeTaskCreateStatus( | CODE |
| LOW | src/lib/task-status.ts | 42 | export function normalizeTaskUpdateStatus(args: { | CODE |
| LOW | src/lib/opencode-sessions.ts | 151 | export function getOpenCodeBinaryCandidates(): string[] { | CODE |
| LOW | src/lib/session-cookie.ts | 16 | export function parseMcSessionCookieHeader(cookieHeader: string): string | null { | CODE |
| LOW | src/lib/session-cookie.ts | 36 | export function getMcSessionCookieOptions(input: { maxAgeSeconds: number; isSecureRequest?: boolean }): Partial<Response | CODE |
| LOW | src/lib/websocket-utils.ts | 78 | export function shouldRetryWithoutDeviceIdentity( | CODE |
| LOW | src/lib/agent-sync.ts | 134 | function resolveAgentWorkspacePath(workspace: string): string { | CODE |
| LOW | src/lib/agent-sync.ts | 164 | export function enrichAgentConfigFromWorkspace(configData: any): any { | CODE |
| LOW | src/lib/agent-sync.ts | 458 | function normalizeAgentConfigForOpenClaw(agentConfig: any): any { | CODE |
| 21 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docs/orchestration.md | 243 | # Step 1: Research task for iris | COMMENT |
| LOW | docs/orchestration.md | 257 | # Step 2: Implementation task for scout (after iris finishes) | COMMENT |
| LOW | docs/orchestration.md | 272 | # Step 3: Review task for aegis | COMMENT |
| LOW | docs/quickstart.md | 11 | ## Step 1: Start Mission Control | COMMENT |
| LOW | docs/quickstart.md | 26 | ## Step 2: Register an Agent | COMMENT |
| LOW | docs/quickstart.md | 57 | ## Step 3: Create a Task | COMMENT |
| LOW | docs/quickstart.md | 89 | ## Step 4: Poll the Task Queue | COMMENT |
| LOW | docs/quickstart.md | 123 | ## Step 5: Complete the Task | COMMENT |
| LOW | docs/quickstart.md | 137 | ## Step 6: Send a Heartbeat | COMMENT |
| LOW⚡ | src/app/setup/page.tsx | 129 | // Step 1: Validating | COMMENT |
| LOW⚡ | src/app/setup/page.tsx | 134 | // Step 2: Creating account | COMMENT |
| LOW⚡ | src/app/setup/page.tsx | 160 | // Step 3: Configuring session | COMMENT |
| LOW⚡ | src/app/setup/page.tsx | 165 | // Step 4: Launching | COMMENT |
| LOW | src/components/terminal/terminal-view.tsx | 30 | // Step 1: Check PTY support via REST API | COMMENT |
| LOW | src/components/terminal/terminal-view.tsx | 46 | // Step 2: Load xterm.js dynamically (heavy dependency, client-only) | COMMENT |
| LOW | src/components/terminal/terminal-view.tsx | 135 | // Step 3: Connect WebSocket | COMMENT |
| LOW | src/lib/task-dispatch.ts | 1623 | // Step 1: Invoke via gateway (new session) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | src/app/setup/page.tsx | 129 | // Step 1: Validating | COMMENT |
| LOW⚡ | src/app/setup/page.tsx | 134 | // Step 2: Creating account | COMMENT |
| LOW⚡ | src/app/setup/page.tsx | 160 | // Step 3: Configuring session | COMMENT |
| LOW⚡ | src/app/setup/page.tsx | 165 | // Step 4: Launching | COMMENT |
| LOW | src/components/terminal/terminal-view.tsx | 30 | // Step 1: Check PTY support via REST API | COMMENT |
| LOW | src/components/terminal/terminal-view.tsx | 46 | // Step 2: Load xterm.js dynamically (heavy dependency, client-only) | COMMENT |
| LOW | src/components/terminal/terminal-view.tsx | 135 | // Step 3: Connect WebSocket | COMMENT |
| LOW | src/lib/task-dispatch.ts | 1623 | // Step 1: Invoke via gateway (new session) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | install.sh | 179 | # Set OPENCLAW_GATEWAY_HOST to the Docker host gateway IP so the container | COMMENT |
| LOW | install.sh | 322 | # Check if openclaw binary exists | COMMENT |
| LOW | scripts/notification-daemon.sh | 43 | # Check if Mission Control is running | COMMENT |
| LOW | scripts/notification-daemon.sh | 155 | # Check if daemon is already running | COMMENT |
| LOW | scripts/notification-daemon.sh | 175 | # Check if already running | COMMENT |
| LOW | scripts/agent-heartbeat.sh | 30 | # Check if Mission Control is running | COMMENT |
| LOW | scripts/agent-heartbeat.sh | 147 | # Check if Mission Control is running | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH⚡ | src/app/api/hermes/route.ts | 360 | elif event_name == "agent:end": | STRING |
| HIGH⚡ | src/app/api/hermes/route.ts | 362 | elif event_name == "session:start": | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | install.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | docker-compose.yml | 21 | # not runtime. Setting them here only works if you rebuild the image: | COMMENT |
| LOW | scripts/notification-daemon.sh | 1 | #!/bin/bash | COMMENT |
| LOW | src/app/api/openclaw/doctor/route.ts | 21 | } | COMMENT |
| LOW | src/lib/agent-runtimes.ts | 381 | } catch { continue } | COMMENT |
| LOW | src/lib/task-dispatch.ts | 81 | } | COMMENT |
| LOW | src/lib/task-dispatch.ts | 761 | task.workspace_id, | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | install.sh | 5 | # Usage: | COMMENT |
| LOW | scripts/notification-daemon.sh | 6 | # Usage: | COMMENT |
| LOW | scripts/agent-heartbeat.sh | 6 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/lib/google-auth.test.ts | 19 | json: async () => ({ aud: 'x', email: 'user@example.com', sub: 'sub', email_verified: false }), | CODE |
| LOW | src/lib/google-auth.test.ts | 32 | json: async () => ({ aud: 'wrong', email: 'user@example.com', sub: 'sub', email_verified: true }), | CODE |
| LOW | src/lib/google-auth.test.ts | 50 | json: async () => ({ aud: 'x', email: 'user@example.com', sub: 'sub', email_verified: 'true', name: 'User' }), | CODE |
| LOW | src/lib/google-auth.test.ts | 54 | email: 'user@example.com', | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/gen-star-history.py | 14 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | src/app/api/hermes/route.ts | 364 | except Exception as exc: | STRING |