{"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-93cbdb6d398685fd", "name": "Stray `console.log` in TS/JS \u2014 tests/e2e/global-setup.ts:23", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/e2e/global-setup.ts:23"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-881308ddfc8369b9", "name": "Stray `console.log` in TS/JS \u2014 scripts/roundtrip-test.ts:437", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/roundtrip-test.ts:437"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-42cd2489bd064302", "name": "Stray `console.log` in TS/JS \u2014 scripts/test-github-units.ts:6", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/test-github-units.ts:6"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f5209d654b0c29c6", "name": "TODO/FIXME marker in shipping code \u2014 src/renderer/editor/extensions/find-replace-plugin.ts:209", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/renderer/editor/extensions/find-replace-plugin.ts:209"}, "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-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-f5208cb146cde193", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/renderer/ui/dialogs/MermaidEditDialog.tsx:20", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/renderer/ui/dialogs/MermaidEditDialog.tsx:20"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4dc5b877011adb3d", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/renderer/editor/extensions/mermaid-block.ts:62", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/renderer/editor/extensions/mermaid-block.ts:62"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b40bcda18382919b", "name": "Insecure pattern 'node_child_process' in src/main/main.ts:6", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/main/main.ts:6"}, "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-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-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "9 tests / 76 src (ratio 0.12)."}, "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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 21 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 22 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-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-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, ci. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "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-96aab7244886137d", "name": "Commented-code block (8 lines) in src/renderer/editor/use-editor.ts:160", "shortDescription": {"text": "Commented-code block (8 lines) in src/renderer/editor/use-editor.ts:160"}, "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-e79f3145d3504e7a", "name": "Legacy-named symbol `fromOld` in src/renderer/editor/extensions/track-changes-plugin.ts:162", "shortDescription": {"text": "Legacy-named symbol `fromOld` in src/renderer/editor/extensions/track-changes-plugin.ts:162"}, "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-2fd7cb31593adb7c", "name": "Commented-code block (7 lines) in src/renderer/editor/extensions/track-changes-plugin.ts:155", "shortDescription": {"text": "Commented-code block (7 lines) in src/renderer/editor/extensions/track-changes-plugin.ts: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}}, {"id": "scanner-0f0351d7fd9b2c34", "name": "Commented-code block (7 lines) in src/renderer/editor/markdown/parser.ts:64", "shortDescription": {"text": "Commented-code block (7 lines) in src/renderer/editor/markdown/parser.ts:64"}, "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-267c974039e1beaf", "name": "Commented-code block (5 lines) in src/renderer/editor/markdown/serializer.ts:321", "shortDescription": {"text": "Commented-code block (5 lines) in src/renderer/editor/markdown/serializer.ts:321"}, "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-10f690ad5e3bb664", "name": "Commented-code block (5 lines) in src/main/preload.ts:60", "shortDescription": {"text": "Commented-code block (5 lines) in src/main/preload.ts:60"}, "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-6d4fbab1e9d8dab7", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/main/github/auth.ts:16", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/main/github/auth.ts:16"}, "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}}]}}, "automationDetails": {"id": "repobility/22665"}, "properties": {"repository": "wetware0/markover", "repoUrl": "https://github.com/wetware0/markover", "branch": "main"}, "results": [{"ruleId": "scanner-93cbdb6d398685fd", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/e2e/global-setup.ts:23"}, "properties": {"repobilityId": "be9e82038c157643", "scanner": "scanner-primary", "fingerprint": "93cbdb6d398685fd", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-881308ddfc8369b9", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/roundtrip-test.ts:437"}, "properties": {"repobilityId": "719a3dbeb40d2b12", "scanner": "scanner-primary", "fingerprint": "881308ddfc8369b9", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-42cd2489bd064302", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/test-github-units.ts:6"}, "properties": {"repobilityId": "ba26f9c6d27c75ac", "scanner": "scanner-primary", "fingerprint": "42cd2489bd064302", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f5209d654b0c29c6", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/renderer/editor/extensions/find-replace-plugin.ts:209"}, "properties": {"repobilityId": "c11c7766887cc668", "scanner": "scanner-primary", "fingerprint": "f5209d654b0c29c6", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"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-f5208cb146cde193", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/renderer/ui/dialogs/MermaidEditDialog.tsx:20"}, "properties": {"repobilityId": "61f5baafe4959a39", "scanner": "scanner-primary", "fingerprint": "f5208cb146cde193", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/renderer/ui/dialogs/MermaidEditDialog.tsx"}, "region": {"startLine": 20}}}]}, {"ruleId": "scanner-4dc5b877011adb3d", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/renderer/editor/extensions/mermaid-block.ts:62"}, "properties": {"repobilityId": "68848543d13dc20f", "scanner": "scanner-primary", "fingerprint": "4dc5b877011adb3d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/renderer/editor/extensions/mermaid-block.ts"}, "region": {"startLine": 62}}}]}, {"ruleId": "scanner-b40bcda18382919b", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/main/main.ts:6"}, "properties": {"repobilityId": "83dc44759a720f34", "scanner": "scanner-primary", "fingerprint": "b40bcda18382919b", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/main/main.ts"}, "region": {"startLine": 6}}}]}, {"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-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "d5476ca14dade512", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "58790659174112fc", "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": "56a67f1546f4417b", "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": "ac23a30416c706a3", "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": "91eaa5a56c5d2215", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "beca9ff32e16a248", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "74b9568d3602b782", "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": "d866af0e7a95fed0", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-96aab7244886137d", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/renderer/editor/use-editor.ts:160"}, "properties": {"repobilityId": "d72f6e5684b6d3d1", "scanner": "scanner-primary", "fingerprint": "96aab7244886137d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e79f3145d3504e7a", "level": "note", "message": {"text": "Legacy-named symbol `fromOld` in src/renderer/editor/extensions/track-changes-plugin.ts:162"}, "properties": {"repobilityId": "5ae0253297b9a633", "scanner": "scanner-primary", "fingerprint": "e79f3145d3504e7a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-2fd7cb31593adb7c", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/renderer/editor/extensions/track-changes-plugin.ts:155"}, "properties": {"repobilityId": "e1c58645391f8376", "scanner": "scanner-primary", "fingerprint": "2fd7cb31593adb7c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0f0351d7fd9b2c34", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/renderer/editor/markdown/parser.ts:64"}, "properties": {"repobilityId": "030a1a3d2903875e", "scanner": "scanner-primary", "fingerprint": "0f0351d7fd9b2c34", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-267c974039e1beaf", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/renderer/editor/markdown/serializer.ts:321"}, "properties": {"repobilityId": "90541d6e2e0139c6", "scanner": "scanner-primary", "fingerprint": "267c974039e1beaf", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-10f690ad5e3bb664", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/main/preload.ts:60"}, "properties": {"repobilityId": "907aa522171d63c8", "scanner": "scanner-primary", "fingerprint": "10f690ad5e3bb664", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6d4fbab1e9d8dab7", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/main/github/auth.ts:16"}, "properties": {"repobilityId": "45c34db2a9f2de68", "scanner": "scanner-primary", "fingerprint": "6d4fbab1e9d8dab7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}