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.

sventruderung/drk-mv-ki-plattform

https://github.com/sventruderung/drk-mv-ki-plattform · scanned 2026-06-16 00:26 UTC (2 months, 2 weeks ago)

131 raw signals (0 security + 131 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 117 actionable findings from 1 signal source. 14 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 48.9/100 with 100.0% coverage. It contains 669 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 131 findings — concentrated in api (46), security (33), quality (17). Risk profile is high: 0 critical, 32 high, 12 medium. Recommended next step: open the api layer findings first — that's where the highest-impact wins live.

Showing 115 of 117 actionable findings. 131 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 DELETE `delete_document` without auth dependency — services/api-gateway/src/api/v1/routes/rag.py:103
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/api-gateway/src/api/v1/routes/rag.py:103 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_document` without auth dependency — services/rag-service/src/api/v1/routes/documents.py:399
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/rag-service/src/api/v1/routes/documents.py:399 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_kb` without auth dependency — services/api-gateway/src/api/v1/routes/kbs.py:138
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/api-gateway/src/api/v1/routes/kbs.py:138 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `set_enabled` without auth dependency — services/api-gateway/src/api/v1/routes/users.py:119
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/api-gateway/src/api/v1/routes/users.py:119 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_acl` without auth dependency — services/rag-service/src/api/v1/routes/documents.py:360
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/rag-service/src/api/v1/routes/documents.py:360 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_document_acl` without auth dependency — services/api-gateway/src/api/v1/routes/rag.py:88
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/api-gateway/src/api/v1/routes/rag.py:88 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `bulk_action` without auth dependency — services/rag-service/src/api/v1/routes/documents.py:290
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/rag-service/src/api/v1/routes/documents.py:290 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `bulk_documents` without auth dependency — services/api-gateway/src/api/v1/routes/rag.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.
services/api-gateway/src/api/v1/routes/rag.py:71 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `chat` without auth dependency — services/api-gateway/src/api/v1/routes/chat.py:19
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/api-gateway/src/api/v1/routes/chat.py:19 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_draft` without auth dependency — services/content-service/src/api/v1/routes/drafts.py:72
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/content-service/src/api/v1/routes/drafts.py:72 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_kb` without auth dependency — services/api-gateway/src/api/v1/routes/kbs.py:60
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/api-gateway/src/api/v1/routes/kbs.py:60 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_user` without auth dependency — services/api-gateway/src/api/v1/routes/users.py:80
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/api-gateway/src/api/v1/routes/users.py:80 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate` without auth dependency — services/llm-service/src/main.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.
services/llm-service/src/main.py:43 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `query` without auth dependency — services/rag-service/src/api/v1/routes/query.py:42
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/rag-service/src/api/v1/routes/query.py:42 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `rag_chat` without auth dependency — services/api-gateway/src/api/v1/routes/rag.py:129
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/api-gateway/src/api/v1/routes/rag.py:129 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reboot_host` without auth dependency — services/api-gateway/src/api/v1/routes/system.py:124
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/api-gateway/src/api/v1/routes/system.py:124 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reset_password` without auth dependency — services/api-gateway/src/api/v1/routes/users.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.
services/api-gateway/src/api/v1/routes/users.py:137 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restart_services` without auth dependency — services/api-gateway/src/api/v1/routes/system.py:112
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/api-gateway/src/api/v1/routes/system.py:112 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `shutdown_host` without auth dependency — services/api-gateway/src/api/v1/routes/system.py:135
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/api-gateway/src/api/v1/routes/system.py:135 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `smtp_test` without auth dependency — services/api-gateway/src/api/v1/routes/settings_routes.py:198
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/api-gateway/src/api/v1/routes/settings_routes.py:198 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `transition_draft` without auth dependency — services/content-service/src/api/v1/routes/drafts.py:191
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/content-service/src/api/v1/routes/drafts.py:191 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upload_document` without auth dependency — services/api-gateway/src/api/v1/routes/rag.py:34
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/api-gateway/src/api/v1/routes/rag.py:34 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upload_document` without auth dependency — services/rag-service/src/api/v1/routes/documents.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.
services/rag-service/src/api/v1/routes/documents.py:143 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `rename_kb` without auth dependency — services/api-gateway/src/api/v1/routes/kbs.py:115
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/api-gateway/src/api/v1/routes/kbs.py:115 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_apikeys` without auth dependency — services/api-gateway/src/api/v1/routes/settings_routes.py:97
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/api-gateway/src/api/v1/routes/settings_routes.py:97 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_hostname` without auth dependency — services/api-gateway/src/api/v1/routes/settings_routes.py:44
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/api-gateway/src/api/v1/routes/settings_routes.py:44 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_kb_acl` without auth dependency — services/api-gateway/src/api/v1/routes/kbs.py:90
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/api-gateway/src/api/v1/routes/kbs.py:90 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_roles` without auth dependency — services/api-gateway/src/api/v1/routes/users.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.
services/api-gateway/src/api/v1/routes/users.py:98 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_smtp` without auth dependency — services/api-gateway/src/api/v1/routes/settings_routes.py:161
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/api-gateway/src/api/v1/routes/settings_routes.py:161 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_user_models` without auth dependency — services/api-gateway/src/api/v1/routes/models.py:126
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/api-gateway/src/api/v1/routes/models.py:126 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_draft` without auth dependency — services/content-service/src/api/v1/routes/drafts.py:153
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/content-service/src/api/v1/routes/drafts.py:153 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_model` without auth dependency — services/api-gateway/src/api/v1/routes/models.py:86
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/api-gateway/src/api/v1/routes/models.py:86 securityAuth fastapi unauth mutation
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license, ci. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph hardware Security conf 1.00 Dockerfile runs as root: services/admin-service/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: services/api-gateway/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: services/content-service/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: services/llm-service/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: services/rag-service/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in services/api-gateway/src/static/admin/index.html:541
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
services/api-gateway/src/static/admin/index.html:541 Direct innerhtml assignment
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/setup_keycloak.py:179
`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 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 2 in use
Port 2 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/backup.sh Ports
medium System graph network Security conf 1.00 Privileged port 30 in use
Port 30 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/backup.sh Ports
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
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 43 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 5 occurrences Docker base image is tag-pinned but not digest-pinned: python:3.12-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
5 files, 5 locations
services/admin-service/Dockerfile:2
services/api-gateway/Dockerfile:2
services/content-service/Dockerfile:2
services/llm-service/Dockerfile:2
services/rag-service/Dockerfile:2
containersPinned dependencies
low System graph quality Tests conf 1.00 Low test-to-source ratio
9 tests / 81 src (ratio 0.11).
low System graph quality Integrity conf 1.00 6 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: services/api-gateway/src/db.py:tenant_connection, services/content-service/src/db.py:tenant_connection 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…
6 occurrences
repo-level (6 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: services/llm-service/src/db.py:init_pool, services/api-gateway/src/db.py:init_pool, services/rag-service/src/db.py:init_pool, services/content-service/src/db.py:init_pool This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — …
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_data
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/rag-service/src/core/extract.py:358
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_endtag
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/rag-service/src/core/extract.py:354
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_starttag
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/rag-service/src/core/extract.py:350
low System graph software Dead code conf 1.00 Possibly dead Python function: host_power
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/api-gateway/src/docker_ctl.py:52
low System graph software Dead code conf 1.00 3 occurrences Possibly dead Python function: pipe
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
3 files, 3 locations
infra/openwebui/pipes/drk_content_pipe.py:52
infra/openwebui/pipes/drk_models_pipe.py:66
infra/openwebui/pipes/drk_rag_pipe.py:60
low System graph software Dead code conf 1.00 3 occurrences Possibly dead Python function: pipes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
3 files, 3 locations
infra/openwebui/pipes/drk_content_pipe.py:34
infra/openwebui/pipes/drk_models_pipe.py:30
infra/openwebui/pipes/drk_rag_pipe.py:34
low System graph software Dead code conf 1.00 Possibly dead Python function: restart_stack
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/api-gateway/src/docker_ctl.py:35
low System graph software Dead code conf 1.00 Possibly dead Python function: warmup
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/rag-service/src/core/rerank.py:26
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — docs/gen_installationsanleitung.js:831
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 — docs/gen_systemuebersicht.js:496
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 — docs/gen_systemuebersicht_cocreation.js:427
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 — docs/gen_systemuebersicht_dgx_spark.js:454
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 — docs/gen_systemuebersicht_integration.js:519
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 — docs/gen_systemuebersicht_mono.js:346
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 — docs/gen_systemuebersicht_rollen.js:552
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 — docs/gen_systemuebersicht_social.js:517
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 api Wiring conf 1.00 Unused endpoint: ANY /api/v1/{path:path}
`services/api-gateway/src/api/v1/routes/content.py` declares `ANY /api/v1/{path:path}` 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: DELETE /api/v1/documents/{document_id}
`services/api-gateway/src/api/v1/routes/rag.py` declares `DELETE /api/v1/documents/{document_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 documenti…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /api/v1/{document_id}
`services/rag-service/src/api/v1/routes/documents.py` declares `DELETE /api/v1/{document_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 w…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /api/v1/{kb_id}
`services/api-gateway/src/api/v1/routes/kbs.py` declares `DELETE /api/v1/{kb_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 /admin/config.js
`services/api-gateway/src/main.py` declares `GET /admin/config.js` 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/v1/
`services/api-gateway/src/api/v1/routes/kbs.py` declares `GET /api/v1/` 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/v1/channels
`services/content-service/src/api/v1/routes/drafts.py` declares `GET /api/v1/channels` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/v1/documents
`services/api-gateway/src/api/v1/routes/rag.py` declares `GET /api/v1/documents` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/v1/events
`services/api-gateway/src/api/v1/routes/system.py` declares `GET /api/v1/events` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/v1/health
`services/admin-service/src/main.py` declares `GET /api/v1/health` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/v1/models
`services/api-gateway/src/api/v1/routes/models.py` declares `GET /api/v1/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 i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/v1/models/admin
`services/api-gateway/src/api/v1/routes/models.py` declares `GET /api/v1/models/admin` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/v1/models/public
`services/api-gateway/src/api/v1/routes/models.py` declares `GET /api/v1/models/public` 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: GET /api/v1/public
`services/api-gateway/src/api/v1/routes/kbs.py` declares `GET /api/v1/public` 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/v1/roles
`services/api-gateway/src/api/v1/routes/users.py` declares `GET /api/v1/roles` 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/v1/settings/apikeys
`services/api-gateway/src/api/v1/routes/settings_routes.py` declares `GET /api/v1/settings/apikeys` 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 documen…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/v1/settings/hostname
`services/api-gateway/src/api/v1/routes/settings_routes.py` declares `GET /api/v1/settings/hostname` 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 docume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/v1/settings/smtp
`services/api-gateway/src/api/v1/routes/settings_routes.py` declares `GET /api/v1/settings/smtp` 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 documentin…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/v1/status
`services/api-gateway/src/api/v1/routes/system.py` declares `GET /api/v1/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 i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/v1/tls/check
`services/api-gateway/src/api/v1/routes/settings_routes.py` declares `GET /api/v1/tls/check` 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 wh…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/v1/users/{user_id}/models
`services/api-gateway/src/api/v1/routes/models.py` declares `GET /api/v1/users/{user_id}/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 documentin…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/v1/{draft_id}
`services/content-service/src/api/v1/routes/drafts.py` declares `GET /api/v1/{draft_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 co…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PATCH /api/v1/documents/{document_id}/acl
`services/api-gateway/src/api/v1/routes/rag.py` declares `PATCH /api/v1/documents/{document_id}/acl` 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 docume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PATCH /api/v1/{document_id}/acl
`services/rag-service/src/api/v1/routes/documents.py` declares `PATCH /api/v1/{document_id}/acl` 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 documentin…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PATCH /api/v1/{user_id}
`services/api-gateway/src/api/v1/routes/users.py` declares `PATCH /api/v1/{user_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: POST /api/v1/
`services/api-gateway/src/api/v1/routes/kbs.py` declares `POST /api/v1/` 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/v1/bulk
`services/rag-service/src/api/v1/routes/documents.py` declares `POST /api/v1/bulk` 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: POST /api/v1/documents
`services/api-gateway/src/api/v1/routes/rag.py` declares `POST /api/v1/documents` 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: POST /api/v1/documents/bulk
`services/api-gateway/src/api/v1/routes/rag.py` declares `POST /api/v1/documents/bulk` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/v1/generate
`services/llm-service/src/main.py` declares `POST /api/v1/generate` 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/v1/rag/chat
`services/api-gateway/src/api/v1/routes/rag.py` declares `POST /api/v1/rag/chat` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/v1/reboot
`services/api-gateway/src/api/v1/routes/system.py` declares `POST /api/v1/reboot` 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: POST /api/v1/restart-services
`services/api-gateway/src/api/v1/routes/system.py` declares `POST /api/v1/restart-services` 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 /api/v1/settings/smtp/test
`services/api-gateway/src/api/v1/routes/settings_routes.py` declares `POST /api/v1/settings/smtp/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 docu…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/v1/shutdown
`services/api-gateway/src/api/v1/routes/system.py` declares `POST /api/v1/shutdown` 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: POST /api/v1/{draft_id}/transition
`services/content-service/src/api/v1/routes/drafts.py` declares `POST /api/v1/{draft_id}/transition` 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 docume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/v1/{user_id}/reset-password
`services/api-gateway/src/api/v1/routes/users.py` declares `POST /api/v1/{user_id}/reset-password` 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 /api/v1/models/{model_id}
`services/api-gateway/src/api/v1/routes/models.py` declares `PUT /api/v1/models/{model_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…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /api/v1/settings/apikeys
`services/api-gateway/src/api/v1/routes/settings_routes.py` declares `PUT /api/v1/settings/apikeys` 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 documen…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /api/v1/settings/hostname
`services/api-gateway/src/api/v1/routes/settings_routes.py` declares `PUT /api/v1/settings/hostname` 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 docume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /api/v1/settings/smtp
`services/api-gateway/src/api/v1/routes/settings_routes.py` declares `PUT /api/v1/settings/smtp` 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 documentin…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /api/v1/users/{user_id}/models
`services/api-gateway/src/api/v1/routes/models.py` declares `PUT /api/v1/users/{user_id}/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 documentin…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /api/v1/{draft_id}
`services/content-service/src/api/v1/routes/drafts.py` declares `PUT /api/v1/{draft_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 co…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /api/v1/{kb_id}
`services/api-gateway/src/api/v1/routes/kbs.py` declares `PUT /api/v1/{kb_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: PUT /api/v1/{kb_id}/acl
`services/api-gateway/src/api/v1/routes/kbs.py` declares `PUT /api/v1/{kb_id}/acl` 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: PUT /api/v1/{user_id}/roles
`services/api-gateway/src/api/v1/routes/users.py` declares `PUT /api/v1/{user_id}/roles` 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
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/e404d276-d57c-4794-8cbc-737d406ae4aa/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/e404d276-d57c-4794-8cbc-737d406ae4aa/

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.