{"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-58b52de73dbe8349", "name": "Possibly dead Python function: extract_embedding", "shortDescription": {"text": "Possibly dead Python function: extract_embedding"}, "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-8825aae26ced544c", "name": "Possibly dead Python function: delete_webhook", "shortDescription": {"text": "Possibly dead Python function: delete_webhook"}, "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-365cc7fe338f582e", "name": "Possibly dead Python function: require_dashboard_key", "shortDescription": {"text": "Possibly dead Python function: require_dashboard_key"}, "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-1c542ed06854c55d", "name": "Insecure pattern 'direct_innerhtml_assignment' in backend/dashboard.html:1006", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in backend/dashboard.html:1006"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-fd1815f4c7c740f1", "name": "Insecure pattern 'cors_wildcard' in backend/server.py:163", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in backend/server.py:163"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "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 3 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 12 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-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-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-d3f4f57fba848ab2", "name": "FastAPI POST `create_visit` without auth dependency \u2014 backend/server.py:360", "shortDescription": {"text": "FastAPI POST `create_visit` without auth dependency \u2014 backend/server.py:360"}, "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-ba1e3cca202df6b2", "name": "FastAPI POST `device_heartbeat` without auth dependency \u2014 backend/server.py:557", "shortDescription": {"text": "FastAPI POST `device_heartbeat` without auth dependency \u2014 backend/server.py:557"}, "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-2e7a8626b0aca259", "name": "FastAPI POST `telegram_webhook` without auth dependency \u2014 backend/server.py:584", "shortDescription": {"text": "FastAPI POST `telegram_webhook` without auth dependency \u2014 backend/server.py:584"}, "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": "`backend/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-fceb51c428e5434c", "name": "Unused endpoint: GET /api/auth/check", "shortDescription": {"text": "Unused endpoint: GET /api/auth/check"}, "fullDescription": {"text": "`backend/server.py` declares `GET /api/auth/check` 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-a07ce1227202d0d6", "name": "Unused endpoint: GET /api/recognition/health", "shortDescription": {"text": "Unused endpoint: GET /api/recognition/health"}, "fullDescription": {"text": "`backend/server.py` declares `GET /api/recognition/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-d19bce31094ef096", "name": "Unused endpoint: GET /api/visits", "shortDescription": {"text": "Unused endpoint: GET /api/visits"}, "fullDescription": {"text": "`backend/server.py` declares `GET /api/visits` 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-379b09f9de636500", "name": "Unused endpoint: GET /api/settings", "shortDescription": {"text": "Unused endpoint: GET /api/settings"}, "fullDescription": {"text": "`backend/server.py` declares `GET /api/settings` 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-2bffc2596a61e55e", "name": "Unused endpoint: PUT /api/settings", "shortDescription": {"text": "Unused endpoint: PUT /api/settings"}, "fullDescription": {"text": "`backend/server.py` declares `PUT /api/settings` 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-e04c965dee07672e", "name": "Unused endpoint: DELETE /api/visits/{visit_id}", "shortDescription": {"text": "Unused endpoint: DELETE /api/visits/{visit_id}"}, "fullDescription": {"text": "`backend/server.py` declares `DELETE /api/visits/{visit_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-0d1f39b741ec1590", "name": "Unused endpoint: GET /api/visitors", "shortDescription": {"text": "Unused endpoint: GET /api/visitors"}, "fullDescription": {"text": "`backend/server.py` declares `GET /api/visitors` 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-bef19d08113083d7", "name": "Unused endpoint: PATCH /api/visitors/{visitor_id}", "shortDescription": {"text": "Unused endpoint: PATCH /api/visitors/{visitor_id}"}, "fullDescription": {"text": "`backend/server.py` declares `PATCH /api/visitors/{visitor_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-26b12351cf879e86", "name": "Unused endpoint: DELETE /api/visitors/{visitor_id}", "shortDescription": {"text": "Unused endpoint: DELETE /api/visitors/{visitor_id}"}, "fullDescription": {"text": "`backend/server.py` declares `DELETE /api/visitors/{visitor_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-0f3429f0e9814a64", "name": "Unused endpoint: POST /api/visits", "shortDescription": {"text": "Unused endpoint: POST /api/visits"}, "fullDescription": {"text": "`backend/server.py` declares `POST /api/visits` 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-1a513f0a90beb639", "name": "Unused endpoint: PATCH /api/visits/{visit_id}/tag", "shortDescription": {"text": "Unused endpoint: PATCH /api/visits/{visit_id}/tag"}, "fullDescription": {"text": "`backend/server.py` declares `PATCH /api/visits/{visit_id}/tag` 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-3b37265900e79a8a", "name": "Unused endpoint: GET /api/stats", "shortDescription": {"text": "Unused endpoint: GET /api/stats"}, "fullDescription": {"text": "`backend/server.py` declares `GET /api/stats` 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-6fecc8618cca0bcc", "name": "Unused endpoint: GET /api/device/status", "shortDescription": {"text": "Unused endpoint: GET /api/device/status"}, "fullDescription": {"text": "`backend/server.py` declares `GET /api/device/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-b1090d5cc35e7999", "name": "Unused endpoint: POST /api/device/heartbeat", "shortDescription": {"text": "Unused endpoint: POST /api/device/heartbeat"}, "fullDescription": {"text": "`backend/server.py` declares `POST /api/device/heartbeat` 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-0c77e6658967e090", "name": "Unused endpoint: POST /telegram/webhook", "shortDescription": {"text": "Unused endpoint: POST /telegram/webhook"}, "fullDescription": {"text": "`backend/server.py` declares `POST /telegram/webhook` 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-3f1cab58e89edd46", "name": "Unused endpoint: POST /admin/set-webhook", "shortDescription": {"text": "Unused endpoint: POST /admin/set-webhook"}, "fullDescription": {"text": "`backend/server.py` declares `POST /admin/set-webhook` 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-14499a6b4d7b4b53", "name": "Unused endpoint: GET /admin/webhook-info", "shortDescription": {"text": "Unused endpoint: GET /admin/webhook-info"}, "fullDescription": {"text": "`backend/server.py` declares `GET /admin/webhook-info` 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/23432"}, "properties": {"repository": "yussefz99/Smart-Doorbell", "repoUrl": "https://github.com/yussefz99/Smart-Doorbell", "branch": "main"}, "results": [{"ruleId": "scanner-58b52de73dbe8349", "level": "note", "message": {"text": "Possibly dead Python function: extract_embedding"}, "properties": {"repobilityId": "511f5352221d9cb2", "scanner": "scanner-primary", "fingerprint": "58b52de73dbe8349", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/recognition.py:38"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8825aae26ced544c", "level": "note", "message": {"text": "Possibly dead Python function: delete_webhook"}, "properties": {"repobilityId": "431afb7629a8f78d", "scanner": "scanner-primary", "fingerprint": "8825aae26ced544c", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/telegram_bot.py:169"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-365cc7fe338f582e", "level": "note", "message": {"text": "Possibly dead Python function: require_dashboard_key"}, "properties": {"repobilityId": "708aca446474e496", "scanner": "scanner-primary", "fingerprint": "365cc7fe338f582e", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/server.py:51"}, "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-1c542ed06854c55d", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in backend/dashboard.html:1006"}, "properties": {"repobilityId": "7ead28e467e5fa53", "scanner": "scanner-primary", "fingerprint": "1c542ed06854c55d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/dashboard.html"}, "region": {"startLine": 1006}}}]}, {"ruleId": "scanner-fd1815f4c7c740f1", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in backend/server.py:163"}, "properties": {"repobilityId": "ade4cc2906bcbfb9", "scanner": "scanner-primary", "fingerprint": "fd1815f4c7c740f1", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/server.py"}, "region": {"startLine": 163}}}]}, {"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": "3c2c5cb8c25c61ca", "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": "6a708abb59b4f44c", "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": "d20fb1f39fdbedd0", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "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": "5d558c977294f9da", "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": "ce76238d8e13eb4b", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-d3f4f57fba848ab2", "level": "error", "message": {"text": "FastAPI POST `create_visit` without auth dependency \u2014 backend/server.py:360"}, "properties": {"repobilityId": "361f969a3a60dca8", "scanner": "scanner-primary", "fingerprint": "d3f4f57fba848ab2", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/server.py"}, "region": {"startLine": 360}}}]}, {"ruleId": "scanner-ba1e3cca202df6b2", "level": "error", "message": {"text": "FastAPI POST `device_heartbeat` without auth dependency \u2014 backend/server.py:557"}, "properties": {"repobilityId": "22299175fb3db2b5", "scanner": "scanner-primary", "fingerprint": "ba1e3cca202df6b2", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/server.py"}, "region": {"startLine": 557}}}]}, {"ruleId": "scanner-2e7a8626b0aca259", "level": "error", "message": {"text": "FastAPI POST `telegram_webhook` without auth dependency \u2014 backend/server.py:584"}, "properties": {"repobilityId": "d4eedb5f5809671e", "scanner": "scanner-primary", "fingerprint": "2e7a8626b0aca259", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/server.py"}, "region": {"startLine": 584}}}]}, {"ruleId": "scanner-5baa8971ebe192a1", "level": "note", "message": {"text": "Unused endpoint: GET /"}, "properties": {"repobilityId": "4d7a07964b620763", "scanner": "scanner-primary", "fingerprint": "5baa8971ebe192a1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-fceb51c428e5434c", "level": "note", "message": {"text": "Unused endpoint: GET /api/auth/check"}, "properties": {"repobilityId": "7f2c693ead7e5731", "scanner": "scanner-primary", "fingerprint": "fceb51c428e5434c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a07ce1227202d0d6", "level": "note", "message": {"text": "Unused endpoint: GET /api/recognition/health"}, "properties": {"repobilityId": "f325f88721e490fc", "scanner": "scanner-primary", "fingerprint": "a07ce1227202d0d6", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d19bce31094ef096", "level": "note", "message": {"text": "Unused endpoint: GET /api/visits"}, "properties": {"repobilityId": "712fc793f4c67741", "scanner": "scanner-primary", "fingerprint": "d19bce31094ef096", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-379b09f9de636500", "level": "note", "message": {"text": "Unused endpoint: GET /api/settings"}, "properties": {"repobilityId": "bbd51097523998fe", "scanner": "scanner-primary", "fingerprint": "379b09f9de636500", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2bffc2596a61e55e", "level": "note", "message": {"text": "Unused endpoint: PUT /api/settings"}, "properties": {"repobilityId": "bda54592285652b6", "scanner": "scanner-primary", "fingerprint": "2bffc2596a61e55e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e04c965dee07672e", "level": "note", "message": {"text": "Unused endpoint: DELETE /api/visits/{visit_id}"}, "properties": {"repobilityId": "ff678e4b9eb280c0", "scanner": "scanner-primary", "fingerprint": "e04c965dee07672e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0d1f39b741ec1590", "level": "note", "message": {"text": "Unused endpoint: GET /api/visitors"}, "properties": {"repobilityId": "3a93fcdfc764010f", "scanner": "scanner-primary", "fingerprint": "0d1f39b741ec1590", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-bef19d08113083d7", "level": "note", "message": {"text": "Unused endpoint: PATCH /api/visitors/{visitor_id}"}, "properties": {"repobilityId": "77c50c8cb4d5727f", "scanner": "scanner-primary", "fingerprint": "bef19d08113083d7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-26b12351cf879e86", "level": "note", "message": {"text": "Unused endpoint: DELETE /api/visitors/{visitor_id}"}, "properties": {"repobilityId": "be195f564226aa0d", "scanner": "scanner-primary", "fingerprint": "26b12351cf879e86", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0f3429f0e9814a64", "level": "note", "message": {"text": "Unused endpoint: POST /api/visits"}, "properties": {"repobilityId": "810c601a318d1c77", "scanner": "scanner-primary", "fingerprint": "0f3429f0e9814a64", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1a513f0a90beb639", "level": "note", "message": {"text": "Unused endpoint: PATCH /api/visits/{visit_id}/tag"}, "properties": {"repobilityId": "a8b8a7f3ec2aeadf", "scanner": "scanner-primary", "fingerprint": "1a513f0a90beb639", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3b37265900e79a8a", "level": "note", "message": {"text": "Unused endpoint: GET /api/stats"}, "properties": {"repobilityId": "fe2c3d8df9a65a21", "scanner": "scanner-primary", "fingerprint": "3b37265900e79a8a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6fecc8618cca0bcc", "level": "note", "message": {"text": "Unused endpoint: GET /api/device/status"}, "properties": {"repobilityId": "f778c68e671e3e83", "scanner": "scanner-primary", "fingerprint": "6fecc8618cca0bcc", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b1090d5cc35e7999", "level": "note", "message": {"text": "Unused endpoint: POST /api/device/heartbeat"}, "properties": {"repobilityId": "a3d61dcd70f8bd01", "scanner": "scanner-primary", "fingerprint": "b1090d5cc35e7999", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0c77e6658967e090", "level": "note", "message": {"text": "Unused endpoint: POST /telegram/webhook"}, "properties": {"repobilityId": "40daaac02a6e4a97", "scanner": "scanner-primary", "fingerprint": "0c77e6658967e090", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3f1cab58e89edd46", "level": "note", "message": {"text": "Unused endpoint: POST /admin/set-webhook"}, "properties": {"repobilityId": "880d1535b86d1e28", "scanner": "scanner-primary", "fingerprint": "3f1cab58e89edd46", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-14499a6b4d7b4b53", "level": "note", "message": {"text": "Unused endpoint: GET /admin/webhook-info"}, "properties": {"repobilityId": "e9775e3fb64875d4", "scanner": "scanner-primary", "fingerprint": "14499a6b4d7b4b53", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}