{"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-669fd0be0006c45d", "name": "Possibly dead Python function: click_at_xy", "shortDescription": {"text": "Possibly dead Python function: click_at_xy"}, "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-620a74a2f4fdfa79", "name": "Possibly dead Python function: type_text", "shortDescription": {"text": "Possibly dead Python function: type_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-e366a22a11971fd4", "name": "Possibly dead Python function: scroll", "shortDescription": {"text": "Possibly dead Python function: scroll"}, "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-cd3635a00f1db494", "name": "Possibly dead Python function: close_tab", "shortDescription": {"text": "Possibly dead Python function: close_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-004183092c40be5e", "name": "Possibly dead Python function: ensure_real_tab", "shortDescription": {"text": "Possibly dead Python function: ensure_real_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-d0b7bbbd05ef7182", "name": "Possibly dead Python function: iframe_target", "shortDescription": {"text": "Possibly dead Python function: iframe_target"}, "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-707f3024fd186bd6", "name": "Possibly dead Python function: dispatch_key", "shortDescription": {"text": "Possibly dead Python function: dispatch_key"}, "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-50549ab649ddd8e3", "name": "Possibly dead Python function: upload_file", "shortDescription": {"text": "Possibly dead Python function: upload_file"}, "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-98f427a46cf0e312", "name": "Possibly dead Python function: http_get", "shortDescription": {"text": "Possibly dead Python function: http_get"}, "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-6de74a61841e1a39", "name": "Possibly dead Python function: tap", "shortDescription": {"text": "Possibly dead Python function: tap"}, "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-b61a096b1cb6cae5", "name": "Possibly dead Python function: handler", "shortDescription": {"text": "Possibly dead Python function: handler"}, "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-2001367295b75602", "name": "Insecure pattern 'exec_used' in src/browser_harness/run.py:125", "shortDescription": {"text": "Insecure pattern 'exec_used' in src/browser_harness/run.py:125"}, "fullDescription": {"text": "Found a known-risky pattern (exec_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 65 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-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-2679282aa1c484b5", "name": "Agent authority lacks a verifier contract: AGENTS.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: 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-a5b698b9ab7c88cc", "name": "Agent authority lacks a verifier contract: agent-workspace/domain-skills/tasksquad-ai/agents.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: agent-workspace/domain-skills/tasksquad-ai/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-36764c69ba0d7b59", "name": "Commented-code block (7 lines) in src/browser_harness/admin.py:56", "shortDescription": {"text": "Commented-code block (7 lines) in src/browser_harness/admin.py:56"}, "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-add7dd115f5187a9", "name": "Network/subprocess call without timeout or try/except \u2014 src/browser_harness/admin.py:316", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 src/browser_harness/admin.py:316"}, "fullDescription": {"text": "`subprocess.Popen(...)` 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-f91d38f829576f68", "name": "Commented-code block (10 lines) in src/browser_harness/_ipc.py:6", "shortDescription": {"text": "Commented-code block (10 lines) in src/browser_harness/_ipc.py: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-8bd7535c1590115e", "name": "Commented-code block (5 lines) in src/browser_harness/helpers.py:379", "shortDescription": {"text": "Commented-code block (5 lines) in src/browser_harness/helpers.py:379"}, "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-172735c73dcd441e", "name": "Legacy-named symbol `disable_old` in src/browser_harness/daemon.py:319", "shortDescription": {"text": "Legacy-named symbol `disable_old` in src/browser_harness/daemon.py:319"}, "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-ab164aec3f85b018", "name": "Commented-code block (8 lines) in src/browser_harness/daemon.py:309", "shortDescription": {"text": "Commented-code block (8 lines) in src/browser_harness/daemon.py:309"}, "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-e5510bb19d220488", "name": "Commented-code block (5 lines) in src/browser_harness/run.py:68", "shortDescription": {"text": "Commented-code block (5 lines) in src/browser_harness/run.py:68"}, "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-f808a4ef3e1071fb", "name": "14 env vars used in code but missing from .env.example", "shortDescription": {"text": "14 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `BH_AGENT_WORKSPACE`, `BH_DEBUG_CLICKS`, `BH_DOMAIN_SKILLS`, `BH_RUNTIME_DIR`, `BH_TMP_DIR`, `BU_AUTOSPAWN`, `BU_BROWSER_ID`, `BU_CDP_URL` + 6 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "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/browser_harness/admin.py:run_doctor_fix_snap, src/browser_harness/admin.py:run_doctor\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/24728"}, "properties": {"repository": "browser-use/browser-harness", "repoUrl": "https://github.com/browser-use/browser-harness", "branch": "main"}, "results": [{"ruleId": "scanner-669fd0be0006c45d", "level": "note", "message": {"text": "Possibly dead Python function: click_at_xy"}, "properties": {"repobilityId": "60a99ddc4de8e4eb", "scanner": "scanner-primary", "fingerprint": "669fd0be0006c45d", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/browser_harness/helpers.py:181"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-620a74a2f4fdfa79", "level": "note", "message": {"text": "Possibly dead Python function: type_text"}, "properties": {"repobilityId": "6b8fc17d130327e4", "scanner": "scanner-primary", "fingerprint": "620a74a2f4fdfa79", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/browser_harness/helpers.py:203"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e366a22a11971fd4", "level": "note", "message": {"text": "Possibly dead Python function: scroll"}, "properties": {"repobilityId": "a8e0c4228a6e8411", "scanner": "scanner-primary", "fingerprint": "e366a22a11971fd4", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/browser_harness/helpers.py:264"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-cd3635a00f1db494", "level": "note", "message": {"text": "Possibly dead Python function: close_tab"}, "properties": {"repobilityId": "37fc280e7fa0a2ca", "scanner": "scanner-primary", "fingerprint": "cd3635a00f1db494", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/browser_harness/helpers.py:327"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-004183092c40be5e", "level": "note", "message": {"text": "Possibly dead Python function: ensure_real_tab"}, "properties": {"repobilityId": "d3662d1cc9df015b", "scanner": "scanner-primary", "fingerprint": "004183092c40be5e", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/browser_harness/helpers.py:336"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d0b7bbbd05ef7182", "level": "note", "message": {"text": "Possibly dead Python function: iframe_target"}, "properties": {"repobilityId": "3d9bde0fb1aeb00b", "scanner": "scanner-primary", "fingerprint": "d0b7bbbd05ef7182", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/browser_harness/helpers.py:350"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-707f3024fd186bd6", "level": "note", "message": {"text": "Possibly dead Python function: dispatch_key"}, "properties": {"repobilityId": "912bf5fb3c7b7e8a", "scanner": "scanner-primary", "fingerprint": "707f3024fd186bd6", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/browser_harness/helpers.py:450"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-50549ab649ddd8e3", "level": "note", "message": {"text": "Possibly dead Python function: upload_file"}, "properties": {"repobilityId": "e2cbfd4f8eb4a6d9", "scanner": "scanner-primary", "fingerprint": "50549ab649ddd8e3", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/browser_harness/helpers.py:461"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-98f427a46cf0e312", "level": "note", "message": {"text": "Possibly dead Python function: http_get"}, "properties": {"repobilityId": "2ccf00bca73f08d5", "scanner": "scanner-primary", "fingerprint": "98f427a46cf0e312", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/browser_harness/helpers.py:468"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-6de74a61841e1a39", "level": "note", "message": {"text": "Possibly dead Python function: tap"}, "properties": {"repobilityId": "b0503b1cce0e8280", "scanner": "scanner-primary", "fingerprint": "6de74a61841e1a39", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/browser_harness/daemon.py:250"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-b61a096b1cb6cae5", "level": "note", "message": {"text": "Possibly dead Python function: handler"}, "properties": {"repobilityId": "bd219af3bd678eef", "scanner": "scanner-primary", "fingerprint": "b61a096b1cb6cae5", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/browser_harness/daemon.py:360"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2001367295b75602", "level": "error", "message": {"text": "Insecure pattern 'exec_used' in src/browser_harness/run.py:125"}, "properties": {"repobilityId": "4be51b9f49d919b4", "scanner": "scanner-primary", "fingerprint": "2001367295b75602", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "exec_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/browser_harness/run.py"}, "region": {"startLine": 125}}}]}, {"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-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "67999438cc229b56", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "a6fd40a8e361dbc6", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2679282aa1c484b5", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: AGENTS.md"}, "properties": {"repobilityId": "27d579812e6be614", "scanner": "scanner-primary", "fingerprint": "2679282aa1c484b5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "agents_md"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "AGENTS.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a5b698b9ab7c88cc", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: agent-workspace/domain-skills/tasksquad-ai/agents.md"}, "properties": {"repobilityId": "a3bd535befc44ab1", "scanner": "scanner-primary", "fingerprint": "a5b698b9ab7c88cc", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "agents_md"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "agent-workspace/domain-skills/tasksquad-ai/agents.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-36764c69ba0d7b59", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/browser_harness/admin.py:56"}, "properties": {"repobilityId": "b6b4d576a721d714", "scanner": "scanner-primary", "fingerprint": "36764c69ba0d7b59", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-add7dd115f5187a9", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 src/browser_harness/admin.py:316"}, "properties": {"repobilityId": "caffbb5f601ab3fc", "scanner": "scanner-primary", "fingerprint": "add7dd115f5187a9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f91d38f829576f68", "level": "none", "message": {"text": "Commented-code block (10 lines) in src/browser_harness/_ipc.py:6"}, "properties": {"repobilityId": "3ea2eda3afe125db", "scanner": "scanner-primary", "fingerprint": "f91d38f829576f68", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8bd7535c1590115e", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/browser_harness/helpers.py:379"}, "properties": {"repobilityId": "da11169e17f905c1", "scanner": "scanner-primary", "fingerprint": "8bd7535c1590115e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-172735c73dcd441e", "level": "note", "message": {"text": "Legacy-named symbol `disable_old` in src/browser_harness/daemon.py:319"}, "properties": {"repobilityId": "7e70b7cccb95d764", "scanner": "scanner-primary", "fingerprint": "172735c73dcd441e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-ab164aec3f85b018", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/browser_harness/daemon.py:309"}, "properties": {"repobilityId": "979909cdcf4fbf0c", "scanner": "scanner-primary", "fingerprint": "ab164aec3f85b018", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e5510bb19d220488", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/browser_harness/run.py:68"}, "properties": {"repobilityId": "a9d2c1634cc54bb2", "scanner": "scanner-primary", "fingerprint": "e5510bb19d220488", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f808a4ef3e1071fb", "level": "note", "message": {"text": "14 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "ce6b2ec4be4ec75a", "scanner": "scanner-primary", "fingerprint": "f808a4ef3e1071fb", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "8fc7f1ea9f9f8379", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}