{"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-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-f773f8725ade2d33", "name": "Insecure pattern 'direct_innerhtml_assignment' in test.html:345", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in test.html:345"}, "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-02e47e8293fa6fcc", "name": "Insecure pattern 'direct_innerhtml_assignment' in js/ui.js:19", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/ui.js:19"}, "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-cd57a9974badc688", "name": "Insecure pattern 'direct_innerhtml_assignment' in js/app.js:76", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/app.js:76"}, "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-f132a4f9bd8c53b4", "name": "Insecure pattern 'insert_adjacent_html' in js/app.js:185", "shortDescription": {"text": "Insecure pattern 'insert_adjacent_html' in js/app.js:185"}, "fullDescription": {"text": "Found a known-risky pattern (insert_adjacent_html). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5c2a946821c63c5b", "name": "Insecure pattern 'direct_innerhtml_assignment' in js/views/about.js:6", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/views/about.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-6a7c220524193319", "name": "Insecure pattern 'direct_innerhtml_assignment' in js/views/library.js:20", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/views/library.js:20"}, "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-1d9a50560674c7ae", "name": "Insecure pattern 'direct_innerhtml_assignment' in js/views/ask.js:25", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/views/ask.js:25"}, "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-d48fbf38fedc2f57", "name": "Insecure pattern 'direct_innerhtml_assignment' in js/views/lab.js:40", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/views/lab.js:40"}, "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-db29a5bdbc8f9dc7", "name": "Insecure pattern 'direct_innerhtml_assignment' in js/views/graph.js:26", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/views/graph.js:26"}, "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-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "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 11 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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 12 placeholder/mock markers across 3 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-74fe3a8c5a7099dd", "name": "`fetch()` without try/.catch or AbortSignal \u2014 js/openrouter.js:116", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 js/openrouter.js:116"}, "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-11e0c2b5ce7e5fe1", "name": "Commented-code block (6 lines) in js/store.js:3", "shortDescription": {"text": "Commented-code block (6 lines) in js/store.js:3"}, "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-1fee17e426a12e43", "name": "Commented-code block (5 lines) in js/views/lab.js:3", "shortDescription": {"text": "Commented-code block (5 lines) in js/views/lab.js:3"}, "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}}]}}, "automationDetails": {"id": "repobility/19641"}, "properties": {"repository": "sillanaresh/lumen", "repoUrl": "https://github.com/sillanaresh/lumen", "branch": "main"}, "results": [{"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-f773f8725ade2d33", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in test.html:345"}, "properties": {"repobilityId": "1913e732f22665ad", "scanner": "scanner-primary", "fingerprint": "f773f8725ade2d33", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test.html"}, "region": {"startLine": 345}}}]}, {"ruleId": "scanner-02e47e8293fa6fcc", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/ui.js:19"}, "properties": {"repobilityId": "b61c07352f1b1ece", "scanner": "scanner-primary", "fingerprint": "02e47e8293fa6fcc", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/ui.js"}, "region": {"startLine": 19}}}]}, {"ruleId": "scanner-cd57a9974badc688", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/app.js:76"}, "properties": {"repobilityId": "f12f5fb5c6eb3ec0", "scanner": "scanner-primary", "fingerprint": "cd57a9974badc688", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/app.js"}, "region": {"startLine": 76}}}]}, {"ruleId": "scanner-f132a4f9bd8c53b4", "level": "warning", "message": {"text": "Insecure pattern 'insert_adjacent_html' in js/app.js:185"}, "properties": {"repobilityId": "578a49a921ae88fa", "scanner": "scanner-primary", "fingerprint": "f132a4f9bd8c53b4", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "insert_adjacent_html"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/app.js"}, "region": {"startLine": 185}}}]}, {"ruleId": "scanner-5c2a946821c63c5b", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/views/about.js:6"}, "properties": {"repobilityId": "8654252f102c2f12", "scanner": "scanner-primary", "fingerprint": "5c2a946821c63c5b", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/views/about.js"}, "region": {"startLine": 6}}}]}, {"ruleId": "scanner-6a7c220524193319", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/views/library.js:20"}, "properties": {"repobilityId": "043cec4558e3978f", "scanner": "scanner-primary", "fingerprint": "6a7c220524193319", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/views/library.js"}, "region": {"startLine": 20}}}]}, {"ruleId": "scanner-1d9a50560674c7ae", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/views/ask.js:25"}, "properties": {"repobilityId": "c2cd12396bf35790", "scanner": "scanner-primary", "fingerprint": "1d9a50560674c7ae", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/views/ask.js"}, "region": {"startLine": 25}}}]}, {"ruleId": "scanner-d48fbf38fedc2f57", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/views/lab.js:40"}, "properties": {"repobilityId": "cd8aced5b17a29e6", "scanner": "scanner-primary", "fingerprint": "d48fbf38fedc2f57", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/views/lab.js"}, "region": {"startLine": 40}}}]}, {"ruleId": "scanner-db29a5bdbc8f9dc7", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/views/graph.js:26"}, "properties": {"repobilityId": "7e3c422c579f4678", "scanner": "scanner-primary", "fingerprint": "db29a5bdbc8f9dc7", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/views/graph.js"}, "region": {"startLine": 26}}}]}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"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": "ba5243bf3567fcd3", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "e858be8bb0a4c264", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "0688d768ccd4904c", "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": "347d0afe94fb3918", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "4b5ed0b84118fadd", "scanner": "scanner-primary", "fingerprint": "ea8f3013f588db25", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-8424db9c75e04ba4", "level": "none", "message": {"text": "Very short observed git history"}, "properties": {"repobilityId": "bb720a3c76373710", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-74fe3a8c5a7099dd", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 js/openrouter.js:116"}, "properties": {"repobilityId": "a99e55876cf143ce", "scanner": "scanner-primary", "fingerprint": "74fe3a8c5a7099dd", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-11e0c2b5ce7e5fe1", "level": "none", "message": {"text": "Commented-code block (6 lines) in js/store.js:3"}, "properties": {"repobilityId": "7089d9db97bf2d28", "scanner": "scanner-primary", "fingerprint": "11e0c2b5ce7e5fe1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1fee17e426a12e43", "level": "none", "message": {"text": "Commented-code block (5 lines) in js/views/lab.js:3"}, "properties": {"repobilityId": "967708891ca92176", "scanner": "scanner-primary", "fingerprint": "1fee17e426a12e43", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}