{"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-9fb5c120b4066983", "name": "Insecure pattern 'direct_innerhtml_assignment' in js/reports.js:121", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/reports.js:121"}, "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-896ffe78bb1613e7", "name": "Insecure pattern 'direct_innerhtml_assignment' in js/ui.js:6", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/ui.js:6"}, "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-58e3c3c1ccd3f533", "name": "Insecure pattern 'direct_innerhtml_assignment' in js/sale.js:14", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/sale.js:14"}, "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-f860047396266215", "name": "Insecure pattern 'direct_innerhtml_assignment' in js/expenses.js:71", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/expenses.js:71"}, "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-4f92b77c617d9c73", "name": "Insecure pattern 'direct_innerhtml_assignment' in js/today.js:46", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/today.js:46"}, "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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 15 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}}, {"id": "scanner-5e598f36f3a4140a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 js/api.js:7", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 js/api.js:7"}, "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/24726"}, "properties": {"repository": "brownlegend0001/aussie-beauty-sales", "repoUrl": "https://github.com/brownlegend0001/aussie-beauty-sales", "branch": "main"}, "results": [{"ruleId": "scanner-9fb5c120b4066983", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/reports.js:121"}, "properties": {"repobilityId": "3e6d9c1c7d1b09ff", "scanner": "scanner-primary", "fingerprint": "9fb5c120b4066983", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/reports.js"}, "region": {"startLine": 121}}}]}, {"ruleId": "scanner-896ffe78bb1613e7", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/ui.js:6"}, "properties": {"repobilityId": "b61c07352f1b1ece", "scanner": "scanner-primary", "fingerprint": "896ffe78bb1613e7", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/ui.js"}, "region": {"startLine": 6}}}]}, {"ruleId": "scanner-58e3c3c1ccd3f533", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/sale.js:14"}, "properties": {"repobilityId": "6be68a9647ac4199", "scanner": "scanner-primary", "fingerprint": "58e3c3c1ccd3f533", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/sale.js"}, "region": {"startLine": 14}}}]}, {"ruleId": "scanner-f860047396266215", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/expenses.js:71"}, "properties": {"repobilityId": "75b404424c6780e1", "scanner": "scanner-primary", "fingerprint": "f860047396266215", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/expenses.js"}, "region": {"startLine": 71}}}]}, {"ruleId": "scanner-4f92b77c617d9c73", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/today.js:46"}, "properties": {"repobilityId": "7ac59d1ccc7fae15", "scanner": "scanner-primary", "fingerprint": "4f92b77c617d9c73", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/today.js"}, "region": {"startLine": 46}}}]}, {"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-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": "c8003f2627d64e86", "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": "e27a03950baedaa0", "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": "cae1faca975c6002", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-5e598f36f3a4140a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 js/api.js:7"}, "properties": {"repobilityId": "1182f26e23a90cf7", "scanner": "scanner-primary", "fingerprint": "5e598f36f3a4140a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}