{"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-7be2d10d496a8537", "name": "Stray `console.log` in TS/JS \u2014 main.js:13", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 main.js:13"}, "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-744a6f089ef555e7", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 main.js:6", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 main.js:6"}, "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-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-044746f17750aeaf", "name": "Insecure pattern 'node_child_process' in main.js:28", "shortDescription": {"text": "Insecure pattern 'node_child_process' in main.js:28"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-7d0a2ce376872e3c", "name": "Insecure pattern 'dangerous_innerhtml' in main.js:6", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in main.js:6"}, "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-9e69ccd0c2e6a82e", "name": "Insecure pattern 'direct_innerhtml_assignment' in main.js:10", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in main.js:10"}, "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}}]}}, "automationDetails": {"id": "repobility/29364"}, "properties": {"repository": "sebaskauf/agentic-os", "repoUrl": "https://github.com/sebaskauf/agentic-os", "branch": "main"}, "results": [{"ruleId": "scanner-7be2d10d496a8537", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 main.js:13"}, "properties": {"repobilityId": "4a2f610e5e3afce9", "scanner": "scanner-primary", "fingerprint": "7be2d10d496a8537", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-744a6f089ef555e7", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 main.js:6"}, "properties": {"repobilityId": "c5b576deaf740c4b", "scanner": "scanner-primary", "fingerprint": "744a6f089ef555e7", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-9710c8d059e53154", "level": "none", "message": {"text": "No frontend routes/components detected"}, "properties": {"repobilityId": "44ca61485762e494", "scanner": "scanner-primary", "fingerprint": "9710c8d059e53154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-044746f17750aeaf", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in main.js:28"}, "properties": {"repobilityId": "f39f9770bd53a67e", "scanner": "scanner-primary", "fingerprint": "044746f17750aeaf", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.js"}, "region": {"startLine": 28}}}]}, {"ruleId": "scanner-7d0a2ce376872e3c", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in main.js:6"}, "properties": {"repobilityId": "2e2b2b42fe694c74", "scanner": "scanner-primary", "fingerprint": "7d0a2ce376872e3c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.js"}, "region": {"startLine": 6}}}]}, {"ruleId": "scanner-9e69ccd0c2e6a82e", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in main.js:10"}, "properties": {"repobilityId": "1b4d35edc097833f", "scanner": "scanner-primary", "fingerprint": "9e69ccd0c2e6a82e", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.js"}, "region": {"startLine": 10}}}]}, {"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"]}}]}]}