{"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-0ec413d929c17317", "name": "Insecure pattern 'node_child_process' in src/cmux.ts:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/cmux.ts: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-95b3b4a727565519", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/dashboard.ts:316", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/dashboard.ts:316"}, "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-bdf16bb5035bd4f6", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/resume-ui.ts:129", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/resume-ui.ts:129"}, "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-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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci. 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": "low", "confidence": 1.0}}, {"id": "scanner-09d6eef8ebd4b5cc", "name": "Commented-code block (7 lines) in src/template-assets.ts:577", "shortDescription": {"text": "Commented-code block (7 lines) in src/template-assets.ts:577"}, "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-1e0d83771a4d92f2", "name": "Commented-code block (5 lines) in src/cmux.ts:9", "shortDescription": {"text": "Commented-code block (5 lines) in src/cmux.ts:9"}, "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-ab5e90432e64ad26", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/dashboard.ts:324", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/dashboard.ts:324"}, "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-6474332469a1623e", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/resume-ui.ts:137", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/resume-ui.ts:137"}, "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-8762435092732304", "name": "Commented-code block (6 lines) in src/parser.ts:27", "shortDescription": {"text": "Commented-code block (6 lines) in src/parser.ts:27"}, "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/24353"}, "properties": {"repository": "ashimon83/ccakashic", "repoUrl": "https://github.com/ashimon83/ccakashic", "branch": "main"}, "results": [{"ruleId": "scanner-0ec413d929c17317", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/cmux.ts:1"}, "properties": {"repobilityId": "6c8548cf0061a6c2", "scanner": "scanner-primary", "fingerprint": "0ec413d929c17317", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cmux.ts"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-95b3b4a727565519", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/dashboard.ts:316"}, "properties": {"repobilityId": "838dec002ef54077", "scanner": "scanner-primary", "fingerprint": "95b3b4a727565519", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/dashboard.ts"}, "region": {"startLine": 316}}}]}, {"ruleId": "scanner-bdf16bb5035bd4f6", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/resume-ui.ts:129"}, "properties": {"repobilityId": "089ba05fd22f8e7f", "scanner": "scanner-primary", "fingerprint": "bdf16bb5035bd4f6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/resume-ui.ts"}, "region": {"startLine": 129}}}]}, {"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-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "2ec52931df0799c9", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "f3530832c795137a", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-09d6eef8ebd4b5cc", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/template-assets.ts:577"}, "properties": {"repobilityId": "d8bdb4532a8b3b06", "scanner": "scanner-primary", "fingerprint": "09d6eef8ebd4b5cc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1e0d83771a4d92f2", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/cmux.ts:9"}, "properties": {"repobilityId": "8e20fbc72a5df622", "scanner": "scanner-primary", "fingerprint": "1e0d83771a4d92f2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ab5e90432e64ad26", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/dashboard.ts:324"}, "properties": {"repobilityId": "b9437a8ce0dcfb8a", "scanner": "scanner-primary", "fingerprint": "ab5e90432e64ad26", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-6474332469a1623e", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/resume-ui.ts:137"}, "properties": {"repobilityId": "bb4d07cb883adc57", "scanner": "scanner-primary", "fingerprint": "6474332469a1623e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-8762435092732304", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/parser.ts:27"}, "properties": {"repobilityId": "709ada0ef1fb44dc", "scanner": "scanner-primary", "fingerprint": "8762435092732304", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}