{"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-024dfcfc3ddfb0d3", "name": "Stray `console.log` in TS/JS \u2014 renderer/src/voice/tts.ts:204", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 renderer/src/voice/tts.ts:204"}, "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-d3a500c0b76895a1", "name": "Stray `console.log` in TS/JS \u2014 renderer/src/voice/stt.ts:182", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 renderer/src/voice/stt.ts:182"}, "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-c90d2e6adfc644fb", "name": "Stray `console.log` in TS/JS \u2014 renderer/src/presentation/controller.ts:165", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 renderer/src/presentation/controller.ts:165"}, "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-498d813c99905774", "name": "Stray `console.log` in TS/JS \u2014 renderer/src/presentation/preResearch.ts:101", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 renderer/src/presentation/preResearch.ts:101"}, "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-c67dc0eb32fc314d", "name": "Stray `console.log` in TS/JS \u2014 renderer/src/core/llm.ts:395", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 renderer/src/core/llm.ts:395"}, "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-2c19fe38d61a60fb", "name": "Stray `console.log` in TS/JS \u2014 renderer/src/core/affection.ts:218", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 renderer/src/core/affection.ts:218"}, "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-67c3ec630435668c", "name": "TODO/FIXME marker in shipping code \u2014 renderer/src/ui/useVoice.ts:67", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 renderer/src/ui/useVoice.ts:67"}, "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-1f6b05e84b04921d", "name": "Insecure pattern 'exec_used' in renderer/src/memory/ipcDriver.ts:13", "shortDescription": {"text": "Insecure pattern 'exec_used' in renderer/src/memory/ipcDriver.ts:13"}, "fullDescription": {"text": "Found a known-risky pattern (exec_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-b00e6980ee254408", "name": "Insecure pattern 'exec_used' in renderer/src/memory/db.ts:31", "shortDescription": {"text": "Insecure pattern 'exec_used' in renderer/src/memory/db.ts:31"}, "fullDescription": {"text": "Found a known-risky pattern (exec_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-c3d9093f49d4d77e", "name": "Insecure pattern 'exec_used' in electron/preload.ts:36", "shortDescription": {"text": "Insecure pattern 'exec_used' in electron/preload.ts:36"}, "fullDescription": {"text": "Found a known-risky pattern (exec_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-558594dfae7fdf1d", "name": "Insecure pattern 'node_child_process' in electron/tools/toolHost.ts:10", "shortDescription": {"text": "Insecure pattern 'node_child_process' in electron/tools/toolHost.ts:10"}, "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-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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 54 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-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 14 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-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, 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": "medium", "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, 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-1f5b1aac2047d99b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 electron/main.ts:50", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 electron/main.ts:50"}, "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-2ee8d72b4089ab2b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 electron/tools/toolHost.ts:106", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 electron/tools/toolHost.ts:106"}, "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/24581"}, "properties": {"repository": "Bidulkiya/ai-visor", "repoUrl": "https://github.com/Bidulkiya/ai-visor", "branch": "main"}, "results": [{"ruleId": "scanner-024dfcfc3ddfb0d3", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 renderer/src/voice/tts.ts:204"}, "properties": {"repobilityId": "c380c1857d32c940", "scanner": "scanner-primary", "fingerprint": "024dfcfc3ddfb0d3", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d3a500c0b76895a1", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 renderer/src/voice/stt.ts:182"}, "properties": {"repobilityId": "579783cb0a192059", "scanner": "scanner-primary", "fingerprint": "d3a500c0b76895a1", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c90d2e6adfc644fb", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 renderer/src/presentation/controller.ts:165"}, "properties": {"repobilityId": "1028b0ba6027fcf7", "scanner": "scanner-primary", "fingerprint": "c90d2e6adfc644fb", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-498d813c99905774", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 renderer/src/presentation/preResearch.ts:101"}, "properties": {"repobilityId": "f802b11702978801", "scanner": "scanner-primary", "fingerprint": "498d813c99905774", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c67dc0eb32fc314d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 renderer/src/core/llm.ts:395"}, "properties": {"repobilityId": "31aa126dea575b23", "scanner": "scanner-primary", "fingerprint": "c67dc0eb32fc314d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-2c19fe38d61a60fb", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 renderer/src/core/affection.ts:218"}, "properties": {"repobilityId": "3b286baca99a7fa1", "scanner": "scanner-primary", "fingerprint": "2c19fe38d61a60fb", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-67c3ec630435668c", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 renderer/src/ui/useVoice.ts:67"}, "properties": {"repobilityId": "b4846e078ef162b6", "scanner": "scanner-primary", "fingerprint": "67c3ec630435668c", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-1f6b05e84b04921d", "level": "error", "message": {"text": "Insecure pattern 'exec_used' in renderer/src/memory/ipcDriver.ts:13"}, "properties": {"repobilityId": "c6a0312b0afdea16", "scanner": "scanner-primary", "fingerprint": "1f6b05e84b04921d", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "exec_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "renderer/src/memory/ipcDriver.ts"}, "region": {"startLine": 13}}}]}, {"ruleId": "scanner-b00e6980ee254408", "level": "error", "message": {"text": "Insecure pattern 'exec_used' in renderer/src/memory/db.ts:31"}, "properties": {"repobilityId": "54009679948c4db7", "scanner": "scanner-primary", "fingerprint": "b00e6980ee254408", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "exec_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "renderer/src/memory/db.ts"}, "region": {"startLine": 31}}}]}, {"ruleId": "scanner-c3d9093f49d4d77e", "level": "error", "message": {"text": "Insecure pattern 'exec_used' in electron/preload.ts:36"}, "properties": {"repobilityId": "1c9368a0451be06a", "scanner": "scanner-primary", "fingerprint": "c3d9093f49d4d77e", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "exec_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "electron/preload.ts"}, "region": {"startLine": 36}}}]}, {"ruleId": "scanner-558594dfae7fdf1d", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in electron/tools/toolHost.ts:10"}, "properties": {"repobilityId": "307a31e7134f6716", "scanner": "scanner-primary", "fingerprint": "558594dfae7fdf1d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "electron/tools/toolHost.ts"}, "region": {"startLine": 10}}}]}, {"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-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-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "0bd837c8b1d074a5", "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": "c79d77363c9799e1", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "b15d69cffc834b1f", "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": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "3f4ee345f19698e7", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "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": "cd97752d9b8299e0", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-1f5b1aac2047d99b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 electron/main.ts:50"}, "properties": {"repobilityId": "e3aeb944e6c6ffbd", "scanner": "scanner-primary", "fingerprint": "1f5b1aac2047d99b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2ee8d72b4089ab2b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 electron/tools/toolHost.ts:106"}, "properties": {"repobilityId": "b244688f09d1ec48", "scanner": "scanner-primary", "fingerprint": "2ee8d72b4089ab2b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}