{"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-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "2 test file(s) for 26 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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 13 placeholder/mock markers across 3 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-1b5a76780c3df9aa", "name": "1 env vars used in code but missing from .env.example", "shortDescription": {"text": "1 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `IVD_DB_PATH`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-93d24a9c5acf2a18", "name": "FastAPI POST `load_samples` without auth dependency \u2014 server/app/main.py:68", "shortDescription": {"text": "FastAPI POST `load_samples` without auth dependency \u2014 server/app/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-153df4f37b5de03f", "name": "FastAPI POST `upload_dataset` without auth dependency \u2014 server/app/main.py:81", "shortDescription": {"text": "FastAPI POST `upload_dataset` without auth dependency \u2014 server/app/main.py:81"}, "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-960805c0291549ea", "name": "FastAPI DELETE `clear_dataset` without auth dependency \u2014 server/app/main.py:92", "shortDescription": {"text": "FastAPI DELETE `clear_dataset` without auth dependency \u2014 server/app/main.py:92"}, "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-61be66855d9da3e3", "name": "FastAPI POST `servicenow_sync` without auth dependency \u2014 server/app/main.py:112", "shortDescription": {"text": "FastAPI POST `servicenow_sync` without auth dependency \u2014 server/app/main.py:112"}, "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-97cfa429fb62f0cd", "name": "FastAPI POST `sap_sync` without auth dependency \u2014 server/app/main.py:138", "shortDescription": {"text": "FastAPI POST `sap_sync` without auth dependency \u2014 server/app/main.py:138"}, "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-3337667c14597d92", "name": "FastAPI POST `create_business_case` without auth dependency \u2014 server/app/main.py:191", "shortDescription": {"text": "FastAPI POST `create_business_case` without auth dependency \u2014 server/app/main.py:191"}, "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-4f113f8996f51999", "name": "FastAPI POST `implement_case` without auth dependency \u2014 server/app/main.py:257", "shortDescription": {"text": "FastAPI POST `implement_case` without auth dependency \u2014 server/app/main.py:257"}, "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-029febd8f33aff1f", "name": "FastAPI POST `add_reading` without auth dependency \u2014 server/app/main.py:272", "shortDescription": {"text": "FastAPI POST `add_reading` without auth dependency \u2014 server/app/main.py:272"}, "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-c80b91bbeef17908", "name": "FastAPI POST `add_binding` without auth dependency \u2014 server/app/main.py:291", "shortDescription": {"text": "FastAPI POST `add_binding` without auth dependency \u2014 server/app/main.py:291"}, "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-89583c4f409215c7", "name": "FastAPI POST `observe_binding` without auth dependency \u2014 server/app/main.py:312", "shortDescription": {"text": "FastAPI POST `observe_binding` without auth dependency \u2014 server/app/main.py:312"}, "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-3e22fe747eeb1543", "name": "FastAPI POST `add_savings` without auth dependency \u2014 server/app/main.py:547", "shortDescription": {"text": "FastAPI POST `add_savings` without auth dependency \u2014 server/app/main.py:547"}, "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-1a67a83493ef53f6", "name": "Dangling fetch: GET /api/opportunities${qs} (src/api.ts:80)", "shortDescription": {"text": "Dangling fetch: GET /api/opportunities${qs} (src/api.ts:80)"}, "fullDescription": {"text": "`src/api.ts:80` calls `GET /api/opportunities${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/opportunities/<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-4756b4c4da7d2088", "name": "Unused endpoint: GET /api/health", "shortDescription": {"text": "Unused endpoint: GET /api/health"}, "fullDescription": {"text": "`server/app/main.py` declares `GET /api/health` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c5403bda3ddc1134", "name": "Unused endpoint: POST /api/datasets/load-samples", "shortDescription": {"text": "Unused endpoint: POST /api/datasets/load-samples"}, "fullDescription": {"text": "`server/app/main.py` declares `POST /api/datasets/load-samples` 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-841ceb2fe842b202", "name": "Unused endpoint: DELETE /api/datasets/{source_type}", "shortDescription": {"text": "Unused endpoint: DELETE /api/datasets/{source_type}"}, "fullDescription": {"text": "`server/app/main.py` declares `DELETE /api/datasets/{source_type}` 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-8a0a259f081be122", "name": "Unused endpoint: POST /api/connectors/servicenow/sync", "shortDescription": {"text": "Unused endpoint: POST /api/connectors/servicenow/sync"}, "fullDescription": {"text": "`server/app/main.py` declares `POST /api/connectors/servicenow/sync` 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-815b2fbed67827ab", "name": "Unused endpoint: POST /api/connectors/sap/sync", "shortDescription": {"text": "Unused endpoint: POST /api/connectors/sap/sync"}, "fullDescription": {"text": "`server/app/main.py` declares `POST /api/connectors/sap/sync` 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-8ea08f5dc19d887e", "name": "Unused endpoint: GET /api/opportunities", "shortDescription": {"text": "Unused endpoint: GET /api/opportunities"}, "fullDescription": {"text": "`server/app/main.py` declares `GET /api/opportunities` 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-15df696f653f63c4", "name": "Unused endpoint: POST /api/business-cases", "shortDescription": {"text": "Unused endpoint: POST /api/business-cases"}, "fullDescription": {"text": "`server/app/main.py` declares `POST /api/business-cases` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7e073e8e2c169d1c", "name": "Unused endpoint: POST /api/business-cases/{case_id}/implement", "shortDescription": {"text": "Unused endpoint: POST /api/business-cases/{case_id}/implement"}, "fullDescription": {"text": "`server/app/main.py` declares `POST /api/business-cases/{case_id}/implement` 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-db890a6898276e7e", "name": "Unused endpoint: POST /api/business-cases/{case_id}/readings", "shortDescription": {"text": "Unused endpoint: POST /api/business-cases/{case_id}/readings"}, "fullDescription": {"text": "`server/app/main.py` declares `POST /api/business-cases/{case_id}/readings` 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-546df1a9b53fa39c", "name": "Unused endpoint: POST /api/business-cases/{case_id}/bindings", "shortDescription": {"text": "Unused endpoint: POST /api/business-cases/{case_id}/bindings"}, "fullDescription": {"text": "`server/app/main.py` declares `POST /api/business-cases/{case_id}/bindings` 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-72dda9ae49b4ee42", "name": "Unused endpoint: GET /api/calibration", "shortDescription": {"text": "Unused endpoint: GET /api/calibration"}, "fullDescription": {"text": "`server/app/main.py` declares `GET /api/calibration` 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-693e825c0375e356", "name": "Unused endpoint: GET /api/portfolio/diagnostic", "shortDescription": {"text": "Unused endpoint: GET /api/portfolio/diagnostic"}, "fullDescription": {"text": "`server/app/main.py` declares `GET /api/portfolio/diagnostic` 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-6ae92428b89c54b8", "name": "Unused endpoint: GET /api/dashboard", "shortDescription": {"text": "Unused endpoint: GET /api/dashboard"}, "fullDescription": {"text": "`server/app/main.py` declares `GET /api/dashboard` 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-3aedef7181aedb94", "name": "Unused endpoint: POST /api/business-cases/{case_id}/savings", "shortDescription": {"text": "Unused endpoint: POST /api/business-cases/{case_id}/savings"}, "fullDescription": {"text": "`server/app/main.py` declares `POST /api/business-cases/{case_id}/savings` 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/20359"}, "properties": {"repository": "stocktradingclaw-creator/InnovationValueDashboard", "repoUrl": "https://github.com/stocktradingclaw-creator/InnovationValueDashboard", "branch": "main"}, "results": [{"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "55a960221baf9e98", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "7dbbf610ff7f94e8", "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": "43b9cad2bc620f33", "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": "c316a5f876b1b903", "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": "0266c41d1777e7d8", "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": "90b0b29c0a39a251", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-1b5a76780c3df9aa", "level": "none", "message": {"text": "1 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "d04379b337b44a15", "scanner": "scanner-primary", "fingerprint": "1b5a76780c3df9aa", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-93d24a9c5acf2a18", "level": "error", "message": {"text": "FastAPI POST `load_samples` without auth dependency \u2014 server/app/main.py:68"}, "properties": {"repobilityId": "475cbe167a194d9d", "scanner": "scanner-primary", "fingerprint": "93d24a9c5acf2a18", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server/app/main.py"}, "region": {"startLine": 68}}}]}, {"ruleId": "scanner-153df4f37b5de03f", "level": "error", "message": {"text": "FastAPI POST `upload_dataset` without auth dependency \u2014 server/app/main.py:81"}, "properties": {"repobilityId": "d1c75aa9d9212af3", "scanner": "scanner-primary", "fingerprint": "153df4f37b5de03f", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server/app/main.py"}, "region": {"startLine": 81}}}]}, {"ruleId": "scanner-960805c0291549ea", "level": "error", "message": {"text": "FastAPI DELETE `clear_dataset` without auth dependency \u2014 server/app/main.py:92"}, "properties": {"repobilityId": "7f4a6a68934a52b4", "scanner": "scanner-primary", "fingerprint": "960805c0291549ea", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server/app/main.py"}, "region": {"startLine": 92}}}]}, {"ruleId": "scanner-61be66855d9da3e3", "level": "error", "message": {"text": "FastAPI POST `servicenow_sync` without auth dependency \u2014 server/app/main.py:112"}, "properties": {"repobilityId": "f1d9bcca17807666", "scanner": "scanner-primary", "fingerprint": "61be66855d9da3e3", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server/app/main.py"}, "region": {"startLine": 112}}}]}, {"ruleId": "scanner-97cfa429fb62f0cd", "level": "error", "message": {"text": "FastAPI POST `sap_sync` without auth dependency \u2014 server/app/main.py:138"}, "properties": {"repobilityId": "ee39751fa46a239f", "scanner": "scanner-primary", "fingerprint": "97cfa429fb62f0cd", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server/app/main.py"}, "region": {"startLine": 138}}}]}, {"ruleId": "scanner-3337667c14597d92", "level": "error", "message": {"text": "FastAPI POST `create_business_case` without auth dependency \u2014 server/app/main.py:191"}, "properties": {"repobilityId": "88a73ad95fac90b8", "scanner": "scanner-primary", "fingerprint": "3337667c14597d92", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server/app/main.py"}, "region": {"startLine": 191}}}]}, {"ruleId": "scanner-4f113f8996f51999", "level": "error", "message": {"text": "FastAPI POST `implement_case` without auth dependency \u2014 server/app/main.py:257"}, "properties": {"repobilityId": "cae069009f779c13", "scanner": "scanner-primary", "fingerprint": "4f113f8996f51999", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server/app/main.py"}, "region": {"startLine": 257}}}]}, {"ruleId": "scanner-029febd8f33aff1f", "level": "error", "message": {"text": "FastAPI POST `add_reading` without auth dependency \u2014 server/app/main.py:272"}, "properties": {"repobilityId": "d9d917e1f0d2cf36", "scanner": "scanner-primary", "fingerprint": "029febd8f33aff1f", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server/app/main.py"}, "region": {"startLine": 272}}}]}, {"ruleId": "scanner-c80b91bbeef17908", "level": "error", "message": {"text": "FastAPI POST `add_binding` without auth dependency \u2014 server/app/main.py:291"}, "properties": {"repobilityId": "a1ac7e63e43a82e9", "scanner": "scanner-primary", "fingerprint": "c80b91bbeef17908", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server/app/main.py"}, "region": {"startLine": 291}}}]}, {"ruleId": "scanner-89583c4f409215c7", "level": "error", "message": {"text": "FastAPI POST `observe_binding` without auth dependency \u2014 server/app/main.py:312"}, "properties": {"repobilityId": "540a97188ba73d29", "scanner": "scanner-primary", "fingerprint": "89583c4f409215c7", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server/app/main.py"}, "region": {"startLine": 312}}}]}, {"ruleId": "scanner-3e22fe747eeb1543", "level": "error", "message": {"text": "FastAPI POST `add_savings` without auth dependency \u2014 server/app/main.py:547"}, "properties": {"repobilityId": "d12360ab3b1ae35d", "scanner": "scanner-primary", "fingerprint": "3e22fe747eeb1543", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server/app/main.py"}, "region": {"startLine": 547}}}]}, {"ruleId": "scanner-1a67a83493ef53f6", "level": "error", "message": {"text": "Dangling fetch: GET /api/opportunities${qs} (src/api.ts:80)"}, "properties": {"repobilityId": "3b371a5959891a87", "scanner": "scanner-primary", "fingerprint": "1a67a83493ef53f6", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-4756b4c4da7d2088", "level": "note", "message": {"text": "Unused endpoint: GET /api/health"}, "properties": {"repobilityId": "853df6f9f7b715d2", "scanner": "scanner-primary", "fingerprint": "4756b4c4da7d2088", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c5403bda3ddc1134", "level": "note", "message": {"text": "Unused endpoint: POST /api/datasets/load-samples"}, "properties": {"repobilityId": "c8922b12a2924062", "scanner": "scanner-primary", "fingerprint": "c5403bda3ddc1134", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-841ceb2fe842b202", "level": "note", "message": {"text": "Unused endpoint: DELETE /api/datasets/{source_type}"}, "properties": {"repobilityId": "46c62716027f53c0", "scanner": "scanner-primary", "fingerprint": "841ceb2fe842b202", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8a0a259f081be122", "level": "note", "message": {"text": "Unused endpoint: POST /api/connectors/servicenow/sync"}, "properties": {"repobilityId": "a7c8780a56aec377", "scanner": "scanner-primary", "fingerprint": "8a0a259f081be122", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-815b2fbed67827ab", "level": "note", "message": {"text": "Unused endpoint: POST /api/connectors/sap/sync"}, "properties": {"repobilityId": "fbe24bc1066cfd46", "scanner": "scanner-primary", "fingerprint": "815b2fbed67827ab", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8ea08f5dc19d887e", "level": "note", "message": {"text": "Unused endpoint: GET /api/opportunities"}, "properties": {"repobilityId": "578d1a2ee0822356", "scanner": "scanner-primary", "fingerprint": "8ea08f5dc19d887e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-15df696f653f63c4", "level": "note", "message": {"text": "Unused endpoint: POST /api/business-cases"}, "properties": {"repobilityId": "e8d85c1d332eb458", "scanner": "scanner-primary", "fingerprint": "15df696f653f63c4", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7e073e8e2c169d1c", "level": "note", "message": {"text": "Unused endpoint: POST /api/business-cases/{case_id}/implement"}, "properties": {"repobilityId": "a63247e12078b27d", "scanner": "scanner-primary", "fingerprint": "7e073e8e2c169d1c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-db890a6898276e7e", "level": "note", "message": {"text": "Unused endpoint: POST /api/business-cases/{case_id}/readings"}, "properties": {"repobilityId": "561c561b83fb634a", "scanner": "scanner-primary", "fingerprint": "db890a6898276e7e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-546df1a9b53fa39c", "level": "note", "message": {"text": "Unused endpoint: POST /api/business-cases/{case_id}/bindings"}, "properties": {"repobilityId": "a8a6cc58266c94f9", "scanner": "scanner-primary", "fingerprint": "546df1a9b53fa39c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-72dda9ae49b4ee42", "level": "note", "message": {"text": "Unused endpoint: GET /api/calibration"}, "properties": {"repobilityId": "055b3e1fce36a5f6", "scanner": "scanner-primary", "fingerprint": "72dda9ae49b4ee42", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-693e825c0375e356", "level": "note", "message": {"text": "Unused endpoint: GET /api/portfolio/diagnostic"}, "properties": {"repobilityId": "570eaffe6bbdcbbf", "scanner": "scanner-primary", "fingerprint": "693e825c0375e356", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6ae92428b89c54b8", "level": "note", "message": {"text": "Unused endpoint: GET /api/dashboard"}, "properties": {"repobilityId": "bcfa79868a24e229", "scanner": "scanner-primary", "fingerprint": "6ae92428b89c54b8", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3aedef7181aedb94", "level": "note", "message": {"text": "Unused endpoint: POST /api/business-cases/{case_id}/savings"}, "properties": {"repobilityId": "90429ff2ec7ff7a4", "scanner": "scanner-primary", "fingerprint": "3aedef7181aedb94", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}