{"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-bebabbed3bf3fa12", "name": "Possibly dead Python function: prompt_mfa", "shortDescription": {"text": "Possibly dead Python function: prompt_mfa"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 11 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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 9 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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, ci, tests. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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-122f91b7f2906dc4", "name": "Agent authority lacks a verifier contract: .claude/settings.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/settings.json"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-80bb761e9683738c", "name": "Agent authority lacks a verifier contract: skill/route-builder/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: skill/route-builder/SKILL.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0cfa4141772b0eb6", "name": "FastAPI POST `api_route` without auth dependency \u2014 server/routebuilder/main.py:65", "shortDescription": {"text": "FastAPI POST `api_route` without auth dependency \u2014 server/routebuilder/main.py:65"}, "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-9e61667adc62054b", "name": "FastAPI POST `api_roundtrip` without auth dependency \u2014 server/routebuilder/main.py:70", "shortDescription": {"text": "FastAPI POST `api_roundtrip` without auth dependency \u2014 server/routebuilder/main.py:70"}, "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-a20692ceaafcfd42", "name": "FastAPI POST `api_outandback` without auth dependency \u2014 server/routebuilder/main.py:83", "shortDescription": {"text": "FastAPI POST `api_outandback` without auth dependency \u2014 server/routebuilder/main.py:83"}, "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-7c6f8ec4d8dd6b74", "name": "FastAPI POST `api_export` without auth dependency \u2014 server/routebuilder/main.py:105", "shortDescription": {"text": "FastAPI POST `api_export` without auth dependency \u2014 server/routebuilder/main.py:105"}, "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-71b6c471222d455c", "name": "FastAPI POST `api_save_location` without auth dependency \u2014 server/routebuilder/main.py:139", "shortDescription": {"text": "FastAPI POST `api_save_location` without auth dependency \u2014 server/routebuilder/main.py:139"}, "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-e4f40d74007eb302", "name": "FastAPI DELETE `api_delete_location` without auth dependency \u2014 server/routebuilder/main.py:147", "shortDescription": {"text": "FastAPI DELETE `api_delete_location` without auth dependency \u2014 server/routebuilder/main.py:147"}, "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-e37b90933bcd22c7", "name": "FastAPI POST `api_save_route` without auth dependency \u2014 server/routebuilder/main.py:170", "shortDescription": {"text": "FastAPI POST `api_save_route` without auth dependency \u2014 server/routebuilder/main.py:170"}, "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-0c5b6682675fcfbb", "name": "FastAPI POST `api_garmin_login` without auth dependency \u2014 server/routebuilder/main.py:182", "shortDescription": {"text": "FastAPI POST `api_garmin_login` without auth dependency \u2014 server/routebuilder/main.py:182"}, "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-24d819daa2be5852", "name": "Unused endpoint: POST /api/route", "shortDescription": {"text": "Unused endpoint: POST /api/route"}, "fullDescription": {"text": "`server/routebuilder/main.py` declares `POST /api/route` 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-3b5f04d2ca3f4b0b", "name": "Unused endpoint: POST /api/roundtrip", "shortDescription": {"text": "Unused endpoint: POST /api/roundtrip"}, "fullDescription": {"text": "`server/routebuilder/main.py` declares `POST /api/roundtrip` 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-a6106f88ad2341b5", "name": "Unused endpoint: POST /api/outandback", "shortDescription": {"text": "Unused endpoint: POST /api/outandback"}, "fullDescription": {"text": "`server/routebuilder/main.py` declares `POST /api/outandback` 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-9776d2893644070b", "name": "Unused endpoint: GET /api/presets", "shortDescription": {"text": "Unused endpoint: GET /api/presets"}, "fullDescription": {"text": "`server/routebuilder/main.py` declares `GET /api/presets` 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-6fade9d72cd7b1df", "name": "Unused endpoint: POST /api/export", "shortDescription": {"text": "Unused endpoint: POST /api/export"}, "fullDescription": {"text": "`server/routebuilder/main.py` declares `POST /api/export` 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-edc07d7ff67498cc", "name": "Unused endpoint: GET /api/gpx/{filename}", "shortDescription": {"text": "Unused endpoint: GET /api/gpx/{filename}"}, "fullDescription": {"text": "`server/routebuilder/main.py` declares `GET /api/gpx/{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-c6ceb81f9bb48a3b", "name": "Unused endpoint: GET /api/geocode", "shortDescription": {"text": "Unused endpoint: GET /api/geocode"}, "fullDescription": {"text": "`server/routebuilder/main.py` declares `GET /api/geocode` 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-e83c067b63f532c0", "name": "Unused endpoint: GET /api/locations", "shortDescription": {"text": "Unused endpoint: GET /api/locations"}, "fullDescription": {"text": "`server/routebuilder/main.py` declares `GET /api/locations` 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-ceb87b01a5b8a892", "name": "Unused endpoint: POST /api/locations/{name}", "shortDescription": {"text": "Unused endpoint: POST /api/locations/{name}"}, "fullDescription": {"text": "`server/routebuilder/main.py` declares `POST /api/locations/{name}` 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-8d3197e54bdbbcf9", "name": "Unused endpoint: DELETE /api/locations/{name}", "shortDescription": {"text": "Unused endpoint: DELETE /api/locations/{name}"}, "fullDescription": {"text": "`server/routebuilder/main.py` declares `DELETE /api/locations/{name}` 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-27c47d38b9a329d2", "name": "Unused endpoint: GET /api/routes", "shortDescription": {"text": "Unused endpoint: GET /api/routes"}, "fullDescription": {"text": "`server/routebuilder/main.py` declares `GET /api/routes` 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-4299e27d8d84eed0", "name": "Unused endpoint: GET /api/routes/{name}", "shortDescription": {"text": "Unused endpoint: GET /api/routes/{name}"}, "fullDescription": {"text": "`server/routebuilder/main.py` declares `GET /api/routes/{name}` 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-c75abf577841e064", "name": "Unused endpoint: POST /api/routes", "shortDescription": {"text": "Unused endpoint: POST /api/routes"}, "fullDescription": {"text": "`server/routebuilder/main.py` declares `POST /api/routes` 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-45be43ede365d63c", "name": "Unused endpoint: GET /api/garmin/status", "shortDescription": {"text": "Unused endpoint: GET /api/garmin/status"}, "fullDescription": {"text": "`server/routebuilder/main.py` declares `GET /api/garmin/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-e853a3e333d859dd", "name": "Unused endpoint: POST /api/garmin/login", "shortDescription": {"text": "Unused endpoint: POST /api/garmin/login"}, "fullDescription": {"text": "`server/routebuilder/main.py` declares `POST /api/garmin/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}}]}}, "automationDetails": {"id": "repobility/20907"}, "properties": {"repository": "tech-support03/route-builder", "repoUrl": "https://github.com/tech-support03/route-builder", "branch": "main"}, "results": [{"ruleId": "scanner-bebabbed3bf3fa12", "level": "note", "message": {"text": "Possibly dead Python function: prompt_mfa"}, "properties": {"repobilityId": "eda8b7a487dd4e4b", "scanner": "scanner-primary", "fingerprint": "bebabbed3bf3fa12", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server/routebuilder/garmin.py:64"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-9710c8d059e53154", "level": "none", "message": {"text": "No frontend routes/components detected"}, "properties": {"repobilityId": "44ca61485762e494", "scanner": "scanner-primary", "fingerprint": "9710c8d059e53154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"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": "16e1364e437a9d03", "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": "5dacb5971a5f3810", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "31d40f4db99bf646", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "2669b7b28223252b", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "eb1cab0906b60765", "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": "d37c7d61710501b3", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-122f91b7f2906dc4", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/settings.json"}, "properties": {"repobilityId": "a2967269048b6a9d", "scanner": "scanner-primary", "fingerprint": "122f91b7f2906dc4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/settings.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-80bb761e9683738c", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: skill/route-builder/SKILL.md"}, "properties": {"repobilityId": "0be67696ba2cda0f", "scanner": "scanner-primary", "fingerprint": "80bb761e9683738c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skill/route-builder/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0cfa4141772b0eb6", "level": "error", "message": {"text": "FastAPI POST `api_route` without auth dependency \u2014 server/routebuilder/main.py:65"}, "properties": {"repobilityId": "ec80bfb5e791ed77", "scanner": "scanner-primary", "fingerprint": "0cfa4141772b0eb6", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server/routebuilder/main.py"}, "region": {"startLine": 65}}}]}, {"ruleId": "scanner-9e61667adc62054b", "level": "error", "message": {"text": "FastAPI POST `api_roundtrip` without auth dependency \u2014 server/routebuilder/main.py:70"}, "properties": {"repobilityId": "62bd27b76db4cdd0", "scanner": "scanner-primary", "fingerprint": "9e61667adc62054b", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server/routebuilder/main.py"}, "region": {"startLine": 70}}}]}, {"ruleId": "scanner-a20692ceaafcfd42", "level": "error", "message": {"text": "FastAPI POST `api_outandback` without auth dependency \u2014 server/routebuilder/main.py:83"}, "properties": {"repobilityId": "c10c052d7f4d9a4a", "scanner": "scanner-primary", "fingerprint": "a20692ceaafcfd42", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server/routebuilder/main.py"}, "region": {"startLine": 83}}}]}, {"ruleId": "scanner-7c6f8ec4d8dd6b74", "level": "error", "message": {"text": "FastAPI POST `api_export` without auth dependency \u2014 server/routebuilder/main.py:105"}, "properties": {"repobilityId": "02c13de07b62b6cc", "scanner": "scanner-primary", "fingerprint": "7c6f8ec4d8dd6b74", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server/routebuilder/main.py"}, "region": {"startLine": 105}}}]}, {"ruleId": "scanner-71b6c471222d455c", "level": "error", "message": {"text": "FastAPI POST `api_save_location` without auth dependency \u2014 server/routebuilder/main.py:139"}, "properties": {"repobilityId": "9cf246da8bb3345c", "scanner": "scanner-primary", "fingerprint": "71b6c471222d455c", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server/routebuilder/main.py"}, "region": {"startLine": 139}}}]}, {"ruleId": "scanner-e4f40d74007eb302", "level": "error", "message": {"text": "FastAPI DELETE `api_delete_location` without auth dependency \u2014 server/routebuilder/main.py:147"}, "properties": {"repobilityId": "83739596089ad8b4", "scanner": "scanner-primary", "fingerprint": "e4f40d74007eb302", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server/routebuilder/main.py"}, "region": {"startLine": 147}}}]}, {"ruleId": "scanner-e37b90933bcd22c7", "level": "error", "message": {"text": "FastAPI POST `api_save_route` without auth dependency \u2014 server/routebuilder/main.py:170"}, "properties": {"repobilityId": "32cd0fdc25dde781", "scanner": "scanner-primary", "fingerprint": "e37b90933bcd22c7", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server/routebuilder/main.py"}, "region": {"startLine": 170}}}]}, {"ruleId": "scanner-0c5b6682675fcfbb", "level": "error", "message": {"text": "FastAPI POST `api_garmin_login` without auth dependency \u2014 server/routebuilder/main.py:182"}, "properties": {"repobilityId": "3c2ee8814ded3262", "scanner": "scanner-primary", "fingerprint": "0c5b6682675fcfbb", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server/routebuilder/main.py"}, "region": {"startLine": 182}}}]}, {"ruleId": "scanner-24d819daa2be5852", "level": "note", "message": {"text": "Unused endpoint: POST /api/route"}, "properties": {"repobilityId": "bf0bfe2a383783dd", "scanner": "scanner-primary", "fingerprint": "24d819daa2be5852", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3b5f04d2ca3f4b0b", "level": "note", "message": {"text": "Unused endpoint: POST /api/roundtrip"}, "properties": {"repobilityId": "f41f3cd0fa542f9f", "scanner": "scanner-primary", "fingerprint": "3b5f04d2ca3f4b0b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a6106f88ad2341b5", "level": "note", "message": {"text": "Unused endpoint: POST /api/outandback"}, "properties": {"repobilityId": "141e712496a256cf", "scanner": "scanner-primary", "fingerprint": "a6106f88ad2341b5", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9776d2893644070b", "level": "note", "message": {"text": "Unused endpoint: GET /api/presets"}, "properties": {"repobilityId": "4e87f4242d318a1f", "scanner": "scanner-primary", "fingerprint": "9776d2893644070b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6fade9d72cd7b1df", "level": "note", "message": {"text": "Unused endpoint: POST /api/export"}, "properties": {"repobilityId": "61ccd7d0d42e40e8", "scanner": "scanner-primary", "fingerprint": "6fade9d72cd7b1df", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-edc07d7ff67498cc", "level": "note", "message": {"text": "Unused endpoint: GET /api/gpx/{filename}"}, "properties": {"repobilityId": "8478aa8f482cfc69", "scanner": "scanner-primary", "fingerprint": "edc07d7ff67498cc", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c6ceb81f9bb48a3b", "level": "note", "message": {"text": "Unused endpoint: GET /api/geocode"}, "properties": {"repobilityId": "de1dd385167a5631", "scanner": "scanner-primary", "fingerprint": "c6ceb81f9bb48a3b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e83c067b63f532c0", "level": "note", "message": {"text": "Unused endpoint: GET /api/locations"}, "properties": {"repobilityId": "e49bf67d44394968", "scanner": "scanner-primary", "fingerprint": "e83c067b63f532c0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ceb87b01a5b8a892", "level": "note", "message": {"text": "Unused endpoint: POST /api/locations/{name}"}, "properties": {"repobilityId": "87da5dbe7ca97f3e", "scanner": "scanner-primary", "fingerprint": "ceb87b01a5b8a892", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8d3197e54bdbbcf9", "level": "note", "message": {"text": "Unused endpoint: DELETE /api/locations/{name}"}, "properties": {"repobilityId": "49d69dd0e1a4ad5b", "scanner": "scanner-primary", "fingerprint": "8d3197e54bdbbcf9", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-27c47d38b9a329d2", "level": "note", "message": {"text": "Unused endpoint: GET /api/routes"}, "properties": {"repobilityId": "7b9e15d06210d61a", "scanner": "scanner-primary", "fingerprint": "27c47d38b9a329d2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4299e27d8d84eed0", "level": "note", "message": {"text": "Unused endpoint: GET /api/routes/{name}"}, "properties": {"repobilityId": "1639ea1caccc7cec", "scanner": "scanner-primary", "fingerprint": "4299e27d8d84eed0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c75abf577841e064", "level": "note", "message": {"text": "Unused endpoint: POST /api/routes"}, "properties": {"repobilityId": "7f31f2f1f0166935", "scanner": "scanner-primary", "fingerprint": "c75abf577841e064", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-45be43ede365d63c", "level": "note", "message": {"text": "Unused endpoint: GET /api/garmin/status"}, "properties": {"repobilityId": "73f8c5a7ca4dc107", "scanner": "scanner-primary", "fingerprint": "45be43ede365d63c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e853a3e333d859dd", "level": "note", "message": {"text": "Unused endpoint: POST /api/garmin/login"}, "properties": {"repobilityId": "83e8f4cabfc081a8", "scanner": "scanner-primary", "fingerprint": "e853a3e333d859dd", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}