{"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-b80d345ad3f42bf1", "name": "Privileged port 2 in use", "shortDescription": {"text": "Privileged port 2 in use"}, "fullDescription": {"text": "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."}, "properties": {"scanner": "scanner-primary", "layer": "network", "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": "1 test file(s) for 21 source file(s) (ratio 0.05). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 12 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 16 placeholder/mock markers across 6 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "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."}, "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: license, ci. 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-278eb26dab19f8f4", "name": "`fetch()` without try/.catch or AbortSignal \u2014 auc/frontend/src/api.js:127", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 auc/frontend/src/api.js:127"}, "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-c7309566d162164b", "name": "Legacy-named symbol `run_scheduled_backup` in auc/backend/backup.py:82", "shortDescription": {"text": "Legacy-named symbol `run_scheduled_backup` in auc/backend/backup.py:82"}, "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-59630e31d4546a26", "name": "Legacy-named symbol `download_backup` in auc/backend/app.py:466", "shortDescription": {"text": "Legacy-named symbol `download_backup` in auc/backend/app.py:466"}, "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-f005f4bc2030f52d", "name": "Frontend route `/residents/:id` has no Link/navigate to it \u2014 auc/frontend/src/App.jsx", "shortDescription": {"text": "Frontend route `/residents/:id` has no Link/navigate to it \u2014 auc/frontend/src/App.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-60059900f2dac3a1", "name": "FastAPI POST `setup_password` without auth dependency \u2014 auc/backend/auth.py:215", "shortDescription": {"text": "FastAPI POST `setup_password` without auth dependency \u2014 auc/backend/auth.py:215"}, "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-faadb52b52421cf7", "name": "FastAPI POST `recover_password` without auth dependency \u2014 auc/backend/auth.py:253", "shortDescription": {"text": "FastAPI POST `recover_password` without auth dependency \u2014 auc/backend/auth.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-dba117629fbe6558", "name": "FastAPI POST `change_password` without auth dependency \u2014 auc/backend/auth.py:274", "shortDescription": {"text": "FastAPI POST `change_password` without auth dependency \u2014 auc/backend/auth.py:274"}, "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-ce38d89abd070dbd", "name": "FastAPI POST `create_resident` without auth dependency \u2014 auc/backend/app.py:315", "shortDescription": {"text": "FastAPI POST `create_resident` without auth dependency \u2014 auc/backend/app.py:315"}, "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-4faa5bebce5cc50c", "name": "FastAPI POST `bulk_import_residents` without auth dependency \u2014 auc/backend/app.py:328", "shortDescription": {"text": "FastAPI POST `bulk_import_residents` without auth dependency \u2014 auc/backend/app.py:328"}, "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-d9ec3ee54557e67d", "name": "FastAPI PUT `update_resident` without auth dependency \u2014 auc/backend/app.py:360", "shortDescription": {"text": "FastAPI PUT `update_resident` without auth dependency \u2014 auc/backend/app.py:360"}, "fullDescription": {"text": "`@router.put` 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-a4d732aab89bd512", "name": "FastAPI DELETE `delete_resident` without auth dependency \u2014 auc/backend/app.py:380", "shortDescription": {"text": "FastAPI DELETE `delete_resident` without auth dependency \u2014 auc/backend/app.py:380"}, "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-ca53d8dea69efbae", "name": "FastAPI POST `upload_photo` without auth dependency \u2014 auc/backend/app.py:404", "shortDescription": {"text": "FastAPI POST `upload_photo` without auth dependency \u2014 auc/backend/app.py:404"}, "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-0b329100e0d7605e", "name": "FastAPI POST `create_note` without auth dependency \u2014 auc/backend/app.py:520", "shortDescription": {"text": "FastAPI POST `create_note` without auth dependency \u2014 auc/backend/app.py:520"}, "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-d1b93dbe53cd5d94", "name": "FastAPI PUT `update_note` without auth dependency \u2014 auc/backend/app.py:532", "shortDescription": {"text": "FastAPI PUT `update_note` without auth dependency \u2014 auc/backend/app.py:532"}, "fullDescription": {"text": "`@router.put` 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-9242d9852450d952", "name": "FastAPI DELETE `delete_note` without auth dependency \u2014 auc/backend/app.py:547", "shortDescription": {"text": "FastAPI DELETE `delete_note` without auth dependency \u2014 auc/backend/app.py:547"}, "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-75d3a7ff2fc7ed80", "name": "FastAPI POST `create_followup` without auth dependency \u2014 auc/backend/app.py:588", "shortDescription": {"text": "FastAPI POST `create_followup` without auth dependency \u2014 auc/backend/app.py:588"}, "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-e22b1b70ba7983ad", "name": "FastAPI PUT `resolve_followup` without auth dependency \u2014 auc/backend/app.py:600", "shortDescription": {"text": "FastAPI PUT `resolve_followup` without auth dependency \u2014 auc/backend/app.py:600"}, "fullDescription": {"text": "`@router.put` 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-2d8bf071be9ee5a5", "name": "FastAPI PUT `unresolve_followup` without auth dependency \u2014 auc/backend/app.py:609", "shortDescription": {"text": "FastAPI PUT `unresolve_followup` without auth dependency \u2014 auc/backend/app.py:609"}, "fullDescription": {"text": "`@router.put` 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-fc363ea2b89b7aa3", "name": "FastAPI DELETE `delete_followup` without auth dependency \u2014 auc/backend/app.py:618", "shortDescription": {"text": "FastAPI DELETE `delete_followup` without auth dependency \u2014 auc/backend/app.py:618"}, "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-81cd578b7189a675", "name": "FastAPI POST `generate_summary` without auth dependency \u2014 auc/backend/app.py:652", "shortDescription": {"text": "FastAPI POST `generate_summary` without auth dependency \u2014 auc/backend/app.py:652"}, "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-7aef351d5dd7bdf7", "name": "FastAPI PUT `approve_summary` without auth dependency \u2014 auc/backend/app.py:788", "shortDescription": {"text": "FastAPI PUT `approve_summary` without auth dependency \u2014 auc/backend/app.py:788"}, "fullDescription": {"text": "`@router.put` 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-4f15bb39c40da0f0", "name": "FastAPI DELETE `delete_summary` without auth dependency \u2014 auc/backend/app.py:799", "shortDescription": {"text": "FastAPI DELETE `delete_summary` without auth dependency \u2014 auc/backend/app.py:799"}, "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-0b85ddd41c14924a", "name": "FastAPI POST `parse_medhub_csv` without auth dependency \u2014 auc/backend/app.py:843", "shortDescription": {"text": "FastAPI POST `parse_medhub_csv` without auth dependency \u2014 auc/backend/app.py:843"}, "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-83e69f899d47a1dd", "name": "FastAPI POST `import_medhub_csv` without auth dependency \u2014 auc/backend/app.py:874", "shortDescription": {"text": "FastAPI POST `import_medhub_csv` without auth dependency \u2014 auc/backend/app.py:874"}, "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-5418413f633dd31e", "name": "FastAPI POST `sync_medhub_api` without auth dependency \u2014 auc/backend/app.py:944", "shortDescription": {"text": "FastAPI POST `sync_medhub_api` without auth dependency \u2014 auc/backend/app.py:944"}, "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-ba2617939c462918", "name": "FastAPI POST `create_snapshot` without auth dependency \u2014 auc/backend/app.py:1015", "shortDescription": {"text": "FastAPI POST `create_snapshot` without auth dependency \u2014 auc/backend/app.py:1015"}, "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-5584faaf95102221", "name": "FastAPI POST `execute_advancement` without auth dependency \u2014 auc/backend/app.py:1023", "shortDescription": {"text": "FastAPI POST `execute_advancement` without auth dependency \u2014 auc/backend/app.py:1023"}, "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-3bc9b05640c100a5", "name": "FastAPI POST `restore_snapshot` without auth dependency \u2014 auc/backend/app.py:1069", "shortDescription": {"text": "FastAPI POST `restore_snapshot` without auth dependency \u2014 auc/backend/app.py:1069"}, "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-22b43d5cd6e08fdd", "name": "FastAPI POST `dismiss_snapshot` without auth dependency \u2014 auc/backend/app.py:1092", "shortDescription": {"text": "FastAPI POST `dismiss_snapshot` without auth dependency \u2014 auc/backend/app.py:1092"}, "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-b7784d200c8b4417", "name": "Dangling fetch: GET /auth/status (auc/frontend/src/api.js:25)", "shortDescription": {"text": "Dangling fetch: GET /auth/status (auc/frontend/src/api.js:25)"}, "fullDescription": {"text": "`auc/frontend/src/api.js:25` calls `GET /auth/status` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/auth/status`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-6de42a3cc0da475d", "name": "Dangling fetch: POST /auth/setup (auc/frontend/src/api.js:28)", "shortDescription": {"text": "Dangling fetch: POST /auth/setup (auc/frontend/src/api.js:28)"}, "fullDescription": {"text": "`auc/frontend/src/api.js:28` calls `POST /auth/setup` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/auth/setup`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-674cf5ad27f6e093", "name": "Dangling fetch: POST /auth/login (auc/frontend/src/api.js:31)", "shortDescription": {"text": "Dangling fetch: POST /auth/login (auc/frontend/src/api.js:31)"}, "fullDescription": {"text": "`auc/frontend/src/api.js:31` calls `POST /auth/login` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/auth/login`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-19b36aa25ec75556", "name": "Dangling fetch: POST /auth/logout (auc/frontend/src/api.js:33)", "shortDescription": {"text": "Dangling fetch: POST /auth/logout (auc/frontend/src/api.js:33)"}, "fullDescription": {"text": "`auc/frontend/src/api.js:33` calls `POST /auth/logout` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/auth/logout`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-fe45bb70992f1d5e", "name": "Dangling fetch: POST /auth/recover (auc/frontend/src/api.js:36)", "shortDescription": {"text": "Dangling fetch: POST /auth/recover (auc/frontend/src/api.js:36)"}, "fullDescription": {"text": "`auc/frontend/src/api.js:36` calls `POST /auth/recover` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/auth/recover`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-19bd6b7f020aae59", "name": "Dangling fetch: POST /auth/change-password (auc/frontend/src/api.js:42)", "shortDescription": {"text": "Dangling fetch: POST /auth/change-password (auc/frontend/src/api.js:42)"}, "fullDescription": {"text": "`auc/frontend/src/api.js:42` calls `POST /auth/change-password` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/auth/change-password`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-4254b0fa32996ee7", "name": "Dangling fetch: GET /residents/${residentId}/notes${q} (auc/frontend/src/api.js:89)", "shortDescription": {"text": "Dangling fetch: GET /residents/${residentId}/notes${q} (auc/frontend/src/api.js:89)"}, "fullDescription": {"text": "`auc/frontend/src/api.js:89` calls `GET /residents/${residentId}/notes${q}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/residents/<p>/notes/<p>`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-eb757797f6bd3444", "name": "Unused endpoint: POST /setup", "shortDescription": {"text": "Unused endpoint: POST /setup"}, "fullDescription": {"text": "`auc/backend/auth.py` declares `POST /setup` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-618721b912bad1c2", "name": "Unused endpoint: POST /login", "shortDescription": {"text": "Unused endpoint: POST /login"}, "fullDescription": {"text": "`auc/backend/auth.py` declares `POST /login` 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-99fc36db98c134ce", "name": "Unused endpoint: POST /logout", "shortDescription": {"text": "Unused endpoint: POST /logout"}, "fullDescription": {"text": "`auc/backend/auth.py` declares `POST /logout` 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-b7c15354d2cbd0b6", "name": "Unused endpoint: POST /recover", "shortDescription": {"text": "Unused endpoint: POST /recover"}, "fullDescription": {"text": "`auc/backend/auth.py` declares `POST /recover` 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-4fe9bb486644f008", "name": "Unused endpoint: POST /change-password", "shortDescription": {"text": "Unused endpoint: POST /change-password"}, "fullDescription": {"text": "`auc/backend/auth.py` declares `POST /change-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 \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-30c0fe22d0f7c152", "name": "Unused endpoint: POST /api/residents/{resident_id}/photo", "shortDescription": {"text": "Unused endpoint: POST /api/residents/{resident_id}/photo"}, "fullDescription": {"text": "`auc/backend/app.py` declares `POST /api/residents/{resident_id}/photo` 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-ace8fe811cde6c3b", "name": "Unused endpoint: GET /api/photos/{filename}", "shortDescription": {"text": "Unused endpoint: GET /api/photos/{filename}"}, "fullDescription": {"text": "`auc/backend/app.py` declares `GET /api/photos/{filename}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-bf6e0986788edfbc", "name": "Unused endpoint: GET /api/backup", "shortDescription": {"text": "Unused endpoint: GET /api/backup"}, "fullDescription": {"text": "`auc/backend/app.py` declares `GET /api/backup` 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-8ca7620d9f360dc7", "name": "Unused endpoint: GET /api/residents/{resident_id}/notes", "shortDescription": {"text": "Unused endpoint: GET /api/residents/{resident_id}/notes"}, "fullDescription": {"text": "`auc/backend/app.py` declares `GET /api/residents/{resident_id}/notes` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f917a856dec8ba91", "name": "Unused endpoint: POST /api/residents/{resident_id}/generate-summary", "shortDescription": {"text": "Unused endpoint: POST /api/residents/{resident_id}/generate-summary"}, "fullDescription": {"text": "`auc/backend/app.py` declares `POST /api/residents/{resident_id}/generate-summary` 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-1ee0d2be4bc33783", "name": "Unused endpoint: GET /api/residents/{resident_id}/summaries/{summary_id}/pdf", "shortDescription": {"text": "Unused endpoint: GET /api/residents/{resident_id}/summaries/{summary_id}/pdf"}, "fullDescription": {"text": "`auc/backend/app.py` declares `GET /api/residents/{resident_id}/summaries/{summary_id}/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-b0d21ab6b246f251", "name": "Unused endpoint: POST /api/medhub/parse-csv", "shortDescription": {"text": "Unused endpoint: POST /api/medhub/parse-csv"}, "fullDescription": {"text": "`auc/backend/app.py` declares `POST /api/medhub/parse-csv` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9004a93f78f4c196", "name": "Unused endpoint: POST /api/advancement/snapshot", "shortDescription": {"text": "Unused endpoint: POST /api/advancement/snapshot"}, "fullDescription": {"text": "`auc/backend/app.py` declares `POST /api/advancement/snapshot` 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-1b1d5926fda286fa", "name": "Unused endpoint: GET /{full_path:path}", "shortDescription": {"text": "Unused endpoint: GET /{full_path:path}"}, "fullDescription": {"text": "`auc/backend/app.py` declares `GET /{full_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 \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/18795"}, "properties": {"repository": "SaltShaker87/resident-evaluations-auc", "repoUrl": "https://github.com/SaltShaker87/resident-evaluations-auc", "branch": "main"}, "results": [{"ruleId": "scanner-b80d345ad3f42bf1", "level": "warning", "message": {"text": "Privileged port 2 in use"}, "properties": {"repobilityId": "755b04866010e843", "scanner": "scanner-primary", "fingerprint": "b80d345ad3f42bf1", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "auc/setup.sh"}, "region": {"startLine": 1}}}]}, {"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-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "7036d7e447fc7195", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "b6f44f737e522120", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "c44b8bc357f897c3", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "3271b7d2da7ce1fa", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "39a83cf8c7927f0c", "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": "b068a8b2c6dcdc8d", "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": "ed923bdde731b624", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-278eb26dab19f8f4", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 auc/frontend/src/api.js:127"}, "properties": {"repobilityId": "0db293d6d45e8f93", "scanner": "scanner-primary", "fingerprint": "278eb26dab19f8f4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c7309566d162164b", "level": "note", "message": {"text": "Legacy-named symbol `run_scheduled_backup` in auc/backend/backup.py:82"}, "properties": {"repobilityId": "964b72f3a711ab9a", "scanner": "scanner-primary", "fingerprint": "c7309566d162164b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-59630e31d4546a26", "level": "note", "message": {"text": "Legacy-named symbol `download_backup` in auc/backend/app.py:466"}, "properties": {"repobilityId": "802af92dd2631673", "scanner": "scanner-primary", "fingerprint": "59630e31d4546a26", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-f005f4bc2030f52d", "level": "warning", "message": {"text": "Frontend route `/residents/:id` has no Link/navigate to it \u2014 auc/frontend/src/App.jsx"}, "properties": {"repobilityId": "b34123b140dddcf6", "scanner": "scanner-primary", "fingerprint": "f005f4bc2030f52d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-60059900f2dac3a1", "level": "error", "message": {"text": "FastAPI POST `setup_password` without auth dependency \u2014 auc/backend/auth.py:215"}, "properties": {"repobilityId": "abb2e4734f0c1e55", "scanner": "scanner-primary", "fingerprint": "60059900f2dac3a1", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "auc/backend/auth.py"}, "region": {"startLine": 215}}}]}, {"ruleId": "scanner-faadb52b52421cf7", "level": "error", "message": {"text": "FastAPI POST `recover_password` without auth dependency \u2014 auc/backend/auth.py:253"}, "properties": {"repobilityId": "a1654effaac60fa9", "scanner": "scanner-primary", "fingerprint": "faadb52b52421cf7", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "auc/backend/auth.py"}, "region": {"startLine": 253}}}]}, {"ruleId": "scanner-dba117629fbe6558", "level": "error", "message": {"text": "FastAPI POST `change_password` without auth dependency \u2014 auc/backend/auth.py:274"}, "properties": {"repobilityId": "198b6148d2c8e19e", "scanner": "scanner-primary", "fingerprint": "dba117629fbe6558", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "auc/backend/auth.py"}, "region": {"startLine": 274}}}]}, {"ruleId": "scanner-ce38d89abd070dbd", "level": "error", "message": {"text": "FastAPI POST `create_resident` without auth dependency \u2014 auc/backend/app.py:315"}, "properties": {"repobilityId": "24a12a761e0145cb", "scanner": "scanner-primary", "fingerprint": "ce38d89abd070dbd", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "auc/backend/app.py"}, "region": {"startLine": 315}}}]}, {"ruleId": "scanner-4faa5bebce5cc50c", "level": "error", "message": {"text": "FastAPI POST `bulk_import_residents` without auth dependency \u2014 auc/backend/app.py:328"}, "properties": {"repobilityId": "aa055b62b3b82d8f", "scanner": "scanner-primary", "fingerprint": "4faa5bebce5cc50c", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "auc/backend/app.py"}, "region": {"startLine": 328}}}]}, {"ruleId": "scanner-d9ec3ee54557e67d", "level": "error", "message": {"text": "FastAPI PUT `update_resident` without auth dependency \u2014 auc/backend/app.py:360"}, "properties": {"repobilityId": "5612e9e8a9c946be", "scanner": "scanner-primary", "fingerprint": "d9ec3ee54557e67d", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "auc/backend/app.py"}, "region": {"startLine": 360}}}]}, {"ruleId": "scanner-a4d732aab89bd512", "level": "error", "message": {"text": "FastAPI DELETE `delete_resident` without auth dependency \u2014 auc/backend/app.py:380"}, "properties": {"repobilityId": "96f9b51ae7048900", "scanner": "scanner-primary", "fingerprint": "a4d732aab89bd512", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "auc/backend/app.py"}, "region": {"startLine": 380}}}]}, {"ruleId": "scanner-ca53d8dea69efbae", "level": "error", "message": {"text": "FastAPI POST `upload_photo` without auth dependency \u2014 auc/backend/app.py:404"}, "properties": {"repobilityId": "a3db16da307a22e7", "scanner": "scanner-primary", "fingerprint": "ca53d8dea69efbae", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "auc/backend/app.py"}, "region": {"startLine": 404}}}]}, {"ruleId": "scanner-0b329100e0d7605e", "level": "error", "message": {"text": "FastAPI POST `create_note` without auth dependency \u2014 auc/backend/app.py:520"}, "properties": {"repobilityId": "9ee752b78efbdcb0", "scanner": "scanner-primary", "fingerprint": "0b329100e0d7605e", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "auc/backend/app.py"}, "region": {"startLine": 520}}}]}, {"ruleId": "scanner-d1b93dbe53cd5d94", "level": "error", "message": {"text": "FastAPI PUT `update_note` without auth dependency \u2014 auc/backend/app.py:532"}, "properties": {"repobilityId": "220c2f0365180e87", "scanner": "scanner-primary", "fingerprint": "d1b93dbe53cd5d94", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "auc/backend/app.py"}, "region": {"startLine": 532}}}]}, {"ruleId": "scanner-9242d9852450d952", "level": "error", "message": {"text": "FastAPI DELETE `delete_note` without auth dependency \u2014 auc/backend/app.py:547"}, "properties": {"repobilityId": "005b088619e6d10a", "scanner": "scanner-primary", "fingerprint": "9242d9852450d952", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "auc/backend/app.py"}, "region": {"startLine": 547}}}]}, {"ruleId": "scanner-75d3a7ff2fc7ed80", "level": "error", "message": {"text": "FastAPI POST `create_followup` without auth dependency \u2014 auc/backend/app.py:588"}, "properties": {"repobilityId": "6310f7744b28558b", "scanner": "scanner-primary", "fingerprint": "75d3a7ff2fc7ed80", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "auc/backend/app.py"}, "region": {"startLine": 588}}}]}, {"ruleId": "scanner-e22b1b70ba7983ad", "level": "error", "message": {"text": "FastAPI PUT `resolve_followup` without auth dependency \u2014 auc/backend/app.py:600"}, "properties": {"repobilityId": "6f1911dea88e87b4", "scanner": "scanner-primary", "fingerprint": "e22b1b70ba7983ad", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "auc/backend/app.py"}, "region": {"startLine": 600}}}]}, {"ruleId": "scanner-2d8bf071be9ee5a5", "level": "error", "message": {"text": "FastAPI PUT `unresolve_followup` without auth dependency \u2014 auc/backend/app.py:609"}, "properties": {"repobilityId": "699e04a77415fe24", "scanner": "scanner-primary", "fingerprint": "2d8bf071be9ee5a5", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "auc/backend/app.py"}, "region": {"startLine": 609}}}]}, {"ruleId": "scanner-fc363ea2b89b7aa3", "level": "error", "message": {"text": "FastAPI DELETE `delete_followup` without auth dependency \u2014 auc/backend/app.py:618"}, "properties": {"repobilityId": "0619a3e6c695517b", "scanner": "scanner-primary", "fingerprint": "fc363ea2b89b7aa3", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "auc/backend/app.py"}, "region": {"startLine": 618}}}]}, {"ruleId": "scanner-81cd578b7189a675", "level": "error", "message": {"text": "FastAPI POST `generate_summary` without auth dependency \u2014 auc/backend/app.py:652"}, "properties": {"repobilityId": "41833eac0bd3233a", "scanner": "scanner-primary", "fingerprint": "81cd578b7189a675", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "auc/backend/app.py"}, "region": {"startLine": 652}}}]}, {"ruleId": "scanner-7aef351d5dd7bdf7", "level": "error", "message": {"text": "FastAPI PUT `approve_summary` without auth dependency \u2014 auc/backend/app.py:788"}, "properties": {"repobilityId": "e4cddc88c634379c", "scanner": "scanner-primary", "fingerprint": "7aef351d5dd7bdf7", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "auc/backend/app.py"}, "region": {"startLine": 788}}}]}, {"ruleId": "scanner-4f15bb39c40da0f0", "level": "error", "message": {"text": "FastAPI DELETE `delete_summary` without auth dependency \u2014 auc/backend/app.py:799"}, "properties": {"repobilityId": "79903ed943ee883f", "scanner": "scanner-primary", "fingerprint": "4f15bb39c40da0f0", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "auc/backend/app.py"}, "region": {"startLine": 799}}}]}, {"ruleId": "scanner-0b85ddd41c14924a", "level": "error", "message": {"text": "FastAPI POST `parse_medhub_csv` without auth dependency \u2014 auc/backend/app.py:843"}, "properties": {"repobilityId": "bff579b0d7990e56", "scanner": "scanner-primary", "fingerprint": "0b85ddd41c14924a", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "auc/backend/app.py"}, "region": {"startLine": 843}}}]}, {"ruleId": "scanner-83e69f899d47a1dd", "level": "error", "message": {"text": "FastAPI POST `import_medhub_csv` without auth dependency \u2014 auc/backend/app.py:874"}, "properties": {"repobilityId": "f004a13d256e1d51", "scanner": "scanner-primary", "fingerprint": "83e69f899d47a1dd", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "auc/backend/app.py"}, "region": {"startLine": 874}}}]}, {"ruleId": "scanner-5418413f633dd31e", "level": "error", "message": {"text": "FastAPI POST `sync_medhub_api` without auth dependency \u2014 auc/backend/app.py:944"}, "properties": {"repobilityId": "9ccde3005db76280", "scanner": "scanner-primary", "fingerprint": "5418413f633dd31e", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "auc/backend/app.py"}, "region": {"startLine": 944}}}]}, {"ruleId": "scanner-ba2617939c462918", "level": "error", "message": {"text": "FastAPI POST `create_snapshot` without auth dependency \u2014 auc/backend/app.py:1015"}, "properties": {"repobilityId": "c1e44b9402674fd2", "scanner": "scanner-primary", "fingerprint": "ba2617939c462918", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "auc/backend/app.py"}, "region": {"startLine": 1015}}}]}, {"ruleId": "scanner-5584faaf95102221", "level": "error", "message": {"text": "FastAPI POST `execute_advancement` without auth dependency \u2014 auc/backend/app.py:1023"}, "properties": {"repobilityId": "a43613b59c64ca14", "scanner": "scanner-primary", "fingerprint": "5584faaf95102221", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "auc/backend/app.py"}, "region": {"startLine": 1023}}}]}, {"ruleId": "scanner-3bc9b05640c100a5", "level": "error", "message": {"text": "FastAPI POST `restore_snapshot` without auth dependency \u2014 auc/backend/app.py:1069"}, "properties": {"repobilityId": "df732c4dd579e8d6", "scanner": "scanner-primary", "fingerprint": "3bc9b05640c100a5", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "auc/backend/app.py"}, "region": {"startLine": 1069}}}]}, {"ruleId": "scanner-22b43d5cd6e08fdd", "level": "error", "message": {"text": "FastAPI POST `dismiss_snapshot` without auth dependency \u2014 auc/backend/app.py:1092"}, "properties": {"repobilityId": "17e9a82beff3bc87", "scanner": "scanner-primary", "fingerprint": "22b43d5cd6e08fdd", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "auc/backend/app.py"}, "region": {"startLine": 1092}}}]}, {"ruleId": "scanner-b7784d200c8b4417", "level": "error", "message": {"text": "Dangling fetch: GET /auth/status (auc/frontend/src/api.js:25)"}, "properties": {"repobilityId": "fb394d6674a57652", "scanner": "scanner-primary", "fingerprint": "b7784d200c8b4417", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-6de42a3cc0da475d", "level": "error", "message": {"text": "Dangling fetch: POST /auth/setup (auc/frontend/src/api.js:28)"}, "properties": {"repobilityId": "0e94ee9004f325f4", "scanner": "scanner-primary", "fingerprint": "6de42a3cc0da475d", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-674cf5ad27f6e093", "level": "error", "message": {"text": "Dangling fetch: POST /auth/login (auc/frontend/src/api.js:31)"}, "properties": {"repobilityId": "ee497bc9de828614", "scanner": "scanner-primary", "fingerprint": "674cf5ad27f6e093", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-19b36aa25ec75556", "level": "error", "message": {"text": "Dangling fetch: POST /auth/logout (auc/frontend/src/api.js:33)"}, "properties": {"repobilityId": "a1c4ec49e8c57860", "scanner": "scanner-primary", "fingerprint": "19b36aa25ec75556", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-fe45bb70992f1d5e", "level": "error", "message": {"text": "Dangling fetch: POST /auth/recover (auc/frontend/src/api.js:36)"}, "properties": {"repobilityId": "1d64059cbf2deea9", "scanner": "scanner-primary", "fingerprint": "fe45bb70992f1d5e", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-19bd6b7f020aae59", "level": "error", "message": {"text": "Dangling fetch: POST /auth/change-password (auc/frontend/src/api.js:42)"}, "properties": {"repobilityId": "4f8ab729fdd4cf28", "scanner": "scanner-primary", "fingerprint": "19bd6b7f020aae59", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-4254b0fa32996ee7", "level": "error", "message": {"text": "Dangling fetch: GET /residents/${residentId}/notes${q} (auc/frontend/src/api.js:89)"}, "properties": {"repobilityId": "032c862e6d9bf780", "scanner": "scanner-primary", "fingerprint": "4254b0fa32996ee7", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-eb757797f6bd3444", "level": "note", "message": {"text": "Unused endpoint: POST /setup"}, "properties": {"repobilityId": "cc3b550c4496dbf3", "scanner": "scanner-primary", "fingerprint": "eb757797f6bd3444", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-618721b912bad1c2", "level": "note", "message": {"text": "Unused endpoint: POST /login"}, "properties": {"repobilityId": "efec69580530f011", "scanner": "scanner-primary", "fingerprint": "618721b912bad1c2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-99fc36db98c134ce", "level": "note", "message": {"text": "Unused endpoint: POST /logout"}, "properties": {"repobilityId": "078454a3d4d06f8b", "scanner": "scanner-primary", "fingerprint": "99fc36db98c134ce", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b7c15354d2cbd0b6", "level": "note", "message": {"text": "Unused endpoint: POST /recover"}, "properties": {"repobilityId": "bff543cf3a0237c5", "scanner": "scanner-primary", "fingerprint": "b7c15354d2cbd0b6", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4fe9bb486644f008", "level": "note", "message": {"text": "Unused endpoint: POST /change-password"}, "properties": {"repobilityId": "73ac360dc4849388", "scanner": "scanner-primary", "fingerprint": "4fe9bb486644f008", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-30c0fe22d0f7c152", "level": "note", "message": {"text": "Unused endpoint: POST /api/residents/{resident_id}/photo"}, "properties": {"repobilityId": "e9320d4041477af0", "scanner": "scanner-primary", "fingerprint": "30c0fe22d0f7c152", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ace8fe811cde6c3b", "level": "note", "message": {"text": "Unused endpoint: GET /api/photos/{filename}"}, "properties": {"repobilityId": "818976a424777ea4", "scanner": "scanner-primary", "fingerprint": "ace8fe811cde6c3b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-bf6e0986788edfbc", "level": "note", "message": {"text": "Unused endpoint: GET /api/backup"}, "properties": {"repobilityId": "f75e4f6142d295da", "scanner": "scanner-primary", "fingerprint": "bf6e0986788edfbc", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8ca7620d9f360dc7", "level": "note", "message": {"text": "Unused endpoint: GET /api/residents/{resident_id}/notes"}, "properties": {"repobilityId": "f62d7aabb4296eb8", "scanner": "scanner-primary", "fingerprint": "8ca7620d9f360dc7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f917a856dec8ba91", "level": "note", "message": {"text": "Unused endpoint: POST /api/residents/{resident_id}/generate-summary"}, "properties": {"repobilityId": "cd1e2800e817a019", "scanner": "scanner-primary", "fingerprint": "f917a856dec8ba91", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1ee0d2be4bc33783", "level": "note", "message": {"text": "Unused endpoint: GET /api/residents/{resident_id}/summaries/{summary_id}/pdf"}, "properties": {"repobilityId": "113e5b148580b243", "scanner": "scanner-primary", "fingerprint": "1ee0d2be4bc33783", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b0d21ab6b246f251", "level": "note", "message": {"text": "Unused endpoint: POST /api/medhub/parse-csv"}, "properties": {"repobilityId": "45800d3f76f7f67a", "scanner": "scanner-primary", "fingerprint": "b0d21ab6b246f251", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9004a93f78f4c196", "level": "note", "message": {"text": "Unused endpoint: POST /api/advancement/snapshot"}, "properties": {"repobilityId": "dc300a72debb7090", "scanner": "scanner-primary", "fingerprint": "9004a93f78f4c196", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1b1d5926fda286fa", "level": "note", "message": {"text": "Unused endpoint: GET /{full_path:path}"}, "properties": {"repobilityId": "134cbef7b1f0243b", "scanner": "scanner-primary", "fingerprint": "1b1d5926fda286fa", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}