{"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-3e4f01e85903607e", "name": "Stray `console.log` in TS/JS \u2014 app.js:327", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app.js:327"}, "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-c561027b55aa12e3", "name": "Insecure pattern 'direct_innerhtml_assignment' in import.html:254", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in import.html:254"}, "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-c92e7aba4012cd0d", "name": "Insecure pattern 'direct_innerhtml_assignment' in app.js:114", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app.js:114"}, "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-5f9ba40ba614b0df", "name": "Insecure pattern 'insert_adjacent_html' in app.js:3710", "shortDescription": {"text": "Insecure pattern 'insert_adjacent_html' in app.js:3710"}, "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-d1df12678e77ea7f", "name": "Possible secret in firebase-config.js", "shortDescription": {"text": "Possible secret in firebase-config.js"}, "fullDescription": {"text": "Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-a480e66562fa77de", "name": "Insecure pattern 'direct_innerhtml_assignment' in auth-action.html:120", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in auth-action.html:120"}, "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-70d089ec4d1f5afe", "name": "Very large file: app.js (3986 lines)", "shortDescription": {"text": "Very large file: app.js (3986 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-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-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, 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-6cd00d11b8b630ef", "name": "Commented-code block (5 lines) in app.js:2908", "shortDescription": {"text": "Commented-code block (5 lines) in app.js:2908"}, "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-919b80f67a477578", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app.js:1032", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app.js:1032"}, "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/27112"}, "properties": {"repository": "KCG9388/my-bookshelf", "repoUrl": "https://github.com/KCG9388/my-bookshelf", "branch": "main"}, "results": [{"ruleId": "scanner-3e4f01e85903607e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app.js:327"}, "properties": {"repobilityId": "59748ac0372fad2e", "scanner": "scanner-primary", "fingerprint": "3e4f01e85903607e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c561027b55aa12e3", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in import.html:254"}, "properties": {"repobilityId": "35f4b10115720435", "scanner": "scanner-primary", "fingerprint": "c561027b55aa12e3", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "import.html"}, "region": {"startLine": 254}}}]}, {"ruleId": "scanner-c92e7aba4012cd0d", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app.js:114"}, "properties": {"repobilityId": "b6b0c8b85ab66ded", "scanner": "scanner-primary", "fingerprint": "c92e7aba4012cd0d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.js"}, "region": {"startLine": 114}}}]}, {"ruleId": "scanner-5f9ba40ba614b0df", "level": "warning", "message": {"text": "Insecure pattern 'insert_adjacent_html' in app.js:3710"}, "properties": {"repobilityId": "5c47c97732fc6129", "scanner": "scanner-primary", "fingerprint": "5f9ba40ba614b0df", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "insert_adjacent_html"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.js"}, "region": {"startLine": 3710}}}]}, {"ruleId": "scanner-d1df12678e77ea7f", "level": "error", "message": {"text": "Possible secret in firebase-config.js"}, "properties": {"repobilityId": "c23cfc180f4e33c9", "scanner": "scanner-primary", "fingerprint": "d1df12678e77ea7f", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "firebase-config.js"}, "region": {"startLine": 2}}}]}, {"ruleId": "scanner-a480e66562fa77de", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in auth-action.html:120"}, "properties": {"repobilityId": "7aa786c578c7a325", "scanner": "scanner-primary", "fingerprint": "a480e66562fa77de", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "auth-action.html"}, "region": {"startLine": 120}}}]}, {"ruleId": "scanner-70d089ec4d1f5afe", "level": "note", "message": {"text": "Very large file: app.js (3986 lines)"}, "properties": {"repobilityId": "aa2136e88ad2315e", "scanner": "scanner-primary", "fingerprint": "70d089ec4d1f5afe", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "96758b0b63bfe75a", "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": "80221b9e410a13a1", "scanner": "scanner-primary", "fingerprint": "faccb9061e9b52a0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "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": "5875867170ef0b9a", "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": "c4f177a558d0ddb2", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-6cd00d11b8b630ef", "level": "none", "message": {"text": "Commented-code block (5 lines) in app.js:2908"}, "properties": {"repobilityId": "0274ce0cd368f389", "scanner": "scanner-primary", "fingerprint": "6cd00d11b8b630ef", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-919b80f67a477578", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app.js:1032"}, "properties": {"repobilityId": "b6c13472b144f4b3", "scanner": "scanner-primary", "fingerprint": "919b80f67a477578", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}