{"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-13f7211990a1cfb8", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 assets/index--xxZNsph.js:9", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 assets/index--xxZNsph.js:9"}, "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-cdc489e0bac1bce4", "name": "Insecure pattern 'dangerous_innerhtml' in assets/index--xxZNsph.js:9", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in assets/index--xxZNsph.js:9"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f0b1cb4a664380bf", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/index--xxZNsph.js:8", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/index--xxZNsph.js:8"}, "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-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-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-3302bf4e06d509e2", "name": "Legacy-named symbol `unstable_legacy` in assets/index--xxZNsph.js:8", "shortDescription": {"text": "Legacy-named symbol `unstable_legacy` in assets/index--xxZNsph.js:8"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c4d69c45b6d701b6", "name": "`fetch()` without try/.catch or AbortSignal \u2014 assets/index--xxZNsph.js:1", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/index--xxZNsph.js:1"}, "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/25120"}, "properties": {"repository": "Criptso/xcase-motion-website-v2", "repoUrl": "https://github.com/Criptso/xcase-motion-website-v2", "branch": "main"}, "results": [{"ruleId": "scanner-13f7211990a1cfb8", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 assets/index--xxZNsph.js:9"}, "properties": {"repobilityId": "5edbcd2b27949138", "scanner": "scanner-primary", "fingerprint": "13f7211990a1cfb8", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-cdc489e0bac1bce4", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in assets/index--xxZNsph.js:9"}, "properties": {"repobilityId": "2b732c70a99c1165", "scanner": "scanner-primary", "fingerprint": "cdc489e0bac1bce4", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/index--xxZNsph.js"}, "region": {"startLine": 9}}}]}, {"ruleId": "scanner-f0b1cb4a664380bf", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/index--xxZNsph.js:8"}, "properties": {"repobilityId": "a067abb0c58602ad", "scanner": "scanner-primary", "fingerprint": "f0b1cb4a664380bf", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/index--xxZNsph.js"}, "region": {"startLine": 8}}}]}, {"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-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "0277bb00cfc5fdb2", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-3302bf4e06d509e2", "level": "note", "message": {"text": "Legacy-named symbol `unstable_legacy` in assets/index--xxZNsph.js:8"}, "properties": {"repobilityId": "daae26a426d8f1f6", "scanner": "scanner-primary", "fingerprint": "3302bf4e06d509e2", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-c4d69c45b6d701b6", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/index--xxZNsph.js:1"}, "properties": {"repobilityId": "e8618d50dc92674a", "scanner": "scanner-primary", "fingerprint": "c4d69c45b6d701b6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}