{"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-a41f25fbbc34ef70", "name": "Possibly dead Python function: login_page", "shortDescription": {"text": "Possibly dead Python function: login_page"}, "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-e43d5693fb818f35", "name": "Possibly dead Python function: login_submit", "shortDescription": {"text": "Possibly dead Python function: login_submit"}, "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-1508c15100106117", "name": "Possibly dead Python function: dashboard_page", "shortDescription": {"text": "Possibly dead Python function: dashboard_page"}, "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-d444e34243295f55", "name": "Possibly dead Python function: api_status", "shortDescription": {"text": "Possibly dead Python function: api_status"}, "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-96bf8fb3ba678b72", "name": "Possibly dead Python function: api_task_detail", "shortDescription": {"text": "Possibly dead Python function: api_task_detail"}, "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-da1ce1717be76189", "name": "Possibly dead Python function: api_tab", "shortDescription": {"text": "Possibly dead Python function: api_tab"}, "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-5e62f6b0b070e9a1", "name": "Possibly dead Python function: handle_verify", "shortDescription": {"text": "Possibly dead Python function: handle_verify"}, "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-c9b336c965d94b1d", "name": "Possibly dead Python function: handle_message", "shortDescription": {"text": "Possibly dead Python function: handle_message"}, "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-37b16234c65f8569", "name": "Possibly dead Python function: handle_callback", "shortDescription": {"text": "Possibly dead Python function: handle_callback"}, "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-d5e5671fe6a1959c", "name": "Possibly dead Python function: handle_verify", "shortDescription": {"text": "Possibly dead Python function: handle_verify"}, "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-486fdf0dde4ee909", "name": "Possibly dead Python function: handle_fetch", "shortDescription": {"text": "Possibly dead Python function: handle_fetch"}, "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-2259848f8b1eaec7", "name": "Possibly dead Python function: handle_health", "shortDescription": {"text": "Possibly dead Python function: handle_health"}, "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-d63da3583b14afc0", "name": "Dockerfile runs as root: Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-de3c1f217d72a063", "name": "Docker base image is tag-pinned but not digest-pinned: python:3.12-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.12-slim"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f9c1e8a40c6ef8c7", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/remote_control/dashboard/static/dashboard.html:229", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/remote_control/dashboard/static/dashboard.html:229"}, "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-27924aa79fa4a517", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/setup-python@v5 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "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 31 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-279c31561d45537d", "name": "Legacy-named symbol `model_copy` in tests/test_message_source.py:299", "shortDescription": {"text": "Legacy-named symbol `model_copy` in tests/test_message_source.py:299"}, "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-852c0485c7136f65", "name": "Legacy-named symbol `model_copy` in src/remote_control/server.py:165", "shortDescription": {"text": "Legacy-named symbol `model_copy` in src/remote_control/server.py:165"}, "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-be46ea126aa5d8dc", "name": "Near-duplicate function bodies in 3 places", "shortDescription": {"text": "Near-duplicate function bodies in 3 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nsrc/remote_control/wecom/message_source.py:start, src/remote_control/wecom/message_source.py:start, src/remote_control/wecom/message_source.py:start\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-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:\nsrc/remote_control/core/store.py:conn, src/remote_control/core/store.py:conn\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/23955"}, "properties": {"repository": "ahaNotAki/lobster-cc", "repoUrl": "https://github.com/ahaNotAki/lobster-cc", "branch": "main"}, "results": [{"ruleId": "scanner-a41f25fbbc34ef70", "level": "note", "message": {"text": "Possibly dead Python function: login_page"}, "properties": {"repobilityId": "9d2d4259364faf17", "scanner": "scanner-primary", "fingerprint": "a41f25fbbc34ef70", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/remote_control/dashboard/routes.py:95"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e43d5693fb818f35", "level": "note", "message": {"text": "Possibly dead Python function: login_submit"}, "properties": {"repobilityId": "790f6a200228fc59", "scanner": "scanner-primary", "fingerprint": "e43d5693fb818f35", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/remote_control/dashboard/routes.py:102"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1508c15100106117", "level": "note", "message": {"text": "Possibly dead Python function: dashboard_page"}, "properties": {"repobilityId": "cb715d418f1f7532", "scanner": "scanner-primary", "fingerprint": "1508c15100106117", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/remote_control/dashboard/routes.py:120"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d444e34243295f55", "level": "note", "message": {"text": "Possibly dead Python function: api_status"}, "properties": {"repobilityId": "124d9eaf58a0d63b", "scanner": "scanner-primary", "fingerprint": "d444e34243295f55", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/remote_control/dashboard/routes.py:127"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-96bf8fb3ba678b72", "level": "note", "message": {"text": "Possibly dead Python function: api_task_detail"}, "properties": {"repobilityId": "3e4855534fdc14dd", "scanner": "scanner-primary", "fingerprint": "96bf8fb3ba678b72", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/remote_control/dashboard/routes.py:181"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-da1ce1717be76189", "level": "note", "message": {"text": "Possibly dead Python function: api_tab"}, "properties": {"repobilityId": "aba7ad8ff0b69545", "scanner": "scanner-primary", "fingerprint": "da1ce1717be76189", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/remote_control/dashboard/routes.py:220"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-5e62f6b0b070e9a1", "level": "note", "message": {"text": "Possibly dead Python function: handle_verify"}, "properties": {"repobilityId": "ca5c4f381c43a378", "scanner": "scanner-primary", "fingerprint": "5e62f6b0b070e9a1", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/remote_control/wecom/gateway.py:42"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c9b336c965d94b1d", "level": "note", "message": {"text": "Possibly dead Python function: handle_message"}, "properties": {"repobilityId": "7f964a0988a310b8", "scanner": "scanner-primary", "fingerprint": "c9b336c965d94b1d", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/remote_control/wecom/gateway.py:57"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-37b16234c65f8569", "level": "note", "message": {"text": "Possibly dead Python function: handle_callback"}, "properties": {"repobilityId": "ac2f278c351e8d47", "scanner": "scanner-primary", "fingerprint": "37b16234c65f8569", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/remote_control/relay/app.py:193"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d5e5671fe6a1959c", "level": "note", "message": {"text": "Possibly dead Python function: handle_verify"}, "properties": {"repobilityId": "ca5c4f381c43a378", "scanner": "scanner-primary", "fingerprint": "d5e5671fe6a1959c", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/remote_control/relay/app.py:228"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-486fdf0dde4ee909", "level": "note", "message": {"text": "Possibly dead Python function: handle_fetch"}, "properties": {"repobilityId": "7b629a9b12e9c040", "scanner": "scanner-primary", "fingerprint": "486fdf0dde4ee909", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/remote_control/relay/app.py:247"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2259848f8b1eaec7", "level": "note", "message": {"text": "Possibly dead Python function: handle_health"}, "properties": {"repobilityId": "1c998a57b114fbaa", "scanner": "scanner-primary", "fingerprint": "2259848f8b1eaec7", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/remote_control/relay/app.py:266"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d63da3583b14afc0", "level": "warning", "message": {"text": "Dockerfile runs as root: Dockerfile"}, "properties": {"repobilityId": "a2ed1bd120e507db", "scanner": "scanner-primary", "fingerprint": "d63da3583b14afc0", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-de3c1f217d72a063", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.12-slim"}, "properties": {"repobilityId": "1de0ecd007803dbd", "scanner": "scanner-primary", "fingerprint": "de3c1f217d72a063", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-de3c1f217d72a063", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.12-slim"}, "properties": {"repobilityId": "9cb960dac77d14a4", "scanner": "scanner-primary", "fingerprint": "de3c1f217d72a063", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 9}}}]}, {"ruleId": "scanner-f9c1e8a40c6ef8c7", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/remote_control/dashboard/static/dashboard.html:229"}, "properties": {"repobilityId": "b2e8f38349682dc8", "scanner": "scanner-primary", "fingerprint": "f9c1e8a40c6ef8c7", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/remote_control/dashboard/static/dashboard.html"}, "region": {"startLine": 229}}}]}, {"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-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "04f57d208548fcef", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 20}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "c8369987a12fda9f", "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": "ae86fd20305c1b41", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-279c31561d45537d", "level": "note", "message": {"text": "Legacy-named symbol `model_copy` in tests/test_message_source.py:299"}, "properties": {"repobilityId": "deaab8c2a0b740f6", "scanner": "scanner-primary", "fingerprint": "279c31561d45537d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-852c0485c7136f65", "level": "note", "message": {"text": "Legacy-named symbol `model_copy` in src/remote_control/server.py:165"}, "properties": {"repobilityId": "2ac029adf2eeb481", "scanner": "scanner-primary", "fingerprint": "852c0485c7136f65", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "a442f9ff9a11e7e6", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "70436edadc4a7cec", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "017aa0f7fe618db0", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "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": "1fb33951a2e025c9", "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": "17e3590c821060a3", "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": "b8cce6800a32019f", "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": "a740738ae9a07b8b", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "59387c39d756b8ae", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "34bba1481923b5b5", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "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": "f4d1ba0a7658c046", "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": "e88df372de37ac48", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}