{"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-582959802fce0746", "name": "Stray `console.log` in TS/JS \u2014 src/cli.tsx:58", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/cli.tsx:58"}, "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-82763e22800bb043", "name": "Stray `console.log` in TS/JS \u2014 src/modules/llm-cleanup-server/assets/server/index.js:78", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/modules/llm-cleanup-server/assets/server/index.js:78"}, "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-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-2d4f058870bd6a08", "name": "Insecure pattern 'node_child_process' in src/cli.tsx:8", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/cli.tsx:8"}, "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-babe20c62abd68cf", "name": "Insecure pattern 'node_child_process' in src/tui/UsageChart.tsx:3", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/tui/UsageChart.tsx: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-d5f2e7ff40594ba2", "name": "Insecure pattern 'node_child_process' in src/tui/DoctorReport.tsx:3", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/tui/DoctorReport.tsx: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-d75b6f94a5dd3de1", "name": "Insecure pattern 'node_child_process' in src/tui/InstallProgress.tsx:10", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/tui/InstallProgress.tsx:10"}, "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-8250b4d36d0a14cf", "name": "Insecure pattern 'node_child_process' in src/tui/ModuleTree.tsx:10", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/tui/ModuleTree.tsx:10"}, "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-7c5572a6df363e1e", "name": "Insecure pattern 'node_child_process' in src/modules/vscode-terminal-topic/extension/src/extension.ts:4", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/modules/vscode-terminal-topic/extension/src/extension.ts:4"}, "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-ef7e4a86b3c47e50", "name": "Insecure pattern 'node_child_process' in src/modules/llm-cleanup-server/assets/server/index.js:19", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/modules/llm-cleanup-server/assets/server/index.js:19"}, "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-6aa9e00c98700ccd", "name": "Insecure pattern 'node_child_process' in src/core/config.ts:4", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/core/config.ts:4"}, "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-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "4 tests / 40 src (ratio 0.10)."}, "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-8cc56c084a84da7a", "name": "Node manifest has dependencies but no lockfile: src/modules/llm-cleanup-server/assets/server/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: src/modules/llm-cleanup-server/assets/server/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 10 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "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, lockfile. 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-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, ci, lockfile. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "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-32f69dcf213627fd", "name": "Commented-code block (7 lines) in src/modules/llm-cleanup-server/assets/server/cleanup.js:5", "shortDescription": {"text": "Commented-code block (7 lines) in src/modules/llm-cleanup-server/assets/server/cleanup.js:5"}, "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-18b35948c10f4616", "name": "Commented-code block (7 lines) in src/modules/llm-cleanup-server/assets/server/index.js:4", "shortDescription": {"text": "Commented-code block (7 lines) in src/modules/llm-cleanup-server/assets/server/index.js:4"}, "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-1bb9b4d4ccd4c5f3", "name": "Commented-code block (5 lines) in src/modules/tmux-bridge/assets/test_parse_answer.py:51", "shortDescription": {"text": "Commented-code block (5 lines) in src/modules/tmux-bridge/assets/test_parse_answer.py:51"}, "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-aa03c4ac0b955583", "name": "Commented-code block (5 lines) in src/modules/menubar/manifest.ts:96", "shortDescription": {"text": "Commented-code block (5 lines) in src/modules/menubar/manifest.ts:96"}, "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-4d53dbd89c0fbab8", "name": "Commented-code block (5 lines) in src/core/config.ts:92", "shortDescription": {"text": "Commented-code block (5 lines) in src/core/config.ts:92"}, "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-1a04050c731e29de", "name": "Commented-code block (7 lines) in src/core/swiftbar-version.ts:3", "shortDescription": {"text": "Commented-code block (7 lines) in src/core/swiftbar-version.ts:3"}, "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-09da8787bc214335", "name": "Unused endpoint: POST /cleanup", "shortDescription": {"text": "Unused endpoint: POST /cleanup"}, "fullDescription": {"text": "`src/modules/llm-cleanup-server/assets/server/index.js` declares `POST /cleanup` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/18946"}, "properties": {"repository": "sarimarton/claude-toolkit", "repoUrl": "https://github.com/sarimarton/claude-toolkit", "branch": "main"}, "results": [{"ruleId": "scanner-582959802fce0746", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/cli.tsx:58"}, "properties": {"repobilityId": "74d783895f414bfd", "scanner": "scanner-primary", "fingerprint": "582959802fce0746", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-82763e22800bb043", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/modules/llm-cleanup-server/assets/server/index.js:78"}, "properties": {"repobilityId": "97c9f050bd84b121", "scanner": "scanner-primary", "fingerprint": "82763e22800bb043", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"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-2d4f058870bd6a08", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/cli.tsx:8"}, "properties": {"repobilityId": "f5ee00c0ca334b76", "scanner": "scanner-primary", "fingerprint": "2d4f058870bd6a08", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cli.tsx"}, "region": {"startLine": 8}}}]}, {"ruleId": "scanner-babe20c62abd68cf", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/tui/UsageChart.tsx:3"}, "properties": {"repobilityId": "9db3e4c1b5c06d0f", "scanner": "scanner-primary", "fingerprint": "babe20c62abd68cf", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/tui/UsageChart.tsx"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-d5f2e7ff40594ba2", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/tui/DoctorReport.tsx:3"}, "properties": {"repobilityId": "c1bbe166d3505e6f", "scanner": "scanner-primary", "fingerprint": "d5f2e7ff40594ba2", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/tui/DoctorReport.tsx"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-d75b6f94a5dd3de1", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/tui/InstallProgress.tsx:10"}, "properties": {"repobilityId": "bca92c97f9468639", "scanner": "scanner-primary", "fingerprint": "d75b6f94a5dd3de1", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/tui/InstallProgress.tsx"}, "region": {"startLine": 10}}}]}, {"ruleId": "scanner-8250b4d36d0a14cf", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/tui/ModuleTree.tsx:10"}, "properties": {"repobilityId": "81b9f9c367377015", "scanner": "scanner-primary", "fingerprint": "8250b4d36d0a14cf", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/tui/ModuleTree.tsx"}, "region": {"startLine": 10}}}]}, {"ruleId": "scanner-7c5572a6df363e1e", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/modules/vscode-terminal-topic/extension/src/extension.ts:4"}, "properties": {"repobilityId": "ab52dcc50a94fe51", "scanner": "scanner-primary", "fingerprint": "7c5572a6df363e1e", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/modules/vscode-terminal-topic/extension/src/extension.ts"}, "region": {"startLine": 4}}}]}, {"ruleId": "scanner-ef7e4a86b3c47e50", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/modules/llm-cleanup-server/assets/server/index.js:19"}, "properties": {"repobilityId": "9edeadb0dda9c099", "scanner": "scanner-primary", "fingerprint": "ef7e4a86b3c47e50", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/modules/llm-cleanup-server/assets/server/index.js"}, "region": {"startLine": 19}}}]}, {"ruleId": "scanner-6aa9e00c98700ccd", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/core/config.ts:4"}, "properties": {"repobilityId": "81bf636ec11eb122", "scanner": "scanner-primary", "fingerprint": "6aa9e00c98700ccd", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/core/config.ts"}, "region": {"startLine": 4}}}]}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "217ecfdc5b8d8ab7", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-8cc56c084a84da7a", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: src/modules/llm-cleanup-server/assets/server/package.json"}, "properties": {"repobilityId": "c92023760c33346a", "scanner": "scanner-primary", "fingerprint": "8cc56c084a84da7a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/modules/llm-cleanup-server/assets/server/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "8cd75b4116b12534", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "34861a4cf7214b2e", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "bc12d7728bf0fb2e", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "563c8f3e56ba53d0", "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": "6f76b8a54463fa2f", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-32f69dcf213627fd", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/modules/llm-cleanup-server/assets/server/cleanup.js:5"}, "properties": {"repobilityId": "4e22fd453163a647", "scanner": "scanner-primary", "fingerprint": "32f69dcf213627fd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-18b35948c10f4616", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/modules/llm-cleanup-server/assets/server/index.js:4"}, "properties": {"repobilityId": "752a52d80d5252db", "scanner": "scanner-primary", "fingerprint": "18b35948c10f4616", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1bb9b4d4ccd4c5f3", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/modules/tmux-bridge/assets/test_parse_answer.py:51"}, "properties": {"repobilityId": "c541ffc50e54987c", "scanner": "scanner-primary", "fingerprint": "1bb9b4d4ccd4c5f3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-aa03c4ac0b955583", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/modules/menubar/manifest.ts:96"}, "properties": {"repobilityId": "ccd71bede3e0efa8", "scanner": "scanner-primary", "fingerprint": "aa03c4ac0b955583", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4d53dbd89c0fbab8", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/core/config.ts:92"}, "properties": {"repobilityId": "f3728cf4a12352c0", "scanner": "scanner-primary", "fingerprint": "4d53dbd89c0fbab8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1a04050c731e29de", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/core/swiftbar-version.ts:3"}, "properties": {"repobilityId": "d2565ca5a5906153", "scanner": "scanner-primary", "fingerprint": "1a04050c731e29de", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-09da8787bc214335", "level": "note", "message": {"text": "Unused endpoint: POST /cleanup"}, "properties": {"repobilityId": "07dcdc6240c21cb5", "scanner": "scanner-primary", "fingerprint": "09da8787bc214335", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}