{"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-7f3bc05845b70eb8", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 react-dom.production.min.js:28", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 react-dom.production.min.js:28"}, "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-2262504e2f36ae58", "name": "Insecure pattern 'dangerous_innerhtml' in react-dom.production.min.js:28", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in react-dom.production.min.js:28"}, "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-a3114c425216ec58", "name": "Insecure pattern 'direct_innerhtml_assignment' in react-dom.production.min.js:150", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in react-dom.production.min.js:150"}, "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-b934c687cd3b2d09", "name": "Insecure pattern 'direct_innerhtml_assignment' in app.js:1", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app.js:1"}, "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-48e3bd1ecaa4f8cc", "name": "Insecure pattern 'direct_innerhtml_assignment' in app.jsx:32", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app.jsx:32"}, "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-cc65e0d998ebaa92", "name": "Very large file: app.jsx (1714 lines)", "shortDescription": {"text": "Very large file: app.jsx (1714 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-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. 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}}]}}, "automationDetails": {"id": "repobility/24624"}, "properties": {"repository": "blackstone-agency/finaler-code-ende", "repoUrl": "https://github.com/blackstone-agency/finaler-code-ende", "branch": "main"}, "results": [{"ruleId": "scanner-7f3bc05845b70eb8", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 react-dom.production.min.js:28"}, "properties": {"repobilityId": "7632f0d236884ab6", "scanner": "scanner-primary", "fingerprint": "7f3bc05845b70eb8", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-2262504e2f36ae58", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in react-dom.production.min.js:28"}, "properties": {"repobilityId": "c9dfe91c3099a586", "scanner": "scanner-primary", "fingerprint": "2262504e2f36ae58", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "react-dom.production.min.js"}, "region": {"startLine": 28}}}]}, {"ruleId": "scanner-a3114c425216ec58", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in react-dom.production.min.js:150"}, "properties": {"repobilityId": "70623d054a5c5d95", "scanner": "scanner-primary", "fingerprint": "a3114c425216ec58", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "react-dom.production.min.js"}, "region": {"startLine": 150}}}]}, {"ruleId": "scanner-b934c687cd3b2d09", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app.js:1"}, "properties": {"repobilityId": "b6b0c8b85ab66ded", "scanner": "scanner-primary", "fingerprint": "b934c687cd3b2d09", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.js"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-48e3bd1ecaa4f8cc", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app.jsx:32"}, "properties": {"repobilityId": "cf9ed756deeac5ba", "scanner": "scanner-primary", "fingerprint": "48e3bd1ecaa4f8cc", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.jsx"}, "region": {"startLine": 32}}}]}, {"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-cc65e0d998ebaa92", "level": "note", "message": {"text": "Very large file: app.jsx (1714 lines)"}, "properties": {"repobilityId": "ff935349ca6125a7", "scanner": "scanner-primary", "fingerprint": "cc65e0d998ebaa92", "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": "29d71c711f8b147e", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "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": "db125d4bae28e0d1", "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": "71a94bf540999871", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}]}]}