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.

zergont/cg-analytics

https://github.com/zergont/cg-analytics · scanned 2026-06-16 01:11 UTC (2 months, 1 week ago)

127 raw signals (0 security + 127 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 121 actionable findings from 1 signal source. 6 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 58.8/100 with 88.9% coverage. It contains 755 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 127 findings — concentrated in api (50), security (37), software (16). Risk profile is high: 0 critical, 34 high, 10 medium. Recommended next step: open the api layer findings first — that's where the highest-impact wins live.

Showing 118 of 121 actionable findings. 127 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 auth conf 1.00 FastAPI POST `ai_playground_run` without auth dependency — web/routes.py:1005
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:1005 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `analytics_config_upload` without auth dependency — web/routes.py:1297
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:1297 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `analytics_verify_toggle` without auth dependency — web/routes.py:1146
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:1146 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `analyze_run_agent` without auth dependency — web/routes.py:562
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:562 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `analyze_run` without auth dependency — web/routes.py:103
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:103 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `analyze_stream` without auth dependency — web/routes.py:137
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:137 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_log_clear` without auth dependency — web/routes.py:371
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:371 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `clear_equipment` without auth dependency — web/routes.py:1233
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:1233 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `corpus_toggle` without auth dependency — web/routes.py:1158
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:1158 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `delete_analysis_run` without auth dependency — web/routes.py:340
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:340 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `delete_equipment` without auth dependency — web/routes.py:1223
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:1223 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kb_delete_file` without auth dependency — web/routes.py:896
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:896 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kb_upload` without auth dependency — web/routes.py:860
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:860 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `online_clear_claude_analysis` without auth dependency — web/routes.py:1444
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:1444 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `online_clear_qwen_analysis` without auth dependency — web/routes.py:1453
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:1453 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `online_clear` without auth dependency — web/routes.py:1922
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:1922 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `online_corpus_toggle` without auth dependency — web/routes.py:1412
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:1412 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `online_delete_segments` without auth dependency — web/routes.py:1891
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:1891 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `online_qwen_toggle` without auth dependency — web/routes.py:1428
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:1428 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `online_segment_analyze` without auth dependency — web/routes.py:1850
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:1850 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `online_start_multi` without auth dependency — web/routes.py:1462
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:1462 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `online_start` without auth dependency — web/routes.py:1366
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:1366 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `online_stop` without auth dependency — web/routes.py:1396
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:1396 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `qwen_toggle` without auth dependency — web/routes.py:1129
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:1129 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `set_history_sync_interval` without auth dependency — web/routes.py:2514
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:2514 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `set_source_mode_route` without auth dependency — web/routes.py:2502
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:2502 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `sync_equipment` without auth dependency — web/routes.py:1239
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:1239 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `toggle_equipment` without auth dependency — web/routes.py:1212
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:1212 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `update_ai_routing` without auth dependency — web/routes.py:979
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:979 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `update_claude_settings` without auth dependency — web/routes.py:1111
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:1111 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `update_equipment` without auth dependency — web/routes.py:1187
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:1187 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `update_llm_settings` without auth dependency — web/routes.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.
web/routes.py:957 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `update_status_line_interval` without auth dependency — web/routes.py:948
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:948 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `update_timezone` without auth dependency — web/routes.py:1174
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web/routes.py:1174 securityAuth fastapi unauth mutation
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in knowledge_base/equipment/cummins_kta50_pcc3300/pcc3300_fault_codes_v2_3.html:1940
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
knowledge_base/equipment/cummins_kta50_pcc3300/pcc3300_fault_codes_v2_3.html:1940 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/static/bootstrap.bundle.min.js:6
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/static/bootstrap.bundle.min.js:6 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in web/static/bootstrap.bundle.min.js:6
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
web/static/bootstrap.bundle.min.js:6 Domparser html parse
medium System graph cicd CI/CD security conf 1.00 No CI/CD pipelines detected
No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints.
CI/CD securityCoverage
medium System graph network Security conf 1.00 Privileged port 10 in use
Port 10 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
config.example.yml Ports
medium System graph network Security conf 1.00 Privileged port 21 in use
Port 21 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
config.example.yml Ports
medium System graph network Security conf 1.00 Privileged port 218 in use
Port 218 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
config.example.yml Ports
medium System graph network Security conf 1.00 Privileged port 24 in use
Port 24 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
knowledge_base/equipment/cummins_kta50_pcc3300/analytics/thresholds.yaml Ports
medium System graph network Security conf 1.00 Privileged port 272 in use
Port 272 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
knowledge_base/equipment/cummins_kta50_pcc3300/analytics/thresholds.yaml Ports
medium System graph network Security conf 1.00 Privileged port 5 in use
Port 5 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
config.example.yml Ports
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 5 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 quality Tests conf 1.00 Low test-to-source ratio
7 tests / 59 src (ratio 0.12).
low System graph quality Integrity conf 1.00 7 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: analytics/serializer.py:to_json, analytics/serializer.py:to_markdown This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
7 occurrences
repo-level (7 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: corpus/worker.py:stop, corpus/qwen_worker.py:stop, online/engine.py:stop This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 8 places
Functions with the same first-5-line body hash: analytics/source.py:get_whitelist_history, analytics/source.py:get_enum_periods, analytics/source.py:get_fault_periods, analytics/source.py:get_data_gaps This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 9 places
Functions with the same first-5-line body hash: analytics/contract.py:to_dict, analytics/contract.py:to_dict, analytics/contract.py:to_dict, analytics/contract.py:to_dict This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate …
duplicatesduplication
low System graph software Dead code conf 1.00 Possibly dead Python function: clear_index_cache
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
knowledge/retriever.py:23
low System graph software Dead code conf 1.00 Possibly dead Python function: code_severity
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
analytics/config.py:123
low System graph software Dead code conf 1.00 Possibly dead Python function: compute_register_stats
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
pipeline/aggregator.py:168
low System graph software Dead code conf 1.00 Possibly dead Python function: delete_observation
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
online/db.py:116
low System graph software Dead code conf 1.00 Possibly dead Python function: emit
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
web/log_buffer.py:21
low System graph software Dead code conf 1.00 Possibly dead Python function: fire_verify
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
online/verifier.py:152
low System graph software Dead code conf 1.00 Possibly dead Python function: has_segments
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
online/db.py:661
low System graph software Dead code conf 1.00 Possibly dead Python function: hourly_bar_chart
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
agent/charts.py:97
low System graph software Dead code conf 1.00 Possibly dead Python function: init_online_schema
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
online/db.py:29
low System graph software Dead code conf 1.00 Possibly dead Python function: invalidate_cache
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
knowledge/retriever.py:116
low System graph software Dead code conf 1.00 Possibly dead Python function: invalidate_cache
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
knowledge/loader.py:71
low System graph software Dead code conf 1.00 Possibly dead Python function: reset_accumulators_on_purge
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
analytics/accumulators.py:52
low System graph software Dead code conf 1.00 Possibly dead Python function: run_pipeline
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
pipeline/runner.py:64
low System graph software Dead code conf 1.00 Possibly dead Python function: search_manual_docs
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
knowledge/retriever.py:124
low System graph software Dead code conf 1.00 Possibly dead Python function: set_tz
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
config.py:90
low System graph software Dead code conf 1.00 Possibly dead Python function: update_continues_to
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
online/db.py:339
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 api Wiring conf 1.00 Unused endpoint: GET /
`web/routes.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 /ai-playground
`web/routes.py` declares `GET /ai-playground` 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 /analysis/{run_id}
`web/routes.py` declares `GET /analysis/{run_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /analysis/{run_id}/md
`web/routes.py` declares `GET /analysis/{run_id}/md` 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 /analyze
`web/routes.py` declares `GET /analyze` 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/log
`web/routes.py` declares `GET /api/log` 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/pipeline/status
`web/routes.py` declares `GET /api/pipeline/status` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /history
`web/routes.py` declares `GET /history` 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 /history-v2/{router_sn}/{equip_type}/{panel_id}
`web/routes.py` declares `GET /history-v2/{router_sn}/{equip_type}/{panel_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: GET /history/{router_sn}/{equip_type}/{panel_id}
`web/routes.py` declares `GET /history/{router_sn}/{equip_type}/{panel_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: GET /knowledge
`web/routes.py` declares `GET /knowledge` 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 /knowledge/{kb_path}/analytics-config
`web/routes.py` declares `GET /knowledge/{kb_path}/analytics-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 /knowledge/{kb_path}/analytics-config/download/{filename}
`web/routes.py` declares `GET /knowledge/{kb_path}/analytics-config/download/{filename}` 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 co…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /knowledge/{kb_path}/download/{filename}
`web/routes.py` declares `GET /knowledge/{kb_path}/download/{filename}` 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 /knowledge/{kb_path}/faultref
`web/routes.py` declares `GET /knowledge/{kb_path}/faultref` 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 /knowledge/{kb_path}/files
`web/routes.py` declares `GET /knowledge/{kb_path}/files` 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 /log
`web/routes.py` declares `GET /log` 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 /online
`web/routes.py` declares `GET /online` 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 /online/calendar/{router_sn}/{equip_type}/{panel_id}
`web/routes.py` declares `GET /online/calendar/{router_sn}/{equip_type}/{panel_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 consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /report/{report_id}
`web/routes.py` declares `GET /report/{report_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: GET /settings
`web/routes.py` declares `GET /settings` 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 /ai-playground/run
`web/routes.py` declares `POST /ai-playground/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 /analyze
`web/routes.py` declares `POST /analyze` 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 /analyze/run
`web/routes.py` declares `POST /analyze/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 /analyze/stream
`web/routes.py` declares `POST /analyze/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 /api/log/clear
`web/routes.py` declares `POST /api/log/clear` 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 /history/delete/{run_id}
`web/routes.py` declares `POST /history/delete/{run_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /knowledge/{kb_path}/analytics-config/upload
`web/routes.py` declares `POST /knowledge/{kb_path}/analytics-config/upload` 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 /knowledge/{kb_path}/delete
`web/routes.py` declares `POST /knowledge/{kb_path}/delete` 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 /knowledge/{kb_path}/upload
`web/routes.py` declares `POST /knowledge/{kb_path}/upload` 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 /online/clear-claude-analysis
`web/routes.py` declares `POST /online/clear-claude-analysis` 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 /online/clear-qwen-analysis
`web/routes.py` declares `POST /online/clear-qwen-analysis` 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 /online/corpus-toggle
`web/routes.py` declares `POST /online/corpus-toggle` 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 /online/qwen-toggle
`web/routes.py` declares `POST /online/qwen-toggle` 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 /online/start
`web/routes.py` declares `POST /online/start` 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 /online/start-multi
`web/routes.py` declares `POST /online/start-multi` 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 /online/stop
`web/routes.py` declares `POST /online/stop` 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 /settings/ai-routing
`web/routes.py` declares `POST /settings/ai-routing` 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 /settings/analytics-verify-toggle
`web/routes.py` declares `POST /settings/analytics-verify-toggle` 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 /settings/claude
`web/routes.py` declares `POST /settings/claude` 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 /settings/corpus-toggle
`web/routes.py` declares `POST /settings/corpus-toggle` 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 /settings/equipment/clear
`web/routes.py` declares `POST /settings/equipment/clear` 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 /settings/equipment/delete
`web/routes.py` declares `POST /settings/equipment/delete` 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 /settings/equipment/toggle
`web/routes.py` declares `POST /settings/equipment/toggle` 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 /settings/equipment/update
`web/routes.py` declares `POST /settings/equipment/update` 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 /settings/llm
`web/routes.py` declares `POST /settings/llm` 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 /settings/qwen-toggle
`web/routes.py` declares `POST /settings/qwen-toggle` 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 /settings/status-line-interval
`web/routes.py` declares `POST /settings/status-line-interval` 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 /settings/sync
`web/routes.py` declares `POST /settings/sync` 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 /settings/timezone
`web/routes.py` declares `POST /settings/timezone` 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: web/routes.py (2524 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/5cd3ee9e-b16c-41f3-9e59-b42bc0430361/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/5cd3ee9e-b16c-41f3-9e59-b42bc0430361/

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.