{"version": "2.1.0", "$schema": "https://json.schemastore.org/sarif-2.1.0.json", "runs": [{"tool": {"driver": {"name": "Repobility", "informationUri": "https://repobility.com", "rules": [{"id": "scanner-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8b4e5cafdaaf59c7", "name": "Very large file: design_handoff_huckleberry_watch/design-canvas.jsx (974 lines)", "shortDescription": {"text": "Very large file: design_handoff_huckleberry_watch/design-canvas.jsx (974 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "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-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-cf7f75eac21cb112", "name": "Commented-code block (7 lines) in design_handoff_huckleberry_watch/design-canvas.jsx:4", "shortDescription": {"text": "Commented-code block (7 lines) in design_handoff_huckleberry_watch/design-canvas.jsx:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-3ba6a82429dcf0a0", "name": "`fetch()` without try/.catch or AbortSignal \u2014 design_handoff_huckleberry_watch/design-canvas.jsx:136", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 design_handoff_huckleberry_watch/design-canvas.jsx:136"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-7484d3ef4e17d58f", "name": "Commented-code block (7 lines) in design_handoff_huckleberry_watch/tweaks-panel.jsx:16", "shortDescription": {"text": "Commented-code block (7 lines) in design_handoff_huckleberry_watch/tweaks-panel.jsx:16"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-a154a337bf8b9743", "name": "FastAPI POST `sleep_start` without auth dependency \u2014 python_service/main.py:103", "shortDescription": {"text": "FastAPI POST `sleep_start` without auth dependency \u2014 python_service/main.py:103"}, "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-fd8a8392e2b71637", "name": "FastAPI POST `sleep_pause` without auth dependency \u2014 python_service/main.py:108", "shortDescription": {"text": "FastAPI POST `sleep_pause` without auth dependency \u2014 python_service/main.py:108"}, "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-b7a185fe4ac465d6", "name": "FastAPI POST `sleep_resume` without auth dependency \u2014 python_service/main.py:113", "shortDescription": {"text": "FastAPI POST `sleep_resume` without auth dependency \u2014 python_service/main.py:113"}, "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-667bf7a3aa69510b", "name": "FastAPI POST `sleep_stop` without auth dependency \u2014 python_service/main.py:118", "shortDescription": {"text": "FastAPI POST `sleep_stop` without auth dependency \u2014 python_service/main.py:118"}, "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}}]}}, "automationDetails": {"id": "repobility/24286"}, "properties": {"repository": "arbaktos/hb_companion_wear_os", "repoUrl": "https://github.com/arbaktos/hb_companion_wear_os", "branch": "main"}, "results": [{"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-8b4e5cafdaaf59c7", "level": "note", "message": {"text": "Very large file: design_handoff_huckleberry_watch/design-canvas.jsx (974 lines)"}, "properties": {"repobilityId": "69841afada38125c", "scanner": "scanner-primary", "fingerprint": "8b4e5cafdaaf59c7", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "a7db1d8502734071", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "0418e3b47626878e", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "44b4d5bd1a8326aa", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-cf7f75eac21cb112", "level": "none", "message": {"text": "Commented-code block (7 lines) in design_handoff_huckleberry_watch/design-canvas.jsx:4"}, "properties": {"repobilityId": "2db63d0c21e7ce95", "scanner": "scanner-primary", "fingerprint": "cf7f75eac21cb112", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3ba6a82429dcf0a0", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 design_handoff_huckleberry_watch/design-canvas.jsx:136"}, "properties": {"repobilityId": "08dbfc28027bbd49", "scanner": "scanner-primary", "fingerprint": "3ba6a82429dcf0a0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-7484d3ef4e17d58f", "level": "none", "message": {"text": "Commented-code block (7 lines) in design_handoff_huckleberry_watch/tweaks-panel.jsx:16"}, "properties": {"repobilityId": "3ea683c4bc5d7647", "scanner": "scanner-primary", "fingerprint": "7484d3ef4e17d58f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a154a337bf8b9743", "level": "error", "message": {"text": "FastAPI POST `sleep_start` without auth dependency \u2014 python_service/main.py:103"}, "properties": {"repobilityId": "67beb8e68295f78e", "scanner": "scanner-primary", "fingerprint": "a154a337bf8b9743", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "python_service/main.py"}, "region": {"startLine": 103}}}]}, {"ruleId": "scanner-fd8a8392e2b71637", "level": "error", "message": {"text": "FastAPI POST `sleep_pause` without auth dependency \u2014 python_service/main.py:108"}, "properties": {"repobilityId": "081e9f05535ba2e0", "scanner": "scanner-primary", "fingerprint": "fd8a8392e2b71637", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "python_service/main.py"}, "region": {"startLine": 108}}}]}, {"ruleId": "scanner-b7a185fe4ac465d6", "level": "error", "message": {"text": "FastAPI POST `sleep_resume` without auth dependency \u2014 python_service/main.py:113"}, "properties": {"repobilityId": "1f6ef9e3207d1f7c", "scanner": "scanner-primary", "fingerprint": "b7a185fe4ac465d6", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "python_service/main.py"}, "region": {"startLine": 113}}}]}, {"ruleId": "scanner-667bf7a3aa69510b", "level": "error", "message": {"text": "FastAPI POST `sleep_stop` without auth dependency \u2014 python_service/main.py:118"}, "properties": {"repobilityId": "713b8d1058a44e60", "scanner": "scanner-primary", "fingerprint": "667bf7a3aa69510b", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "python_service/main.py"}, "region": {"startLine": 118}}}]}]}]}