{"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-ec983377ef63d1a3", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/mermaid.js:82", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/mermaid.js:82"}, "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-cc02accb7f29677a", "name": "Insecure pattern 'node_child_process' in src/pager.js:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/pager.js:1"}, "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-5a7416d7f0a10cd1", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/html.js:197", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/html.js:197"}, "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-e2862937b443c839", "name": "Insecure pattern 'node_child_process' in src/chrome.js:3", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/chrome.js:3"}, "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-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-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-05d9fe4ffad0d970", "name": "`fetch()` without try/.catch or AbortSignal \u2014 test/server.test.js:36", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 test/server.test.js:36"}, "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-c94251c6c3f2bb40", "name": "Commented-code block (6 lines) in src/terminal.js:135", "shortDescription": {"text": "Commented-code block (6 lines) in src/terminal.js:135"}, "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-75d6c22b23b92a00", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/html.js:196", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/html.js:196"}, "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/20468"}, "properties": {"repository": "sujeet100/mdlook", "repoUrl": "https://github.com/sujeet100/mdlook", "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-ec983377ef63d1a3", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/mermaid.js:82"}, "properties": {"repobilityId": "cf067b2f6ce118ce", "scanner": "scanner-primary", "fingerprint": "ec983377ef63d1a3", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/mermaid.js"}, "region": {"startLine": 82}}}]}, {"ruleId": "scanner-cc02accb7f29677a", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/pager.js:1"}, "properties": {"repobilityId": "5cc726a4302f4e88", "scanner": "scanner-primary", "fingerprint": "cc02accb7f29677a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/pager.js"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-5a7416d7f0a10cd1", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/html.js:197"}, "properties": {"repobilityId": "a85308113e9d4da0", "scanner": "scanner-primary", "fingerprint": "5a7416d7f0a10cd1", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/html.js"}, "region": {"startLine": 197}}}]}, {"ruleId": "scanner-e2862937b443c839", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/chrome.js:3"}, "properties": {"repobilityId": "7b80fca47ea4bdf8", "scanner": "scanner-primary", "fingerprint": "e2862937b443c839", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/chrome.js"}, "region": {"startLine": 3}}}]}, {"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-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "3da6ab340c8efc1d", "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": "57f5e33275bf4ce8", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-05d9fe4ffad0d970", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 test/server.test.js:36"}, "properties": {"repobilityId": "70b333e0dfadfb69", "scanner": "scanner-primary", "fingerprint": "05d9fe4ffad0d970", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c94251c6c3f2bb40", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/terminal.js:135"}, "properties": {"repobilityId": "b908d5b2aedf18bf", "scanner": "scanner-primary", "fingerprint": "c94251c6c3f2bb40", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-75d6c22b23b92a00", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/html.js:196"}, "properties": {"repobilityId": "21167737f34216ef", "scanner": "scanner-primary", "fingerprint": "75d6c22b23b92a00", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}