{"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-f73ee68e001416b3", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 public/app.jsx:83", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 public/app.jsx:83"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6e3ab1b315c52c6b", "name": "Stray `console.log` in TS/JS \u2014 src/server.ts:1286", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/server.ts:1286"}, "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-2155c30e654beb68", "name": "Stray `console.log` in TS/JS \u2014 src/db.ts:267", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/db.ts:267"}, "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-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-8217f68c4ee4a1f9", "name": "Insecure pattern 'direct_innerhtml_assignment' in html-engine/deck-shell.js:914", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in html-engine/deck-shell.js:914"}, "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-da4a803f3a2b3aa9", "name": "Insecure pattern 'direct_innerhtml_assignment' in public/app.jsx:38", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/app.jsx:38"}, "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-4b8d5a47e7920795", "name": "Very large file: html-engine/deck-shell.js (2019 lines)", "shortDescription": {"text": "Very large file: html-engine/deck-shell.js (2019 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-b0677bbfd2216baf", "name": "Very large file: html-engine/exporters/export_pptx.py (1462 lines)", "shortDescription": {"text": "Very large file: html-engine/exporters/export_pptx.py (1462 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-fcdb31e8a3155e40", "name": "Very large file: public/app.jsx (2842 lines)", "shortDescription": {"text": "Very large file: public/app.jsx (2842 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-20bc36631942476d", "name": "Very large file: src/server.ts (1287 lines)", "shortDescription": {"text": "Very large file: src/server.ts (1287 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 17 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 12 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-11825279136b53a3", "name": "CI is configured but no tests are detected", "shortDescription": {"text": "CI is configured but no tests are detected"}, "fullDescription": {"text": "A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal."}, "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-949de0f8598034b9", "name": "Commented-code block (6 lines) in html-engine/deck-shell.js:605", "shortDescription": {"text": "Commented-code block (6 lines) in html-engine/deck-shell.js:605"}, "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-2534cb3f107e376c", "name": "Commented-code block (6 lines) in html-engine/exporters/export_pptx.py:1323", "shortDescription": {"text": "Commented-code block (6 lines) in html-engine/exporters/export_pptx.py:1323"}, "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-6341085781765bf6", "name": "Commented-code block (6 lines) in public/app.jsx:78", "shortDescription": {"text": "Commented-code block (6 lines) in public/app.jsx:78"}, "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-4d5eec49d248ea62", "name": "`fetch()` without try/.catch or AbortSignal \u2014 public/app.jsx:99", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/app.jsx:99"}, "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-28228900c75b2fd3", "name": "Commented-code block (12 lines) in src/server.ts:4", "shortDescription": {"text": "Commented-code block (12 lines) in src/server.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-2357755f3f6c2677", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/server.ts:1145", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/server.ts:1145"}, "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-7ec36c6edae3a415", "name": "Commented-code block (6 lines) in src/agent.ts:4", "shortDescription": {"text": "Commented-code block (6 lines) in src/agent.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-90ddb389f980f86f", "name": "Commented-code block (5 lines) in src/db.ts:137", "shortDescription": {"text": "Commented-code block (5 lines) in src/db.ts:137"}, "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-67c98a6c3cd1e489", "name": "Commented-code block (8 lines) in src/agents/copilot.ts:8", "shortDescription": {"text": "Commented-code block (8 lines) in src/agents/copilot.ts:8"}, "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-4494144ac16e49bd", "name": "Commented-code block (6 lines) in src/agents/types.ts:4", "shortDescription": {"text": "Commented-code block (6 lines) in src/agents/types.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}}]}}, "automationDetails": {"id": "repobility/20105"}, "properties": {"repository": "spencer-voorhees/openwright", "repoUrl": "https://github.com/spencer-voorhees/openwright", "branch": "main"}, "results": [{"ruleId": "scanner-f73ee68e001416b3", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 public/app.jsx:83"}, "properties": {"repobilityId": "6580fe7c7f4cd4c9", "scanner": "scanner-primary", "fingerprint": "f73ee68e001416b3", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-6e3ab1b315c52c6b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/server.ts:1286"}, "properties": {"repobilityId": "7753d6bdd8ad49dd", "scanner": "scanner-primary", "fingerprint": "6e3ab1b315c52c6b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-2155c30e654beb68", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/db.ts:267"}, "properties": {"repobilityId": "a594b636d26cce93", "scanner": "scanner-primary", "fingerprint": "2155c30e654beb68", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"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-8217f68c4ee4a1f9", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in html-engine/deck-shell.js:914"}, "properties": {"repobilityId": "a4d573bf65a9862f", "scanner": "scanner-primary", "fingerprint": "8217f68c4ee4a1f9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "html-engine/deck-shell.js"}, "region": {"startLine": 914}}}]}, {"ruleId": "scanner-da4a803f3a2b3aa9", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/app.jsx:38"}, "properties": {"repobilityId": "3f46c58dcc8aa12a", "scanner": "scanner-primary", "fingerprint": "da4a803f3a2b3aa9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "public/app.jsx"}, "region": {"startLine": 38}}}]}, {"ruleId": "scanner-4b8d5a47e7920795", "level": "note", "message": {"text": "Very large file: html-engine/deck-shell.js (2019 lines)"}, "properties": {"repobilityId": "288032fe066cad82", "scanner": "scanner-primary", "fingerprint": "4b8d5a47e7920795", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-b0677bbfd2216baf", "level": "note", "message": {"text": "Very large file: html-engine/exporters/export_pptx.py (1462 lines)"}, "properties": {"repobilityId": "e33613e9ea864ceb", "scanner": "scanner-primary", "fingerprint": "b0677bbfd2216baf", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-fcdb31e8a3155e40", "level": "note", "message": {"text": "Very large file: public/app.jsx (2842 lines)"}, "properties": {"repobilityId": "5177a0e82c009364", "scanner": "scanner-primary", "fingerprint": "fcdb31e8a3155e40", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-20bc36631942476d", "level": "note", "message": {"text": "Very large file: src/server.ts (1287 lines)"}, "properties": {"repobilityId": "5a658d2965d5fcc6", "scanner": "scanner-primary", "fingerprint": "20bc36631942476d", "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": "06f2f111be558310", "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": "bc79d3c002ba1e24", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-11825279136b53a3", "level": "warning", "message": {"text": "CI is configured but no tests are detected"}, "properties": {"repobilityId": "567e7373551e50ec", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "4d3a052105764cd3", "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": "a0edad9dc16502e7", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-949de0f8598034b9", "level": "none", "message": {"text": "Commented-code block (6 lines) in html-engine/deck-shell.js:605"}, "properties": {"repobilityId": "5aa2433028d569f6", "scanner": "scanner-primary", "fingerprint": "949de0f8598034b9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2534cb3f107e376c", "level": "none", "message": {"text": "Commented-code block (6 lines) in html-engine/exporters/export_pptx.py:1323"}, "properties": {"repobilityId": "7807683f4e98db29", "scanner": "scanner-primary", "fingerprint": "2534cb3f107e376c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6341085781765bf6", "level": "none", "message": {"text": "Commented-code block (6 lines) in public/app.jsx:78"}, "properties": {"repobilityId": "24b94da9679c8cdc", "scanner": "scanner-primary", "fingerprint": "6341085781765bf6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4d5eec49d248ea62", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/app.jsx:99"}, "properties": {"repobilityId": "e8e80391f78c1ec7", "scanner": "scanner-primary", "fingerprint": "4d5eec49d248ea62", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-28228900c75b2fd3", "level": "none", "message": {"text": "Commented-code block (12 lines) in src/server.ts:4"}, "properties": {"repobilityId": "da6813cbc7377174", "scanner": "scanner-primary", "fingerprint": "28228900c75b2fd3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2357755f3f6c2677", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/server.ts:1145"}, "properties": {"repobilityId": "0b351624103ef183", "scanner": "scanner-primary", "fingerprint": "2357755f3f6c2677", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-7ec36c6edae3a415", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/agent.ts:4"}, "properties": {"repobilityId": "d812ac28aec326a7", "scanner": "scanner-primary", "fingerprint": "7ec36c6edae3a415", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-90ddb389f980f86f", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/db.ts:137"}, "properties": {"repobilityId": "4a874a9395eaf937", "scanner": "scanner-primary", "fingerprint": "90ddb389f980f86f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-67c98a6c3cd1e489", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/agents/copilot.ts:8"}, "properties": {"repobilityId": "45074d35704c65ef", "scanner": "scanner-primary", "fingerprint": "67c98a6c3cd1e489", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4494144ac16e49bd", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/agents/types.ts:4"}, "properties": {"repobilityId": "3a3384165971ba88", "scanner": "scanner-primary", "fingerprint": "4494144ac16e49bd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}