{"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-723d20bd873a92c2", "name": "Stray `console.log` in TS/JS \u2014 cross-sell.js:109", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 cross-sell.js:109"}, "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-fb3d85489b1d95dc", "name": "Stray `console.log` in TS/JS \u2014 oud.js:92", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 oud.js:92"}, "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-8cc1d73dd88f48ff", "name": "Insecure pattern 'direct_innerhtml_assignment' in cross-sell.js:175", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in cross-sell.js:175"}, "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-a539dcc556264f5f", "name": "Insecure pattern 'direct_innerhtml_assignment' in hamtaro.js:158", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in hamtaro.js:158"}, "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-29dc79ecac21f9ac", "name": "Insecure pattern 'direct_innerhtml_assignment' in oud.js:112", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in oud.js:112"}, "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-24c69fe77081c53a", "name": "Insecure pattern 'direct_innerhtml_assignment' in dates.js:1", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in dates.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-02dd293ff50496eb", "name": "Insecure pattern 'direct_innerhtml_assignment' in upsell-tiers.js:310", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in upsell-tiers.js:310"}, "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-407efef3d49bbdda", "name": "Insecure pattern 'direct_innerhtml_assignment' in product-page-refinement.js:1007", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in product-page-refinement.js:1007"}, "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-002da565f7bcf2d6", "name": "Insecure pattern 'direct_innerhtml_assignment' in float-cluster.js:57", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in float-cluster.js:57"}, "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 8 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-faccb9061e9b52a0", "name": "No README detected", "shortDescription": {"text": "No README detected"}, "fullDescription": {"text": "No README file was found. Generated repos without README context are hard to operate, validate, or safely hand off."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 15 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "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, operator-readme. 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-0fd476aee2bd341f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 cross-sell.js:128", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 cross-sell.js:128"}, "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}}, {"id": "scanner-2f0bd6e7123b1ae8", "name": "`fetch()` without try/.catch or AbortSignal \u2014 dates.js:1", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 dates.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/23815"}, "properties": {"repository": "7azemaamer/oud", "repoUrl": "https://github.com/7azemaamer/oud", "branch": "main"}, "results": [{"ruleId": "scanner-723d20bd873a92c2", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 cross-sell.js:109"}, "properties": {"repobilityId": "d2352f92bc83f3cd", "scanner": "scanner-primary", "fingerprint": "723d20bd873a92c2", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-fb3d85489b1d95dc", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 oud.js:92"}, "properties": {"repobilityId": "afb760e9583a42ac", "scanner": "scanner-primary", "fingerprint": "fb3d85489b1d95dc", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8cc1d73dd88f48ff", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in cross-sell.js:175"}, "properties": {"repobilityId": "4f9c2b55fe121565", "scanner": "scanner-primary", "fingerprint": "8cc1d73dd88f48ff", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cross-sell.js"}, "region": {"startLine": 175}}}]}, {"ruleId": "scanner-a539dcc556264f5f", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in hamtaro.js:158"}, "properties": {"repobilityId": "6254ea04f8a95ea9", "scanner": "scanner-primary", "fingerprint": "a539dcc556264f5f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hamtaro.js"}, "region": {"startLine": 158}}}]}, {"ruleId": "scanner-29dc79ecac21f9ac", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in oud.js:112"}, "properties": {"repobilityId": "a6f648cec68a8278", "scanner": "scanner-primary", "fingerprint": "29dc79ecac21f9ac", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "oud.js"}, "region": {"startLine": 112}}}]}, {"ruleId": "scanner-24c69fe77081c53a", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in dates.js:1"}, "properties": {"repobilityId": "d0730a796065d7ba", "scanner": "scanner-primary", "fingerprint": "24c69fe77081c53a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "dates.js"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-02dd293ff50496eb", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in upsell-tiers.js:310"}, "properties": {"repobilityId": "1eee6a8c6baea436", "scanner": "scanner-primary", "fingerprint": "02dd293ff50496eb", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "upsell-tiers.js"}, "region": {"startLine": 310}}}]}, {"ruleId": "scanner-407efef3d49bbdda", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in product-page-refinement.js:1007"}, "properties": {"repobilityId": "0e9ced3bc13acd64", "scanner": "scanner-primary", "fingerprint": "407efef3d49bbdda", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "product-page-refinement.js"}, "region": {"startLine": 1007}}}]}, {"ruleId": "scanner-002da565f7bcf2d6", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in float-cluster.js:57"}, "properties": {"repobilityId": "9cba5f92d3ad7f38", "scanner": "scanner-primary", "fingerprint": "002da565f7bcf2d6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "float-cluster.js"}, "region": {"startLine": 57}}}]}, {"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": "ff2d37287b4d1478", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-faccb9061e9b52a0", "level": "note", "message": {"text": "No README detected"}, "properties": {"repobilityId": "b60ff04743fa50e5", "scanner": "scanner-primary", "fingerprint": "faccb9061e9b52a0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "9e7dab5fba31c839", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "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": "4a22d7e87d8ef675", "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": "fc12ed75226dc0a9", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-0fd476aee2bd341f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 cross-sell.js:128"}, "properties": {"repobilityId": "a4ca7d7f6250bef9", "scanner": "scanner-primary", "fingerprint": "0fd476aee2bd341f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2f0bd6e7123b1ae8", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 dates.js:1"}, "properties": {"repobilityId": "5061256a5a10d8d4", "scanner": "scanner-primary", "fingerprint": "2f0bd6e7123b1ae8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}