{"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-c023c461eb72d50f", "name": "Stray `console.log` in TS/JS \u2014 impulse-editor/web/editor.js:17", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 impulse-editor/web/editor.js:17"}, "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-9656e855a30a2ae1", "name": "Very large file: impulse-linux/src/sidebar.rs (2822 lines)", "shortDescription": {"text": "Very large file: impulse-linux/src/sidebar.rs (2822 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8cb738fced6e30a0", "name": "Very large file: impulse-linux/src/terminal.rs (2221 lines)", "shortDescription": {"text": "Very large file: impulse-linux/src/terminal.rs (2221 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-92fe4a9bb7b8438b", "name": "Very large file: impulse-linux/src/editor_webview.rs (1446 lines)", "shortDescription": {"text": "Very large file: impulse-linux/src/editor_webview.rs (1446 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b4586ff567990cf4", "name": "Very large file: impulse-linux/src/settings_page.rs (1973 lines)", "shortDescription": {"text": "Very large file: impulse-linux/src/settings_page.rs (1973 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-710e97e724ac95f5", "name": "Very large file: impulse-linux/src/window/keybinding_setup.rs (1263 lines)", "shortDescription": {"text": "Very large file: impulse-linux/src/window/keybinding_setup.rs (1263 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-69c6bc06f3e25623", "name": "Very large file: impulse-linux/src/window/mod.rs (2294 lines)", "shortDescription": {"text": "Very large file: impulse-linux/src/window/mod.rs (2294 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-801cab93157156fa", "name": "Very large file: impulse-ffi/src/lib.rs (2310 lines)", "shortDescription": {"text": "Very large file: impulse-ffi/src/lib.rs (2310 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ee318aecefe38591", "name": "Very large file: impulse-editor/src/protocol.rs (1638 lines)", "shortDescription": {"text": "Very large file: impulse-editor/src/protocol.rs (1638 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d415ff0d027fd352", "name": "Very large file: impulse-terminal/src/backend.rs (1905 lines)", "shortDescription": {"text": "Very large file: impulse-terminal/src/backend.rs (1905 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-53cb7d91e681532c", "name": "Very large file: impulse-core/src/lsp.rs (2112 lines)", "shortDescription": {"text": "Very large file: impulse-core/src/lsp.rs (2112 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 59 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "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 8 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 19 placeholder/mock markers across 7 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: 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-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 ci, tests. 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-bea357a6497a2d5d", "name": "Agent authority lacks a verifier contract: CLAUDE.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: CLAUDE.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e725d2ab884fbd49", "name": "Multiple root agent instruction files without precedence", "shortDescription": {"text": "Multiple root agent instruction files without precedence"}, "fullDescription": {"text": "The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5e011bb5ca9bb555", "name": "Commented-code block (6 lines) in impulse-editor/web/editor.js:21", "shortDescription": {"text": "Commented-code block (6 lines) in impulse-editor/web/editor.js:21"}, "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/25500"}, "properties": {"repository": "dowilcox/impulse", "repoUrl": "https://github.com/dowilcox/impulse", "branch": "main"}, "results": [{"ruleId": "scanner-c023c461eb72d50f", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 impulse-editor/web/editor.js:17"}, "properties": {"repobilityId": "5b7f3719b4c95bcc", "scanner": "scanner-primary", "fingerprint": "c023c461eb72d50f", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-9656e855a30a2ae1", "level": "note", "message": {"text": "Very large file: impulse-linux/src/sidebar.rs (2822 lines)"}, "properties": {"repobilityId": "81570fd212291773", "scanner": "scanner-primary", "fingerprint": "9656e855a30a2ae1", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-8cb738fced6e30a0", "level": "note", "message": {"text": "Very large file: impulse-linux/src/terminal.rs (2221 lines)"}, "properties": {"repobilityId": "a9d0ef20ba5757a1", "scanner": "scanner-primary", "fingerprint": "8cb738fced6e30a0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-92fe4a9bb7b8438b", "level": "note", "message": {"text": "Very large file: impulse-linux/src/editor_webview.rs (1446 lines)"}, "properties": {"repobilityId": "5b355934ceef58df", "scanner": "scanner-primary", "fingerprint": "92fe4a9bb7b8438b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-b4586ff567990cf4", "level": "note", "message": {"text": "Very large file: impulse-linux/src/settings_page.rs (1973 lines)"}, "properties": {"repobilityId": "ad9fcf9e7c7b3e1b", "scanner": "scanner-primary", "fingerprint": "b4586ff567990cf4", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-710e97e724ac95f5", "level": "note", "message": {"text": "Very large file: impulse-linux/src/window/keybinding_setup.rs (1263 lines)"}, "properties": {"repobilityId": "55d1037fb95c208f", "scanner": "scanner-primary", "fingerprint": "710e97e724ac95f5", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-69c6bc06f3e25623", "level": "note", "message": {"text": "Very large file: impulse-linux/src/window/mod.rs (2294 lines)"}, "properties": {"repobilityId": "d5f968f0bb99fe40", "scanner": "scanner-primary", "fingerprint": "69c6bc06f3e25623", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-801cab93157156fa", "level": "note", "message": {"text": "Very large file: impulse-ffi/src/lib.rs (2310 lines)"}, "properties": {"repobilityId": "f0c1ea2692c77b6f", "scanner": "scanner-primary", "fingerprint": "801cab93157156fa", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-ee318aecefe38591", "level": "note", "message": {"text": "Very large file: impulse-editor/src/protocol.rs (1638 lines)"}, "properties": {"repobilityId": "80ede85b29b9e653", "scanner": "scanner-primary", "fingerprint": "ee318aecefe38591", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-d415ff0d027fd352", "level": "note", "message": {"text": "Very large file: impulse-terminal/src/backend.rs (1905 lines)"}, "properties": {"repobilityId": "3ebaae6d096845cb", "scanner": "scanner-primary", "fingerprint": "d415ff0d027fd352", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-53cb7d91e681532c", "level": "note", "message": {"text": "Very large file: impulse-core/src/lsp.rs (2112 lines)"}, "properties": {"repobilityId": "a6de9419e73953d4", "scanner": "scanner-primary", "fingerprint": "53cb7d91e681532c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"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-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "a76f219d9f6f136d", "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": "ed8804234574cc19", "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": "b11d310c29295258", "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": "9ef66f1b80c46952", "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": "082176b6b55bf34d", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-bea357a6497a2d5d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: CLAUDE.md"}, "properties": {"repobilityId": "aae72df3934829ac", "scanner": "scanner-primary", "fingerprint": "bea357a6497a2d5d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "CLAUDE.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e725d2ab884fbd49", "level": "note", "message": {"text": "Multiple root agent instruction files without precedence"}, "properties": {"repobilityId": "1953db6c89508d22", "scanner": "scanner-primary", "fingerprint": "e725d2ab884fbd49", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["agent-instructions", "governance"]}}, {"ruleId": "scanner-5e011bb5ca9bb555", "level": "none", "message": {"text": "Commented-code block (6 lines) in impulse-editor/web/editor.js:21"}, "properties": {"repobilityId": "d0cee6fee4ae6633", "scanner": "scanner-primary", "fingerprint": "5e011bb5ca9bb555", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}