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.

trezero/cortex

https://github.com/trezero/cortex · scanned 2026-06-16 00:42 UTC (2 months, 1 week ago)

345 raw signals (0 security + 345 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 308 actionable findings from 1 signal source. 37 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 37.8/100 with 100.0% coverage. It contains 6448 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 345 findings — concentrated in security (107), quality (72), api (61). Risk profile is high: 0 critical, 110 high, 44 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 255 of 308 actionable findings. 345 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.

high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/agents/library-researcher.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/agents/library-researcher.md:62 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/commands/init-project.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/commands/init-project.md:53 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: AGENTS.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
AGENTS.md:196 SecretsAgents md
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: CLAUDE.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
CLAUDE.md:274 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: postmanSkill/SKILL.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
postmanSkill/SKILL.md:137 SecretsSkill file
high System graph api Wiring conf 1.00 Dangling fetch: GET /agents/health (cortex-ui/src/features/chat/services/chatService.ts:184)
`cortex-ui/src/features/chat/services/chatService.ts:184` calls `GET /agents/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/health` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agents/health (cortex-ui/src/services/bugReportService.ts:119)
`cortex-ui/src/services/bugReportService.ts:119` calls `GET /api/agents/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/health` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/health (cortex-ui/src/services/bugReportService.ts:118)
`cortex-ui/src/services/bugReportService.ts:118` calls `GET /api/mcp/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mcp/health` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ollama/instances/health?instance_urls=${encodeURIComponent(normalizedUrl)} (cortex-ui/src/components/settings/RAGSettings.tsx:367)
`cortex-ui/src/components/settings/RAGSettings.tsx:367` calls `GET /api/ollama/instances/health?instance_urls=${encodeURIComponent(normalizedUrl)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ollama/instances/hea…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ollama/models/stored (cortex-ui/src/components/settings/OllamaModelSelectionModal.tsx:698)
`cortex-ui/src/components/settings/OllamaModelSelectionModal.tsx:698` calls `GET /api/ollama/models/stored` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ollama/models/stored` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ollama/models?${instanceUrlParams}${fetchDetailsParam} (cortex-ui/src/components/settings/OllamaModelSelectionModal.tsx:743)
`cortex-ui/src/components/settings/OllamaModelSelectionModal.tsx:743` calls `GET /api/ollama/models?${instanceUrlParams}${fetchDetailsParam}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ollama/models` If this poi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ollama/models?${params.toString()} (cortex-ui/src/components/settings/OllamaModelSelectionModal.tsx:525)
`cortex-ui/src/components/settings/OllamaModelSelectionModal.tsx:525` calls `GET /api/ollama/models?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ollama/models` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ollama/models?${params.toString()} (cortex-ui/src/components/settings/RAGSettings.tsx:784)
`cortex-ui/src/components/settings/RAGSettings.tsx:784` calls `GET /api/ollama/models?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ollama/models` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/providers/${provider}/status (cortex-ui/src/components/settings/RAGSettings.tsx:477)
`cortex-ui/src/components/settings/RAGSettings.tsx:477` calls `GET /api/providers/${provider}/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/providers/<p>/status` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/system/version (cortex-ui/src/services/bugReportService.ts:82)
`cortex-ui/src/services/bugReportService.ts:82` calls `GET /api/system/version` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/system/version` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/providers/validate (cortex-ui/src/components/settings/OllamaConfigurationPanel.tsx:114)
`cortex-ui/src/components/settings/OllamaConfigurationPanel.tsx:114` calls `POST /api/providers/validate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/providers/validate` If this points at an external API, prefix …
Dangling fetchFetch
high System graph security auth conf 1.00 FastAPI DELETE `clear_ollama_cache_endpoint` without auth dependency — python/src/server/api_routes/ollama_api.py:350
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/ollama_api.py:350 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_command` without auth dependency — python/src/server/api_routes/workflow_definition_api.py:231
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/workflow_definition_api.py:231 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_conversation` without auth dependency — python/src/server/api_routes/chat_api.py:139
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/chat_api.py:139 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_credential` without auth dependency — python/src/server/api_routes/settings_api.py:247
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/settings_api.py:247 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_definition` without auth dependency — python/src/server/api_routes/workflow_definition_api.py:118
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/workflow_definition_api.py:118 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_extension` without auth dependency — python/src/server/api_routes/extensions_api.py:239
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/extensions_api.py:239 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_knowledge_item` without auth dependency — python/src/server/api_routes/knowledge_api.py:479
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/knowledge_api.py:479 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_leaveoff` without auth dependency — python/src/server/api_routes/leaveoff_api.py:43
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/leaveoff_api.py:43 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_materialization` without auth dependency — python/src/server/api_routes/materialization_api.py:77
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/materialization_api.py:77 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_project_document` without auth dependency — python/src/server/api_routes/projects_api.py:1602
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/projects_api.py:1602 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_project` without auth dependency — python/src/server/api_routes/projects_api.py:814
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/projects_api.py:814 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_source` without auth dependency — python/src/server/api_routes/knowledge_api.py:2037
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/knowledge_api.py:2037 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_system` without auth dependency — python/src/server/api_routes/extensions_api.py:391
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/extensions_api.py:391 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_task` without auth dependency — python/src/server/api_routes/projects_api.py:1336
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/projects_api.py:1336 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `deregister_backend` without auth dependency — python/src/server/api_routes/workflow_backend_api.py:120
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/workflow_backend_api.py:120 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `unlink_extension_from_project_route` without auth dependency — python/src/server/api_routes/extensions_api.py:631
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/extensions_api.py:631 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `unlink_system_from_project` without auth dependency — python/src/server/api_routes/extensions_api.py:579
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/extensions_api.py:579 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `set_extension_default` without auth dependency — python/src/server/api_routes/extensions_api.py:410
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/extensions_api.py:410 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_conversation` without auth dependency — python/src/server/api_routes/chat_api.py:121
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/chat_api.py:121 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_profile` without auth dependency — python/src/server/api_routes/chat_api.py:228
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/chat_api.py:228 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `accept_suggestion` without auth dependency — python/src/server/api_routes/pattern_discovery_api.py:33
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/pattern_discovery_api.py:33 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `analyze_embedding_route_endpoint` without auth dependency — python/src/server/api_routes/ollama_api.py:257
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/ollama_api.py:257 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `append_inline_documents` without auth dependency — python/src/server/api_routes/knowledge_api.py:1614
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/knowledge_api.py:1614 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `apply_job_result` without auth dependency — python/src/server/api_routes/auto_research_api.py:78
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/auto_research_api.py:78 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancel_job` without auth dependency — python/src/server/api_routes/auto_research_api.py:89
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/auto_research_api.py:89 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancel_run` without auth dependency — python/src/server/api_routes/workflow_api.py:148
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/workflow_api.py:148 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `check_credential_status` without auth dependency — python/src/server/api_routes/settings_api.py:347
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/settings_api.py:347 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `clear_version_cache` without auth dependency — python/src/server/api_routes/version_api.py:108
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/version_api.py:108 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `crawl_knowledge_item` without auth dependency — python/src/server/api_routes/knowledge_api.py:895
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/knowledge_api.py:895 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_collection` without auth dependency — python/src/server/api_routes/postman_api.py:71
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/postman_api.py:71 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_command` without auth dependency — python/src/server/api_routes/workflow_definition_api.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.
python/src/server/api_routes/workflow_definition_api.py:188 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_conversation` without auth dependency — python/src/server/api_routes/chat_api.py:74
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/chat_api.py:74 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_credential` without auth dependency — python/src/server/api_routes/settings_api.py:96
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/settings_api.py:96 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_definition` without auth dependency — python/src/server/api_routes/workflow_definition_api.py:62
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/workflow_definition_api.py:62 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_extension` without auth dependency — python/src/server/api_routes/extensions_api.py:140
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/extensions_api.py:140 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_github_issue` without auth dependency — python/src/server/api_routes/bug_report_api.py:194
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/bug_report_api.py:194 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_project_document` without auth dependency — python/src/server/api_routes/projects_api.py:1471
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/projects_api.py:1471 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_project_version` without auth dependency — python/src/server/api_routes/projects_api.py:1680
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/projects_api.py:1680 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_project` without auth dependency — python/src/server/api_routes/projects_api.py:391
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/projects_api.py:391 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_run` without auth dependency — python/src/server/api_routes/workflow_api.py:37
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/workflow_api.py:37 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_session` without auth dependency — python/src/server/api_routes/sessions_api.py:47
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/sessions_api.py:47 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_task` without auth dependency — python/src/server/api_routes/projects_api.py:1076
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/projects_api.py:1076 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `discover_and_store_models_endpoint` without auth dependency — python/src/server/api_routes/ollama_api.py:411
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/ollama_api.py:411 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `discover_models_with_real_details` without auth dependency — python/src/server/api_routes/ollama_api.py:957
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/ollama_api.py:957 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `dismiss_suggestion` without auth dependency — python/src/server/api_routes/pattern_discovery_api.py:52
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/pattern_discovery_api.py:52 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `execute_materialization` without auth dependency — python/src/server/api_routes/materialization_api.py:17
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/materialization_api.py:17 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `export_definition` without auth dependency — python/src/server/api_routes/workflow_definition_api.py:133
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/workflow_definition_api.py:133 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ingest_inline_documents` without auth dependency — python/src/server/api_routes/knowledge_api.py:1350
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/knowledge_api.py:1350 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `initialize_credentials_endpoint` without auth dependency — python/src/server/api_routes/settings_api.py:267
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/settings_api.py:267 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `install_extension` without auth dependency — python/src/server/api_routes/extensions_api.py:652
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/extensions_api.py:652 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `link_extension_to_project` without auth dependency — python/src/server/api_routes/extensions_api.py:610
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/extensions_api.py:610 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `perform_rag_query` without auth dependency — python/src/server/api_routes/knowledge_api.py:1935
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/knowledge_api.py:1935 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `refresh_knowledge_item` without auth dependency — python/src/server/api_routes/knowledge_api.py:777
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/knowledge_api.py:777 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `remove_extension` without auth dependency — python/src/server/api_routes/extensions_api.py:692
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/extensions_api.py:692 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `resolve_approval` without auth dependency — python/src/server/api_routes/workflow_approval_api.py:55
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/workflow_approval_api.py:55 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restore_project_version` without auth dependency — python/src/server/api_routes/projects_api.py:1770
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/projects_api.py:1770 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_agent` without auth dependency — python/src/agents/server.py:164
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/agents/server.py:164 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_pipeline` without auth dependency — python/src/server/api_routes/pattern_discovery_api.py:85
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/pattern_discovery_api.py:85 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `save_message` without auth dependency — python/src/server/api_routes/chat_api.py:154
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/chat_api.py:154 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `search_code_examples_simple` without auth dependency — python/src/server/api_routes/knowledge_api.py:2012
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/knowledge_api.py:2012 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `search_code_examples` without auth dependency — python/src/server/api_routes/knowledge_api.py:1974
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/knowledge_api.py:1974 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `search_knowledge_items` without auth dependency — python/src/server/api_routes/knowledge_api.py:1848
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/knowledge_api.py:1848 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_optimization` without auth dependency — python/src/server/api_routes/auto_research_api.py:43
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/auto_research_api.py:43 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `stop_crawl_task` without auth dependency — python/src/server/api_routes/knowledge_api.py:2114
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/knowledge_api.py:2114 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `stream_agent` without auth dependency — python/src/agents/server.py:342
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/agents/server.py:342 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `stream_chat` without auth dependency — python/src/agents/server.py:217
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/agents/server.py:217 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `sync_environment` without auth dependency — python/src/server/api_routes/postman_api.py:125
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/postman_api.py:125 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `sync_inline_documents` without auth dependency — python/src/server/api_routes/knowledge_api.py:1431
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/knowledge_api.py:1431 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `sync_system` without auth dependency — python/src/server/api_routes/extensions_api.py:432
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/extensions_api.py:432 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `test_model_capabilities_endpoint` without auth dependency — python/src/server/api_routes/ollama_api.py:1231
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/ollama_api.py:1231 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `trigger_backfill` without auth dependency — python/src/server/api_routes/pattern_discovery_api.py:67
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/pattern_discovery_api.py:67 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upload_document` without auth dependency — python/src/server/api_routes/knowledge_api.py:1269
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/knowledge_api.py:1269 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upsert_request` without auth dependency — python/src/server/api_routes/postman_api.py:89
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/postman_api.py:89 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `validate_extension_standalone` without auth dependency — python/src/server/api_routes/extensions_api.py:85
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/extensions_api.py:85 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `validate_extension` without auth dependency — python/src/server/api_routes/extensions_api.py:262
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/extensions_api.py:262 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `validate_instance_endpoint` without auth dependency — python/src/server/api_routes/ollama_api.py:207
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/ollama_api.py:207 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `mark_accessed` without auth dependency — python/src/server/api_routes/materialization_api.py:59
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/materialization_api.py:59 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `mcp_update_task_status` without auth dependency — python/src/server/api_routes/projects_api.py:1376
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/projects_api.py:1376 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `save_project_override` without auth dependency — python/src/server/api_routes/extensions_api.py:732
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/extensions_api.py:732 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_command` without auth dependency — python/src/server/api_routes/workflow_definition_api.py:209
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/workflow_definition_api.py:209 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_credential` without auth dependency — python/src/server/api_routes/settings_api.py:187
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/settings_api.py:187 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_definition` without auth dependency — python/src/server/api_routes/workflow_definition_api.py:98
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/workflow_definition_api.py:98 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_extension` without auth dependency — python/src/server/api_routes/extensions_api.py:195
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/extensions_api.py:195 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_git_status` without auth dependency — python/src/server/api_routes/projects_api.py:1858
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/projects_api.py:1858 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_knowledge_item` without auth dependency — python/src/server/api_routes/knowledge_api.py:454
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/knowledge_api.py:454 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_project_document` without auth dependency — python/src/server/api_routes/projects_api.py:1554
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/projects_api.py:1554 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_project` without auth dependency — python/src/server/api_routes/projects_api.py:643
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/projects_api.py:643 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_status` without auth dependency — python/src/server/api_routes/materialization_api.py:67
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/materialization_api.py:67 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_system` without auth dependency — python/src/server/api_routes/extensions_api.py:368
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/extensions_api.py:368 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_task` without auth dependency — python/src/server/api_routes/projects_api.py:1281
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/projects_api.py:1281 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `upsert_environment` without auth dependency — python/src/server/api_routes/postman_api.py:107
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/postman_api.py:107 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `upsert_leaveoff` without auth dependency — python/src/server/api_routes/leaveoff_api.py:15
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/src/server/api_routes/leaveoff_api.py:15 securityAuth fastapi unauth mutation
high System graph security security conf 1.00 Insecure pattern 'exec_used' in cortex-ui/vite.config.ts:74
Found a known-risky pattern (exec_used). Review and replace if possible.
cortex-ui/vite.config.ts:74 Exec used
high System graph security security conf 1.00 Insecure pattern 'tls_verify_false' in python/src/server/services/postman/postman_client.py:127
Found a known-risky pattern (tls_verify_false). Review and replace if possible.
python/src/server/services/postman/postman_client.py:127 Tls verify false
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — cortex-ui/src/components/settings/IDEGlobalRules.tsx:247
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — cortex-ui/src/features/knowledge/inspector/components/ContentViewer.tsx:200
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — cortex-ui/src/components/settings/OllamaModelSelectionModal.tsx:525
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 Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — cortex-ui/src/components/settings/RAGSettings.tsx:784
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 Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — cortex-ui/src/features/projects/extensions/services/extensionService.ts:18
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 Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — cortex-ui/src/services/bugReportService.ts:164
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 Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — cortex-ui/src/services/credentialsService.ts:109
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 Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — cortex-ui/src/services/ollamaService.ts:202
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/commands/commit.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/commands/commit.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/create-prd.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/commands/create-prd.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/prp-any-agent/prp-any-cli-execute.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/commands/prp-any-agent/prp-any-cli-execute.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/validation/execution-report.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/commands/validation/execution-report.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/validation/system-review.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/commands/validation/system-review.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: cortex-example-workflow/CLAUDE.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.
cortex-example-workflow/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: integrations/claude-code/plugins/cortex-memory/.mcp.json
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.
integrations/claude-code/plugins/cortex-memory/.mcp.json VerificationMcp config
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: integrations/claude-code/plugins/cortex-memory/skills/smart-explore/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.
integrations/claude-code/plugins/cortex-memory/skills/smart-explore/SKILL.md VerificationSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: integrations/claude-code/extensions/cortex-move-project/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
integrations/claude-code/extensions/cortex-move-project/SKILL.md:232 Supply chainSkill file
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 hardware Security conf 1.00 Dockerfile runs as root: cortex-ui/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph quality Integrity conf 1.00 2 occurrences Frontend route `/projects/:projectId` has no Link/navigate to it — cortex-ui/src/App.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
2 occurrences
repo-level (2 hits)
Orphan pageWiring
medium System graph cicd CI/CD security conf 1.00 6 occurrences GitHub Action is tag-pinned rather than SHA-pinned
astral-sh/setup-uv@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
4 files, 6 locations
.github/workflows/ci.yml:87, 140, 161 (3 hits)
.github/workflows/claude-fix.yml:37
.github/workflows/claude-review.yml:37
.github/workflows/release-notes.yml:212
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 3 occurrences 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.
3 files, 3 locations
.github/workflows/claude-fix.yml
.github/workflows/claude-review.yml
.github/workflows/release-notes.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in cortex-ui/vite.config.ts:69
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
cortex-ui/vite.config.ts:69 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in python/src/server/main.py:200
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
python/src/server/main.py:200 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in cortex-ui/src/components/settings/IDEGlobalRules.tsx:247
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
cortex-ui/src/components/settings/IDEGlobalRules.tsx:247 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in cortex-ui/vite.config.ts:6
Found a known-risky pattern (node_child_process). Review and replace if possible.
cortex-ui/vite.config.ts:6 Node child process
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in integrations/claude-code/extensions/cortex-link-project/SKILL.md:296
Found a known-risky pattern (weak_hash). Review and replace if possible.
integrations/claude-code/extensions/cortex-link-project/SKILL.md:296 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in integrations/claude-code/extensions/cortex-memory/SKILL.md:162
Found a known-risky pattern (weak_hash). Review and replace if possible.
integrations/claude-code/extensions/cortex-memory/SKILL.md:162 Weak hash
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — postmanSkill/scripts/manage_monitors.py:241
`requests.get(...)` 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 — postmanSkill/utils/formatters.py:265
`requests.get(...)` 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 — python/src/server/services/postman/formatters.py:257
`requests.get(...)` 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 235 placeholder/mock markers across 69 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 network Security conf 1.00 Privileged port 123 in use
Port 123 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/ISSUE_TEMPLATE/bug_report.yml Ports
medium System graph network Security conf 1.00 Privileged port 15 in use
Port 15 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/ISSUE_TEMPLATE/bug_report.yml Ports
medium System graph network Security conf 1.00 Privileged port 230 in use
Port 230 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
cortexSetup.sh Ports
low System graph quality Integrity conf 1.00 52 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `A2UI_GENERATION_TIMEOUT`, `A2UI_SERVICE_URL`, `CODE_SUMMARY_MAX_WORKERS`, `CONTEXTUAL_EMBEDDINGS_MAX_WORKERS`, `CORTEX_API_URL`, `CORTEX_TELEGRAM_BOT_TOKEN`, `CORTEX_TELEGRAM_CHAT_IDS`, `DEV` + 44 more. Add them (with a placeholder/comment) to .en…
config drift
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 738 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 hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: node:18-alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
cortex-ui/Dockerfile:2 containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 12 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
4 files, 12 locations
.github/workflows/ci.yml:30, 33, 84, 129, 158, 253 (6 hits)
.github/workflows/claude-fix.yml:31, 136 (2 hits)
.github/workflows/claude-review.yml:31, 206 (2 hits)
.github/workflows/release-notes.yml:22, 267 (2 hits)
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 19 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: postmanSkill/scripts/postman_client.py:list_collections, python/src/server/services/postman/postman_client.py:list_collections This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolid…
19 occurrences
repo-level (19 hits)
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: postmanSkill/scripts/postman_client.py:get_api_versions, postmanSkill/scripts/postman_client.py:get_api_version, python/src/server/services/postman/postman_client.py:get_api_versions, python/src/server/services/postman/postman_client.py:get_api_versio…
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `hash_old` in python/tests/server/api_routes/test_file_hash_incremental_sync.py:101
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 `model_copy` in python/src/server/services/auto_research_service.py:112
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 `model_copy` in python/tests/server/services/auto_research/test_auto_research_service.py:231
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 `nDeprecated` in postmanSkill/utils/exceptions.py:186
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 `nDeprecated` in python/src/server/services/postman/exceptions.py:186
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 `planning_prompt_v1` in python/tests/server/services/auto_research/test_auto_research_e2e.py:17
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `requests_v1` in postmanSkill/scripts/manage_pet_store_v10.py:232
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 `schema_v1` in postmanSkill/scripts/manage_pet_store_api.py:374
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: add_system_prompt_function
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/agents/base_agent.py:253
low System graph software Dead code conf 1.00 Possibly dead Python function: add_tool
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/agents/base_agent.py:243
low System graph software Dead code conf 1.00 Possibly dead Python function: create_mock
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
postmanSkill/scripts/postman_client.py:1497
low System graph software Dead code conf 1.00 Possibly dead Python function: create_spec_file
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
postmanSkill/scripts/postman_client.py:1266
low System graph software Dead code conf 1.00 Possibly dead Python function: delete_api
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
postmanSkill/scripts/postman_client.py:1076
low System graph software Dead code conf 1.00 Possibly dead Python function: delete_mock
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
postmanSkill/scripts/postman_client.py:1530
low System graph software Dead code conf 1.00 Possibly dead Python function: delete_spec
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
postmanSkill/scripts/postman_client.py:1249
low System graph software Dead code conf 1.00 Possibly dead Python function: delete_spec_file
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
postmanSkill/scripts/postman_client.py:1342
low System graph software Dead code conf 1.00 Possibly dead Python function: execute_curl
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
postmanSkill/scripts/postman_client.py:154
low System graph software Dead code conf 1.00 Possibly dead Python function: format_monitor
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
postmanSkill/utils/formatters.py:181
low System graph software Dead code conf 1.00 Possibly dead Python function: format_monitor_runs_summary
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
postmanSkill/utils/formatters.py:271
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_spec_from_collection
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
postmanSkill/scripts/postman_client.py:1428
low System graph software Dead code conf 1.00 Possibly dead Python function: list_collections_from_spec
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
postmanSkill/scripts/postman_client.py:1410
low System graph software Dead code conf 1.00 Possibly dead Python function: list_mocks
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
postmanSkill/scripts/postman_client.py:1463
low System graph software Dead code conf 1.00 Possibly dead Python function: run_collection
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
postmanSkill/scripts/postman_client.py:800
low System graph software Dead code conf 1.00 Possibly dead Python function: update_api
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
postmanSkill/scripts/postman_client.py:1061
low System graph software Dead code conf 1.00 Possibly dead Python function: update_mock
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
postmanSkill/scripts/postman_client.py:1515
low System graph software Dead code conf 1.00 Possibly dead Python function: update_spec
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
postmanSkill/scripts/postman_client.py:1224
low System graph software Dead code conf 1.00 Possibly dead Python function: update_spec_file
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
postmanSkill/scripts/postman_client.py:1298
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 — check-env.js:73
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 — cortex-ui/src/components/settings/FeaturesSection.tsx:92
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 — cortex-ui/src/components/settings/OllamaModelDiscoveryModal.tsx:4
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 — cortex-ui/src/components/settings/OllamaModelSelectionModal.tsx:109
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 — cortex-ui/src/components/settings/RAGSettings.tsx:312
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 — cortex-ui/src/features/agent-work-orders/components/RepositoryCard.tsx:80
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 — cortex-ui/src/features/agent-work-orders/components/SidebarRepositoryCard.tsx:98
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 — cortex-ui/src/features/agent-work-orders/components/StepHistoryCard.tsx:49
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 — cortex-ui/src/features/style-guide/layouts/AgentWorkOrderLayoutExample.tsx:1015
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 — cortex-ui/src/features/style-guide/layouts/components/StepHistoryCard.tsx:48
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 — cortex-ui/src/features/style-guide/layouts/KnowledgeLayoutExample.tsx:252
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 — cortex-ui/src/services/serverHealthService.ts:131
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 — cortex-ui/src/utils/onboarding.ts:32
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 — cortex-ui/tests/manual/test-knowledge-api.ts: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 — cortex-ui/vite.config.ts:40
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 `get_provider_name` (body is just `pass`/`return`) — python/src/server/services/embeddings/provider_error_adapters.py:16
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 /cache
`python/src/server/api_routes/ollama_api.py` declares `DELETE /cache` 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: DELETE /projects/{project_id}
`python/src/server/api_routes/projects_api.py` declares `DELETE /projects/{project_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 con…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /projects/{project_id}/docs/{doc_id}
`python/src/server/api_routes/projects_api.py` declares `DELETE /projects/{project_id}/docs/{doc_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 docum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /tasks/{task_id}
`python/src/server/api_routes/projects_api.py` declares `DELETE /tasks/{task_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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /
`python/src/server/main.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 /agents/list
`python/src/agents/server.py` declares `GET /agents/list` 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
`python/src/server/main.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 /approvals
`python/src/server/api_routes/workflow_approval_api.py` declares `GET /approvals` 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 /approvals/{approval_id}
`python/src/server/api_routes/workflow_approval_api.py` declares `GET /approvals/{approval_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…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /clients
`python/src/server/api_routes/mcp_api.py` declares `GET /clients` 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 /config
`python/src/server/api_routes/mcp_api.py` declares `GET /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 /embedding/routes
`python/src/server/api_routes/ollama_api.py` declares `GET /embedding/routes` 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 /instances/health
`python/src/server/api_routes/ollama_api.py` declares `GET /instances/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 /models
`python/src/server/api_routes/ollama_api.py` declares `GET /models` 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 /models/stored
`python/src/server/api_routes/ollama_api.py` declares `GET /models/stored` 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 /projects
`python/src/server/api_routes/projects_api.py` declares `GET /projects` 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 /projects/health
`python/src/server/api_routes/projects_api.py` declares `GET /projects/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 /projects/task-counts
`python/src/server/api_routes/projects_api.py` declares `GET /projects/task-counts` 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 /projects/{project_id}
`python/src/server/api_routes/projects_api.py` declares `GET /projects/{project_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 consum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /projects/{project_id}/children
`python/src/server/api_routes/projects_api.py` declares `GET /projects/{project_id}/children` 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 w…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /projects/{project_id}/docs
`python/src/server/api_routes/projects_api.py` declares `GET /projects/{project_id}/docs` 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 c…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /projects/{project_id}/docs/{doc_id}
`python/src/server/api_routes/projects_api.py` declares `GET /projects/{project_id}/docs/{doc_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 document…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /projects/{project_id}/features
`python/src/server/api_routes/projects_api.py` declares `GET /projects/{project_id}/features` 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 w…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /projects/{project_id}/knowledge-sources
`python/src/server/api_routes/projects_api.py` declares `GET /projects/{project_id}/knowledge-sources` 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 docu…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /projects/{project_id}/stats
`python/src/server/api_routes/projects_api.py` declares `GET /projects/{project_id}/stats` 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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /projects/{project_id}/tasks
`python/src/server/api_routes/projects_api.py` declares `GET /projects/{project_id}/tasks` 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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /projects/{project_id}/versions
`python/src/server/api_routes/projects_api.py` declares `GET /projects/{project_id}/versions` 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 w…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /projects/{project_id}/versions/{field_name}/{version_number}
`python/src/server/api_routes/projects_api.py` declares `GET /projects/{project_id}/versions/{field_name}/{version_number}` 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 — cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /sessions
`python/src/server/api_routes/mcp_api.py` declares `GET /sessions` 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 /suites
`python/src/server/api_routes/auto_research_api.py` declares `GET /suites` 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 /tasks
`python/src/server/api_routes/projects_api.py` declares `GET /tasks` 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 /tasks/{task_id}
`python/src/server/api_routes/projects_api.py` declares `GET /tasks/{task_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 /agents/run
`python/src/agents/server.py` declares `POST /agents/run` 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 /agents/{agent_type}/stream
`python/src/agents/server.py` declares `POST /agents/{agent_type}/stream` 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 /approvals/{approval_id}/resolve
`python/src/server/api_routes/workflow_approval_api.py` declares `POST /approvals/{approval_id}/resolve` 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 do…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /embedding/route
`python/src/server/api_routes/ollama_api.py` declares `POST /embedding/route` 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 /models/discover-and-store
`python/src/server/api_routes/ollama_api.py` declares `POST /models/discover-and-store` 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 /models/discover-with-details
`python/src/server/api_routes/ollama_api.py` declares `POST /models/discover-with-details` 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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /models/test-capabilities
`python/src/server/api_routes/ollama_api.py` declares `POST /models/test-capabilities` 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 /projects
`python/src/server/api_routes/projects_api.py` declares `POST /projects` 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 /projects/{project_id}/docs
`python/src/server/api_routes/projects_api.py` declares `POST /projects/{project_id}/docs` 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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /projects/{project_id}/versions
`python/src/server/api_routes/projects_api.py` declares `POST /projects/{project_id}/versions` 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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /projects/{project_id}/versions/{field_name}/{version_number}/restore
`python/src/server/api_routes/projects_api.py` declares `POST /projects/{project_id}/versions/{field_name}/{version_number}/restore` 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 co…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /tasks
`python/src/server/api_routes/projects_api.py` declares `POST /tasks` 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 /validate
`python/src/server/api_routes/ollama_api.py` declares `POST /validate` 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: PUT /mcp/tasks/{task_id}/status
`python/src/server/api_routes/projects_api.py` declares `PUT /mcp/tasks/{task_id}/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 c…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /projects/{project_id}
`python/src/server/api_routes/projects_api.py` declares `PUT /projects/{project_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 consum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /projects/{project_id}/docs/{doc_id}
`python/src/server/api_routes/projects_api.py` declares `PUT /projects/{project_id}/docs/{doc_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 document…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /projects/{project_id}/systems/{system_id}/git-status
`python/src/server/api_routes/projects_api.py` declares `PUT /projects/{project_id}/systems/{system_id}/git-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 rem…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /tasks/{task_id}
`python/src/server/api_routes/projects_api.py` declares `PUT /tasks/{task_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 quality Complexity conf 1.00 Very large file: cortex-ui/src/components/settings/RAGSettings.tsx (2507 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: postmanSkill/scripts/postman_client.py (1542 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: python/src/server/api_routes/knowledge_api.py (2179 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: python/src/server/api_routes/ollama_api.py (1331 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: python/src/server/api_routes/projects_api.py (1870 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: python/src/server/services/crawling/code_extraction_service.py (1781 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: python/src/server/services/crawling/crawling_service.py (1085 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: python/src/server/services/ollama/model_discovery_service.py (1122 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: python/src/server/services/storage/code_storage_service.py (1410 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/01c6bb35-20e7-45b4-beec-a55a0a966855/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/01c6bb35-20e7-45b4-beec-a55a0a966855/

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.