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.

thefrederiksen/cc-director

https://github.com/thefrederiksen/cc-director · scanned 2026-06-16 00:34 UTC (2 months, 2 weeks ago)

198 raw signals (0 security + 198 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 156 actionable findings from 1 signal source. 42 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 48.0/100 with 100.0% coverage. It contains 7794 nodes across 24 cross-layer flows, written primarily in mixed languages. Engine surfaced 198 findings — concentrated in quality (86), security (37), software (28). Risk profile is high: 2 critical, 15 high, 47 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 132 of 156 actionable findings. 198 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 2 occurrences Possible secret in tools/cc-gmail/README.md
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 377, 384
tools/cc-gmail/README.md:377, 384 (2 hits)
high System graph api Wiring conf 1.00 Dangling fetch: GET /healthz (src/CcDirector.Cockpit/wwwroot/pages/tool-nav.js:109)
`src/CcDirector.Cockpit/wwwroot/pages/tool-nav.js:109` calls `GET /healthz` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/healthz` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph security auth conf 1.00 FastAPI DELETE `delete_job` without auth dependency — scheduler/cc_director/gateway/routes/jobs.py:179
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
scheduler/cc_director/gateway/routes/jobs.py:179 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_job` without auth dependency — scheduler/cc_director/gateway/routes/jobs.py:94
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
scheduler/cc_director/gateway/routes/jobs.py:94 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `disable_job` without auth dependency — scheduler/cc_director/gateway/routes/jobs.py:201
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
scheduler/cc_director/gateway/routes/jobs.py:201 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `enable_job` without auth dependency — scheduler/cc_director/gateway/routes/jobs.py:188
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
scheduler/cc_director/gateway/routes/jobs.py:188 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `trigger_job` without auth dependency — scheduler/cc_director/gateway/routes/jobs.py:214
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
scheduler/cc_director/gateway/routes/jobs.py:214 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_job` without auth dependency — scheduler/cc_director/gateway/routes/jobs.py:140
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
scheduler/cc_director/gateway/routes/jobs.py:140 securityAuth fastapi unauth mutation
high System graph security security conf 1.00 Insecure pattern 'eval_used' in tools/cc-browser-archived/src/interactions.mjs:524
Found a known-risky pattern (eval_used). Review and replace if possible.
tools/cc-browser-archived/src/interactions.mjs:524 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in tools/cc-fox-browser/src/interactions.mjs:300
Found a known-risky pattern (eval_used). Review and replace if possible.
tools/cc-fox-browser/src/interactions.mjs:300 Eval used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in docs/cencon/architecture_manifest.yaml:459
Found a known-risky pattern (exec_used). Review and replace if possible.
docs/cencon/architecture_manifest.yaml:459 Exec used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in tools/cc-browser-archived/src/interactions.mjs:518
Found a known-risky pattern (new_function_used). Review and replace if possible.
tools/cc-browser-archived/src/interactions.mjs:518 New function used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in tools/cc-browser/extension/background.js:421
Found a known-risky pattern (new_function_used). Review and replace if possible.
tools/cc-browser/extension/background.js:421 New function used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in tools/cc-browser/extension/content.js:755
Found a known-risky pattern (new_function_used). Review and replace if possible.
tools/cc-browser/extension/content.js:755 New function used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in tools/cc-fox-browser/src/interactions.mjs:294
Found a known-risky pattern (new_function_used). Review and replace if possible.
tools/cc-fox-browser/src/interactions.mjs:294 New function used
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/CcDirector.Cockpit/wwwroot/pages/voice/voice.js:334
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 Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/campaign/skill.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/campaign/skill.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/cc-director/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/cc-director/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/enter-issue/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/enter-issue/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/playwright-cli/references/request-mocking.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/playwright-cli/references/request-mocking.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/playwright-cli/references/running-code.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/playwright-cli/references/running-code.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/playwright-cli/references/storage-state.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/playwright-cli/references/storage-state.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/read-issues/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/read-issues/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/voice-review/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/voice-review/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/wingman-brief-reviewer/skill.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/wingman-brief-reviewer/skill.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing lockfile. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
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 2 occurrences GitHub Action is tag-pinned rather than SHA-pinned
astral-sh/setup-uv@v7 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
lines 106, 264
.github/workflows/release.yml:106, 264 (2 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/release.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/architecture/gateway/views-preview.html:441
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/architecture/gateway/views-preview.html:441 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/plans/home-page-mockup.html:210
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/plans/home-page-mockup.html:210 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/theme-gallery/gallery.html:270
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/theme-gallery/gallery.html:270 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/CcDirector.Cockpit/wwwroot/js/cockpit-dictate.js:110
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/CcDirector.Cockpit/wwwroot/js/cockpit-dictate.js:110 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/CcDirector.Cockpit/wwwroot/pages/keys.html:64
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/CcDirector.Cockpit/wwwroot/pages/keys.html:64 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/CcDirector.Cockpit/wwwroot/pages/settings.html:276
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/CcDirector.Cockpit/wwwroot/pages/settings.html:276 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/CcDirector.Cockpit/wwwroot/pages/tool-nav.js:64
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/CcDirector.Cockpit/wwwroot/pages/tool-nav.js:64 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/CcDirector.Cockpit/wwwroot/pages/voice/voice.js:158
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/CcDirector.Cockpit/wwwroot/pages/voice/voice.js:158 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/CcDirector.ControlApi/Web/dictate-client.js:163
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/CcDirector.ControlApi/Web/dictate-client.js:163 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/CcDirector.ControlApi/Web/manager.html:696
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/CcDirector.ControlApi/Web/manager.html:696 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/CcDirector.ControlApi/Web/session-view.html:1670
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/CcDirector.ControlApi/Web/session-view.html:1670 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in tools/cc-browser-archived/src/chrome.mjs:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
tools/cc-browser-archived/src/chrome.mjs:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in tools/cc-browser-archived/src/cli.mjs:6
Found a known-risky pattern (node_child_process). Review and replace if possible.
tools/cc-browser-archived/src/cli.mjs:6 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in tools/cc-browser-archived/src/vision.mjs:4
Found a known-risky pattern (node_child_process). Review and replace if possible.
tools/cc-browser-archived/src/vision.mjs:4 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in tools/cc-browser/native-host/install.mjs:10
Found a known-risky pattern (node_child_process). Review and replace if possible.
tools/cc-browser/native-host/install.mjs:10 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in tools/cc-browser/native-host/native-host.mjs:9
Found a known-risky pattern (node_child_process). Review and replace if possible.
tools/cc-browser/native-host/native-host.mjs:9 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in tools/cc-browser/src/chrome-launch.mjs:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
tools/cc-browser/src/chrome-launch.mjs:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in tools/cc-browser/src/cli.mjs:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
tools/cc-browser/src/cli.mjs:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in tools/cc-fox-browser/src/cli.mjs:6
Found a known-risky pattern (node_child_process). Review and replace if possible.
tools/cc-fox-browser/src/cli.mjs:6 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in tools/terminal-snapshot/snapshot-all.mjs:10
Found a known-risky pattern (node_child_process). Review and replace if possible.
tools/terminal-snapshot/snapshot-all.mjs:10 Node child process
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in tools/cc-trisight/skills/desktop/desktop_launch.py:30
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
tools/cc-trisight/skills/desktop/desktop_launch.py:30 Subprocess shell true
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — docs/cencon/proof/issue-325/harness/driver.py:99
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — docs/cencon/proof/issue-325/qa-harness/qa_driver.py:104
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — docs/features/dictation/phase0/run_phase0.py:141
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — tools/cc-image/src/generation.py:29
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — tools/cc-launcher/launcher.py:92
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — tools/cc-playwright/src/cli.py:383
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — tools/cc-transcribe/src/ffmpeg.py:69
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — tools/cc-video/src/ffmpeg.py:87
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 339 placeholder/mock markers across 106 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Runtime service client appears to use placeholder configuration
A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured.
Runtime configService clientGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 876 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 19 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/setup-dotnet@v5 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
2 files, 19 locations
.github/workflows/release.yml:25, 40, 61, 81, 101, 112, 131, 154, +10 more (18 hits)
.github/workflows/ci.yml:18
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 17 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: docs/cencon/proof/issue-325/qa-harness/qa_driver.py:now, docs/cencon/proof/issue-325/harness/driver.py:now This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why …
17 occurrences
repo-level (17 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: tools/cc-gmail/src/utils.py:format_size, tools/cc-outlook/src/utils.py:format_size, tools/cc-vault/src/utils.py:format_size This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: tools/cc-gmail/src/gmail_api.py:send_message, tools/cc-gmail/src/gmail_api.py:create_draft, tools/cc-gmail/src/smtp_client.py:send_message, tools/cc-gmail/src/imap_client.py:create_draft This is *the* AI-coder failure mode (4× more duplication in vib…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: tools/cc-gmail/src/cli.py:main, tools/cc-youtube-info/src/cli.py:main, tools/cc-outlook/src/cli.py:main, tools/cc-vault/src/cli.py:main This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene).…
duplicatesduplication
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: tools/cc-fox-browser/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
tools/cc-fox-browser/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_should_copy` in tools/cc_storage/migrate.py:114
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 `api_v1` in tools/cc-twitter/src/twitter_api.py:85
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 `find_backup` in scripts/migrate-storage.py: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 `lists_copy` in tools/cc-vault/src/cli.py:3853
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 `recaptcha_v2` in tools/cc-browser-archived/src/captcha.mjs: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 `recaptcha_v2` in tools/cc-browser-archived/test/captcha/captcha-live.test.mjs: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 `recaptcha_v2` in tools/cc-browser-archived/test/integration/captcha-local.test.mjs:30
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 `recaptcha_v2` in tools/cc-browser-archived/test/unit/captcha-detect-dom.test.mjs:31
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 `recaptcha_v2` in tools/cc-browser-archived/test/unit/vision-mock.test.mjs:33
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 `test_backup` in tools/cc-vault/tests/test_cli.py:201
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 software Dead code conf 1.00 Possibly dead Python function: cmd_bench
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
playground/headless-brain/harness.py:349
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_buffer
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
playground/headless-brain/harness.py:340
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_clear
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
playground/headless-brain/harness.py:277
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_create
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
playground/headless-brain/harness.py:173
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_kill
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
playground/headless-brain/harness.py:398
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_send
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
playground/headless-brain/harness.py:222
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_status
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
playground/headless-brain/harness.py:322
low System graph software Dead code conf 1.00 Possibly dead Python function: do_DELETE
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/cencon/proof/issue-199/fix-c4/stub_gateway.py:102
low System graph software Dead code conf 1.00 4 occurrences Possibly dead Python function: do_GET
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
4 files, 4 locations
docs/cencon/proof/issue-199/fix-c4/stub_gateway.py:86
docs/cencon/proof/issue-325/harness/listener.py:27
docs/cencon/proof/issue-325/qa-harness/qa_listener.py:23
docs/cencon/proof/issue-422/proof_server.py:80
low System graph software Dead code conf 1.00 Possibly dead Python function: do_PATCH
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/cencon/proof/issue-199/fix-c4/stub_gateway.py:105
low System graph software Dead code conf 1.00 Possibly dead Python function: do_POST
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/cencon/proof/issue-199/fix-c4/stub_gateway.py:99
low System graph software Dead code conf 1.00 Possibly dead Python function: heartbeat_forever
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/cencon/proof/issue-325/qa-harness/qa_driver.py:83
low System graph software Dead code conf 1.00 Possibly dead Python function: heartbeat_forever
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/cencon/proof/issue-325/harness/driver.py:80
low System graph software Dead code conf 1.00 4 occurrences Possibly dead Python function: log_message
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
4 files, 4 locations
docs/cencon/proof/issue-199/fix-c4/stub_gateway.py:75
docs/cencon/proof/issue-325/harness/listener.py:46
docs/cencon/proof/issue-325/qa-harness/qa_listener.py:43
docs/cencon/proof/issue-422/proof_server.py:29
low System graph software Dead code conf 1.00 Possibly dead Python function: route_poll
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/cencon/proof/issue-426/voice-proof-426.py:92
low System graph software Dead code conf 1.00 Possibly dead Python function: route_poll
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/cencon/proof/issue-426/qa/qa-proof-426.py:113
low System graph software Dead code conf 1.00 Possibly dead Python function: route_sessions
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/cencon/proof/issue-426/voice-proof-426.py:69
low System graph software Dead code conf 1.00 Possibly dead Python function: route_sessions
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/cencon/proof/issue-426/qa/qa-proof-426.py:90
low System graph software Dead code conf 1.00 Possibly dead Python function: route_turns
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/cencon/proof/issue-426/voice-proof-426.py:97
low System graph software Dead code conf 1.00 Possibly dead Python function: route_turns
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/cencon/proof/issue-426/qa/qa-proof-426.py:117
low System graph software Dead code conf 1.00 Possibly dead Python function: route_upload
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/cencon/proof/issue-426/voice-proof-426.py:76
low System graph software Dead code conf 1.00 Possibly dead Python function: route_upload
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/cencon/proof/issue-426/qa/qa-proof-426.py:96
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 — docs/cencon/proof/issue-226/dictate_drop_ux_proof.js:234
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 — scheduler/cc_director/gateway/static/js/app.js:22
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 — tools/cc-browser/extension/background.js: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 quality Integrity conf 1.00 Stub function `log_message` (body is just `pass`/`return`) — docs/cencon/proof/issue-325/qa-harness/qa_listener.py:43
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `log_message` (body is just `pass`/`return`) — docs/cencon/proof/issue-422/proof_server.py:29
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /api/jobs/{name}
`scheduler/cc_director/gateway/routes/jobs.py` declares `DELETE /api/jobs/{name}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /
`scheduler/cc_director/gateway/app.py` declares `GET /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/config
`scheduler/cc_director/gateway/routes/system.py` declares `GET /api/config` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/health
`scheduler/cc_director/gateway/routes/system.py` declares `GET /api/health` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/jobs
`scheduler/cc_director/gateway/routes/jobs.py` declares `GET /api/jobs` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/jobs/{name}
`scheduler/cc_director/gateway/routes/jobs.py` declares `GET /api/jobs/{name}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/runs
`scheduler/cc_director/gateway/routes/runs.py` declares `GET /api/runs` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/runs/job/{job_name}
`scheduler/cc_director/gateway/routes/runs.py` declares `GET /api/runs/job/{job_name}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/runs/stats/today
`scheduler/cc_director/gateway/routes/runs.py` declares `GET /api/runs/stats/today` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/runs/{run_id}
`scheduler/cc_director/gateway/routes/runs.py` declares `GET /api/runs/{run_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/status
`scheduler/cc_director/gateway/routes/system.py` declares `GET /api/status` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /jobs
`scheduler/cc_director/gateway/app.py` declares `GET /jobs` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /jobs/{name}
`scheduler/cc_director/gateway/app.py` declares `GET /jobs/{name}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /runs
`scheduler/cc_director/gateway/app.py` declares `GET /runs` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /runs/{run_id}
`scheduler/cc_director/gateway/app.py` declares `GET /runs/{run_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/jobs
`scheduler/cc_director/gateway/routes/jobs.py` declares `POST /api/jobs` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/jobs/{name}/disable
`scheduler/cc_director/gateway/routes/jobs.py` declares `POST /api/jobs/{name}/disable` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who con…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/jobs/{name}/enable
`scheduler/cc_director/gateway/routes/jobs.py` declares `POST /api/jobs/{name}/enable` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/jobs/{name}/trigger
`scheduler/cc_director/gateway/routes/jobs.py` declares `POST /api/jobs/{name}/trigger` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who con…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /api/jobs/{name}
`scheduler/cc_director/gateway/routes/jobs.py` declares `PUT /api/jobs/{name}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: tools/cc-browser-archived/src/cli.mjs (1600 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tools/cc-comm-queue/src/cli.py (1266 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tools/cc-gmail/src/cli.py (2303 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tools/cc-outlook/src/cli.py (1676 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tools/cc-reddit/src/cli.py (1463 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tools/cc-vault/src/cli.py (4361 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tools/cc-vault/src/db.py (5994 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/8e6706bc-c433-4823-956d-bc999efd3572/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/8e6706bc-c433-4823-956d-bc999efd3572/

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.