{"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-95a864701ed77b98", "name": "Privileged port 20 in use", "shortDescription": {"text": "Privileged port 20 in use"}, "fullDescription": {"text": "Port 20 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-09de64ff11a31b4b", "name": "Dockerfile runs as root: admin-app/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: admin-app/Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ce1f5dec22a27f6c", "name": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6497d53ae7cd8d69", "name": "Docker base image is tag-pinned but not digest-pinned: nginx:alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: nginx:alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-94fe1bbefe22ed36", "name": "Docker base image is tag-pinned but not digest-pinned: python:3.12-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.12-slim"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-aa5acaa49eb8315b", "name": "Containers defined but no K8s/orchestration manifest found", "shortDescription": {"text": "Containers defined but no K8s/orchestration manifest found"}, "fullDescription": {"text": "Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "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": "2 test file(s) for 24 source file(s) (ratio 0.08). 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 33 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-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-b79f471fdd81c5fc", "name": "Commented-code block (6 lines) in calmsense-backend/storage.py:27", "shortDescription": {"text": "Commented-code block (6 lines) in calmsense-backend/storage.py:27"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-b334d875f2339fa1", "name": "5 env vars used in code but missing from .env.example", "shortDescription": {"text": "5 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `ADMIN_CORS_ORIGINS`, `ADMIN_JWT_EXPIRE_HOURS`, `CALMSENSE_AUTO_RETRAIN_MINUTES`, `CALMSENSE_MIN_TRAIN_SAMPLES`, `VITE_API_BASE`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-cff340dccaeb1557", "name": "Frontend route `/users/:userId` has no Link/navigate to it \u2014 admin-app/src/App.jsx", "shortDescription": {"text": "Frontend route `/users/:userId` has no Link/navigate to it \u2014 admin-app/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-67dbd32dc48cb407", "name": "FastAPI POST `receive_sensor_data` without auth dependency \u2014 calmsense-backend/main.py:50", "shortDescription": {"text": "FastAPI POST `receive_sensor_data` without auth dependency \u2014 calmsense-backend/main.py:50"}, "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-1232c8b458d6c00e", "name": "FastAPI POST `receive_panic_feedback` without auth dependency \u2014 calmsense-backend/main.py:68", "shortDescription": {"text": "FastAPI POST `receive_panic_feedback` without auth dependency \u2014 calmsense-backend/main.py:68"}, "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-fa1836fb1d1505b9", "name": "FastAPI POST `receive_panic_report` without auth dependency \u2014 calmsense-backend/main.py:90", "shortDescription": {"text": "FastAPI POST `receive_panic_report` without auth dependency \u2014 calmsense-backend/main.py:90"}, "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-00b48777fc3f7f40", "name": "Dangling fetch: POST /api/v1/admin/auth/login (admin-app/src/api.js:63)", "shortDescription": {"text": "Dangling fetch: POST /api/v1/admin/auth/login (admin-app/src/api.js:63)"}, "fullDescription": {"text": "`admin-app/src/api.js:63` calls `POST /api/v1/admin/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: `/v1/admin/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-f52b58b3076036cb", "name": "Dangling fetch: GET /api/v1/admin/auth/me (admin-app/src/api.js:64)", "shortDescription": {"text": "Dangling fetch: GET /api/v1/admin/auth/me (admin-app/src/api.js:64)"}, "fullDescription": {"text": "`admin-app/src/api.js:64` calls `GET /api/v1/admin/auth/me` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/v1/admin/auth/me`\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-1033764eb1f01006", "name": "Dangling fetch: POST /api/v1/admin/auth/register (admin-app/src/api.js:66)", "shortDescription": {"text": "Dangling fetch: POST /api/v1/admin/auth/register (admin-app/src/api.js:66)"}, "fullDescription": {"text": "`admin-app/src/api.js:66` calls `POST /api/v1/admin/auth/register` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/v1/admin/auth/register`\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-ac865b6431c7ff50", "name": "Dangling fetch: GET /api/v1/admin/admins (admin-app/src/api.js:67)", "shortDescription": {"text": "Dangling fetch: GET /api/v1/admin/admins (admin-app/src/api.js:67)"}, "fullDescription": {"text": "`admin-app/src/api.js:67` calls `GET /api/v1/admin/admins` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/v1/admin/admins`\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-d60f25fa0010a91d", "name": "Dangling fetch: GET /api/v1/admin/metrics/global (admin-app/src/api.js:69)", "shortDescription": {"text": "Dangling fetch: GET /api/v1/admin/metrics/global (admin-app/src/api.js:69)"}, "fullDescription": {"text": "`admin-app/src/api.js:69` calls `GET /api/v1/admin/metrics/global` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/v1/admin/metrics/global`\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-9308ca3e37c1475a", "name": "Dangling fetch: GET /api/v1/admin/users (admin-app/src/api.js:70)", "shortDescription": {"text": "Dangling fetch: GET /api/v1/admin/users (admin-app/src/api.js:70)"}, "fullDescription": {"text": "`admin-app/src/api.js:70` calls `GET /api/v1/admin/users` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/v1/admin/users`\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-6548f8a51116b950", "name": "Dangling fetch: GET /api/v1/admin/users/${encodeURIComponent(id)} (admin-app/src/api.js:71)", "shortDescription": {"text": "Dangling fetch: GET /api/v1/admin/users/${encodeURIComponent(id)} (admin-app/src/api.js:71)"}, "fullDescription": {"text": "`admin-app/src/api.js:71` calls `GET /api/v1/admin/users/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/v1/admin/users/<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-b3d5e8e143c7dfdf", "name": "Dangling fetch: GET /api/v1/admin/users/${encodeURIComponent(id)}/reports (admin-app/src/api.js:72)", "shortDescription": {"text": "Dangling fetch: GET /api/v1/admin/users/${encodeURIComponent(id)}/reports (admin-app/src/api.js:72)"}, "fullDescription": {"text": "`admin-app/src/api.js:72` calls `GET /api/v1/admin/users/${encodeURIComponent(id)}/reports` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/v1/admin/users/<p>/reports`\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-753040e12b35928f", "name": "Dangling fetch: GET /api/v1/admin/users/${encodeURIComponent(id)}/feedback (admin-app/src/api.js:73)", "shortDescription": {"text": "Dangling fetch: GET /api/v1/admin/users/${encodeURIComponent(id)}/feedback (admin-app/src/api.js:73)"}, "fullDescription": {"text": "`admin-app/src/api.js:73` calls `GET /api/v1/admin/users/${encodeURIComponent(id)}/feedback` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/v1/admin/users/<p>/feedback`\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-692b8259e1eee048", "name": "Dangling fetch: GET /api/v1/admin/users/${encodeURIComponent(id)}/sensor-data (admin-app/src/api.js:74)", "shortDescription": {"text": "Dangling fetch: GET /api/v1/admin/users/${encodeURIComponent(id)}/sensor-data (admin-app/src/api.js:74)"}, "fullDescription": {"text": "`admin-app/src/api.js:74` calls `GET /api/v1/admin/users/${encodeURIComponent(id)}/sensor-data` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/v1/admin/users/<p>/sensor-data`\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-bbb23a3870ee8944", "name": "Dangling fetch: GET /api/v1/admin/users/${encodeURIComponent(id)}/model/history (admin-app/src/api.js:76)", "shortDescription": {"text": "Dangling fetch: GET /api/v1/admin/users/${encodeURIComponent(id)}/model/history (admin-app/src/api.js:76)"}, "fullDescription": {"text": "`admin-app/src/api.js:76` calls `GET /api/v1/admin/users/${encodeURIComponent(id)}/model/history` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/v1/admin/users/<p>/model/history`\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-8f712b75582e9dd9", "name": "Dangling fetch: POST /api/v1/admin/users/${encodeURIComponent(id)}/model/retrain (admin-app/src/api.js:78)", "shortDescription": {"text": "Dangling fetch: POST /api/v1/admin/users/${encodeURIComponent(id)}/model/retrain (admin-app/src/api.js:78)"}, "fullDescription": {"text": "`admin-app/src/api.js:78` calls `POST /api/v1/admin/users/${encodeURIComponent(id)}/model/retrain` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/v1/admin/users/<p>/model/retrain`\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-7e77f6ce166d5cc7", "name": "Dangling fetch: POST /api/v1/admin/users/${encodeURIComponent(id)}/model/rollback (admin-app/src/api.js:80)", "shortDescription": {"text": "Dangling fetch: POST /api/v1/admin/users/${encodeURIComponent(id)}/model/rollback (admin-app/src/api.js:80)"}, "fullDescription": {"text": "`admin-app/src/api.js:80` calls `POST /api/v1/admin/users/${encodeURIComponent(id)}/model/rollback` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/v1/admin/users/<p>/model/rollback`\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-0572b3cf974f5c45", "name": "Dangling fetch: POST /api/v1/admin/users/${encodeURIComponent(id)}/model/reset (admin-app/src/api.js:82)", "shortDescription": {"text": "Dangling fetch: POST /api/v1/admin/users/${encodeURIComponent(id)}/model/reset (admin-app/src/api.js:82)"}, "fullDescription": {"text": "`admin-app/src/api.js:82` calls `POST /api/v1/admin/users/${encodeURIComponent(id)}/model/reset` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/v1/admin/users/<p>/model/reset`\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-72fbc4e90dd06ae8", "name": "Unused endpoint: POST /api/v1/sensor-data", "shortDescription": {"text": "Unused endpoint: POST /api/v1/sensor-data"}, "fullDescription": {"text": "`calmsense-backend/main.py` declares `POST /api/v1/sensor-data` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b73f7a3214bbe28b", "name": "Unused endpoint: POST /api/v1/panic-feedback", "shortDescription": {"text": "Unused endpoint: POST /api/v1/panic-feedback"}, "fullDescription": {"text": "`calmsense-backend/main.py` declares `POST /api/v1/panic-feedback` 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-a3c7c5b6efda0cc6", "name": "Unused endpoint: POST /api/v1/panic-reports", "shortDescription": {"text": "Unused endpoint: POST /api/v1/panic-reports"}, "fullDescription": {"text": "`calmsense-backend/main.py` declares `POST /api/v1/panic-reports` 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-4137becc682c1047", "name": "Unused endpoint: GET /api/v1/sensor-data", "shortDescription": {"text": "Unused endpoint: GET /api/v1/sensor-data"}, "fullDescription": {"text": "`calmsense-backend/main.py` declares `GET /api/v1/sensor-data` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8fdbacfe9430a6ed", "name": "Unused endpoint: POST /auth/login", "shortDescription": {"text": "Unused endpoint: POST /auth/login"}, "fullDescription": {"text": "`calmsense-backend/admin_routes.py` declares `POST /auth/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-8292c0931391749a", "name": "Unused endpoint: POST /auth/register", "shortDescription": {"text": "Unused endpoint: POST /auth/register"}, "fullDescription": {"text": "`calmsense-backend/admin_routes.py` declares `POST /auth/register` 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-ac42422b23e45104", "name": "Unused endpoint: GET /auth/me", "shortDescription": {"text": "Unused endpoint: GET /auth/me"}, "fullDescription": {"text": "`calmsense-backend/admin_routes.py` declares `GET /auth/me` 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-31f16ffb3833e823", "name": "Unused endpoint: GET /admins", "shortDescription": {"text": "Unused endpoint: GET /admins"}, "fullDescription": {"text": "`calmsense-backend/admin_routes.py` declares `GET /admins` 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-841e50bf821e4158", "name": "Unused endpoint: GET /users", "shortDescription": {"text": "Unused endpoint: GET /users"}, "fullDescription": {"text": "`calmsense-backend/admin_routes.py` declares `GET /users` 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-d18411a066b7e2c1", "name": "Unused endpoint: GET /users/{user_id}", "shortDescription": {"text": "Unused endpoint: GET /users/{user_id}"}, "fullDescription": {"text": "`calmsense-backend/admin_routes.py` declares `GET /users/{user_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f02a3cdf166832f7", "name": "Unused endpoint: GET /users/{user_id}/reports", "shortDescription": {"text": "Unused endpoint: GET /users/{user_id}/reports"}, "fullDescription": {"text": "`calmsense-backend/admin_routes.py` declares `GET /users/{user_id}/reports` 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-8523bcb04262abea", "name": "Unused endpoint: GET /users/{user_id}/feedback", "shortDescription": {"text": "Unused endpoint: GET /users/{user_id}/feedback"}, "fullDescription": {"text": "`calmsense-backend/admin_routes.py` declares `GET /users/{user_id}/feedback` 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-9806c439f9de669f", "name": "Unused endpoint: GET /users/{user_id}/sensor-data", "shortDescription": {"text": "Unused endpoint: GET /users/{user_id}/sensor-data"}, "fullDescription": {"text": "`calmsense-backend/admin_routes.py` declares `GET /users/{user_id}/sensor-data` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-54271332c1a370af", "name": "Unused endpoint: GET /users/{user_id}/metrics", "shortDescription": {"text": "Unused endpoint: GET /users/{user_id}/metrics"}, "fullDescription": {"text": "`calmsense-backend/admin_routes.py` declares `GET /users/{user_id}/metrics` 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-b364b1969c04257d", "name": "Unused endpoint: GET /users/{user_id}/model", "shortDescription": {"text": "Unused endpoint: GET /users/{user_id}/model"}, "fullDescription": {"text": "`calmsense-backend/admin_routes.py` declares `GET /users/{user_id}/model` 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-0b4d9c6f6fda6322", "name": "Unused endpoint: GET /users/{user_id}/model/history", "shortDescription": {"text": "Unused endpoint: GET /users/{user_id}/model/history"}, "fullDescription": {"text": "`calmsense-backend/admin_routes.py` declares `GET /users/{user_id}/model/history` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-0796c91fbd2cbeeb", "name": "Unused endpoint: POST /users/{user_id}/model/retrain", "shortDescription": {"text": "Unused endpoint: POST /users/{user_id}/model/retrain"}, "fullDescription": {"text": "`calmsense-backend/admin_routes.py` declares `POST /users/{user_id}/model/retrain` 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-886af38ca945becf", "name": "Unused endpoint: POST /users/{user_id}/model/rollback", "shortDescription": {"text": "Unused endpoint: POST /users/{user_id}/model/rollback"}, "fullDescription": {"text": "`calmsense-backend/admin_routes.py` declares `POST /users/{user_id}/model/rollback` 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-cd3cdae0ee5479bd", "name": "Unused endpoint: POST /users/{user_id}/model/reset", "shortDescription": {"text": "Unused endpoint: POST /users/{user_id}/model/reset"}, "fullDescription": {"text": "`calmsense-backend/admin_routes.py` declares `POST /users/{user_id}/model/reset` 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-c91acbc9a75c9d6a", "name": "Unused endpoint: GET /auto-retrain/status", "shortDescription": {"text": "Unused endpoint: GET /auto-retrain/status"}, "fullDescription": {"text": "`calmsense-backend/admin_routes.py` declares `GET /auto-retrain/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-784c3c144cb30cca", "name": "Unused endpoint: POST /auto-retrain/run", "shortDescription": {"text": "Unused endpoint: POST /auto-retrain/run"}, "fullDescription": {"text": "`calmsense-backend/admin_routes.py` declares `POST /auto-retrain/run` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/20746"}, "properties": {"repository": "tairsa/CalmSense", "repoUrl": "https://github.com/tairsa/CalmSense", "branch": "main"}, "results": [{"ruleId": "scanner-95a864701ed77b98", "level": "warning", "message": {"text": "Privileged port 20 in use"}, "properties": {"repobilityId": "a59f3e53d617e0f8", "scanner": "scanner-primary", "fingerprint": "95a864701ed77b98", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "calmsense-backend/docker-compose.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-09de64ff11a31b4b", "level": "warning", "message": {"text": "Dockerfile runs as root: admin-app/Dockerfile"}, "properties": {"repobilityId": "c60011ed6a80bf10", "scanner": "scanner-primary", "fingerprint": "09de64ff11a31b4b", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-ce1f5dec22a27f6c", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "5a93a16b545d3e35", "scanner": "scanner-primary", "fingerprint": "ce1f5dec22a27f6c", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "admin-app/Dockerfile"}, "region": {"startLine": 11}}}]}, {"ruleId": "scanner-6497d53ae7cd8d69", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: nginx:alpine"}, "properties": {"repobilityId": "6cd1c6e3b11d3137", "scanner": "scanner-primary", "fingerprint": "6497d53ae7cd8d69", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "admin-app/Dockerfile"}, "region": {"startLine": 21}}}]}, {"ruleId": "scanner-94fe1bbefe22ed36", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.12-slim"}, "properties": {"repobilityId": "829071ac1b15f08f", "scanner": "scanner-primary", "fingerprint": "94fe1bbefe22ed36", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "calmsense-backend/Dockerfile"}, "region": {"startLine": 10}}}]}, {"ruleId": "scanner-aa5acaa49eb8315b", "level": "note", "message": {"text": "Containers defined but no K8s/orchestration manifest found"}, "properties": {"repobilityId": "b230ea9b68736081", "scanner": "scanner-primary", "fingerprint": "aa5acaa49eb8315b", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["coverage", "deployment"]}}, {"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": "694c9c4d6a7e04d9", "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": "d291cfe4ba5747ae", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "11af001e9abe4954", "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": "4566321135222539", "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": "45652acbdc76041d", "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": "285c814516d40159", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-b79f471fdd81c5fc", "level": "none", "message": {"text": "Commented-code block (6 lines) in calmsense-backend/storage.py:27"}, "properties": {"repobilityId": "48e1fa1cec887f93", "scanner": "scanner-primary", "fingerprint": "b79f471fdd81c5fc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b334d875f2339fa1", "level": "note", "message": {"text": "5 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "faa38682016f5d53", "scanner": "scanner-primary", "fingerprint": "b334d875f2339fa1", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-cff340dccaeb1557", "level": "warning", "message": {"text": "Frontend route `/users/:userId` has no Link/navigate to it \u2014 admin-app/src/App.jsx"}, "properties": {"repobilityId": "1e935d30eb012789", "scanner": "scanner-primary", "fingerprint": "cff340dccaeb1557", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-67dbd32dc48cb407", "level": "error", "message": {"text": "FastAPI POST `receive_sensor_data` without auth dependency \u2014 calmsense-backend/main.py:50"}, "properties": {"repobilityId": "d19a4143eb9ef9d5", "scanner": "scanner-primary", "fingerprint": "67dbd32dc48cb407", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "calmsense-backend/main.py"}, "region": {"startLine": 50}}}]}, {"ruleId": "scanner-1232c8b458d6c00e", "level": "error", "message": {"text": "FastAPI POST `receive_panic_feedback` without auth dependency \u2014 calmsense-backend/main.py:68"}, "properties": {"repobilityId": "b8aeddbf4f569f03", "scanner": "scanner-primary", "fingerprint": "1232c8b458d6c00e", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "calmsense-backend/main.py"}, "region": {"startLine": 68}}}]}, {"ruleId": "scanner-fa1836fb1d1505b9", "level": "error", "message": {"text": "FastAPI POST `receive_panic_report` without auth dependency \u2014 calmsense-backend/main.py:90"}, "properties": {"repobilityId": "139f8c24e5e9c45f", "scanner": "scanner-primary", "fingerprint": "fa1836fb1d1505b9", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "calmsense-backend/main.py"}, "region": {"startLine": 90}}}]}, {"ruleId": "scanner-00b48777fc3f7f40", "level": "error", "message": {"text": "Dangling fetch: POST /api/v1/admin/auth/login (admin-app/src/api.js:63)"}, "properties": {"repobilityId": "150af3a707a8bba9", "scanner": "scanner-primary", "fingerprint": "00b48777fc3f7f40", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-f52b58b3076036cb", "level": "error", "message": {"text": "Dangling fetch: GET /api/v1/admin/auth/me (admin-app/src/api.js:64)"}, "properties": {"repobilityId": "48e6b21df3d2f6dc", "scanner": "scanner-primary", "fingerprint": "f52b58b3076036cb", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-1033764eb1f01006", "level": "error", "message": {"text": "Dangling fetch: POST /api/v1/admin/auth/register (admin-app/src/api.js:66)"}, "properties": {"repobilityId": "629a934bfb74b7f3", "scanner": "scanner-primary", "fingerprint": "1033764eb1f01006", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-ac865b6431c7ff50", "level": "error", "message": {"text": "Dangling fetch: GET /api/v1/admin/admins (admin-app/src/api.js:67)"}, "properties": {"repobilityId": "2de863263cd96b01", "scanner": "scanner-primary", "fingerprint": "ac865b6431c7ff50", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-d60f25fa0010a91d", "level": "error", "message": {"text": "Dangling fetch: GET /api/v1/admin/metrics/global (admin-app/src/api.js:69)"}, "properties": {"repobilityId": "7ee3f8f2e6043b73", "scanner": "scanner-primary", "fingerprint": "d60f25fa0010a91d", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-9308ca3e37c1475a", "level": "error", "message": {"text": "Dangling fetch: GET /api/v1/admin/users (admin-app/src/api.js:70)"}, "properties": {"repobilityId": "f466f7754bd7cb47", "scanner": "scanner-primary", "fingerprint": "9308ca3e37c1475a", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-6548f8a51116b950", "level": "error", "message": {"text": "Dangling fetch: GET /api/v1/admin/users/${encodeURIComponent(id)} (admin-app/src/api.js:71)"}, "properties": {"repobilityId": "396a9cdb3622cad9", "scanner": "scanner-primary", "fingerprint": "6548f8a51116b950", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-b3d5e8e143c7dfdf", "level": "error", "message": {"text": "Dangling fetch: GET /api/v1/admin/users/${encodeURIComponent(id)}/reports (admin-app/src/api.js:72)"}, "properties": {"repobilityId": "8a0e664edae591f8", "scanner": "scanner-primary", "fingerprint": "b3d5e8e143c7dfdf", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-753040e12b35928f", "level": "error", "message": {"text": "Dangling fetch: GET /api/v1/admin/users/${encodeURIComponent(id)}/feedback (admin-app/src/api.js:73)"}, "properties": {"repobilityId": "68e1102a1cea41cc", "scanner": "scanner-primary", "fingerprint": "753040e12b35928f", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-692b8259e1eee048", "level": "error", "message": {"text": "Dangling fetch: GET /api/v1/admin/users/${encodeURIComponent(id)}/sensor-data (admin-app/src/api.js:74)"}, "properties": {"repobilityId": "d133e80ef1e2958d", "scanner": "scanner-primary", "fingerprint": "692b8259e1eee048", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-bbb23a3870ee8944", "level": "error", "message": {"text": "Dangling fetch: GET /api/v1/admin/users/${encodeURIComponent(id)}/model/history (admin-app/src/api.js:76)"}, "properties": {"repobilityId": "69f9e8e71f9c38b4", "scanner": "scanner-primary", "fingerprint": "bbb23a3870ee8944", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-8f712b75582e9dd9", "level": "error", "message": {"text": "Dangling fetch: POST /api/v1/admin/users/${encodeURIComponent(id)}/model/retrain (admin-app/src/api.js:78)"}, "properties": {"repobilityId": "556cf4e5e9f8940f", "scanner": "scanner-primary", "fingerprint": "8f712b75582e9dd9", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-7e77f6ce166d5cc7", "level": "error", "message": {"text": "Dangling fetch: POST /api/v1/admin/users/${encodeURIComponent(id)}/model/rollback (admin-app/src/api.js:80)"}, "properties": {"repobilityId": "c2aaa68eef02e8b5", "scanner": "scanner-primary", "fingerprint": "7e77f6ce166d5cc7", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-0572b3cf974f5c45", "level": "error", "message": {"text": "Dangling fetch: POST /api/v1/admin/users/${encodeURIComponent(id)}/model/reset (admin-app/src/api.js:82)"}, "properties": {"repobilityId": "b16c2aff147ae206", "scanner": "scanner-primary", "fingerprint": "0572b3cf974f5c45", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-72fbc4e90dd06ae8", "level": "note", "message": {"text": "Unused endpoint: POST /api/v1/sensor-data"}, "properties": {"repobilityId": "67c761f0dcc73efe", "scanner": "scanner-primary", "fingerprint": "72fbc4e90dd06ae8", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b73f7a3214bbe28b", "level": "note", "message": {"text": "Unused endpoint: POST /api/v1/panic-feedback"}, "properties": {"repobilityId": "23f9d3bb437fa1b8", "scanner": "scanner-primary", "fingerprint": "b73f7a3214bbe28b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a3c7c5b6efda0cc6", "level": "note", "message": {"text": "Unused endpoint: POST /api/v1/panic-reports"}, "properties": {"repobilityId": "404a7d3f1a467e76", "scanner": "scanner-primary", "fingerprint": "a3c7c5b6efda0cc6", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4137becc682c1047", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/sensor-data"}, "properties": {"repobilityId": "3f82a1e93cdfee7f", "scanner": "scanner-primary", "fingerprint": "4137becc682c1047", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8fdbacfe9430a6ed", "level": "note", "message": {"text": "Unused endpoint: POST /auth/login"}, "properties": {"repobilityId": "b6bf0a4871641ffc", "scanner": "scanner-primary", "fingerprint": "8fdbacfe9430a6ed", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8292c0931391749a", "level": "note", "message": {"text": "Unused endpoint: POST /auth/register"}, "properties": {"repobilityId": "4a5e2cae9aa5b750", "scanner": "scanner-primary", "fingerprint": "8292c0931391749a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ac42422b23e45104", "level": "note", "message": {"text": "Unused endpoint: GET /auth/me"}, "properties": {"repobilityId": "552993f0ea511c02", "scanner": "scanner-primary", "fingerprint": "ac42422b23e45104", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-31f16ffb3833e823", "level": "note", "message": {"text": "Unused endpoint: GET /admins"}, "properties": {"repobilityId": "0a87f72b1fc36a62", "scanner": "scanner-primary", "fingerprint": "31f16ffb3833e823", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-841e50bf821e4158", "level": "note", "message": {"text": "Unused endpoint: GET /users"}, "properties": {"repobilityId": "999606c634450791", "scanner": "scanner-primary", "fingerprint": "841e50bf821e4158", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d18411a066b7e2c1", "level": "note", "message": {"text": "Unused endpoint: GET /users/{user_id}"}, "properties": {"repobilityId": "207cc5af8ee27b1b", "scanner": "scanner-primary", "fingerprint": "d18411a066b7e2c1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f02a3cdf166832f7", "level": "note", "message": {"text": "Unused endpoint: GET /users/{user_id}/reports"}, "properties": {"repobilityId": "3b0b8dd3ae77c730", "scanner": "scanner-primary", "fingerprint": "f02a3cdf166832f7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8523bcb04262abea", "level": "note", "message": {"text": "Unused endpoint: GET /users/{user_id}/feedback"}, "properties": {"repobilityId": "7579bf0d80971794", "scanner": "scanner-primary", "fingerprint": "8523bcb04262abea", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9806c439f9de669f", "level": "note", "message": {"text": "Unused endpoint: GET /users/{user_id}/sensor-data"}, "properties": {"repobilityId": "e4fe26faa3ee9d19", "scanner": "scanner-primary", "fingerprint": "9806c439f9de669f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-54271332c1a370af", "level": "note", "message": {"text": "Unused endpoint: GET /users/{user_id}/metrics"}, "properties": {"repobilityId": "6b8aae2cd4b5eef6", "scanner": "scanner-primary", "fingerprint": "54271332c1a370af", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b364b1969c04257d", "level": "note", "message": {"text": "Unused endpoint: GET /users/{user_id}/model"}, "properties": {"repobilityId": "05486ea95892a32d", "scanner": "scanner-primary", "fingerprint": "b364b1969c04257d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0b4d9c6f6fda6322", "level": "note", "message": {"text": "Unused endpoint: GET /users/{user_id}/model/history"}, "properties": {"repobilityId": "c10f293bebf1728e", "scanner": "scanner-primary", "fingerprint": "0b4d9c6f6fda6322", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0796c91fbd2cbeeb", "level": "note", "message": {"text": "Unused endpoint: POST /users/{user_id}/model/retrain"}, "properties": {"repobilityId": "868bc13eb24cd73d", "scanner": "scanner-primary", "fingerprint": "0796c91fbd2cbeeb", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-886af38ca945becf", "level": "note", "message": {"text": "Unused endpoint: POST /users/{user_id}/model/rollback"}, "properties": {"repobilityId": "fcda50a75c748b87", "scanner": "scanner-primary", "fingerprint": "886af38ca945becf", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-cd3cdae0ee5479bd", "level": "note", "message": {"text": "Unused endpoint: POST /users/{user_id}/model/reset"}, "properties": {"repobilityId": "22071522c719c118", "scanner": "scanner-primary", "fingerprint": "cd3cdae0ee5479bd", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c91acbc9a75c9d6a", "level": "note", "message": {"text": "Unused endpoint: GET /auto-retrain/status"}, "properties": {"repobilityId": "0dbb4d63dd8c3eac", "scanner": "scanner-primary", "fingerprint": "c91acbc9a75c9d6a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-784c3c144cb30cca", "level": "note", "message": {"text": "Unused endpoint: POST /auto-retrain/run"}, "properties": {"repobilityId": "c23a693aabd2edb0", "scanner": "scanner-primary", "fingerprint": "784c3c144cb30cca", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}