{"version": "2.1.0", "$schema": "https://json.schemastore.org/sarif-2.1.0.json", "runs": [{"tool": {"driver": {"name": "Repobility", "informationUri": "https://repobility.com", "rules": [{"id": "scanner-d03874b598dbb64f", "name": "Possibly dead Python function: find_paragraph_by_stvzo_ref", "shortDescription": {"text": "Possibly dead Python function: find_paragraph_by_stvzo_ref"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-60984200b887c683", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/components/CaseSelector.tsx:107", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/components/CaseSelector.tsx:107"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-5d7e4371fa32d5b5", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/components/DocumentViewer.tsx:70", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/components/DocumentViewer.tsx:70"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-2b2c2ee344129490", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/components/PdfHijackViewer.tsx:71", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/components/PdfHijackViewer.tsx:71"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-d45a39e55e1236cf", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/components/ExpertNachpruefung.tsx:43", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/components/ExpertNachpruefung.tsx:43"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e0556775e034abe1", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/app/page.tsx:263", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/app/page.tsx:263"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "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."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 61 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: ci, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-3be560b07dd207d3", "name": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/lib/api.ts:18", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/lib/api.ts:18"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8cf21f17a9ffa126", "name": "Legacy-named symbol `model_copy` in api/services/reference_documents.py:77", "shortDescription": {"text": "Legacy-named symbol `model_copy` in api/services/reference_documents.py:77"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2eafc3188c36bb02", "name": "3 env vars used in code but missing from .env.example", "shortDescription": {"text": "3 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `AUTOCOMPLY_API_URL`, `NEXT_PUBLIC_API_URL`, `OPENAI_BASE_URL`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-2c04133e54348533", "name": "Near-duplicate function bodies in 2 places", "shortDescription": {"text": "Near-duplicate function bodies in 2 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\napi/engine/rules.py:verify_level1_stvzo, api/engine/rules.py:verify_level3_lived_practice\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-0a219f235d33b6b6", "name": "FastAPI POST `analyze_gutachten` without auth dependency \u2014 api/main.py:135", "shortDescription": {"text": "FastAPI POST `analyze_gutachten` without auth dependency \u2014 api/main.py:135"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-a59f568149b4f8df", "name": "FastAPI POST `analyze_with_checklist` without auth dependency \u2014 api/main.py:144", "shortDescription": {"text": "FastAPI POST `analyze_with_checklist` without auth dependency \u2014 api/main.py:144"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-47b1e14c5c440738", "name": "FastAPI POST `analyze_corpus_case` without auth dependency \u2014 api/main.py:173", "shortDescription": {"text": "FastAPI POST `analyze_corpus_case` without auth dependency \u2014 api/main.py:173"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-dafb42136f89ab34", "name": "FastAPI POST `analyze_corpus_case_full` without auth dependency \u2014 api/main.py:184", "shortDescription": {"text": "FastAPI POST `analyze_corpus_case_full` without auth dependency \u2014 api/main.py:184"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-dcaae642945a4096", "name": "FastAPI POST `evaluate_corpus` without auth dependency \u2014 api/main.py:193", "shortDescription": {"text": "FastAPI POST `evaluate_corpus` without auth dependency \u2014 api/main.py:193"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-18f5eebb8705657c", "name": "FastAPI POST `calibrate_against_solution_key` without auth dependency \u2014 api/main.py:199", "shortDescription": {"text": "FastAPI POST `calibrate_against_solution_key` without auth dependency \u2014 api/main.py:199"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-221b2577fddff055", "name": "FastAPI POST `rebuild_learning_model` without auth dependency \u2014 api/main.py:216", "shortDescription": {"text": "FastAPI POST `rebuild_learning_model` without auth dependency \u2014 api/main.py:216"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-d459824023135eb5", "name": "FastAPI POST `bootstrap_learning_from_hackathon` without auth dependency \u2014 api/main.py:224", "shortDescription": {"text": "FastAPI POST `bootstrap_learning_from_hackathon` without auth dependency \u2014 api/main.py:224"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-509d8be0d6136da7", "name": "FastAPI POST `submit_expert_review` without auth dependency \u2014 api/main.py:253", "shortDescription": {"text": "FastAPI POST `submit_expert_review` without auth dependency \u2014 api/main.py:253"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-8e607d4f8f903d85", "name": "FastAPI DELETE `remove_expert_knowledge` without auth dependency \u2014 api/main.py:284", "shortDescription": {"text": "FastAPI DELETE `remove_expert_knowledge` without auth dependency \u2014 api/main.py:284"}, "fullDescription": {"text": "`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-f23161b7f6af6abd", "name": "FastAPI POST `expert_nachpruefung` without auth dependency \u2014 api/main.py:300", "shortDescription": {"text": "FastAPI POST `expert_nachpruefung` without auth dependency \u2014 api/main.py:300"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-85eb4a9dd39aec13", "name": "FastAPI POST `extract_merkblatt_sections` without auth dependency \u2014 api/main.py:321", "shortDescription": {"text": "FastAPI POST `extract_merkblatt_sections` without auth dependency \u2014 api/main.py:321"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-fb2831be18f6e1c2", "name": "FastAPI POST `upload_gutachten_pdf` without auth dependency \u2014 api/main.py:329", "shortDescription": {"text": "FastAPI POST `upload_gutachten_pdf` without auth dependency \u2014 api/main.py:329"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-4756b4c4da7d2088", "name": "Unused endpoint: GET /api/health", "shortDescription": {"text": "Unused endpoint: GET /api/health"}, "fullDescription": {"text": "`api/main.py` declares `GET /api/health` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-80da7ef1e7781d8b", "name": "Unused endpoint: GET /api/uploads/{upload_id}/checklist", "shortDescription": {"text": "Unused endpoint: GET /api/uploads/{upload_id}/checklist"}, "fullDescription": {"text": "`api/main.py` declares `GET /api/uploads/{upload_id}/checklist` 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 \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-54bf0075b63722c4", "name": "Unused endpoint: GET /api/cases", "shortDescription": {"text": "Unused endpoint: GET /api/cases"}, "fullDescription": {"text": "`api/main.py` declares `GET /api/cases` 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 \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6c1bf1084581c95d", "name": "Unused endpoint: GET /api/cases/{case_id}", "shortDescription": {"text": "Unused endpoint: GET /api/cases/{case_id}"}, "fullDescription": {"text": "`api/main.py` declares `GET /api/cases/{case_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 \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-856bf28e93f65b4b", "name": "Unused endpoint: GET /api/cases/{case_id}/document", "shortDescription": {"text": "Unused endpoint: GET /api/cases/{case_id}/document"}, "fullDescription": {"text": "`api/main.py` declares `GET /api/cases/{case_id}/document` 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 \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d7e90783dee3618a", "name": "Unused endpoint: POST /api/analyze", "shortDescription": {"text": "Unused endpoint: POST /api/analyze"}, "fullDescription": {"text": "`api/main.py` declares `POST /api/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 \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9b3467ffe615b2a9", "name": "Unused endpoint: POST /api/checklist/analyze", "shortDescription": {"text": "Unused endpoint: POST /api/checklist/analyze"}, "fullDescription": {"text": "`api/main.py` declares `POST /api/checklist/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 \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-964f083861b786b3", "name": "Unused endpoint: GET /api/corpus", "shortDescription": {"text": "Unused endpoint: GET /api/corpus"}, "fullDescription": {"text": "`api/main.py` declares `GET /api/corpus` 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 \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-039c44f782556510", "name": "Unused endpoint: POST /api/corpus/{case_id}/analyze", "shortDescription": {"text": "Unused endpoint: POST /api/corpus/{case_id}/analyze"}, "fullDescription": {"text": "`api/main.py` declares `POST /api/corpus/{case_id}/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 \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-71803ad58e9dc0ff", "name": "Unused endpoint: POST /api/corpus/{case_id}/analyze-full", "shortDescription": {"text": "Unused endpoint: POST /api/corpus/{case_id}/analyze-full"}, "fullDescription": {"text": "`api/main.py` declares `POST /api/corpus/{case_id}/analyze-full` 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 \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9f6f1059b838f99b", "name": "Unused endpoint: POST /api/evaluate-corpus", "shortDescription": {"text": "Unused endpoint: POST /api/evaluate-corpus"}, "fullDescription": {"text": "`api/main.py` declares `POST /api/evaluate-corpus` 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 \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f67e70e423f40f22", "name": "Unused endpoint: POST /api/calibrate", "shortDescription": {"text": "Unused endpoint: POST /api/calibrate"}, "fullDescription": {"text": "`api/main.py` declares `POST /api/calibrate` 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 \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-bdfcd57aad627517", "name": "Unused endpoint: GET /api/learn/status", "shortDescription": {"text": "Unused endpoint: GET /api/learn/status"}, "fullDescription": {"text": "`api/main.py` declares `GET /api/learn/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 \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-709614d31f43ef74", "name": "Unused endpoint: POST /api/learn/rebuild", "shortDescription": {"text": "Unused endpoint: POST /api/learn/rebuild"}, "fullDescription": {"text": "`api/main.py` declares `POST /api/learn/rebuild` 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 \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-48bb0cffd2eb165f", "name": "Unused endpoint: POST /api/learn/bootstrap", "shortDescription": {"text": "Unused endpoint: POST /api/learn/bootstrap"}, "fullDescription": {"text": "`api/main.py` declares `POST /api/learn/bootstrap` 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 \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-42309c8c4006b9b5", "name": "Unused endpoint: GET /api/reference/regulatory/mbl751.pdf", "shortDescription": {"text": "Unused endpoint: GET /api/reference/regulatory/mbl751.pdf"}, "fullDescription": {"text": "`api/main.py` declares `GET /api/reference/regulatory/mbl751.pdf` 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 \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6315153a8b92befe", "name": "Unused endpoint: POST /api/expert-review", "shortDescription": {"text": "Unused endpoint: POST /api/expert-review"}, "fullDescription": {"text": "`api/main.py` declares `POST /api/expert-review` 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 \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-72841a5cdf783a62", "name": "Unused endpoint: GET /api/expert-knowledge", "shortDescription": {"text": "Unused endpoint: GET /api/expert-knowledge"}, "fullDescription": {"text": "`api/main.py` declares `GET /api/expert-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 \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c70cc6057b1f637b", "name": "Unused endpoint: DELETE /api/expert-knowledge/{entry_id}", "shortDescription": {"text": "Unused endpoint: DELETE /api/expert-knowledge/{entry_id}"}, "fullDescription": {"text": "`api/main.py` declares `DELETE /api/expert-knowledge/{entry_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 \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-721f8a7dc91b45a0", "name": "Unused endpoint: GET /api/expert/procedures/{check_id}", "shortDescription": {"text": "Unused endpoint: GET /api/expert/procedures/{check_id}"}, "fullDescription": {"text": "`api/main.py` declares `GET /api/expert/procedures/{check_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 \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8481c1c8443ca5b4", "name": "Unused endpoint: POST /api/expert/nachpruefung/{upload_id}", "shortDescription": {"text": "Unused endpoint: POST /api/expert/nachpruefung/{upload_id}"}, "fullDescription": {"text": "`api/main.py` declares `POST /api/expert/nachpruefung/{upload_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 \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-dcc4f3d76b721b46", "name": "Unused endpoint: POST /api/expert/merkblatt/extract", "shortDescription": {"text": "Unused endpoint: POST /api/expert/merkblatt/extract"}, "fullDescription": {"text": "`api/main.py` declares `POST /api/expert/merkblatt/extract` 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 \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-536fc60d1287e634", "name": "Unused endpoint: POST /api/upload", "shortDescription": {"text": "Unused endpoint: POST /api/upload"}, "fullDescription": {"text": "`api/main.py` declares `POST /api/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 \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/22205"}, "properties": {"repository": "victortipkemper/Hack-Nation_QX", "repoUrl": "https://github.com/victortipkemper/Hack-Nation_QX", "branch": "main"}, "results": [{"ruleId": "scanner-d03874b598dbb64f", "level": "note", "message": {"text": "Possibly dead Python function: find_paragraph_by_stvzo_ref"}, "properties": {"repobilityId": "09d8f4263d6e47be", "scanner": "scanner-primary", "fingerprint": "d03874b598dbb64f", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "api/services/pdf_blocks.py:215"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-60984200b887c683", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/components/CaseSelector.tsx:107"}, "properties": {"repobilityId": "dbb5408e753b9a94", "scanner": "scanner-primary", "fingerprint": "60984200b887c683", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-5d7e4371fa32d5b5", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/components/DocumentViewer.tsx:70"}, "properties": {"repobilityId": "c1a5e9ea1cc73988", "scanner": "scanner-primary", "fingerprint": "5d7e4371fa32d5b5", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-2b2c2ee344129490", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/components/PdfHijackViewer.tsx:71"}, "properties": {"repobilityId": "9867bcb1c02dd484", "scanner": "scanner-primary", "fingerprint": "2b2c2ee344129490", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-d45a39e55e1236cf", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/components/ExpertNachpruefung.tsx:43"}, "properties": {"repobilityId": "1c5cfe075e784eb0", "scanner": "scanner-primary", "fingerprint": "d45a39e55e1236cf", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-e0556775e034abe1", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/app/page.tsx:263"}, "properties": {"repobilityId": "d6399cfd43dfe522", "scanner": "scanner-primary", "fingerprint": "e0556775e034abe1", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "19397b21bb9684cd", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "0858cb6e675992a3", "scanner": "scanner-primary", "fingerprint": "ea8f3013f588db25", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-8424db9c75e04ba4", "level": "none", "message": {"text": "Very short observed git history"}, "properties": {"repobilityId": "df94e0e1da55ceb3", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-3be560b07dd207d3", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/lib/api.ts:18"}, "properties": {"repobilityId": "75260ec3e8896bf4", "scanner": "scanner-primary", "fingerprint": "3be560b07dd207d3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-8cf21f17a9ffa126", "level": "note", "message": {"text": "Legacy-named symbol `model_copy` in api/services/reference_documents.py:77"}, "properties": {"repobilityId": "cc04f9334650f241", "scanner": "scanner-primary", "fingerprint": "8cf21f17a9ffa126", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-2eafc3188c36bb02", "level": "none", "message": {"text": "3 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "bd934ba112b02ffa", "scanner": "scanner-primary", "fingerprint": "2eafc3188c36bb02", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "5d3a24360c181ea0", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-0a219f235d33b6b6", "level": "error", "message": {"text": "FastAPI POST `analyze_gutachten` without auth dependency \u2014 api/main.py:135"}, "properties": {"repobilityId": "8b7eaf9f44a51036", "scanner": "scanner-primary", "fingerprint": "0a219f235d33b6b6", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "api/main.py"}, "region": {"startLine": 135}}}]}, {"ruleId": "scanner-a59f568149b4f8df", "level": "error", "message": {"text": "FastAPI POST `analyze_with_checklist` without auth dependency \u2014 api/main.py:144"}, "properties": {"repobilityId": "ad6417544ee289c6", "scanner": "scanner-primary", "fingerprint": "a59f568149b4f8df", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "api/main.py"}, "region": {"startLine": 144}}}]}, {"ruleId": "scanner-47b1e14c5c440738", "level": "error", "message": {"text": "FastAPI POST `analyze_corpus_case` without auth dependency \u2014 api/main.py:173"}, "properties": {"repobilityId": "3a0d55fa96b0ba35", "scanner": "scanner-primary", "fingerprint": "47b1e14c5c440738", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "api/main.py"}, "region": {"startLine": 173}}}]}, {"ruleId": "scanner-dafb42136f89ab34", "level": "error", "message": {"text": "FastAPI POST `analyze_corpus_case_full` without auth dependency \u2014 api/main.py:184"}, "properties": {"repobilityId": "0d4d62bcd381a155", "scanner": "scanner-primary", "fingerprint": "dafb42136f89ab34", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "api/main.py"}, "region": {"startLine": 184}}}]}, {"ruleId": "scanner-dcaae642945a4096", "level": "error", "message": {"text": "FastAPI POST `evaluate_corpus` without auth dependency \u2014 api/main.py:193"}, "properties": {"repobilityId": "592c1e10d868f30d", "scanner": "scanner-primary", "fingerprint": "dcaae642945a4096", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "api/main.py"}, "region": {"startLine": 193}}}]}, {"ruleId": "scanner-18f5eebb8705657c", "level": "error", "message": {"text": "FastAPI POST `calibrate_against_solution_key` without auth dependency \u2014 api/main.py:199"}, "properties": {"repobilityId": "628c0f9af172d579", "scanner": "scanner-primary", "fingerprint": "18f5eebb8705657c", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "api/main.py"}, "region": {"startLine": 199}}}]}, {"ruleId": "scanner-221b2577fddff055", "level": "error", "message": {"text": "FastAPI POST `rebuild_learning_model` without auth dependency \u2014 api/main.py:216"}, "properties": {"repobilityId": "4c189b89a273f9a4", "scanner": "scanner-primary", "fingerprint": "221b2577fddff055", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "api/main.py"}, "region": {"startLine": 216}}}]}, {"ruleId": "scanner-d459824023135eb5", "level": "error", "message": {"text": "FastAPI POST `bootstrap_learning_from_hackathon` without auth dependency \u2014 api/main.py:224"}, "properties": {"repobilityId": "4e3338db6030c66d", "scanner": "scanner-primary", "fingerprint": "d459824023135eb5", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "api/main.py"}, "region": {"startLine": 224}}}]}, {"ruleId": "scanner-509d8be0d6136da7", "level": "error", "message": {"text": "FastAPI POST `submit_expert_review` without auth dependency \u2014 api/main.py:253"}, "properties": {"repobilityId": "b67d1948bb3e1e5e", "scanner": "scanner-primary", "fingerprint": "509d8be0d6136da7", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "api/main.py"}, "region": {"startLine": 253}}}]}, {"ruleId": "scanner-8e607d4f8f903d85", "level": "error", "message": {"text": "FastAPI DELETE `remove_expert_knowledge` without auth dependency \u2014 api/main.py:284"}, "properties": {"repobilityId": "d0b3051a2a48ec82", "scanner": "scanner-primary", "fingerprint": "8e607d4f8f903d85", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "api/main.py"}, "region": {"startLine": 284}}}]}, {"ruleId": "scanner-f23161b7f6af6abd", "level": "error", "message": {"text": "FastAPI POST `expert_nachpruefung` without auth dependency \u2014 api/main.py:300"}, "properties": {"repobilityId": "d51e788341d67f8d", "scanner": "scanner-primary", "fingerprint": "f23161b7f6af6abd", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "api/main.py"}, "region": {"startLine": 300}}}]}, {"ruleId": "scanner-85eb4a9dd39aec13", "level": "error", "message": {"text": "FastAPI POST `extract_merkblatt_sections` without auth dependency \u2014 api/main.py:321"}, "properties": {"repobilityId": "03a29e0fd788a657", "scanner": "scanner-primary", "fingerprint": "85eb4a9dd39aec13", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "api/main.py"}, "region": {"startLine": 321}}}]}, {"ruleId": "scanner-fb2831be18f6e1c2", "level": "error", "message": {"text": "FastAPI POST `upload_gutachten_pdf` without auth dependency \u2014 api/main.py:329"}, "properties": {"repobilityId": "af4ee8a6f0966bd8", "scanner": "scanner-primary", "fingerprint": "fb2831be18f6e1c2", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "api/main.py"}, "region": {"startLine": 329}}}]}, {"ruleId": "scanner-4756b4c4da7d2088", "level": "note", "message": {"text": "Unused endpoint: GET /api/health"}, "properties": {"repobilityId": "0d164cc624e7b19a", "scanner": "scanner-primary", "fingerprint": "4756b4c4da7d2088", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-80da7ef1e7781d8b", "level": "note", "message": {"text": "Unused endpoint: GET /api/uploads/{upload_id}/checklist"}, "properties": {"repobilityId": "55ae016b2597c087", "scanner": "scanner-primary", "fingerprint": "80da7ef1e7781d8b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-54bf0075b63722c4", "level": "note", "message": {"text": "Unused endpoint: GET /api/cases"}, "properties": {"repobilityId": "c8b896f66bbde35a", "scanner": "scanner-primary", "fingerprint": "54bf0075b63722c4", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6c1bf1084581c95d", "level": "note", "message": {"text": "Unused endpoint: GET /api/cases/{case_id}"}, "properties": {"repobilityId": "7768e137481b0a87", "scanner": "scanner-primary", "fingerprint": "6c1bf1084581c95d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-856bf28e93f65b4b", "level": "note", "message": {"text": "Unused endpoint: GET /api/cases/{case_id}/document"}, "properties": {"repobilityId": "b0cebb88ec625b9e", "scanner": "scanner-primary", "fingerprint": "856bf28e93f65b4b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d7e90783dee3618a", "level": "note", "message": {"text": "Unused endpoint: POST /api/analyze"}, "properties": {"repobilityId": "48f76a3eeb1b77ed", "scanner": "scanner-primary", "fingerprint": "d7e90783dee3618a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9b3467ffe615b2a9", "level": "note", "message": {"text": "Unused endpoint: POST /api/checklist/analyze"}, "properties": {"repobilityId": "1b9e843c68cf15f6", "scanner": "scanner-primary", "fingerprint": "9b3467ffe615b2a9", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-964f083861b786b3", "level": "note", "message": {"text": "Unused endpoint: GET /api/corpus"}, "properties": {"repobilityId": "9828ed891ac247d1", "scanner": "scanner-primary", "fingerprint": "964f083861b786b3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-039c44f782556510", "level": "note", "message": {"text": "Unused endpoint: POST /api/corpus/{case_id}/analyze"}, "properties": {"repobilityId": "f251cd2cef1b2a68", "scanner": "scanner-primary", "fingerprint": "039c44f782556510", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-71803ad58e9dc0ff", "level": "note", "message": {"text": "Unused endpoint: POST /api/corpus/{case_id}/analyze-full"}, "properties": {"repobilityId": "5352b6634eabdd3b", "scanner": "scanner-primary", "fingerprint": "71803ad58e9dc0ff", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9f6f1059b838f99b", "level": "note", "message": {"text": "Unused endpoint: POST /api/evaluate-corpus"}, "properties": {"repobilityId": "d659bd44ddff72cd", "scanner": "scanner-primary", "fingerprint": "9f6f1059b838f99b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f67e70e423f40f22", "level": "note", "message": {"text": "Unused endpoint: POST /api/calibrate"}, "properties": {"repobilityId": "42dfad3af30c1c1d", "scanner": "scanner-primary", "fingerprint": "f67e70e423f40f22", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-bdfcd57aad627517", "level": "note", "message": {"text": "Unused endpoint: GET /api/learn/status"}, "properties": {"repobilityId": "4d67ed62c399c1f5", "scanner": "scanner-primary", "fingerprint": "bdfcd57aad627517", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-709614d31f43ef74", "level": "note", "message": {"text": "Unused endpoint: POST /api/learn/rebuild"}, "properties": {"repobilityId": "fe6e9019955f0cd0", "scanner": "scanner-primary", "fingerprint": "709614d31f43ef74", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-48bb0cffd2eb165f", "level": "note", "message": {"text": "Unused endpoint: POST /api/learn/bootstrap"}, "properties": {"repobilityId": "2ed7114ab9a4de46", "scanner": "scanner-primary", "fingerprint": "48bb0cffd2eb165f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-42309c8c4006b9b5", "level": "note", "message": {"text": "Unused endpoint: GET /api/reference/regulatory/mbl751.pdf"}, "properties": {"repobilityId": "d602112e73765478", "scanner": "scanner-primary", "fingerprint": "42309c8c4006b9b5", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6315153a8b92befe", "level": "note", "message": {"text": "Unused endpoint: POST /api/expert-review"}, "properties": {"repobilityId": "5c3ee5bec96f4361", "scanner": "scanner-primary", "fingerprint": "6315153a8b92befe", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-72841a5cdf783a62", "level": "note", "message": {"text": "Unused endpoint: GET /api/expert-knowledge"}, "properties": {"repobilityId": "8a45a8494cab99d2", "scanner": "scanner-primary", "fingerprint": "72841a5cdf783a62", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c70cc6057b1f637b", "level": "note", "message": {"text": "Unused endpoint: DELETE /api/expert-knowledge/{entry_id}"}, "properties": {"repobilityId": "b1fd4a3d795f2ff0", "scanner": "scanner-primary", "fingerprint": "c70cc6057b1f637b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-721f8a7dc91b45a0", "level": "note", "message": {"text": "Unused endpoint: GET /api/expert/procedures/{check_id}"}, "properties": {"repobilityId": "195260618e5b4d7a", "scanner": "scanner-primary", "fingerprint": "721f8a7dc91b45a0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8481c1c8443ca5b4", "level": "note", "message": {"text": "Unused endpoint: POST /api/expert/nachpruefung/{upload_id}"}, "properties": {"repobilityId": "db191f97117b7fdd", "scanner": "scanner-primary", "fingerprint": "8481c1c8443ca5b4", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-dcc4f3d76b721b46", "level": "note", "message": {"text": "Unused endpoint: POST /api/expert/merkblatt/extract"}, "properties": {"repobilityId": "7a138d6e751857f5", "scanner": "scanner-primary", "fingerprint": "dcc4f3d76b721b46", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-536fc60d1287e634", "level": "note", "message": {"text": "Unused endpoint: POST /api/upload"}, "properties": {"repobilityId": "94e4ad955c19fab5", "scanner": "scanner-primary", "fingerprint": "536fc60d1287e634", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}