{"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-cbdfcc7e004e2a95", "name": "TODO/FIXME marker in shipping code \u2014 ui/src/components/ErrorBoundary.tsx:37", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 ui/src/components/ErrorBoundary.tsx:37"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-4077561f92b8db28", "name": "Insecure pattern 'weak_hash' in .bestpractices.json:137", "shortDescription": {"text": "Insecure pattern 'weak_hash' in .bestpractices.json:137"}, "fullDescription": {"text": "Found a known-risky pattern (weak_hash). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-65a716a27d2be993", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "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 10 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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 15 placeholder/mock markers across 13 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-790e201a3400d82d", "name": "Commented-code block (9 lines) in ui/eslint.config.js:34", "shortDescription": {"text": "Commented-code block (9 lines) in ui/eslint.config.js:34"}, "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-3b4278f296cae2fa", "name": "Commented-code block (5 lines) in ui/src/types/api.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in ui/src/types/api.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-14fd2478a4761544", "name": "Commented-code block (5 lines) in ui/src/components/palette/CommandPalette.tsx:33", "shortDescription": {"text": "Commented-code block (5 lines) in ui/src/components/palette/CommandPalette.tsx:33"}, "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-5ab2cfbdfdc171c6", "name": "Commented-code block (5 lines) in ui/src/components/map/FlowMap.tsx:32", "shortDescription": {"text": "Commented-code block (5 lines) in ui/src/components/map/FlowMap.tsx:32"}, "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-61d58af1cb1dc831", "name": "Commented-code block (13 lines) in ui/src/lib/wsManager.ts:4", "shortDescription": {"text": "Commented-code block (13 lines) in ui/src/lib/wsManager.ts: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-b306eeee2b7b4076", "name": "`fetch()` without try/.catch or AbortSignal \u2014 ui/src/lib/mcpClient.ts:42", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 ui/src/lib/mcpClient.ts:42"}, "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-4fdee8f594874801", "name": "Commented-code block (6 lines) in ui/src/lib/mcpResults.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in ui/src/lib/mcpResults.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-d02933e031506fa3", "name": "Commented-code block (5 lines) in ui/src/lib/apiFetch.ts:5", "shortDescription": {"text": "Commented-code block (5 lines) in ui/src/lib/apiFetch.ts:5"}, "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-20706ba55c5f1c3d", "name": "Commented-code block (8 lines) in ui/src/lib/dagLayout.ts:3", "shortDescription": {"text": "Commented-code block (8 lines) in ui/src/lib/dagLayout.ts:3"}, "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-cb10ce9728f33d36", "name": "Commented-code block (5 lines) in ui/src/lib/triageVerbs.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in ui/src/lib/triageVerbs.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-97420f8cdd27f374", "name": "Commented-code block (5 lines) in ui/src/hooks/useSystemGraph.ts:6", "shortDescription": {"text": "Commented-code block (5 lines) in ui/src/hooks/useSystemGraph.ts:6"}, "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-09ae18905286ccaa", "name": "`fetch()` without try/.catch or AbortSignal \u2014 ui/src/hooks/useSystemGraph.ts:34", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 ui/src/hooks/useSystemGraph.ts: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-8ff2c3978e2bb20c", "name": "Commented-code block (6 lines) in ui/src/hooks/useInvestigation.ts:13", "shortDescription": {"text": "Commented-code block (6 lines) in ui/src/hooks/useInvestigation.ts:13"}, "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-6ff637c68669a32c", "name": "Commented-code block (5 lines) in ui/src/hooks/useTriageTool.ts:5", "shortDescription": {"text": "Commented-code block (5 lines) in ui/src/hooks/useTriageTool.ts:5"}, "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/17807"}, "properties": {"repository": "RandomCodeSpace/otelcontext", "repoUrl": "https://github.com/RandomCodeSpace/otelcontext", "branch": "main"}, "results": [{"ruleId": "scanner-cbdfcc7e004e2a95", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 ui/src/components/ErrorBoundary.tsx:37"}, "properties": {"repobilityId": "38e9b5069180a71b", "scanner": "scanner-primary", "fingerprint": "cbdfcc7e004e2a95", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-4077561f92b8db28", "level": "warning", "message": {"text": "Insecure pattern 'weak_hash' in .bestpractices.json:137"}, "properties": {"repobilityId": "2153cb63d510b11f", "scanner": "scanner-primary", "fingerprint": "4077561f92b8db28", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "weak_hash"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".bestpractices.json"}, "region": {"startLine": 137}}}]}, {"ruleId": "scanner-65a716a27d2be993", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "3133a88ce98acc76", "scanner": "scanner-primary", "fingerprint": "65a716a27d2be993", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/scorecard.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "24de22222201d4ed", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "c0d32d2a25c24c68", "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": "c20d3b08c82b16ad", "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": "f542871b4f0b0f4a", "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": "6d0af6d0f91ae9e8", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-790e201a3400d82d", "level": "none", "message": {"text": "Commented-code block (9 lines) in ui/eslint.config.js:34"}, "properties": {"repobilityId": "c2d1cd4149efa03c", "scanner": "scanner-primary", "fingerprint": "790e201a3400d82d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3b4278f296cae2fa", "level": "none", "message": {"text": "Commented-code block (5 lines) in ui/src/types/api.ts:1"}, "properties": {"repobilityId": "187e12d9c604287e", "scanner": "scanner-primary", "fingerprint": "3b4278f296cae2fa", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-14fd2478a4761544", "level": "none", "message": {"text": "Commented-code block (5 lines) in ui/src/components/palette/CommandPalette.tsx:33"}, "properties": {"repobilityId": "473f167d1a2b2b76", "scanner": "scanner-primary", "fingerprint": "14fd2478a4761544", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5ab2cfbdfdc171c6", "level": "none", "message": {"text": "Commented-code block (5 lines) in ui/src/components/map/FlowMap.tsx:32"}, "properties": {"repobilityId": "0e4fefd6d3c57943", "scanner": "scanner-primary", "fingerprint": "5ab2cfbdfdc171c6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-61d58af1cb1dc831", "level": "none", "message": {"text": "Commented-code block (13 lines) in ui/src/lib/wsManager.ts:4"}, "properties": {"repobilityId": "82d04472a91c4f15", "scanner": "scanner-primary", "fingerprint": "61d58af1cb1dc831", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b306eeee2b7b4076", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 ui/src/lib/mcpClient.ts:42"}, "properties": {"repobilityId": "1e2d9ebe4aa54dff", "scanner": "scanner-primary", "fingerprint": "b306eeee2b7b4076", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4fdee8f594874801", "level": "none", "message": {"text": "Commented-code block (6 lines) in ui/src/lib/mcpResults.ts:1"}, "properties": {"repobilityId": "1253cb951713332d", "scanner": "scanner-primary", "fingerprint": "4fdee8f594874801", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d02933e031506fa3", "level": "none", "message": {"text": "Commented-code block (5 lines) in ui/src/lib/apiFetch.ts:5"}, "properties": {"repobilityId": "08dd742de94c580c", "scanner": "scanner-primary", "fingerprint": "d02933e031506fa3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-20706ba55c5f1c3d", "level": "none", "message": {"text": "Commented-code block (8 lines) in ui/src/lib/dagLayout.ts:3"}, "properties": {"repobilityId": "ccba7eb560876e5e", "scanner": "scanner-primary", "fingerprint": "20706ba55c5f1c3d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-cb10ce9728f33d36", "level": "none", "message": {"text": "Commented-code block (5 lines) in ui/src/lib/triageVerbs.ts:1"}, "properties": {"repobilityId": "1062409e3503b619", "scanner": "scanner-primary", "fingerprint": "cb10ce9728f33d36", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-97420f8cdd27f374", "level": "none", "message": {"text": "Commented-code block (5 lines) in ui/src/hooks/useSystemGraph.ts:6"}, "properties": {"repobilityId": "6d3b9661e5a04d5a", "scanner": "scanner-primary", "fingerprint": "97420f8cdd27f374", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-09ae18905286ccaa", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 ui/src/hooks/useSystemGraph.ts:34"}, "properties": {"repobilityId": "10ec72768a78c6e1", "scanner": "scanner-primary", "fingerprint": "09ae18905286ccaa", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-8ff2c3978e2bb20c", "level": "none", "message": {"text": "Commented-code block (6 lines) in ui/src/hooks/useInvestigation.ts:13"}, "properties": {"repobilityId": "a16ea6298349fba0", "scanner": "scanner-primary", "fingerprint": "8ff2c3978e2bb20c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6ff637c68669a32c", "level": "none", "message": {"text": "Commented-code block (5 lines) in ui/src/hooks/useTriageTool.ts:5"}, "properties": {"repobilityId": "99643d7b0c1c4c2e", "scanner": "scanner-primary", "fingerprint": "6ff637c68669a32c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}