{"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-520b197aa3676427", "name": "Possibly dead Python function: select_practice_by_need", "shortDescription": {"text": "Possibly dead Python function: select_practice_by_need"}, "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-bb0db9159d9bb02e", "name": "Possibly dead Python function: log_followup_24h", "shortDescription": {"text": "Possibly dead Python function: log_followup_24h"}, "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-3ccd3d16102f7923", "name": "Possibly dead Python function: save_response_quality", "shortDescription": {"text": "Possibly dead Python function: save_response_quality"}, "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-8cc03e35054be598", "name": "Possibly dead Python function: update_weekly_progress", "shortDescription": {"text": "Possibly dead Python function: update_weekly_progress"}, "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-17dd0937e6b77560", "name": "Possibly dead Python function: sync_risk_breakdown", "shortDescription": {"text": "Possibly dead Python function: sync_risk_breakdown"}, "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-0d901b631abf4013", "name": "Possibly dead Python function: sync_adverse_events", "shortDescription": {"text": "Possibly dead Python function: sync_adverse_events"}, "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-2a375e00e994c8be", "name": "Possibly dead Python function: sync_validator_blocks", "shortDescription": {"text": "Possibly dead Python function: sync_validator_blocks"}, "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-477e9324a919c636", "name": "Possibly dead Python function: sync_quality_stats", "shortDescription": {"text": "Possibly dead Python function: sync_quality_stats"}, "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-cdd06ad500cd5be4", "name": "Possibly dead Python function: capacity_label", "shortDescription": {"text": "Possibly dead Python function: capacity_label"}, "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-a04c8745273a86af", "name": "Possibly dead Python function: should_allow_cbt", "shortDescription": {"text": "Possibly dead Python function: should_allow_cbt"}, "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-17b6bba19bfc4bfa", "name": "Possibly dead Python function: should_allow_act", "shortDescription": {"text": "Possibly dead Python function: should_allow_act"}, "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-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-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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "1 test file(s) for 25 source file(s) (ratio 0.04). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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 17 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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, tests. 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": "medium", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, ci, tests. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-bea357a6497a2d5d", "name": "Agent authority lacks a verifier contract: CLAUDE.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: CLAUDE.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-683ff32eccbc7fb1", "name": "Legacy-named symbol `MASTER_SPEC_v2` in silence_engine.py:8", "shortDescription": {"text": "Legacy-named symbol `MASTER_SPEC_v2` in silence_engine.py:8"}, "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-3af7df7104d4df0b", "name": "Legacy-named symbol `MASTER_SPEC_v2` in humanization.py:9", "shortDescription": {"text": "Legacy-named symbol `MASTER_SPEC_v2` in humanization.py:9"}, "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-8a0c8f84f768d885", "name": "Legacy-named symbol `MASTER_SPEC_v2` in practice_registry.py:7", "shortDescription": {"text": "Legacy-named symbol `MASTER_SPEC_v2` in practice_registry.py:7"}, "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-ac1dbabe4472d3f9", "name": "Blocking `urllib.request.urlopen(...)` inside `async def _send_webhook` \u2014 notifications_py314.py:50", "shortDescription": {"text": "Blocking `urllib.request.urlopen(...)` inside `async def _send_webhook` \u2014 notifications_py314.py:50"}, "fullDescription": {"text": "Sync I/O inside an async function blocks the event loop. While `urllib.request.urlopen(...)` 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-fd476a5f887bc338", "name": "Blocking `urllib.request.urlopen(...)` inside `async def _send_webhook` \u2014 notifications.py:31", "shortDescription": {"text": "Blocking `urllib.request.urlopen(...)` inside `async def _send_webhook` \u2014 notifications.py:31"}, "fullDescription": {"text": "Sync I/O inside an async function blocks the event loop. While `urllib.request.urlopen(...)` 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-7436a5bf18994b80", "name": "Commented-code block (7 lines) in risk_detector.py:233", "shortDescription": {"text": "Commented-code block (7 lines) in risk_detector.py:233"}, "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-319e66a630e14977", "name": "2 env vars used in code but missing from .env.example", "shortDescription": {"text": "2 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `DASHBOARD_HOST`, `DASHBOARD_SECRET`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "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:\ndatabase.py:sync_users, database.py:sync_user\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-37a4bd1568cd4df4", "name": "Flask mutation route `login` without `@login_required` \u2014 dashboard.py:26", "shortDescription": {"text": "Flask mutation route `login` without `@login_required` \u2014 dashboard.py:26"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/29128"}, "properties": {"repository": "RomanSh94/-2", "repoUrl": "https://github.com/RomanSh94/-2", "branch": "main"}, "results": [{"ruleId": "scanner-520b197aa3676427", "level": "note", "message": {"text": "Possibly dead Python function: select_practice_by_need"}, "properties": {"repobilityId": "45dfc29fa0fa71a8", "scanner": "scanner-primary", "fingerprint": "520b197aa3676427", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "practice_registry.py:550"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-bb0db9159d9bb02e", "level": "note", "message": {"text": "Possibly dead Python function: log_followup_24h"}, "properties": {"repobilityId": "b519c7c341999df4", "scanner": "scanner-primary", "fingerprint": "bb0db9159d9bb02e", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "database.py:428"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ccd3d16102f7923", "level": "note", "message": {"text": "Possibly dead Python function: save_response_quality"}, "properties": {"repobilityId": "beef62e7dfb1284f", "scanner": "scanner-primary", "fingerprint": "3ccd3d16102f7923", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "database.py:737"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8cc03e35054be598", "level": "note", "message": {"text": "Possibly dead Python function: update_weekly_progress"}, "properties": {"repobilityId": "edf44666e57b036e", "scanner": "scanner-primary", "fingerprint": "8cc03e35054be598", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "database.py:775"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-17dd0937e6b77560", "level": "note", "message": {"text": "Possibly dead Python function: sync_risk_breakdown"}, "properties": {"repobilityId": "e9ed347cb92b7e78", "scanner": "scanner-primary", "fingerprint": "17dd0937e6b77560", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "database.py:857"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0d901b631abf4013", "level": "note", "message": {"text": "Possibly dead Python function: sync_adverse_events"}, "properties": {"repobilityId": "08dbb0a779f5d92c", "scanner": "scanner-primary", "fingerprint": "0d901b631abf4013", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "database.py:887"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2a375e00e994c8be", "level": "note", "message": {"text": "Possibly dead Python function: sync_validator_blocks"}, "properties": {"repobilityId": "2331ce1b2d9821dc", "scanner": "scanner-primary", "fingerprint": "2a375e00e994c8be", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "database.py:893"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-477e9324a919c636", "level": "note", "message": {"text": "Possibly dead Python function: sync_quality_stats"}, "properties": {"repobilityId": "7d14ff5c05fa12d5", "scanner": "scanner-primary", "fingerprint": "477e9324a919c636", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "database.py:899"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-cdd06ad500cd5be4", "level": "note", "message": {"text": "Possibly dead Python function: capacity_label"}, "properties": {"repobilityId": "eda10af71dc49aab", "scanner": "scanner-primary", "fingerprint": "cdd06ad500cd5be4", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cognitive_capacity.py:19"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a04c8745273a86af", "level": "note", "message": {"text": "Possibly dead Python function: should_allow_cbt"}, "properties": {"repobilityId": "bee9c478825951e4", "scanner": "scanner-primary", "fingerprint": "a04c8745273a86af", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cognitive_capacity.py:25"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-17b6bba19bfc4bfa", "level": "note", "message": {"text": "Possibly dead Python function: should_allow_act"}, "properties": {"repobilityId": "f60ac20e6cf217a0", "scanner": "scanner-primary", "fingerprint": "17b6bba19bfc4bfa", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cognitive_capacity.py:29"}, "region": {"startLine": 1}}}]}, {"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-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-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-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "e3de336b61f47eda", "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": "8b21300cd9f096c7", "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": "2696f4c4db498717", "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": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "5babde5ec55c1554", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "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": "35f0e7f2277dd413", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-bea357a6497a2d5d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: CLAUDE.md"}, "properties": {"repobilityId": "aae72df3934829ac", "scanner": "scanner-primary", "fingerprint": "bea357a6497a2d5d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "CLAUDE.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-683ff32eccbc7fb1", "level": "note", "message": {"text": "Legacy-named symbol `MASTER_SPEC_v2` in silence_engine.py:8"}, "properties": {"repobilityId": "458b62a8c587beed", "scanner": "scanner-primary", "fingerprint": "683ff32eccbc7fb1", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-3af7df7104d4df0b", "level": "note", "message": {"text": "Legacy-named symbol `MASTER_SPEC_v2` in humanization.py:9"}, "properties": {"repobilityId": "93ec0d6e0c0aac0c", "scanner": "scanner-primary", "fingerprint": "3af7df7104d4df0b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-8a0c8f84f768d885", "level": "note", "message": {"text": "Legacy-named symbol `MASTER_SPEC_v2` in practice_registry.py:7"}, "properties": {"repobilityId": "3754d8526931c88c", "scanner": "scanner-primary", "fingerprint": "8a0c8f84f768d885", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-ac1dbabe4472d3f9", "level": "error", "message": {"text": "Blocking `urllib.request.urlopen(...)` inside `async def _send_webhook` \u2014 notifications_py314.py:50"}, "properties": {"repobilityId": "9f91fef5d88c588e", "scanner": "scanner-primary", "fingerprint": "ac1dbabe4472d3f9", "layer": "quality", "severity": "high", "confidence": 1.0, "tags": ["integrity", "sync-io-in-async", "performance"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "notifications_py314.py"}, "region": {"startLine": 50}}}]}, {"ruleId": "scanner-fd476a5f887bc338", "level": "error", "message": {"text": "Blocking `urllib.request.urlopen(...)` inside `async def _send_webhook` \u2014 notifications.py:31"}, "properties": {"repobilityId": "6ea02f12c30e85e2", "scanner": "scanner-primary", "fingerprint": "fd476a5f887bc338", "layer": "quality", "severity": "high", "confidence": 1.0, "tags": ["integrity", "sync-io-in-async", "performance"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "notifications.py"}, "region": {"startLine": 31}}}]}, {"ruleId": "scanner-7436a5bf18994b80", "level": "none", "message": {"text": "Commented-code block (7 lines) in risk_detector.py:233"}, "properties": {"repobilityId": "5004634327d97fa2", "scanner": "scanner-primary", "fingerprint": "7436a5bf18994b80", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-319e66a630e14977", "level": "none", "message": {"text": "2 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "d838d1fc5d8231c9", "scanner": "scanner-primary", "fingerprint": "319e66a630e14977", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "286f4f0ff3f8b115", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-37a4bd1568cd4df4", "level": "error", "message": {"text": "Flask mutation route `login` without `@login_required` \u2014 dashboard.py:26"}, "properties": {"repobilityId": "f89972315358b379", "scanner": "scanner-primary", "fingerprint": "37a4bd1568cd4df4", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "dashboard.py"}, "region": {"startLine": 26}}}]}]}]}