{"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-1ee5f6061f3ea6ac", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 index.jsx:11", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 index.jsx:11"}, "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-d11fd8e09d096b5a", "name": "Insecure pattern 'direct_innerhtml_assignment' in index.jsx:729", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in index.jsx:729"}, "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-0d8d0dc8c0c3f1a9", "name": "Very large file: index.jsx (4966 lines)", "shortDescription": {"text": "Very large file: index.jsx (4966 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-735ac683ed2d4a24", "name": "Commented-code block (6 lines) in index.jsx:10", "shortDescription": {"text": "Commented-code block (6 lines) in index.jsx:10"}, "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-9dba28f3c078106a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 index.jsx:253", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 index.jsx:253"}, "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/27959"}, "properties": {"repository": "mobius-os/app-latex", "repoUrl": "https://github.com/mobius-os/app-latex", "branch": "main"}, "results": [{"ruleId": "scanner-1ee5f6061f3ea6ac", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 index.jsx:11"}, "properties": {"repobilityId": "f02c229449cf9d31", "scanner": "scanner-primary", "fingerprint": "1ee5f6061f3ea6ac", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-d11fd8e09d096b5a", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in index.jsx:729"}, "properties": {"repobilityId": "aec00c56d6c30a72", "scanner": "scanner-primary", "fingerprint": "d11fd8e09d096b5a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "index.jsx"}, "region": {"startLine": 729}}}]}, {"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-0d8d0dc8c0c3f1a9", "level": "note", "message": {"text": "Very large file: index.jsx (4966 lines)"}, "properties": {"repobilityId": "e2aefbacb221efde", "scanner": "scanner-primary", "fingerprint": "0d8d0dc8c0c3f1a9", "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": "68fe5f27e1fb4823", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-735ac683ed2d4a24", "level": "none", "message": {"text": "Commented-code block (6 lines) in index.jsx:10"}, "properties": {"repobilityId": "75808411ea2458c2", "scanner": "scanner-primary", "fingerprint": "735ac683ed2d4a24", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9dba28f3c078106a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 index.jsx:253"}, "properties": {"repobilityId": "d4f64423d47d9116", "scanner": "scanner-primary", "fingerprint": "9dba28f3c078106a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}