{"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-c2a52803f1667e48", "name": "Icon-only button without accessible name \u2014 script.js:2716", "shortDescription": {"text": "Icon-only button without accessible name \u2014 script.js:2716"}, "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-1b9c3b024a115259", "name": "Stray `console.log` in TS/JS \u2014 script.js:5751", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 script.js:5751"}, "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-94d85b059f33542f", "name": "Possible secret in script.js", "shortDescription": {"text": "Possible secret in script.js"}, "fullDescription": {"text": "Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-cad12bd98421eb74", "name": "Insecure pattern 'direct_innerhtml_assignment' in script.js:971", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in script.js:971"}, "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-b625d02994bbe8ed", "name": "Insecure pattern 'local_storage_auth_token' in script.js:3163", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in script.js:3163"}, "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-8eaa2ef487c79cbc", "name": "Very large file: script.js (7356 lines)", "shortDescription": {"text": "Very large file: script.js (7356 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-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-cbff20b82d7ad03d", "name": "Commented-code block (5 lines) in script.js:1958", "shortDescription": {"text": "Commented-code block (5 lines) in script.js:1958"}, "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-26e4ee5141d6f6c3", "name": "`fetch()` without try/.catch or AbortSignal \u2014 script.js:252", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 script.js:252"}, "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/30424"}, "properties": {"repository": "wilwal2020/bingo-game", "repoUrl": "https://github.com/wilwal2020/bingo-game", "branch": "main"}, "results": [{"ruleId": "scanner-c2a52803f1667e48", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 script.js:2716"}, "properties": {"repobilityId": "51b3508471297d4f", "scanner": "scanner-primary", "fingerprint": "c2a52803f1667e48", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-1b9c3b024a115259", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 script.js:5751"}, "properties": {"repobilityId": "124bba370bb38401", "scanner": "scanner-primary", "fingerprint": "1b9c3b024a115259", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-94d85b059f33542f", "level": "error", "message": {"text": "Possible secret in script.js"}, "properties": {"repobilityId": "77645d3bc6ab2c0d", "scanner": "scanner-primary", "fingerprint": "94d85b059f33542f", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "script.js"}, "region": {"startLine": 5736}}}]}, {"ruleId": "scanner-cad12bd98421eb74", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in script.js:971"}, "properties": {"repobilityId": "6579c6710200525f", "scanner": "scanner-primary", "fingerprint": "cad12bd98421eb74", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "script.js"}, "region": {"startLine": 971}}}]}, {"ruleId": "scanner-b625d02994bbe8ed", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in script.js:3163"}, "properties": {"repobilityId": "a61db006143da26c", "scanner": "scanner-primary", "fingerprint": "b625d02994bbe8ed", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "script.js"}, "region": {"startLine": 3163}}}]}, {"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-8eaa2ef487c79cbc", "level": "note", "message": {"text": "Very large file: script.js (7356 lines)"}, "properties": {"repobilityId": "aeaad66708635a8c", "scanner": "scanner-primary", "fingerprint": "8eaa2ef487c79cbc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "c9561c35bd90100d", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-cbff20b82d7ad03d", "level": "none", "message": {"text": "Commented-code block (5 lines) in script.js:1958"}, "properties": {"repobilityId": "c3c06f8c63692c7d", "scanner": "scanner-primary", "fingerprint": "cbff20b82d7ad03d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-26e4ee5141d6f6c3", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 script.js:252"}, "properties": {"repobilityId": "97a1da4a15fbeb39", "scanner": "scanner-primary", "fingerprint": "26e4ee5141d6f6c3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}