{"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-2bb7ece0e0b288e0", "name": "Possibly dead Python function: repl", "shortDescription": {"text": "Possibly dead Python function: repl"}, "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-ad8639780fe6a7e5", "name": "Possibly dead Python function: reload", "shortDescription": {"text": "Possibly dead Python function: reload"}, "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-f060c2efa11f1a75", "name": "Possibly dead Python function: set_room_size", "shortDescription": {"text": "Possibly dead Python function: set_room_size"}, "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-e1a7d0969f1cb413", "name": "Possibly dead Python function: clear_zones", "shortDescription": {"text": "Possibly dead Python function: clear_zones"}, "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-b6f2e8f2c57eb47b", "name": "Possibly dead Python function: reload", "shortDescription": {"text": "Possibly dead Python function: reload"}, "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-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 19 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. 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-9b4a1e9dc0906f66", "name": "Legacy-named symbol `img_copy` in app/vision/activity_classifier.py:198", "shortDescription": {"text": "Legacy-named symbol `img_copy` in app/vision/activity_classifier.py:198"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2c04133e54348533", "name": "Near-duplicate function bodies in 2 places", "shortDescription": {"text": "Near-duplicate function bodies in 2 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\napp/vision/activity_classifier.py:load, app/vision/activity_classifier.py:load\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-be46ea126aa5d8dc", "name": "Near-duplicate function bodies in 3 places", "shortDescription": {"text": "Near-duplicate function bodies in 3 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\napp/vision/activity_classifier.py:classify, app/vision/activity_classifier.py:classify, app/vision/activity_classifier.py:classify\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d75549116aa774a2", "name": "FastAPI POST `set_tuning` without auth dependency \u2014 app/web/server.py:94", "shortDescription": {"text": "FastAPI POST `set_tuning` without auth dependency \u2014 app/web/server.py:94"}, "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-0b897c33addfc392", "name": "FastAPI POST `set_model` without auth dependency \u2014 app/web/server.py:114", "shortDescription": {"text": "FastAPI POST `set_model` without auth dependency \u2014 app/web/server.py:114"}, "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-78295f85c3785a0e", "name": "FastAPI POST `set_aim` without auth dependency \u2014 app/web/server.py:131", "shortDescription": {"text": "FastAPI POST `set_aim` without auth dependency \u2014 app/web/server.py:131"}, "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-d6d4b16578bb9a25", "name": "FastAPI POST `set_quad_point` without auth dependency \u2014 app/web/server.py:136", "shortDescription": {"text": "FastAPI POST `set_quad_point` without auth dependency \u2014 app/web/server.py:136"}, "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-0af158d9bb68df95", "name": "FastAPI POST `clear_quad` without auth dependency \u2014 app/web/server.py:141", "shortDescription": {"text": "FastAPI POST `clear_quad` without auth dependency \u2014 app/web/server.py:141"}, "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-62e8cba9e907ffec", "name": "FastAPI POST `set_edge` without auth dependency \u2014 app/web/server.py:146", "shortDescription": {"text": "FastAPI POST `set_edge` without auth dependency \u2014 app/web/server.py:146"}, "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-0ba4e09bd0207f3a", "name": "FastAPI POST `set_angle` without auth dependency \u2014 app/web/server.py:151", "shortDescription": {"text": "FastAPI POST `set_angle` without auth dependency \u2014 app/web/server.py:151"}, "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-343dbf65f4bd5a9f", "name": "FastAPI POST `set_value` without auth dependency \u2014 app/web/server.py:156", "shortDescription": {"text": "FastAPI POST `set_value` without auth dependency \u2014 app/web/server.py:156"}, "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-77441822e26f785f", "name": "FastAPI POST `zone_add` without auth dependency \u2014 app/web/server.py:164", "shortDescription": {"text": "FastAPI POST `zone_add` without auth dependency \u2014 app/web/server.py:164"}, "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-bc2f861d60a2c04f", "name": "FastAPI POST `zone_delete` without auth dependency \u2014 app/web/server.py:171", "shortDescription": {"text": "FastAPI POST `zone_delete` without auth dependency \u2014 app/web/server.py:171"}, "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-72f14b1e657ea260", "name": "FastAPI POST `save` without auth dependency \u2014 app/web/server.py:176", "shortDescription": {"text": "FastAPI POST `save` without auth dependency \u2014 app/web/server.py:176"}, "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-5baa8971ebe192a1", "name": "Unused endpoint: GET /", "shortDescription": {"text": "Unused endpoint: GET /"}, "fullDescription": {"text": "`app/web/server.py` declares `GET /` 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-27652a11ba620012", "name": "Unused endpoint: GET /api/state", "shortDescription": {"text": "Unused endpoint: GET /api/state"}, "fullDescription": {"text": "`app/web/server.py` declares `GET /api/state` 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-0627744c1be1fcb5", "name": "Unused endpoint: POST /api/tuning", "shortDescription": {"text": "Unused endpoint: POST /api/tuning"}, "fullDescription": {"text": "`app/web/server.py` declares `POST /api/tuning` 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-d5d0d48c53eebbe2", "name": "Unused endpoint: GET /api/models", "shortDescription": {"text": "Unused endpoint: GET /api/models"}, "fullDescription": {"text": "`app/web/server.py` declares `GET /api/models` 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-0d89b4f7677fe012", "name": "Unused endpoint: POST /api/model", "shortDescription": {"text": "Unused endpoint: POST /api/model"}, "fullDescription": {"text": "`app/web/server.py` declares `POST /api/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-7ad1502e3edb8c46", "name": "Unused endpoint: POST /api/aim", "shortDescription": {"text": "Unused endpoint: POST /api/aim"}, "fullDescription": {"text": "`app/web/server.py` declares `POST /api/aim` 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-1988c1bb843ebd61", "name": "Unused endpoint: POST /api/quad_point", "shortDescription": {"text": "Unused endpoint: POST /api/quad_point"}, "fullDescription": {"text": "`app/web/server.py` declares `POST /api/quad_point` 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-10ebfe014654baf9", "name": "Unused endpoint: POST /api/quad/clear", "shortDescription": {"text": "Unused endpoint: POST /api/quad/clear"}, "fullDescription": {"text": "`app/web/server.py` declares `POST /api/quad/clear` 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-16b1736ddb83867b", "name": "Unused endpoint: POST /api/edge", "shortDescription": {"text": "Unused endpoint: POST /api/edge"}, "fullDescription": {"text": "`app/web/server.py` declares `POST /api/edge` 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-9c301661929f67ae", "name": "Unused endpoint: POST /api/angle", "shortDescription": {"text": "Unused endpoint: POST /api/angle"}, "fullDescription": {"text": "`app/web/server.py` declares `POST /api/angle` 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-e946eef1d3d19413", "name": "Unused endpoint: POST /api/value", "shortDescription": {"text": "Unused endpoint: POST /api/value"}, "fullDescription": {"text": "`app/web/server.py` declares `POST /api/value` 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-5c447b415b26180b", "name": "Unused endpoint: POST /api/zone/add", "shortDescription": {"text": "Unused endpoint: POST /api/zone/add"}, "fullDescription": {"text": "`app/web/server.py` declares `POST /api/zone/add` 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-b5742b5ffbd68746", "name": "Unused endpoint: POST /api/zone/delete", "shortDescription": {"text": "Unused endpoint: POST /api/zone/delete"}, "fullDescription": {"text": "`app/web/server.py` declares `POST /api/zone/delete` 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-9ec4fbc4facd7daa", "name": "Unused endpoint: POST /api/save", "shortDescription": {"text": "Unused endpoint: POST /api/save"}, "fullDescription": {"text": "`app/web/server.py` declares `POST /api/save` 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-63bfed69c2bf7a3b", "name": "Unused endpoint: GET /video", "shortDescription": {"text": "Unused endpoint: GET /video"}, "fullDescription": {"text": "`app/web/server.py` declares `GET /video` 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/23094"}, "properties": {"repository": "Yabukaev/wb_vision_refactored", "repoUrl": "https://github.com/Yabukaev/wb_vision_refactored", "branch": "main"}, "results": [{"ruleId": "scanner-2bb7ece0e0b288e0", "level": "note", "message": {"text": "Possibly dead Python function: repl"}, "properties": {"repobilityId": "6f5d3779bbb8be8b", "scanner": "scanner-primary", "fingerprint": "2bb7ece0e0b288e0", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/config.py:38"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ad8639780fe6a7e5", "level": "note", "message": {"text": "Possibly dead Python function: reload"}, "properties": {"repobilityId": "4d61f73bd081b724", "scanner": "scanner-primary", "fingerprint": "ad8639780fe6a7e5", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/config.py:253"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f060c2efa11f1a75", "level": "note", "message": {"text": "Possibly dead Python function: set_room_size"}, "properties": {"repobilityId": "355a367f8018bb25", "scanner": "scanner-primary", "fingerprint": "f060c2efa11f1a75", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/vision/calibration.py:177"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e1a7d0969f1cb413", "level": "note", "message": {"text": "Possibly dead Python function: clear_zones"}, "properties": {"repobilityId": "934b2011d0911090", "scanner": "scanner-primary", "fingerprint": "e1a7d0969f1cb413", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/vision/calibration.py:302"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-b6f2e8f2c57eb47b", "level": "note", "message": {"text": "Possibly dead Python function: reload"}, "properties": {"repobilityId": "4d61f73bd081b724", "scanner": "scanner-primary", "fingerprint": "b6f2e8f2c57eb47b", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/vision/calibration.py:416"}, "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-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "16cd9073f76e3557", "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": "7b77f5b29c35d43d", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "e3dfe57a0bc34008", "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": "aca5aa4f3cc7ff55", "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": "1854709817fb9221", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-9b4a1e9dc0906f66", "level": "note", "message": {"text": "Legacy-named symbol `img_copy` in app/vision/activity_classifier.py:198"}, "properties": {"repobilityId": "5a28f83395db8355", "scanner": "scanner-primary", "fingerprint": "9b4a1e9dc0906f66", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "131b4861c4136ea6", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "98cc9c875b4a4beb", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-d75549116aa774a2", "level": "error", "message": {"text": "FastAPI POST `set_tuning` without auth dependency \u2014 app/web/server.py:94"}, "properties": {"repobilityId": "153933bd8960ad3b", "scanner": "scanner-primary", "fingerprint": "d75549116aa774a2", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/web/server.py"}, "region": {"startLine": 94}}}]}, {"ruleId": "scanner-0b897c33addfc392", "level": "error", "message": {"text": "FastAPI POST `set_model` without auth dependency \u2014 app/web/server.py:114"}, "properties": {"repobilityId": "187d53769a0feb9e", "scanner": "scanner-primary", "fingerprint": "0b897c33addfc392", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/web/server.py"}, "region": {"startLine": 114}}}]}, {"ruleId": "scanner-78295f85c3785a0e", "level": "error", "message": {"text": "FastAPI POST `set_aim` without auth dependency \u2014 app/web/server.py:131"}, "properties": {"repobilityId": "5846b7002239fc77", "scanner": "scanner-primary", "fingerprint": "78295f85c3785a0e", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/web/server.py"}, "region": {"startLine": 131}}}]}, {"ruleId": "scanner-d6d4b16578bb9a25", "level": "error", "message": {"text": "FastAPI POST `set_quad_point` without auth dependency \u2014 app/web/server.py:136"}, "properties": {"repobilityId": "10ab49e00060ec95", "scanner": "scanner-primary", "fingerprint": "d6d4b16578bb9a25", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/web/server.py"}, "region": {"startLine": 136}}}]}, {"ruleId": "scanner-0af158d9bb68df95", "level": "error", "message": {"text": "FastAPI POST `clear_quad` without auth dependency \u2014 app/web/server.py:141"}, "properties": {"repobilityId": "0051337144bdc556", "scanner": "scanner-primary", "fingerprint": "0af158d9bb68df95", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/web/server.py"}, "region": {"startLine": 141}}}]}, {"ruleId": "scanner-62e8cba9e907ffec", "level": "error", "message": {"text": "FastAPI POST `set_edge` without auth dependency \u2014 app/web/server.py:146"}, "properties": {"repobilityId": "404f8a5cd540383c", "scanner": "scanner-primary", "fingerprint": "62e8cba9e907ffec", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/web/server.py"}, "region": {"startLine": 146}}}]}, {"ruleId": "scanner-0ba4e09bd0207f3a", "level": "error", "message": {"text": "FastAPI POST `set_angle` without auth dependency \u2014 app/web/server.py:151"}, "properties": {"repobilityId": "048e3a652ff96e4b", "scanner": "scanner-primary", "fingerprint": "0ba4e09bd0207f3a", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/web/server.py"}, "region": {"startLine": 151}}}]}, {"ruleId": "scanner-343dbf65f4bd5a9f", "level": "error", "message": {"text": "FastAPI POST `set_value` without auth dependency \u2014 app/web/server.py:156"}, "properties": {"repobilityId": "4c5fe5e458a589eb", "scanner": "scanner-primary", "fingerprint": "343dbf65f4bd5a9f", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/web/server.py"}, "region": {"startLine": 156}}}]}, {"ruleId": "scanner-77441822e26f785f", "level": "error", "message": {"text": "FastAPI POST `zone_add` without auth dependency \u2014 app/web/server.py:164"}, "properties": {"repobilityId": "f0c2a83c972bb72f", "scanner": "scanner-primary", "fingerprint": "77441822e26f785f", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/web/server.py"}, "region": {"startLine": 164}}}]}, {"ruleId": "scanner-bc2f861d60a2c04f", "level": "error", "message": {"text": "FastAPI POST `zone_delete` without auth dependency \u2014 app/web/server.py:171"}, "properties": {"repobilityId": "34ea520a6d64447f", "scanner": "scanner-primary", "fingerprint": "bc2f861d60a2c04f", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/web/server.py"}, "region": {"startLine": 171}}}]}, {"ruleId": "scanner-72f14b1e657ea260", "level": "error", "message": {"text": "FastAPI POST `save` without auth dependency \u2014 app/web/server.py:176"}, "properties": {"repobilityId": "e3eb18aca6ab3b9b", "scanner": "scanner-primary", "fingerprint": "72f14b1e657ea260", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/web/server.py"}, "region": {"startLine": 176}}}]}, {"ruleId": "scanner-5baa8971ebe192a1", "level": "note", "message": {"text": "Unused endpoint: GET /"}, "properties": {"repobilityId": "73aa874b50f6b5f2", "scanner": "scanner-primary", "fingerprint": "5baa8971ebe192a1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-27652a11ba620012", "level": "note", "message": {"text": "Unused endpoint: GET /api/state"}, "properties": {"repobilityId": "25d985df2278dc67", "scanner": "scanner-primary", "fingerprint": "27652a11ba620012", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0627744c1be1fcb5", "level": "note", "message": {"text": "Unused endpoint: POST /api/tuning"}, "properties": {"repobilityId": "41fe1611d2fa722e", "scanner": "scanner-primary", "fingerprint": "0627744c1be1fcb5", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d5d0d48c53eebbe2", "level": "note", "message": {"text": "Unused endpoint: GET /api/models"}, "properties": {"repobilityId": "4af7168ab110ac7c", "scanner": "scanner-primary", "fingerprint": "d5d0d48c53eebbe2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0d89b4f7677fe012", "level": "note", "message": {"text": "Unused endpoint: POST /api/model"}, "properties": {"repobilityId": "37453aaf69e52d14", "scanner": "scanner-primary", "fingerprint": "0d89b4f7677fe012", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7ad1502e3edb8c46", "level": "note", "message": {"text": "Unused endpoint: POST /api/aim"}, "properties": {"repobilityId": "07f83ccf5ba05e0d", "scanner": "scanner-primary", "fingerprint": "7ad1502e3edb8c46", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1988c1bb843ebd61", "level": "note", "message": {"text": "Unused endpoint: POST /api/quad_point"}, "properties": {"repobilityId": "0eb46975f0761a0b", "scanner": "scanner-primary", "fingerprint": "1988c1bb843ebd61", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-10ebfe014654baf9", "level": "note", "message": {"text": "Unused endpoint: POST /api/quad/clear"}, "properties": {"repobilityId": "195d0109012bcc42", "scanner": "scanner-primary", "fingerprint": "10ebfe014654baf9", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-16b1736ddb83867b", "level": "note", "message": {"text": "Unused endpoint: POST /api/edge"}, "properties": {"repobilityId": "ae74e7ecac1dd379", "scanner": "scanner-primary", "fingerprint": "16b1736ddb83867b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9c301661929f67ae", "level": "note", "message": {"text": "Unused endpoint: POST /api/angle"}, "properties": {"repobilityId": "9e274d995ae6dcf5", "scanner": "scanner-primary", "fingerprint": "9c301661929f67ae", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e946eef1d3d19413", "level": "note", "message": {"text": "Unused endpoint: POST /api/value"}, "properties": {"repobilityId": "4e5ecadf0c3754dc", "scanner": "scanner-primary", "fingerprint": "e946eef1d3d19413", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5c447b415b26180b", "level": "note", "message": {"text": "Unused endpoint: POST /api/zone/add"}, "properties": {"repobilityId": "6c7df68413709d9d", "scanner": "scanner-primary", "fingerprint": "5c447b415b26180b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b5742b5ffbd68746", "level": "note", "message": {"text": "Unused endpoint: POST /api/zone/delete"}, "properties": {"repobilityId": "4880e4647e64ca73", "scanner": "scanner-primary", "fingerprint": "b5742b5ffbd68746", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9ec4fbc4facd7daa", "level": "note", "message": {"text": "Unused endpoint: POST /api/save"}, "properties": {"repobilityId": "b3c40032febc00b0", "scanner": "scanner-primary", "fingerprint": "9ec4fbc4facd7daa", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-63bfed69c2bf7a3b", "level": "note", "message": {"text": "Unused endpoint: GET /video"}, "properties": {"repobilityId": "779820485bc4063a", "scanner": "scanner-primary", "fingerprint": "63bfed69c2bf7a3b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}