{"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-f10a96cad1b061c9", "name": "Insecure pattern 'node_child_process' in src/cli.tsx:4", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/cli.tsx:4"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5911d6e2efae5300", "name": "Insecure pattern 'node_child_process' in src/ui/ChatPane.tsx:2", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/ui/ChatPane.tsx:2"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0a7bc12a9857cf56", "name": "Insecure pattern 'node_child_process' in src/core/system-monitor.ts:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/core/system-monitor.ts:1"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-aa76fe525ea1dab4", "name": "Insecure pattern 'node_child_process' in src/core/review.ts:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/core/review.ts:1"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "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 14 placeholder/mock markers across 9 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-8b8f948f87ede44c", "name": "Legacy-named symbol `hitsOld` in tests/core/history-search.test.ts:64", "shortDescription": {"text": "Legacy-named symbol `hitsOld` in tests/core/history-search.test.ts:64"}, "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-1f758694e0482022", "name": "Commented-code block (5 lines) in src/ui/ChatPane.tsx:305", "shortDescription": {"text": "Commented-code block (5 lines) in src/ui/ChatPane.tsx:305"}, "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-08dd1cf2206ff6f9", "name": "Commented-code block (5 lines) in src/ui/App.tsx:155", "shortDescription": {"text": "Commented-code block (5 lines) in src/ui/App.tsx:155"}, "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/19789"}, "properties": {"repository": "skhan75/claudeshell", "repoUrl": "https://github.com/skhan75/claudeshell", "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-f10a96cad1b061c9", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/cli.tsx:4"}, "properties": {"repobilityId": "f5ee00c0ca334b76", "scanner": "scanner-primary", "fingerprint": "f10a96cad1b061c9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cli.tsx"}, "region": {"startLine": 4}}}]}, {"ruleId": "scanner-5911d6e2efae5300", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/ui/ChatPane.tsx:2"}, "properties": {"repobilityId": "016e302ccfb560cf", "scanner": "scanner-primary", "fingerprint": "5911d6e2efae5300", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/ui/ChatPane.tsx"}, "region": {"startLine": 2}}}]}, {"ruleId": "scanner-0a7bc12a9857cf56", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/core/system-monitor.ts:1"}, "properties": {"repobilityId": "b1eaef0194e66046", "scanner": "scanner-primary", "fingerprint": "0a7bc12a9857cf56", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/core/system-monitor.ts"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-aa76fe525ea1dab4", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/core/review.ts:1"}, "properties": {"repobilityId": "8b01be1bf268cd99", "scanner": "scanner-primary", "fingerprint": "aa76fe525ea1dab4", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/core/review.ts"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "cbbc6b2b55a50158", "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": "558962483a29b315", "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": "71972d587f129fd5", "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": "4287bc18f6c6fa2d", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-8b8f948f87ede44c", "level": "note", "message": {"text": "Legacy-named symbol `hitsOld` in tests/core/history-search.test.ts:64"}, "properties": {"repobilityId": "1ef2c9fb78c144f1", "scanner": "scanner-primary", "fingerprint": "8b8f948f87ede44c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-1f758694e0482022", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/ui/ChatPane.tsx:305"}, "properties": {"repobilityId": "08d950f3222607ae", "scanner": "scanner-primary", "fingerprint": "1f758694e0482022", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-08dd1cf2206ff6f9", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/ui/App.tsx:155"}, "properties": {"repobilityId": "ee43ecd19bbe4b66", "scanner": "scanner-primary", "fingerprint": "08dd1cf2206ff6f9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}