{"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-4a93f75458e6e36f", "name": "Stray `console.log` in TS/JS \u2014 src/background/service-worker.ts:293", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/background/service-worker.ts:293"}, "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-529286333ac53245", "name": "Stray `console.log` in TS/JS \u2014 src/shared/log.ts:6", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/shared/log.ts:6"}, "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-05436a143f4b0e65", "name": "Insecure pattern 'node_child_process' in scripts/package.mjs:14", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/package.mjs:14"}, "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-45037e32319fff5a", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/sidepanel/sidepanel.ts:173", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/sidepanel/sidepanel.ts:173"}, "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 27 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-8aead53f524158f1", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/sidepanel/sidepanel.ts:910", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/sidepanel/sidepanel.ts:910"}, "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-40ef1480004bfbd9", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/shared/mal.ts:85", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/shared/mal.ts:85"}, "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-2f9203760a52dced", "name": "Commented-code block (7 lines) in src/content/index.ts:116", "shortDescription": {"text": "Commented-code block (7 lines) in src/content/index.ts:116"}, "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-12a28a7a0a731edd", "name": "Commented-code block (7 lines) in src/content/dom-skip.ts:74", "shortDescription": {"text": "Commented-code block (7 lines) in src/content/dom-skip.ts:74"}, "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-f61692d2862d37f0", "name": "Commented-code block (5 lines) in src/content/meta.ts:147", "shortDescription": {"text": "Commented-code block (5 lines) in src/content/meta.ts:147"}, "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/25480"}, "properties": {"repository": "Donatoni/crunchy-companion", "repoUrl": "https://github.com/Donatoni/crunchy-companion", "branch": "main"}, "results": [{"ruleId": "scanner-4a93f75458e6e36f", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/background/service-worker.ts:293"}, "properties": {"repobilityId": "9e04429e0122b3a5", "scanner": "scanner-primary", "fingerprint": "4a93f75458e6e36f", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-529286333ac53245", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/shared/log.ts:6"}, "properties": {"repobilityId": "5cccb975742a8e8b", "scanner": "scanner-primary", "fingerprint": "529286333ac53245", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-05436a143f4b0e65", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/package.mjs:14"}, "properties": {"repobilityId": "134d44f35144f871", "scanner": "scanner-primary", "fingerprint": "05436a143f4b0e65", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/package.mjs"}, "region": {"startLine": 14}}}]}, {"ruleId": "scanner-45037e32319fff5a", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/sidepanel/sidepanel.ts:173"}, "properties": {"repobilityId": "56ba00413a7bb63f", "scanner": "scanner-primary", "fingerprint": "45037e32319fff5a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/sidepanel/sidepanel.ts"}, "region": {"startLine": 173}}}]}, {"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": "f00a46f8d63d4840", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-8aead53f524158f1", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/sidepanel/sidepanel.ts:910"}, "properties": {"repobilityId": "b40fd7fb152970c6", "scanner": "scanner-primary", "fingerprint": "8aead53f524158f1", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-40ef1480004bfbd9", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/shared/mal.ts:85"}, "properties": {"repobilityId": "5d2ed22365050db4", "scanner": "scanner-primary", "fingerprint": "40ef1480004bfbd9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2f9203760a52dced", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/content/index.ts:116"}, "properties": {"repobilityId": "14e2f0d0622b5cef", "scanner": "scanner-primary", "fingerprint": "2f9203760a52dced", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-12a28a7a0a731edd", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/content/dom-skip.ts:74"}, "properties": {"repobilityId": "b83167dd9644fc51", "scanner": "scanner-primary", "fingerprint": "12a28a7a0a731edd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f61692d2862d37f0", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/content/meta.ts:147"}, "properties": {"repobilityId": "1ecf8ed934f038b7", "scanner": "scanner-primary", "fingerprint": "f61692d2862d37f0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}