{"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-a032df0aca708d0c", "name": "Stray `console.log` in TS/JS \u2014 scripts/bump.js:147", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/bump.js:147"}, "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-cbc7070b48962913", "name": "Possible secret in main.js", "shortDescription": {"text": "Possible secret in main.js"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-eb7840eb88716a45", "name": "Insecure pattern 'node_child_process' in main.js:14654", "shortDescription": {"text": "Insecure pattern 'node_child_process' in main.js:14654"}, "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-d8c78648228f1791", "name": "Insecure pattern 'node_child_process' in scripts/bump.js:15", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/bump.js:15"}, "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-028013d200aa32c1", "name": "Insecure pattern 'node_child_process' in src/ExportEngine.ts:2", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/ExportEngine.ts:2"}, "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-768e8f28c1850d98", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-65a716a27d2be993", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1838a141491ce38c", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f92aae7846ae7819", "name": "Very large file: main.js (18955 lines)", "shortDescription": {"text": "Very large file: main.js (18955 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "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 8 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-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "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-9c4963b88ef3d4bf", "name": "Legacy-named symbol `modifiedOld` in main.js:2658", "shortDescription": {"text": "Legacy-named symbol `modifiedOld` in main.js:2658"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-57eee37307a34bed", "name": "Commented-code block (7 lines) in tests/settingsTab.test.ts:3", "shortDescription": {"text": "Commented-code block (7 lines) in tests/settingsTab.test.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-6365982e61692474", "name": "Commented-code block (5 lines) in src/ControlStrip.ts:10", "shortDescription": {"text": "Commented-code block (5 lines) in src/ControlStrip.ts:10"}, "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-796629dede5f598b", "name": "Commented-code block (5 lines) in src/StudioEvents.ts:4", "shortDescription": {"text": "Commented-code block (5 lines) in src/StudioEvents.ts: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-6d912e69cfc1c14a", "name": "Legacy-named symbol `modifiedOld` in src/FolderSidebarView.ts:653", "shortDescription": {"text": "Legacy-named symbol `modifiedOld` in src/FolderSidebarView.ts:653"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-45a705f584ee108f", "name": "Commented-code block (6 lines) in src/commands.ts:12", "shortDescription": {"text": "Commented-code block (6 lines) in src/commands.ts:12"}, "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-c4a07663809a3f91", "name": "Commented-code block (6 lines) in src/markdown.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/markdown.ts:1"}, "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/22871"}, "properties": {"repository": "writerP-777/obsidian-writing-studio", "repoUrl": "https://github.com/writerP-777/obsidian-writing-studio", "branch": "main"}, "results": [{"ruleId": "scanner-a032df0aca708d0c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/bump.js:147"}, "properties": {"repobilityId": "0495a4de3e396d06", "scanner": "scanner-primary", "fingerprint": "a032df0aca708d0c", "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-cbc7070b48962913", "level": "error", "message": {"text": "Possible secret in main.js"}, "properties": {"repobilityId": "7d19e01bcbba3135", "scanner": "scanner-primary", "fingerprint": "cbc7070b48962913", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.js"}, "region": {"startLine": 2440}}}]}, {"ruleId": "scanner-cbc7070b48962913", "level": "error", "message": {"text": "Possible secret in main.js"}, "properties": {"repobilityId": "7d19e01bcbba3135", "scanner": "scanner-primary", "fingerprint": "cbc7070b48962913", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.js"}, "region": {"startLine": 3123}}}]}, {"ruleId": "scanner-cbc7070b48962913", "level": "error", "message": {"text": "Possible secret in main.js"}, "properties": {"repobilityId": "7d19e01bcbba3135", "scanner": "scanner-primary", "fingerprint": "cbc7070b48962913", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.js"}, "region": {"startLine": 3806}}}]}, {"ruleId": "scanner-cbc7070b48962913", "level": "error", "message": {"text": "Possible secret in main.js"}, "properties": {"repobilityId": "7d19e01bcbba3135", "scanner": "scanner-primary", "fingerprint": "cbc7070b48962913", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.js"}, "region": {"startLine": 4489}}}]}, {"ruleId": "scanner-cbc7070b48962913", "level": "error", "message": {"text": "Possible secret in main.js"}, "properties": {"repobilityId": "7d19e01bcbba3135", "scanner": "scanner-primary", "fingerprint": "cbc7070b48962913", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.js"}, "region": {"startLine": 5172}}}]}, {"ruleId": "scanner-cbc7070b48962913", "level": "error", "message": {"text": "Possible secret in main.js"}, "properties": {"repobilityId": "7d19e01bcbba3135", "scanner": "scanner-primary", "fingerprint": "cbc7070b48962913", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.js"}, "region": {"startLine": 5869}}}]}, {"ruleId": "scanner-cbc7070b48962913", "level": "error", "message": {"text": "Possible secret in main.js"}, "properties": {"repobilityId": "7d19e01bcbba3135", "scanner": "scanner-primary", "fingerprint": "cbc7070b48962913", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.js"}, "region": {"startLine": 6552}}}]}, {"ruleId": "scanner-cbc7070b48962913", "level": "error", "message": {"text": "Possible secret in main.js"}, "properties": {"repobilityId": "7d19e01bcbba3135", "scanner": "scanner-primary", "fingerprint": "cbc7070b48962913", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.js"}, "region": {"startLine": 7235}}}]}, {"ruleId": "scanner-cbc7070b48962913", "level": "error", "message": {"text": "Possible secret in main.js"}, "properties": {"repobilityId": "7d19e01bcbba3135", "scanner": "scanner-primary", "fingerprint": "cbc7070b48962913", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.js"}, "region": {"startLine": 7918}}}]}, {"ruleId": "scanner-cbc7070b48962913", "level": "error", "message": {"text": "Possible secret in main.js"}, "properties": {"repobilityId": "7d19e01bcbba3135", "scanner": "scanner-primary", "fingerprint": "cbc7070b48962913", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.js"}, "region": {"startLine": 8609}}}]}, {"ruleId": "scanner-cbc7070b48962913", "level": "error", "message": {"text": "Possible secret in main.js"}, "properties": {"repobilityId": "7d19e01bcbba3135", "scanner": "scanner-primary", "fingerprint": "cbc7070b48962913", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.js"}, "region": {"startLine": 9292}}}]}, {"ruleId": "scanner-cbc7070b48962913", "level": "error", "message": {"text": "Possible secret in main.js"}, "properties": {"repobilityId": "7d19e01bcbba3135", "scanner": "scanner-primary", "fingerprint": "cbc7070b48962913", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.js"}, "region": {"startLine": 9975}}}]}, {"ruleId": "scanner-eb7840eb88716a45", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in main.js:14654"}, "properties": {"repobilityId": "f39f9770bd53a67e", "scanner": "scanner-primary", "fingerprint": "eb7840eb88716a45", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.js"}, "region": {"startLine": 14654}}}]}, {"ruleId": "scanner-d8c78648228f1791", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/bump.js:15"}, "properties": {"repobilityId": "ca4fe03cb6938ad8", "scanner": "scanner-primary", "fingerprint": "d8c78648228f1791", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/bump.js"}, "region": {"startLine": 15}}}]}, {"ruleId": "scanner-028013d200aa32c1", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/ExportEngine.ts:2"}, "properties": {"repobilityId": "b6b21953bf0a6b94", "scanner": "scanner-primary", "fingerprint": "028013d200aa32c1", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/ExportEngine.ts"}, "region": {"startLine": 2}}}]}, {"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-768e8f28c1850d98", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "f3c306ca3743dfa1", "scanner": "scanner-primary", "fingerprint": "768e8f28c1850d98", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/dependabot-auto-merge.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-65a716a27d2be993", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "3133a88ce98acc76", "scanner": "scanner-primary", "fingerprint": "65a716a27d2be993", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/scorecard.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1838a141491ce38c", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "b8fd4f5048f96576", "scanner": "scanner-primary", "fingerprint": "1838a141491ce38c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f92aae7846ae7819", "level": "note", "message": {"text": "Very large file: main.js (18955 lines)"}, "properties": {"repobilityId": "35584af1b78f3853", "scanner": "scanner-primary", "fingerprint": "f92aae7846ae7819", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "b34c6150eee5024f", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "87bff6c68a829b96", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "555f2428afc8273a", "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": "b3fb4688361302ce", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-9c4963b88ef3d4bf", "level": "note", "message": {"text": "Legacy-named symbol `modifiedOld` in main.js:2658"}, "properties": {"repobilityId": "53c67872736405f3", "scanner": "scanner-primary", "fingerprint": "9c4963b88ef3d4bf", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-57eee37307a34bed", "level": "none", "message": {"text": "Commented-code block (7 lines) in tests/settingsTab.test.ts:3"}, "properties": {"repobilityId": "001a9ea32770ed91", "scanner": "scanner-primary", "fingerprint": "57eee37307a34bed", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6365982e61692474", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/ControlStrip.ts:10"}, "properties": {"repobilityId": "d71d4e355b1c619b", "scanner": "scanner-primary", "fingerprint": "6365982e61692474", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-796629dede5f598b", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/StudioEvents.ts:4"}, "properties": {"repobilityId": "25d30f3b00993954", "scanner": "scanner-primary", "fingerprint": "796629dede5f598b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6d912e69cfc1c14a", "level": "note", "message": {"text": "Legacy-named symbol `modifiedOld` in src/FolderSidebarView.ts:653"}, "properties": {"repobilityId": "6dc0aaaeb25bdfcc", "scanner": "scanner-primary", "fingerprint": "6d912e69cfc1c14a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-45a705f584ee108f", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/commands.ts:12"}, "properties": {"repobilityId": "53c2585c56921bba", "scanner": "scanner-primary", "fingerprint": "45a705f584ee108f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c4a07663809a3f91", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/markdown.ts:1"}, "properties": {"repobilityId": "32334e486386ba4d", "scanner": "scanner-primary", "fingerprint": "c4a07663809a3f91", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}