{"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-c72e0b226095ed6b", "name": "Possibly dead Python function: iter_named", "shortDescription": {"text": "Possibly dead Python function: iter_named"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-16a8f689d3f7a848", "name": "Possibly dead Python function: attrs", "shortDescription": {"text": "Possibly dead Python function: attrs"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a16b40dee65d03d4", "name": "Possibly dead Python function: child_text", "shortDescription": {"text": "Possibly dead Python function: child_text"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-521097b69548ae6e", "name": "Possibly dead Python function: parse_table_occurrences", "shortDescription": {"text": "Possibly dead Python function: parse_table_occurrences"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-df0ab4f6c4592d94", "name": "Possibly dead Python function: parse_relationships", "shortDescription": {"text": "Possibly dead Python function: parse_relationships"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b85eefd74dac2019", "name": "Possibly dead Python function: parse_value_lists", "shortDescription": {"text": "Possibly dead Python function: parse_value_lists"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ed1c57cc848321c", "name": "Possibly dead Python function: parse_custom_functions", "shortDescription": {"text": "Possibly dead Python function: parse_custom_functions"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d80678cbf395b33d", "name": "Possibly dead Python function: parse_external_data_sources", "shortDescription": {"text": "Possibly dead Python function: parse_external_data_sources"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-992f5fffea994e49", "name": "Stray `console.log` in TS/JS \u2014 webviewer/crm/scripts/upload.js:23", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 webviewer/crm/scripts/upload.js:23"}, "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-ac451b481e9f06f1", "name": "`truncate` class without `title=` for hover reveal \u2014 webviewer/crm/src/app.tsx:101", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 webviewer/crm/src/app.tsx:101"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-0dc4803087a459d6", "name": "Insecure pattern 'direct_innerhtml_assignment' in scripts/make_review.py:890", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in scripts/make_review.py:890"}, "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-b761ce8e2db16899", "name": "package.json defines install-time lifecycle scripts", "shortDescription": {"text": "package.json defines install-time lifecycle scripts"}, "fullDescription": {"text": "preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ee7b0913adf20ff8", "name": "Very large file: scripts/gen_patch.py (1079 lines)", "shortDescription": {"text": "Very large file: scripts/gen_patch.py (1079 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 25 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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 16 placeholder/mock markers across 4 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "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 ci. 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-bea357a6497a2d5d", "name": "Agent authority lacks a verifier contract: CLAUDE.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: CLAUDE.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0b62d1a1dd72a457", "name": "Agent authority lacks a verifier contract: webviewer/crm/AGENTS.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: webviewer/crm/AGENTS.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-53043460207e1f96", "name": "Agent authority lacks a verifier contract: webviewer/crm/.claude/launch.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: webviewer/crm/.claude/launch.json"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-87305fb577fc31e0", "name": "Commented-code block (8 lines) in scripts/make_review.py:52", "shortDescription": {"text": "Commented-code block (8 lines) in scripts/make_review.py:52"}, "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-b69a58d3ba05668e", "name": "Commented-code block (5 lines) in scripts/fm_export.py:40", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/fm_export.py:40"}, "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-8aef9ad267de1955", "name": "Network/subprocess call without timeout or try/except \u2014 scripts/fm_export.py:35", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/fm_export.py:35"}, "fullDescription": {"text": "`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d9331f12d9bded70", "name": "Commented-code block (7 lines) in scripts/gen_scaffold.py:603", "shortDescription": {"text": "Commented-code block (7 lines) in scripts/gen_scaffold.py:603"}, "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-5f3ec63f128925aa", "name": "Commented-code block (10 lines) in scripts/gen_patch.py:108", "shortDescription": {"text": "Commented-code block (10 lines) in scripts/gen_patch.py:108"}, "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-ea3504754c708ac2", "name": "Commented-code block (6 lines) in scripts/tests/test_patch_deps.py:16", "shortDescription": {"text": "Commented-code block (6 lines) in scripts/tests/test_patch_deps.py:16"}, "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-08f174281386d895", "name": "Commented-code block (5 lines) in webviewer/crm/src/lib/fm.ts:22", "shortDescription": {"text": "Commented-code block (5 lines) in webviewer/crm/src/lib/fm.ts:22"}, "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/25256"}, "properties": {"repository": "datacraftdevelopment/FM-Patch-Agent", "repoUrl": "https://github.com/datacraftdevelopment/FM-Patch-Agent", "branch": "main"}, "results": [{"ruleId": "scanner-c72e0b226095ed6b", "level": "note", "message": {"text": "Possibly dead Python function: iter_named"}, "properties": {"repobilityId": "ffe518659e378cf9", "scanner": "scanner-primary", "fingerprint": "c72e0b226095ed6b", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/saxml_parser.py:52"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-16a8f689d3f7a848", "level": "note", "message": {"text": "Possibly dead Python function: attrs"}, "properties": {"repobilityId": "ba03ced6ee00dc51", "scanner": "scanner-primary", "fingerprint": "16a8f689d3f7a848", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/saxml_parser.py:57"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a16b40dee65d03d4", "level": "note", "message": {"text": "Possibly dead Python function: child_text"}, "properties": {"repobilityId": "a86b518a28c77d84", "scanner": "scanner-primary", "fingerprint": "a16b40dee65d03d4", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/saxml_parser.py:62"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-521097b69548ae6e", "level": "note", "message": {"text": "Possibly dead Python function: parse_table_occurrences"}, "properties": {"repobilityId": "826d981e6a5fa8d0", "scanner": "scanner-primary", "fingerprint": "521097b69548ae6e", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/saxml_parser.py:189"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-df0ab4f6c4592d94", "level": "note", "message": {"text": "Possibly dead Python function: parse_relationships"}, "properties": {"repobilityId": "9a62785831da13c4", "scanner": "scanner-primary", "fingerprint": "df0ab4f6c4592d94", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/saxml_parser.py:206"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-b85eefd74dac2019", "level": "note", "message": {"text": "Possibly dead Python function: parse_value_lists"}, "properties": {"repobilityId": "0ea7e61424c72cfe", "scanner": "scanner-primary", "fingerprint": "b85eefd74dac2019", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/saxml_parser.py:337"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ed1c57cc848321c", "level": "note", "message": {"text": "Possibly dead Python function: parse_custom_functions"}, "properties": {"repobilityId": "afd1a442d6395bb8", "scanner": "scanner-primary", "fingerprint": "3ed1c57cc848321c", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/saxml_parser.py:352"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d80678cbf395b33d", "level": "note", "message": {"text": "Possibly dead Python function: parse_external_data_sources"}, "properties": {"repobilityId": "115c77c4813a5fb7", "scanner": "scanner-primary", "fingerprint": "d80678cbf395b33d", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/saxml_parser.py:370"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-992f5fffea994e49", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 webviewer/crm/scripts/upload.js:23"}, "properties": {"repobilityId": "7cd538e27d9aeca5", "scanner": "scanner-primary", "fingerprint": "992f5fffea994e49", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-ac451b481e9f06f1", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 webviewer/crm/src/app.tsx:101"}, "properties": {"repobilityId": "28095957e0b429b0", "scanner": "scanner-primary", "fingerprint": "ac451b481e9f06f1", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-0dc4803087a459d6", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in scripts/make_review.py:890"}, "properties": {"repobilityId": "1f0e4e686bafc5f1", "scanner": "scanner-primary", "fingerprint": "0dc4803087a459d6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/make_review.py"}, "region": {"startLine": 890}}}]}, {"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-b761ce8e2db16899", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "9d560f8d71fe2ed1", "scanner": "scanner-primary", "fingerprint": "b761ce8e2db16899", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "webviewer/crm/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ee7b0913adf20ff8", "level": "note", "message": {"text": "Very large file: scripts/gen_patch.py (1079 lines)"}, "properties": {"repobilityId": "d5b26ab81c5cfe51", "scanner": "scanner-primary", "fingerprint": "ee7b0913adf20ff8", "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": "f45619d676f1840a", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "7e3dec1b27e9e341", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "8634ed5211650b78", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-bea357a6497a2d5d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: CLAUDE.md"}, "properties": {"repobilityId": "aae72df3934829ac", "scanner": "scanner-primary", "fingerprint": "bea357a6497a2d5d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "CLAUDE.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0b62d1a1dd72a457", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: webviewer/crm/AGENTS.md"}, "properties": {"repobilityId": "af18adb6e97919b6", "scanner": "scanner-primary", "fingerprint": "0b62d1a1dd72a457", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "agents_md"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "webviewer/crm/AGENTS.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-53043460207e1f96", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: webviewer/crm/.claude/launch.json"}, "properties": {"repobilityId": "5a7fbd305e5a757d", "scanner": "scanner-primary", "fingerprint": "53043460207e1f96", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "webviewer/crm/.claude/launch.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-87305fb577fc31e0", "level": "none", "message": {"text": "Commented-code block (8 lines) in scripts/make_review.py:52"}, "properties": {"repobilityId": "e3c72100b7cf44a4", "scanner": "scanner-primary", "fingerprint": "87305fb577fc31e0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b69a58d3ba05668e", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/fm_export.py:40"}, "properties": {"repobilityId": "dbaa0057b87ed380", "scanner": "scanner-primary", "fingerprint": "b69a58d3ba05668e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8aef9ad267de1955", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/fm_export.py:35"}, "properties": {"repobilityId": "64ac174d4f141237", "scanner": "scanner-primary", "fingerprint": "8aef9ad267de1955", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d9331f12d9bded70", "level": "none", "message": {"text": "Commented-code block (7 lines) in scripts/gen_scaffold.py:603"}, "properties": {"repobilityId": "682cc638f9e79528", "scanner": "scanner-primary", "fingerprint": "d9331f12d9bded70", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5f3ec63f128925aa", "level": "none", "message": {"text": "Commented-code block (10 lines) in scripts/gen_patch.py:108"}, "properties": {"repobilityId": "0302236390f4874d", "scanner": "scanner-primary", "fingerprint": "5f3ec63f128925aa", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ea3504754c708ac2", "level": "none", "message": {"text": "Commented-code block (6 lines) in scripts/tests/test_patch_deps.py:16"}, "properties": {"repobilityId": "04b57e1e47be93aa", "scanner": "scanner-primary", "fingerprint": "ea3504754c708ac2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-08f174281386d895", "level": "none", "message": {"text": "Commented-code block (5 lines) in webviewer/crm/src/lib/fm.ts:22"}, "properties": {"repobilityId": "3dd4a6c395ab7c7f", "scanner": "scanner-primary", "fingerprint": "08f174281386d895", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}