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.

whaeuser/open-knxviewer

https://github.com/whaeuser/open-knxviewer · scanned 2026-06-16 00:56 UTC (2 months, 1 week ago)

102 raw signals (0 security + 102 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

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

Showing 98 of 100 actionable findings. 102 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 quality Integrity conf 1.00 Blocking `httpx.get(...)` inside `async def lmstudio_models` — routers/llm.py:122
Sync I/O inside an async function blocks the event loop. While `httpx.get(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_threa…
routers/llm.py:122 Sync io in asyncPerformance
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/recent-projects/${slug} (static/app.js:542)
`static/app.js:542` calls `DELETE /api/recent-projects/${slug}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/recent-projects/<p>` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/snapshots/${encodeURIComponent(id)} (static/app.js:2091)
`static/app.js:2091` calls `DELETE /api/snapshots/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/snapshots/<p>` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/wireguard/setup (static/app.js:326)
`static/app.js:326` calls `DELETE /api/wireguard/setup` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/wireguard/setup` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/llm/config (static/app.js:732)
`static/app.js:732` calls `GET /api/llm/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/llm/config` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/llm/lmstudio/models (static/app.js:746)
`static/app.js:746` calls `GET /api/llm/lmstudio/models` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/llm/lmstudio/models` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/recent-projects (static/app.js:507)
`static/app.js:507` calls `GET /api/recent-projects` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/recent-projects` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/recent-projects/${encodeURIComponent(this.compareSlug)}/raw (static/app.js:937)
`static/app.js:937` calls `GET /api/recent-projects/${encodeURIComponent(this.compareSlug)}/raw` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/recent-projects/<p>/raw` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/recent-projects/${proj.slug}/data (static/app.js:550)
`static/app.js:550` calls `GET /api/recent-projects/${proj.slug}/data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/recent-projects/<p>/data` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/recent-projects/${proj.slug}/xml (static/app.js:575)
`static/app.js:575` calls `GET /api/recent-projects/${proj.slug}/xml` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/recent-projects/<p>/xml` 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/recent-projects/${this.selectedRecentSlug}/data (static/app.js:524)
`static/app.js:524` calls `GET /api/recent-projects/${this.selectedRecentSlug}/data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/recent-projects/<p>/data` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/recent-projects/notes (static/app.js:514)
`static/app.js:514` calls `GET /api/recent-projects/notes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/recent-projects/notes` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/snapshots (static/app.js:2058)
`static/app.js:2058` calls `GET /api/snapshots` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/snapshots` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/wireguard/config (static/app.js:269)
`static/app.js:269` calls `GET /api/wireguard/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/wireguard/config` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/wireguard/status (static/app.js:260)
`static/app.js:260` calls `GET /api/wireguard/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/wireguard/status` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ga/read (static/app.js:704)
`static/app.js:704` calls `POST /api/ga/read` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ga/read` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ga/read-all (static/app.js:717)
`static/app.js:717` calls `POST /api/ga/read-all` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ga/read-all` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ga/write (static/app.js:688)
`static/app.js:688` calls `POST /api/ga/write` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ga/write` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/llm/analyze (static/app.js:806)
`static/app.js:806` calls `POST /api/llm/analyze` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/llm/analyze` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/llm/compare (static/app.js:952)
`static/app.js:952` calls `POST /api/llm/compare` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/llm/compare` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/llm/config (static/app.js:773)
`static/app.js:773` calls `POST /api/llm/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/llm/config` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/recent-projects/${this.notesModalSlug}/notes (static/app.js:592)
`static/app.js:592` calls `POST /api/recent-projects/${this.notesModalSlug}/notes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/recent-projects/<p>/notes` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/snapshots (static/app.js:2069)
`static/app.js:2069` calls `POST /api/snapshots` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/snapshots` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/wireguard/ets-access (static/app.js:338)
`static/app.js:338` calls `POST /api/wireguard/ets-access` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/wireguard/ets-access` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/wireguard/latency-test (static/app.js:352)
`static/app.js:352` calls `POST /api/wireguard/latency-test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/wireguard/latency-test` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/wireguard/setup (static/app.js:306)
`static/app.js:306` calls `POST /api/wireguard/setup` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/wireguard/setup` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph security auth conf 1.00 FastAPI DELETE `delete_recent_project` without auth dependency — routers/recent_projects.py:109
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routers/recent_projects.py:109 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_snapshot` without auth dependency — routers/snapshots.py:131
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routers/snapshots.py:131 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `wg_teardown` without auth dependency — routers/wireguard.py:315
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routers/wireguard.py:315 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `bus_scan_cancel` without auth dependency — routers/scan.py:168
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routers/scan.py:168 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `bus_scan` without auth dependency — routers/scan.py:106
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routers/scan.py:106 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_snapshot` without auth dependency — routers/snapshots.py:50
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routers/snapshots.py:50 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `export_xlsx_public` without auth dependency — server_public.py:143
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server_public.py:143 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ga_read_all` without auth dependency — routers/ga_ops.py:128
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routers/ga_ops.py:128 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ga_read` without auth dependency — routers/ga_ops.py:109
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routers/ga_ops.py:109 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ga_scan_cancel` without auth dependency — routers/scan.py:100
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routers/scan.py:100 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ga_scan` without auth dependency — routers/scan.py:25
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routers/scan.py:25 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ga_write` without auth dependency — routers/ga_ops.py:26
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routers/ga_ops.py:26 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `llm_analyze` without auth dependency — routers/llm.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.
routers/llm.py:164 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `llm_compare` without auth dependency — routers/llm.py:213
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routers/llm.py:213 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `parse_project` without auth dependency — server.py:736
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server.py:736 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `parse_project` without auth dependency — server_public.py:156
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server_public.py:156 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `save_annotations` without auth dependency — server.py:554
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server.py:554 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `save_notes` without auth dependency — routers/recent_projects.py:38
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routers/recent_projects.py:38 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `set_gateway` without auth dependency — server.py:502
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
server.py:502 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `set_llm_config` without auth dependency — routers/llm.py:142
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routers/llm.py:142 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `wg_ets_access` without auth dependency — routers/wireguard.py:277
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routers/wireguard.py:277 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `wg_latency_test` without auth dependency — routers/wireguard.py:292
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routers/wireguard.py:292 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `wg_peer_endpoint` without auth dependency — routers/wireguard.py:234
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routers/wireguard.py:234 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `wg_setup_endpoint` without auth dependency — routers/wireguard.py:203
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
routers/wireguard.py:203 securityAuth fastapi unauth mutation
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — static/app.js:269
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 Network/subprocess call without timeout or try/except — knx_tunnel_agent.py:57
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing.
auth
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 security security conf 1.00 Insecure pattern 'document_write' in static/app.js:1537
Found a known-risky pattern (document_write). Review and replace if possible.
static/app.js:1537 Document write
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: server_public.py:dispatch, server_public.py:dispatch 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.
3 occurrences
repo-level (3 hits)
duplicatesduplication
low System graph software Dead code conf 1.00 Possibly dead Python function: connection_lost
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
server.py:423
low System graph software Dead code conf 1.00 Possibly dead Python function: connection_made
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
knx_tunnel_agent.py:193
low System graph software Dead code conf 1.00 Possibly dead Python function: datagram_received
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
knx_tunnel_agent.py:196
low System graph software Dead code conf 1.00 Possibly dead Python function: datagram_received
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
server.py:415
low System graph software Dead code conf 1.00 Possibly dead Python function: error_received
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
knx_tunnel_agent.py:199
low System graph software Dead code conf 1.00 Possibly dead Python function: error_received
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
server.py:419
low System graph software Dead code conf 1.00 Possibly dead Python function: extract_security_data
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
common.py:28
low System graph software Dead code conf 1.00 Possibly dead Python function: telegram_received_cb
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
knx_gateway_proxy.py:91
low System graph software Dead code conf 1.00 Possibly dead Python function: telegram_received_cb
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
server.py:77
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: DELETE /setup
`routers/wireguard.py` declares `DELETE /setup` 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 /{sid}
`routers/snapshots.py` declares `DELETE /{sid}` 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 /{slug}
`routers/recent_projects.py` declares `DELETE /{slug}` 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 /
`server_public.py` declares `GET /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/bus/programming-mode
`routers/scan.py` declares `GET /api/bus/programming-mode` 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/current-values
`server.py` declares `GET /api/current-values` 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/device/{addr}/properties
`routers/scan.py` declares `GET /api/device/{addr}/properties` 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/last-project/info
`server.py` declares `GET /api/last-project/info` 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
`server.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/log/export.csv
`server.py` declares `GET /api/log/export.csv` 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
`routers/wireguard.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 /diff
`routers/snapshots.py` declares `GET /diff` 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 /lmstudio/models
`routers/llm.py` declares `GET /lmstudio/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 /notes
`routers/recent_projects.py` declares `GET /notes` 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 /peer-config
`routers/wireguard.py` declares `GET /peer-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 /{slug}/data
`routers/recent_projects.py` declares `GET /{slug}/data` 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 /{slug}/knxproj
`routers/recent_projects.py` declares `GET /{slug}/knxproj` 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 /{slug}/raw
`routers/recent_projects.py` declares `GET /{slug}/raw` 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 /{slug}/xml
`routers/recent_projects.py` declares `GET /{slug}/xml` 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 /
`routers/snapshots.py` declares `POST /` 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
`routers/llm.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 /compare
`routers/llm.py` declares `POST /compare` 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 /config
`routers/llm.py` declares `POST /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: POST /ets-access
`routers/wireguard.py` declares `POST /ets-access` 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 /latency-test
`routers/wireguard.py` declares `POST /latency-test` 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 /peer
`routers/wireguard.py` declares `POST /peer` 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 /read
`routers/ga_ops.py` declares `POST /read` 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 /read-all
`routers/ga_ops.py` declares `POST /read-all` 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 /setup
`routers/wireguard.py` declares `POST /setup` 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 /write
`routers/ga_ops.py` declares `POST /write` 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 /{slug}/notes
`routers/recent_projects.py` declares `POST /{slug}/notes` 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: static/app.js (2385 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/986dd6f2-b12f-4397-bbfd-82ffe5ef05fa/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/986dd6f2-b12f-4397-bbfd-82ffe5ef05fa/

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.