{"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-82278c7a8a5ec82b", "name": "Icon-only button without accessible name \u2014 app.js:1441", "shortDescription": {"text": "Icon-only button without accessible name \u2014 app.js:1441"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-55e29ab9eaa33a92", "name": "TODO/FIXME marker in shipping code \u2014 app.js:1977", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 app.js:1977"}, "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-6ba78c9f1cacaae7", "name": "Stray `console.log` in TS/JS \u2014 app.js:217", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app.js:217"}, "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-157a0f26dcc6c7e6", "name": "Insecure pattern 'direct_innerhtml_assignment' in login.html:124", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in login.html:124"}, "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-ced6d267a10e6b8e", "name": "Insecure pattern 'direct_innerhtml_assignment' in app.js:782", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app.js:782"}, "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-930528b81007cc98", "name": "Insecure pattern 'direct_innerhtml_assignment' in cosmos.html:1285", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in cosmos.html:1285"}, "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-d026e7d97fa56f78", "name": "Insecure pattern 'insert_adjacent_html' in player.js:216", "shortDescription": {"text": "Insecure pattern 'insert_adjacent_html' in player.js:216"}, "fullDescription": {"text": "Found a known-risky pattern (insert_adjacent_html). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b16f2b4660887d5d", "name": "Insecure pattern 'direct_innerhtml_assignment' in account.html:163", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in account.html:163"}, "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-03da734287e04896", "name": "Insecure pattern 'direct_innerhtml_assignment' in admin.html:168", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in admin.html:168"}, "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-233848acd4493b4b", "name": "Insecure pattern 'direct_innerhtml_assignment' in auth.js:335", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in auth.js:335"}, "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-12f8a43b4324a0bf", "name": "Insecure pattern 'local_storage_auth_token' in auth.js:154", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in auth.js:154"}, "fullDescription": {"text": "Found a known-risky pattern (local_storage_auth_token). 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-8e934f9ba2199e5f", "name": "Very large file: app.js (4574 lines)", "shortDescription": {"text": "Very large file: app.js (4574 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 5 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-01f96f71d9907a8c", "name": "README lacks setup or run instructions", "shortDescription": {"text": "README lacks setup or run instructions"}, "fullDescription": {"text": "A README exists, but it does not contain common install/setup/run markers. This matches a frequent generated-code pattern: UI is present, operational handoff is thin."}, "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 22 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, operator-readme. 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-edd05ce35a6588e3", "name": "Network/subprocess call without timeout or try/except \u2014 setup-supabase.py:30", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 setup-supabase.py:30"}, "fullDescription": {"text": "`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8a91dfd09a8f8721", "name": "Commented-code block (5 lines) in app.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in app.js: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-7a59720712022ce8", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app.js:400", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app.js:400"}, "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-f81377975e5a887e", "name": "Commented-code block (5 lines) in player.js:178", "shortDescription": {"text": "Commented-code block (5 lines) in player.js:178"}, "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-7c9a9dbf9b54b873", "name": "Commented-code block (8 lines) in auth.js:134", "shortDescription": {"text": "Commented-code block (8 lines) in auth.js:134"}, "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/28015"}, "properties": {"repository": "morpheus45/VOD2.0", "repoUrl": "https://github.com/morpheus45/VOD2.0", "branch": "main"}, "results": [{"ruleId": "scanner-82278c7a8a5ec82b", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 app.js:1441"}, "properties": {"repobilityId": "4d8d2abbccbd46dc", "scanner": "scanner-primary", "fingerprint": "82278c7a8a5ec82b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-55e29ab9eaa33a92", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 app.js:1977"}, "properties": {"repobilityId": "3049bbd13a258dde", "scanner": "scanner-primary", "fingerprint": "55e29ab9eaa33a92", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-6ba78c9f1cacaae7", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app.js:217"}, "properties": {"repobilityId": "59748ac0372fad2e", "scanner": "scanner-primary", "fingerprint": "6ba78c9f1cacaae7", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-157a0f26dcc6c7e6", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in login.html:124"}, "properties": {"repobilityId": "617b51c994b02988", "scanner": "scanner-primary", "fingerprint": "157a0f26dcc6c7e6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "login.html"}, "region": {"startLine": 124}}}]}, {"ruleId": "scanner-ced6d267a10e6b8e", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app.js:782"}, "properties": {"repobilityId": "b6b0c8b85ab66ded", "scanner": "scanner-primary", "fingerprint": "ced6d267a10e6b8e", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.js"}, "region": {"startLine": 782}}}]}, {"ruleId": "scanner-930528b81007cc98", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in cosmos.html:1285"}, "properties": {"repobilityId": "7e145e549bd3f7fe", "scanner": "scanner-primary", "fingerprint": "930528b81007cc98", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cosmos.html"}, "region": {"startLine": 1285}}}]}, {"ruleId": "scanner-d026e7d97fa56f78", "level": "warning", "message": {"text": "Insecure pattern 'insert_adjacent_html' in player.js:216"}, "properties": {"repobilityId": "af1601ba33cb3f57", "scanner": "scanner-primary", "fingerprint": "d026e7d97fa56f78", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "insert_adjacent_html"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "player.js"}, "region": {"startLine": 216}}}]}, {"ruleId": "scanner-b16f2b4660887d5d", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in account.html:163"}, "properties": {"repobilityId": "796de0196e47d2e7", "scanner": "scanner-primary", "fingerprint": "b16f2b4660887d5d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "account.html"}, "region": {"startLine": 163}}}]}, {"ruleId": "scanner-03da734287e04896", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in admin.html:168"}, "properties": {"repobilityId": "6ce12d2fb0d90b99", "scanner": "scanner-primary", "fingerprint": "03da734287e04896", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "admin.html"}, "region": {"startLine": 168}}}]}, {"ruleId": "scanner-233848acd4493b4b", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in auth.js:335"}, "properties": {"repobilityId": "9550ca2f43615973", "scanner": "scanner-primary", "fingerprint": "233848acd4493b4b", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "auth.js"}, "region": {"startLine": 335}}}]}, {"ruleId": "scanner-12f8a43b4324a0bf", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in auth.js:154"}, "properties": {"repobilityId": "d9b40cd68743726c", "scanner": "scanner-primary", "fingerprint": "12f8a43b4324a0bf", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "auth.js"}, "region": {"startLine": 154}}}]}, {"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-8e934f9ba2199e5f", "level": "note", "message": {"text": "Very large file: app.js (4574 lines)"}, "properties": {"repobilityId": "aa2136e88ad2315e", "scanner": "scanner-primary", "fingerprint": "8e934f9ba2199e5f", "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-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "8614412fcbe8e08a", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-01f96f71d9907a8c", "level": "note", "message": {"text": "README lacks setup or run instructions"}, "properties": {"repobilityId": "d575c91c851d00d4", "scanner": "scanner-primary", "fingerprint": "01f96f71d9907a8c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "51753c2fb48653fe", "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": "7a05a14bcfc04c02", "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": "3f4b519ac95148c9", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-edd05ce35a6588e3", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 setup-supabase.py:30"}, "properties": {"repobilityId": "b56ec42c1812daef", "scanner": "scanner-primary", "fingerprint": "edd05ce35a6588e3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-8a91dfd09a8f8721", "level": "none", "message": {"text": "Commented-code block (5 lines) in app.js:1"}, "properties": {"repobilityId": "4441679f52b01606", "scanner": "scanner-primary", "fingerprint": "8a91dfd09a8f8721", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7a59720712022ce8", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app.js:400"}, "properties": {"repobilityId": "c0cf76fb65593f91", "scanner": "scanner-primary", "fingerprint": "7a59720712022ce8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f81377975e5a887e", "level": "none", "message": {"text": "Commented-code block (5 lines) in player.js:178"}, "properties": {"repobilityId": "5da91caf8467724f", "scanner": "scanner-primary", "fingerprint": "f81377975e5a887e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7c9a9dbf9b54b873", "level": "none", "message": {"text": "Commented-code block (8 lines) in auth.js:134"}, "properties": {"repobilityId": "454ec978d1ffafb2", "scanner": "scanner-primary", "fingerprint": "7c9a9dbf9b54b873", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}