{"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-788057eb5f38fc9e", "name": "Stray `console.log` in TS/JS \u2014 server.js:586", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 server.js:586"}, "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-f0e23b62dd6b9aaa", "name": "Insecure pattern 'node_child_process' in telemetry.js:18", "shortDescription": {"text": "Insecure pattern 'node_child_process' in telemetry.js:18"}, "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-6ff9ed0bcce172d7", "name": "Insecure pattern 'node_child_process' in server.js:595", "shortDescription": {"text": "Insecure pattern 'node_child_process' in server.js:595"}, "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-9964dbe407181ad2", "name": "Insecure pattern 'direct_innerhtml_assignment' in index.html:178", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in index.html:178"}, "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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 7 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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: 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": "low", "confidence": 1.0}}, {"id": "scanner-32c08f6903075b12", "name": "Commented-code block (5 lines) in server.js:34", "shortDescription": {"text": "Commented-code block (5 lines) in server.js:34"}, "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/26861"}, "properties": {"repository": "jirolao/ai-mission-control", "repoUrl": "https://github.com/jirolao/ai-mission-control", "branch": "main"}, "results": [{"ruleId": "scanner-788057eb5f38fc9e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 server.js:586"}, "properties": {"repobilityId": "a9deebb5fdc93edc", "scanner": "scanner-primary", "fingerprint": "788057eb5f38fc9e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f0e23b62dd6b9aaa", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in telemetry.js:18"}, "properties": {"repobilityId": "2f504623255c0166", "scanner": "scanner-primary", "fingerprint": "f0e23b62dd6b9aaa", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "telemetry.js"}, "region": {"startLine": 18}}}]}, {"ruleId": "scanner-6ff9ed0bcce172d7", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in server.js:595"}, "properties": {"repobilityId": "23f3ba0b6e438ed3", "scanner": "scanner-primary", "fingerprint": "6ff9ed0bcce172d7", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server.js"}, "region": {"startLine": 595}}}]}, {"ruleId": "scanner-9964dbe407181ad2", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in index.html:178"}, "properties": {"repobilityId": "f91708437a3a5445", "scanner": "scanner-primary", "fingerprint": "9964dbe407181ad2", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "index.html"}, "region": {"startLine": 178}}}]}, {"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-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "b1222b2733a8bd2d", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-32c08f6903075b12", "level": "none", "message": {"text": "Commented-code block (5 lines) in server.js:34"}, "properties": {"repobilityId": "72df0ad028fc5a19", "scanner": "scanner-primary", "fingerprint": "32c08f6903075b12", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}