{"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-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-cb639d9a10a47b23", "name": "package.json defines install-time lifecycle scripts", "shortDescription": {"text": "package.json defines install-time lifecycle scripts"}, "fullDescription": {"text": "preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "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": "1 test file(s) for 24 source file(s) (ratio 0.04). Consider adding integration or unit tests for critical paths."}, "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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: 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": "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-68ce4f88ce11d352", "name": "Commented-code block (5 lines) in electron/state-schema.mjs:62", "shortDescription": {"text": "Commented-code block (5 lines) in electron/state-schema.mjs:62"}, "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-5c34d521a1e345b7", "name": "Commented-code block (9 lines) in electron/state-file.mjs:41", "shortDescription": {"text": "Commented-code block (9 lines) in electron/state-file.mjs:41"}, "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-ffe2148e393f2494", "name": "Commented-code block (5 lines) in electron/main.ts:55", "shortDescription": {"text": "Commented-code block (5 lines) in electron/main.ts:55"}, "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-0cbb3367af5dceac", "name": "Commented-code block (10 lines) in scripts/test-migration.mjs:2", "shortDescription": {"text": "Commented-code block (10 lines) in scripts/test-migration.mjs:2"}, "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-31a57a08ce3f6399", "name": "Commented-code block (5 lines) in src/FileBrowser.tsx:167", "shortDescription": {"text": "Commented-code block (5 lines) in src/FileBrowser.tsx:167"}, "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-3f1ea425e2cc512c", "name": "Commented-code block (7 lines) in src/pane-slots.ts:1", "shortDescription": {"text": "Commented-code block (7 lines) in src/pane-slots.ts:1"}, "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-7f7188ac5d6eb246", "name": "Commented-code block (8 lines) in src/Terminal.tsx:131", "shortDescription": {"text": "Commented-code block (8 lines) in src/Terminal.tsx:131"}, "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-b00f66b04c144490", "name": "Commented-code block (9 lines) in src/PaneGrid.tsx:46", "shortDescription": {"text": "Commented-code block (9 lines) in src/PaneGrid.tsx:46"}, "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-109d8c01481998ae", "name": "Commented-code block (6 lines) in src/link-detect.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/link-detect.ts:1"}, "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-796f5cd2fe400f7d", "name": "Commented-code block (5 lines) in src/overlay.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/overlay.ts:1"}, "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-ac04a6d906d7876c", "name": "Commented-code block (5 lines) in src/terminal-theme.ts:19", "shortDescription": {"text": "Commented-code block (5 lines) in src/terminal-theme.ts:19"}, "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-6caeb215c671c477", "name": "Commented-code block (5 lines) in src/UtilityRail.tsx:72", "shortDescription": {"text": "Commented-code block (5 lines) in src/UtilityRail.tsx:72"}, "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-893598cb3b344ecd", "name": "Commented-code block (5 lines) in src/App.tsx:283", "shortDescription": {"text": "Commented-code block (5 lines) in src/App.tsx:283"}, "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-02202572180e2592", "name": "Commented-code block (6 lines) in src/pane-dnd.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/pane-dnd.ts:1"}, "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-07debc50b610559c", "name": "Commented-code block (8 lines) in src/SettingsPopover.tsx:63", "shortDescription": {"text": "Commented-code block (8 lines) in src/SettingsPopover.tsx:63"}, "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}}]}}, "automationDetails": {"id": "repobility/20009"}, "properties": {"repository": "sonpiaz/mandeck", "repoUrl": "https://github.com/sonpiaz/mandeck", "branch": "main"}, "results": [{"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-cb639d9a10a47b23", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "edeab51902066991", "scanner": "scanner-primary", "fingerprint": "cb639d9a10a47b23", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"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-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "44bd4ed1646eb8e3", "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": "eda0829b52850e77", "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": "f5d340e138a54c22", "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": "414f3f088cf5ea59", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-68ce4f88ce11d352", "level": "none", "message": {"text": "Commented-code block (5 lines) in electron/state-schema.mjs:62"}, "properties": {"repobilityId": "094782d9a3bd2f7f", "scanner": "scanner-primary", "fingerprint": "68ce4f88ce11d352", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5c34d521a1e345b7", "level": "none", "message": {"text": "Commented-code block (9 lines) in electron/state-file.mjs:41"}, "properties": {"repobilityId": "fc514c83de4cfa29", "scanner": "scanner-primary", "fingerprint": "5c34d521a1e345b7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ffe2148e393f2494", "level": "none", "message": {"text": "Commented-code block (5 lines) in electron/main.ts:55"}, "properties": {"repobilityId": "3681fe997f0893da", "scanner": "scanner-primary", "fingerprint": "ffe2148e393f2494", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0cbb3367af5dceac", "level": "none", "message": {"text": "Commented-code block (10 lines) in scripts/test-migration.mjs:2"}, "properties": {"repobilityId": "827e7a5b3b60df26", "scanner": "scanner-primary", "fingerprint": "0cbb3367af5dceac", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-31a57a08ce3f6399", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/FileBrowser.tsx:167"}, "properties": {"repobilityId": "b380bd32ccf1b2b1", "scanner": "scanner-primary", "fingerprint": "31a57a08ce3f6399", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3f1ea425e2cc512c", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/pane-slots.ts:1"}, "properties": {"repobilityId": "be96dd3ebe49d3a3", "scanner": "scanner-primary", "fingerprint": "3f1ea425e2cc512c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7f7188ac5d6eb246", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/Terminal.tsx:131"}, "properties": {"repobilityId": "d90ae8748c9c80c5", "scanner": "scanner-primary", "fingerprint": "7f7188ac5d6eb246", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b00f66b04c144490", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/PaneGrid.tsx:46"}, "properties": {"repobilityId": "383c6b3f68932a4b", "scanner": "scanner-primary", "fingerprint": "b00f66b04c144490", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-109d8c01481998ae", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/link-detect.ts:1"}, "properties": {"repobilityId": "b3074743df29832c", "scanner": "scanner-primary", "fingerprint": "109d8c01481998ae", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-796f5cd2fe400f7d", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/overlay.ts:1"}, "properties": {"repobilityId": "fd8aaaa6f0f375d4", "scanner": "scanner-primary", "fingerprint": "796f5cd2fe400f7d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ac04a6d906d7876c", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/terminal-theme.ts:19"}, "properties": {"repobilityId": "b6bf75a0cc2d6070", "scanner": "scanner-primary", "fingerprint": "ac04a6d906d7876c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6caeb215c671c477", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/UtilityRail.tsx:72"}, "properties": {"repobilityId": "c804b1587a2a89a8", "scanner": "scanner-primary", "fingerprint": "6caeb215c671c477", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-893598cb3b344ecd", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/App.tsx:283"}, "properties": {"repobilityId": "464ba70e13d71ae7", "scanner": "scanner-primary", "fingerprint": "893598cb3b344ecd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-02202572180e2592", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/pane-dnd.ts:1"}, "properties": {"repobilityId": "0560dadf64785a9b", "scanner": "scanner-primary", "fingerprint": "02202572180e2592", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-07debc50b610559c", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/SettingsPopover.tsx:63"}, "properties": {"repobilityId": "cd56f97660787a27", "scanner": "scanner-primary", "fingerprint": "07debc50b610559c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}