{"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-40a45191910bb8c5", "name": "Possibly dead Python function: list_reviewer_files", "shortDescription": {"text": "Possibly dead Python function: list_reviewer_files"}, "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-bbd80164a8f595ec", "name": "Possibly dead Python function: is_finalized", "shortDescription": {"text": "Possibly dead Python function: is_finalized"}, "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-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-e6496cb2eb652f36", "name": "Very large file: mojave_review/src/mojave_review/ui/callbacks.py (1094 lines)", "shortDescription": {"text": "Very large file: mojave_review/src/mojave_review/ui/callbacks.py (1094 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-6b1deeb0a015fe51", "name": "Very large file: mojave_review/src/mojave_review/ui/recommendations_callbacks.py (1224 lines)", "shortDescription": {"text": "Very large file: mojave_review/src/mojave_review/ui/recommendations_callbacks.py (1224 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-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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 91 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 13 placeholder/mock markers across 8 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-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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci. 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-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. 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-7d35ebe0cf33dcde", "name": "Commented-code block (8 lines) in mojave_review/src/mojave_review/app.py:60", "shortDescription": {"text": "Commented-code block (8 lines) in mojave_review/src/mojave_review/app.py:60"}, "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-5d92615f77fd6dbc", "name": "Commented-code block (8 lines) in mojave_review/src/mojave_review/auth/middleware.py:195", "shortDescription": {"text": "Commented-code block (8 lines) in mojave_review/src/mojave_review/auth/middleware.py:195"}, "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-4ad7f14402b09f4b", "name": "Commented-code block (9 lines) in mojave_review/src/mojave_review/plots/overlay.py:60", "shortDescription": {"text": "Commented-code block (9 lines) in mojave_review/src/mojave_review/plots/overlay.py:60"}, "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-1ab05ccda364758f", "name": "Commented-code block (10 lines) in mojave_review/src/mojave_review/plots/summary.py:194", "shortDescription": {"text": "Commented-code block (10 lines) in mojave_review/src/mojave_review/plots/summary.py:194"}, "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-de6c93337089951d", "name": "Commented-code block (7 lines) in mojave_review/src/mojave_review/ui/callbacks.py:615", "shortDescription": {"text": "Commented-code block (7 lines) in mojave_review/src/mojave_review/ui/callbacks.py:615"}, "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-132977e25e13215c", "name": "Commented-code block (5 lines) in mojave_review/src/mojave_review/ui/nwin_panel.py:80", "shortDescription": {"text": "Commented-code block (5 lines) in mojave_review/src/mojave_review/ui/nwin_panel.py:80"}, "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-0891bf3ef799aa7c", "name": "Commented-code block (11 lines) in mojave_review/src/mojave_review/ui/recommendations_panel.py:144", "shortDescription": {"text": "Commented-code block (11 lines) in mojave_review/src/mojave_review/ui/recommendations_panel.py:144"}, "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-4eea543722385cb4", "name": "Commented-code block (8 lines) in mojave_review/src/mojave_review/ui/layout.py:59", "shortDescription": {"text": "Commented-code block (8 lines) in mojave_review/src/mojave_review/ui/layout.py:59"}, "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-e55dae323bbf1886", "name": "Commented-code block (6 lines) in mojave_review/src/mojave_review/ui/recommendations_callbacks.py:573", "shortDescription": {"text": "Commented-code block (6 lines) in mojave_review/src/mojave_review/ui/recommendations_callbacks.py:573"}, "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-8e0e9d43fd1dcf1d", "name": "Commented-code block (8 lines) in mojave_review/src/mojave_review/ui/nwin_callbacks.py:174", "shortDescription": {"text": "Commented-code block (8 lines) in mojave_review/src/mojave_review/ui/nwin_callbacks.py:174"}, "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-7331dca394194618", "name": "Commented-code block (5 lines) in mojave_review/src/mojave_review/assets/resizable.js:96", "shortDescription": {"text": "Commented-code block (5 lines) in mojave_review/src/mojave_review/assets/resizable.js: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-379cea2d5f8d0a90", "name": "Commented-code block (8 lines) in mojave_review/src/mojave_review/assets/keyboard.js:6", "shortDescription": {"text": "Commented-code block (8 lines) in mojave_review/src/mojave_review/assets/keyboard.js:6"}, "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-2c04133e54348533", "name": "Near-duplicate function bodies in 2 places", "shortDescription": {"text": "Near-duplicate function bodies in 2 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nmojave_review/src/mojave_review/recommendations/apply.py:apply_recommendation_with_history, mojave_review/src/mojave_review/recommendations/apply.py:apply_recommendation\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-49c98f7cedd9c977", "name": "Near-duplicate function bodies in 4 places", "shortDescription": {"text": "Near-duplicate function bodies in 4 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nmojave_review/src/mojave_review/recommendations/schema.py:from_dict, mojave_review/src/mojave_review/recommendations/schema.py:from_dict, mojave_review/src/mojave_review/recommendations/schema.py:from_dict, mojave_review/src/mojave_review/recommendations/schema.py:from_dict\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/25212"}, "properties": {"repository": "dan-homan/Clustering_Review", "repoUrl": "https://github.com/dan-homan/Clustering_Review", "branch": "main"}, "results": [{"ruleId": "scanner-40a45191910bb8c5", "level": "note", "message": {"text": "Possibly dead Python function: list_reviewer_files"}, "properties": {"repobilityId": "d81ed640f9cf4978", "scanner": "scanner-primary", "fingerprint": "40a45191910bb8c5", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "mojave_review/src/mojave_review/recommendations/store.py:79"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-bbd80164a8f595ec", "level": "note", "message": {"text": "Possibly dead Python function: is_finalized"}, "properties": {"repobilityId": "2204177e9f2a9c3d", "scanner": "scanner-primary", "fingerprint": "bbd80164a8f595ec", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "mojave_review/src/mojave_review/recommendations/store.py:311"}, "region": {"startLine": 1}}}]}, {"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-e6496cb2eb652f36", "level": "note", "message": {"text": "Very large file: mojave_review/src/mojave_review/ui/callbacks.py (1094 lines)"}, "properties": {"repobilityId": "f797d00af1257f7d", "scanner": "scanner-primary", "fingerprint": "e6496cb2eb652f36", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6b1deeb0a015fe51", "level": "note", "message": {"text": "Very large file: mojave_review/src/mojave_review/ui/recommendations_callbacks.py (1224 lines)"}, "properties": {"repobilityId": "dadd239ca8379108", "scanner": "scanner-primary", "fingerprint": "6b1deeb0a015fe51", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "deef5b503530b97a", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "f17ac1a0f9fcf9b4", "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": "c4d35509fd0dd81e", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "b02a66c41e92ae44", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "8920abe5c1bae376", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "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": "e601c0d6fe7a3c10", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-7d35ebe0cf33dcde", "level": "none", "message": {"text": "Commented-code block (8 lines) in mojave_review/src/mojave_review/app.py:60"}, "properties": {"repobilityId": "862b2481f26fd218", "scanner": "scanner-primary", "fingerprint": "7d35ebe0cf33dcde", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5d92615f77fd6dbc", "level": "none", "message": {"text": "Commented-code block (8 lines) in mojave_review/src/mojave_review/auth/middleware.py:195"}, "properties": {"repobilityId": "8089941e4742c86a", "scanner": "scanner-primary", "fingerprint": "5d92615f77fd6dbc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4ad7f14402b09f4b", "level": "none", "message": {"text": "Commented-code block (9 lines) in mojave_review/src/mojave_review/plots/overlay.py:60"}, "properties": {"repobilityId": "3525e85549e68d20", "scanner": "scanner-primary", "fingerprint": "4ad7f14402b09f4b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1ab05ccda364758f", "level": "none", "message": {"text": "Commented-code block (10 lines) in mojave_review/src/mojave_review/plots/summary.py:194"}, "properties": {"repobilityId": "502eb2cb9bd3c147", "scanner": "scanner-primary", "fingerprint": "1ab05ccda364758f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-de6c93337089951d", "level": "none", "message": {"text": "Commented-code block (7 lines) in mojave_review/src/mojave_review/ui/callbacks.py:615"}, "properties": {"repobilityId": "832fd50a2e35856a", "scanner": "scanner-primary", "fingerprint": "de6c93337089951d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-132977e25e13215c", "level": "none", "message": {"text": "Commented-code block (5 lines) in mojave_review/src/mojave_review/ui/nwin_panel.py:80"}, "properties": {"repobilityId": "e68a104618547106", "scanner": "scanner-primary", "fingerprint": "132977e25e13215c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0891bf3ef799aa7c", "level": "none", "message": {"text": "Commented-code block (11 lines) in mojave_review/src/mojave_review/ui/recommendations_panel.py:144"}, "properties": {"repobilityId": "21abb7278422b4c7", "scanner": "scanner-primary", "fingerprint": "0891bf3ef799aa7c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4eea543722385cb4", "level": "none", "message": {"text": "Commented-code block (8 lines) in mojave_review/src/mojave_review/ui/layout.py:59"}, "properties": {"repobilityId": "ce5e8795bcd37a3f", "scanner": "scanner-primary", "fingerprint": "4eea543722385cb4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e55dae323bbf1886", "level": "none", "message": {"text": "Commented-code block (6 lines) in mojave_review/src/mojave_review/ui/recommendations_callbacks.py:573"}, "properties": {"repobilityId": "22285348b7aeff8d", "scanner": "scanner-primary", "fingerprint": "e55dae323bbf1886", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8e0e9d43fd1dcf1d", "level": "none", "message": {"text": "Commented-code block (8 lines) in mojave_review/src/mojave_review/ui/nwin_callbacks.py:174"}, "properties": {"repobilityId": "23b553a7f6b27994", "scanner": "scanner-primary", "fingerprint": "8e0e9d43fd1dcf1d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7331dca394194618", "level": "none", "message": {"text": "Commented-code block (5 lines) in mojave_review/src/mojave_review/assets/resizable.js:96"}, "properties": {"repobilityId": "e28d258e3e74f5a5", "scanner": "scanner-primary", "fingerprint": "7331dca394194618", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-379cea2d5f8d0a90", "level": "none", "message": {"text": "Commented-code block (8 lines) in mojave_review/src/mojave_review/assets/keyboard.js:6"}, "properties": {"repobilityId": "1fda8800275be0a2", "scanner": "scanner-primary", "fingerprint": "379cea2d5f8d0a90", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "dfcb2de0dbe905e4", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "ab2e4519af8af241", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-49c98f7cedd9c977", "level": "note", "message": {"text": "Near-duplicate function bodies in 4 places"}, "properties": {"repobilityId": "0f717ec577f6b626", "scanner": "scanner-primary", "fingerprint": "49c98f7cedd9c977", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "49c0b25273068f32", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}