{"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-ce07f75af0010c31", "name": "Dockerfile runs as root: clearpath-backend/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: clearpath-backend/Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-7eb4f68052f54fd1", "name": "Docker base image is tag-pinned but not digest-pinned: maven:3.9-eclipse-temurin-21", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: maven:3.9-eclipse-temurin-21"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4db3688098a98901", "name": "Docker base image is tag-pinned but not digest-pinned: eclipse-temurin:21-jre", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: eclipse-temurin:21-jre"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-aa5acaa49eb8315b", "name": "Containers defined but no K8s/orchestration manifest found", "shortDescription": {"text": "Containers defined but no K8s/orchestration manifest found"}, "fullDescription": {"text": "Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8135826abcf89367", "name": "Insecure pattern 'local_storage_auth_token' in clearpath-frontend/src/Pages/AuthCallbackPage.jsx:14", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in clearpath-frontend/src/Pages/AuthCallbackPage.jsx:14"}, "fullDescription": {"text": "Found a known-risky pattern (local_storage_auth_token). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-600d853ad29bde03", "name": "Insecure pattern 'local_storage_auth_token' in clearpath-frontend/src/Pages/AuthPage.jsx:48", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in clearpath-frontend/src/Pages/AuthPage.jsx:48"}, "fullDescription": {"text": "Found a known-risky pattern (local_storage_auth_token). Review and replace if possible."}, "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": "4 test file(s) for 60 source file(s) (ratio 0.07). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 38 placeholder/mock markers across 12 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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-f6bbd5e35befa20b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 clearpath-frontend/src/components/layout/BottomBar.jsx:57", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 clearpath-frontend/src/components/layout/BottomBar.jsx:57"}, "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-ad59edfb8caeaf78", "name": "`fetch()` without try/.catch or AbortSignal \u2014 clearpath-frontend/src/Pages/KitViewPage.jsx:13", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 clearpath-frontend/src/Pages/KitViewPage.jsx:13"}, "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-782433177e56517b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 clearpath-frontend/src/Pages/AuthPage.jsx:34", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 clearpath-frontend/src/Pages/AuthPage.jsx:34"}, "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-74524ca68aad55c4", "name": "`fetch()` without try/.catch or AbortSignal \u2014 clearpath-frontend/src/Pages/QuizPage.jsx:116", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 clearpath-frontend/src/Pages/QuizPage.jsx:116"}, "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-cc2785a400a224da", "name": "`fetch()` without try/.catch or AbortSignal \u2014 clearpath-frontend/src/Pages/GamePlanPage.jsx:60", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 clearpath-frontend/src/Pages/GamePlanPage.jsx:60"}, "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-e406370cb6750d7c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 clearpath-frontend/src/Pages/MockTestPage.jsx:66", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 clearpath-frontend/src/Pages/MockTestPage.jsx:66"}, "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-d5bb3681fef71686", "name": "Frontend route `/auth/callback` has no Link/navigate to it \u2014 clearpath-frontend/src/App.jsx", "shortDescription": {"text": "Frontend route `/auth/callback` has no Link/navigate to it \u2014 clearpath-frontend/src/App.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6fa67c14c06a7c5b", "name": "Frontend route `/kit/:id` has no Link/navigate to it \u2014 clearpath-frontend/src/App.jsx", "shortDescription": {"text": "Frontend route `/kit/:id` has no Link/navigate to it \u2014 clearpath-frontend/src/App.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8a26aebd6f429791", "name": "Frontend route `/quiz` has no Link/navigate to it \u2014 clearpath-frontend/src/App.jsx", "shortDescription": {"text": "Frontend route `/quiz` has no Link/navigate to it \u2014 clearpath-frontend/src/App.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4bf6803c88ef7596", "name": "Frontend route `/study-mode` has no Link/navigate to it \u2014 clearpath-frontend/src/App.jsx", "shortDescription": {"text": "Frontend route `/study-mode` has no Link/navigate to it \u2014 clearpath-frontend/src/App.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-925019c4662437ba", "name": "Frontend route `/coming-soon` has no Link/navigate to it \u2014 clearpath-frontend/src/App.jsx", "shortDescription": {"text": "Frontend route `/coming-soon` has no Link/navigate to it \u2014 clearpath-frontend/src/App.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/22217"}, "properties": {"repository": "Viessley/ClearPath", "repoUrl": "https://github.com/Viessley/ClearPath", "branch": "main"}, "results": [{"ruleId": "scanner-ce07f75af0010c31", "level": "warning", "message": {"text": "Dockerfile runs as root: clearpath-backend/Dockerfile"}, "properties": {"repobilityId": "797cfe339a8a90d9", "scanner": "scanner-primary", "fingerprint": "ce07f75af0010c31", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-7eb4f68052f54fd1", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: maven:3.9-eclipse-temurin-21"}, "properties": {"repobilityId": "c7cc9d738ea7cd8b", "scanner": "scanner-primary", "fingerprint": "7eb4f68052f54fd1", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "clearpath-backend/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4db3688098a98901", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: eclipse-temurin:21-jre"}, "properties": {"repobilityId": "f14f40551d05eb21", "scanner": "scanner-primary", "fingerprint": "4db3688098a98901", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "clearpath-backend/Dockerfile"}, "region": {"startLine": 6}}}]}, {"ruleId": "scanner-aa5acaa49eb8315b", "level": "note", "message": {"text": "Containers defined but no K8s/orchestration manifest found"}, "properties": {"repobilityId": "b230ea9b68736081", "scanner": "scanner-primary", "fingerprint": "aa5acaa49eb8315b", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["coverage", "deployment"]}}, {"ruleId": "scanner-8135826abcf89367", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in clearpath-frontend/src/Pages/AuthCallbackPage.jsx:14"}, "properties": {"repobilityId": "0ec5aeb31f3ae671", "scanner": "scanner-primary", "fingerprint": "8135826abcf89367", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "clearpath-frontend/src/Pages/AuthCallbackPage.jsx"}, "region": {"startLine": 14}}}]}, {"ruleId": "scanner-600d853ad29bde03", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in clearpath-frontend/src/Pages/AuthPage.jsx:48"}, "properties": {"repobilityId": "47c458d4052e0969", "scanner": "scanner-primary", "fingerprint": "600d853ad29bde03", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "clearpath-frontend/src/Pages/AuthPage.jsx"}, "region": {"startLine": 48}}}]}, {"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-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "99ab6feaccd3a8fa", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "374d25a0129fe704", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "384c43821d936376", "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": "160e4b55e64a175f", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-f6bbd5e35befa20b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 clearpath-frontend/src/components/layout/BottomBar.jsx:57"}, "properties": {"repobilityId": "562194456189b009", "scanner": "scanner-primary", "fingerprint": "f6bbd5e35befa20b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-ad59edfb8caeaf78", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 clearpath-frontend/src/Pages/KitViewPage.jsx:13"}, "properties": {"repobilityId": "14c73d17f56acb56", "scanner": "scanner-primary", "fingerprint": "ad59edfb8caeaf78", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-782433177e56517b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 clearpath-frontend/src/Pages/AuthPage.jsx:34"}, "properties": {"repobilityId": "f0174a5d5526c40e", "scanner": "scanner-primary", "fingerprint": "782433177e56517b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-74524ca68aad55c4", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 clearpath-frontend/src/Pages/QuizPage.jsx:116"}, "properties": {"repobilityId": "6ef1bad6ff7a1a25", "scanner": "scanner-primary", "fingerprint": "74524ca68aad55c4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-cc2785a400a224da", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 clearpath-frontend/src/Pages/GamePlanPage.jsx:60"}, "properties": {"repobilityId": "a9fb1133e0912436", "scanner": "scanner-primary", "fingerprint": "cc2785a400a224da", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e406370cb6750d7c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 clearpath-frontend/src/Pages/MockTestPage.jsx:66"}, "properties": {"repobilityId": "fc0251926629a599", "scanner": "scanner-primary", "fingerprint": "e406370cb6750d7c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d5bb3681fef71686", "level": "warning", "message": {"text": "Frontend route `/auth/callback` has no Link/navigate to it \u2014 clearpath-frontend/src/App.jsx"}, "properties": {"repobilityId": "a0e77a3c21e87c94", "scanner": "scanner-primary", "fingerprint": "d5bb3681fef71686", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-6fa67c14c06a7c5b", "level": "warning", "message": {"text": "Frontend route `/kit/:id` has no Link/navigate to it \u2014 clearpath-frontend/src/App.jsx"}, "properties": {"repobilityId": "1ebe28e1a8ec244b", "scanner": "scanner-primary", "fingerprint": "6fa67c14c06a7c5b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-8a26aebd6f429791", "level": "warning", "message": {"text": "Frontend route `/quiz` has no Link/navigate to it \u2014 clearpath-frontend/src/App.jsx"}, "properties": {"repobilityId": "d81d504894048ce4", "scanner": "scanner-primary", "fingerprint": "8a26aebd6f429791", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-4bf6803c88ef7596", "level": "warning", "message": {"text": "Frontend route `/study-mode` has no Link/navigate to it \u2014 clearpath-frontend/src/App.jsx"}, "properties": {"repobilityId": "f19e8504ee290c00", "scanner": "scanner-primary", "fingerprint": "4bf6803c88ef7596", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-925019c4662437ba", "level": "warning", "message": {"text": "Frontend route `/coming-soon` has no Link/navigate to it \u2014 clearpath-frontend/src/App.jsx"}, "properties": {"repobilityId": "a881977eec1926b9", "scanner": "scanner-primary", "fingerprint": "925019c4662437ba", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}]}]}