{"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-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-45e4577120d085b6", "name": "Insecure pattern 'direct_innerhtml_assignment' in index.html:1288", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in index.html:1288"}, "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-1ebb5d16f1aed5b7", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 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-f8e8c9b46b0fda08", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-83b34b86dbbf2ffa", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 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-be693264b7a23135", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4d25cc101079b180", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 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-5e5689620695f87b", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ae1cc176a7d09b36", "name": "Very large file: scripts/update_strains.py (2491 lines)", "shortDescription": {"text": "Very large file: scripts/update_strains.py (2491 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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 1 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "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 142 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-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3c9371d67b59c3a6", "name": "Commented-code block (5 lines) in scripts/update_strains.py:274", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/update_strains.py:274"}, "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-efa1c0c62600d87c", "name": "Blocking `time.sleep(...)` inside `async def reenrich` \u2014 scripts/update_strains.py:2085", "shortDescription": {"text": "Blocking `time.sleep(...)` inside `async def reenrich` \u2014 scripts/update_strains.py:2085"}, "fullDescription": {"text": "Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused \u2014 silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thread(...)`."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "high", "confidence": 1.0}}, {"id": "scanner-a571c341b48f4cde", "name": "Blocking `time.sleep(...)` inside `async def reenrich` \u2014 scripts/update_strains.py:2113", "shortDescription": {"text": "Blocking `time.sleep(...)` inside `async def reenrich` \u2014 scripts/update_strains.py:2113"}, "fullDescription": {"text": "Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused \u2014 silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thread(...)`."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "high", "confidence": 1.0}}, {"id": "scanner-4a1a5e480c4fd3e9", "name": "Blocking `time.sleep(...)` inside `async def main` \u2014 scripts/update_strains.py:2257", "shortDescription": {"text": "Blocking `time.sleep(...)` inside `async def main` \u2014 scripts/update_strains.py:2257"}, "fullDescription": {"text": "Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused \u2014 silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thread(...)`."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "high", "confidence": 1.0}}, {"id": "scanner-32bda1f0f40d4213", "name": "Blocking `time.sleep(...)` inside `async def main` \u2014 scripts/update_strains.py:2269", "shortDescription": {"text": "Blocking `time.sleep(...)` inside `async def main` \u2014 scripts/update_strains.py:2269"}, "fullDescription": {"text": "Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused \u2014 silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thread(...)`."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "high", "confidence": 1.0}}, {"id": "scanner-bcb61f2e260d1b00", "name": "Blocking `time.sleep(...)` inside `async def main` \u2014 scripts/update_strains.py:2396", "shortDescription": {"text": "Blocking `time.sleep(...)` inside `async def main` \u2014 scripts/update_strains.py:2396"}, "fullDescription": {"text": "Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused \u2014 silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thread(...)`."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "high", "confidence": 1.0}}, {"id": "scanner-3086f4a3b0e59486", "name": "Blocking `time.sleep(...)` inside `async def main` \u2014 scripts/update_strains.py:2422", "shortDescription": {"text": "Blocking `time.sleep(...)` inside `async def main` \u2014 scripts/update_strains.py:2422"}, "fullDescription": {"text": "Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused \u2014 silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thread(...)`."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "high", "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:\nscripts/update_strains.py:scrape_strain_page_pw, scripts/update_strains.py:scrape_cart_page_pw\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/21150"}, "properties": {"repository": "thescoro/BBL", "repoUrl": "https://github.com/thescoro/BBL", "branch": "main"}, "results": [{"ruleId": "scanner-9710c8d059e53154", "level": "none", "message": {"text": "No frontend routes/components detected"}, "properties": {"repobilityId": "44ca61485762e494", "scanner": "scanner-primary", "fingerprint": "9710c8d059e53154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-45e4577120d085b6", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in index.html:1288"}, "properties": {"repobilityId": "f91708437a3a5445", "scanner": "scanner-primary", "fingerprint": "45e4577120d085b6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "index.html"}, "region": {"startLine": 1288}}}]}, {"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-1ebb5d16f1aed5b7", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "8766e5c0049a1f07", "scanner": "scanner-primary", "fingerprint": "1ebb5d16f1aed5b7", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/debug-scraper.yml"}, "region": {"startLine": 37}}}]}, {"ruleId": "scanner-1ebb5d16f1aed5b7", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "53dc844d47c33c19", "scanner": "scanner-primary", "fingerprint": "1ebb5d16f1aed5b7", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/debug-scraper.yml"}, "region": {"startLine": 40}}}]}, {"ruleId": "scanner-1ebb5d16f1aed5b7", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "9db592512513aaa8", "scanner": "scanner-primary", "fingerprint": "1ebb5d16f1aed5b7", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/debug-scraper.yml"}, "region": {"startLine": 55}}}]}, {"ruleId": "scanner-f8e8c9b46b0fda08", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "28ede723e5625d67", "scanner": "scanner-primary", "fingerprint": "f8e8c9b46b0fda08", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/reenrich-strains.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-83b34b86dbbf2ffa", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "be0c4e74ed35db91", "scanner": "scanner-primary", "fingerprint": "83b34b86dbbf2ffa", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/update-strains.yml"}, "region": {"startLine": 27}}}]}, {"ruleId": "scanner-83b34b86dbbf2ffa", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ca550feb94d4feb4", "scanner": "scanner-primary", "fingerprint": "83b34b86dbbf2ffa", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/update-strains.yml"}, "region": {"startLine": 30}}}]}, {"ruleId": "scanner-be693264b7a23135", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "b0a68dddf3d0574e", "scanner": "scanner-primary", "fingerprint": "be693264b7a23135", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/update-strains.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4d25cc101079b180", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "bf88078b7e581f98", "scanner": "scanner-primary", "fingerprint": "4d25cc101079b180", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/debug-strain.yml"}, "region": {"startLine": 22}}}]}, {"ruleId": "scanner-4d25cc101079b180", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "c1a4e30c61d3d2ff", "scanner": "scanner-primary", "fingerprint": "4d25cc101079b180", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/debug-strain.yml"}, "region": {"startLine": 25}}}]}, {"ruleId": "scanner-4d25cc101079b180", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "438f63f060cc3bcf", "scanner": "scanner-primary", "fingerprint": "4d25cc101079b180", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/debug-strain.yml"}, "region": {"startLine": 39}}}]}, {"ruleId": "scanner-5e5689620695f87b", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "eedb9c3067b03ee7", "scanner": "scanner-primary", "fingerprint": "5e5689620695f87b", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/allbud-backfill.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ae1cc176a7d09b36", "level": "note", "message": {"text": "Very large file: scripts/update_strains.py (2491 lines)"}, "properties": {"repobilityId": "b896dbbbbe1aff96", "scanner": "scanner-primary", "fingerprint": "ae1cc176a7d09b36", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "6d7e7ea59c30894b", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "8a29eb96da6ae0fe", "scanner": "scanner-primary", "fingerprint": "ea8f3013f588db25", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-3c9371d67b59c3a6", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/update_strains.py:274"}, "properties": {"repobilityId": "b8d4ed613b1ed55c", "scanner": "scanner-primary", "fingerprint": "3c9371d67b59c3a6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-efa1c0c62600d87c", "level": "error", "message": {"text": "Blocking `time.sleep(...)` inside `async def reenrich` \u2014 scripts/update_strains.py:2085"}, "properties": {"repobilityId": "18c6e688daabf247", "scanner": "scanner-primary", "fingerprint": "efa1c0c62600d87c", "layer": "quality", "severity": "high", "confidence": 1.0, "tags": ["integrity", "sync-io-in-async", "performance"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/update_strains.py"}, "region": {"startLine": 2085}}}]}, {"ruleId": "scanner-a571c341b48f4cde", "level": "error", "message": {"text": "Blocking `time.sleep(...)` inside `async def reenrich` \u2014 scripts/update_strains.py:2113"}, "properties": {"repobilityId": "1645ea9fdf92fa08", "scanner": "scanner-primary", "fingerprint": "a571c341b48f4cde", "layer": "quality", "severity": "high", "confidence": 1.0, "tags": ["integrity", "sync-io-in-async", "performance"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/update_strains.py"}, "region": {"startLine": 2113}}}]}, {"ruleId": "scanner-4a1a5e480c4fd3e9", "level": "error", "message": {"text": "Blocking `time.sleep(...)` inside `async def main` \u2014 scripts/update_strains.py:2257"}, "properties": {"repobilityId": "c6455834908c3a7f", "scanner": "scanner-primary", "fingerprint": "4a1a5e480c4fd3e9", "layer": "quality", "severity": "high", "confidence": 1.0, "tags": ["integrity", "sync-io-in-async", "performance"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/update_strains.py"}, "region": {"startLine": 2257}}}]}, {"ruleId": "scanner-32bda1f0f40d4213", "level": "error", "message": {"text": "Blocking `time.sleep(...)` inside `async def main` \u2014 scripts/update_strains.py:2269"}, "properties": {"repobilityId": "aff06168d5386bd4", "scanner": "scanner-primary", "fingerprint": "32bda1f0f40d4213", "layer": "quality", "severity": "high", "confidence": 1.0, "tags": ["integrity", "sync-io-in-async", "performance"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/update_strains.py"}, "region": {"startLine": 2269}}}]}, {"ruleId": "scanner-bcb61f2e260d1b00", "level": "error", "message": {"text": "Blocking `time.sleep(...)` inside `async def main` \u2014 scripts/update_strains.py:2396"}, "properties": {"repobilityId": "5a528f12e83311a8", "scanner": "scanner-primary", "fingerprint": "bcb61f2e260d1b00", "layer": "quality", "severity": "high", "confidence": 1.0, "tags": ["integrity", "sync-io-in-async", "performance"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/update_strains.py"}, "region": {"startLine": 2396}}}]}, {"ruleId": "scanner-3086f4a3b0e59486", "level": "error", "message": {"text": "Blocking `time.sleep(...)` inside `async def main` \u2014 scripts/update_strains.py:2422"}, "properties": {"repobilityId": "e39e92b20f677c53", "scanner": "scanner-primary", "fingerprint": "3086f4a3b0e59486", "layer": "quality", "severity": "high", "confidence": 1.0, "tags": ["integrity", "sync-io-in-async", "performance"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/update_strains.py"}, "region": {"startLine": 2422}}}]}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "7bcc0acdd3e6fdc4", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}