{"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-5b8cceb3499c32b9", "name": "Insecure pattern 'direct_innerhtml_assignment' in js/app.js:305", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/app.js:305"}, "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-f2ed5a99cae9da3a", "name": "Insecure pattern 'direct_outerhtml_assignment' in js/app.js:5273", "shortDescription": {"text": "Insecure pattern 'direct_outerhtml_assignment' in js/app.js:5273"}, "fullDescription": {"text": "Found a known-risky pattern (direct_outerhtml_assignment). 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-6ccb023d031ccaf8", "name": "Very large file: js/app.js (7898 lines)", "shortDescription": {"text": "Very large file: js/app.js (7898 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-e4f15913481370db", "name": "Commented-code block (8 lines) in js/app.js:2716", "shortDescription": {"text": "Commented-code block (8 lines) in js/app.js:2716"}, "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-3bb42c874c09cf71", "name": "`fetch()` without try/.catch or AbortSignal \u2014 js/app.js:2023", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 js/app.js:2023"}, "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/24840"}, "properties": {"repository": "carlosperezesp/playoff-central", "repoUrl": "https://github.com/carlosperezesp/playoff-central", "branch": "main"}, "results": [{"ruleId": "scanner-5b8cceb3499c32b9", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/app.js:305"}, "properties": {"repobilityId": "f12f5fb5c6eb3ec0", "scanner": "scanner-primary", "fingerprint": "5b8cceb3499c32b9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/app.js"}, "region": {"startLine": 305}}}]}, {"ruleId": "scanner-f2ed5a99cae9da3a", "level": "warning", "message": {"text": "Insecure pattern 'direct_outerhtml_assignment' in js/app.js:5273"}, "properties": {"repobilityId": "3eb42a969ba22e3e", "scanner": "scanner-primary", "fingerprint": "f2ed5a99cae9da3a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_outerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/app.js"}, "region": {"startLine": 5273}}}]}, {"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-6ccb023d031ccaf8", "level": "note", "message": {"text": "Very large file: js/app.js (7898 lines)"}, "properties": {"repobilityId": "c38eec27975b7a83", "scanner": "scanner-primary", "fingerprint": "6ccb023d031ccaf8", "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": "87d731c4b190cece", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-e4f15913481370db", "level": "none", "message": {"text": "Commented-code block (8 lines) in js/app.js:2716"}, "properties": {"repobilityId": "455c04fd9d087473", "scanner": "scanner-primary", "fingerprint": "e4f15913481370db", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3bb42c874c09cf71", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 js/app.js:2023"}, "properties": {"repobilityId": "9e2fd0f84e9e782a", "scanner": "scanner-primary", "fingerprint": "3bb42c874c09cf71", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}