{"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-9f18d6c879f3f058", "name": "Possibly dead Python function: cleanup_old_jobs", "shortDescription": {"text": "Possibly dead Python function: cleanup_old_jobs"}, "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-ee2e7d8c91440366", "name": "Possibly dead Python function: metal_subscene_groups", "shortDescription": {"text": "Possibly dead Python function: metal_subscene_groups"}, "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-09b5d607f89eda59", "name": "Very large file: chartmetric_lookup.py (2068 lines)", "shortDescription": {"text": "Very large file: chartmetric_lookup.py (2068 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-94a0f484a37e2ff5", "name": "Very large file: app.py (5533 lines)", "shortDescription": {"text": "Very large file: app.py (5533 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 12 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-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-faccb9061e9b52a0", "name": "No README detected", "shortDescription": {"text": "No README detected"}, "fullDescription": {"text": "No README file was found. Generated repos without README context are hard to operate, validate, or safely hand off."}, "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 373 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, operator-readme. 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-ffdc22ed315c604c", "name": "Network/subprocess call without timeout or try/except \u2014 start.py:60", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 start.py:60"}, "fullDescription": {"text": "`subprocess.run(...)` 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-2ee748a971ce6e2b", "name": "Legacy-named symbol `_using_backup` in mac_worker.py:136", "shortDescription": {"text": "Legacy-named symbol `_using_backup` in mac_worker.py:136"}, "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-23c19f5cea1d9710", "name": "Legacy-named symbol `fixed_gems_pipeline_v2` in build_gems_universe_cache.py:55", "shortDescription": {"text": "Legacy-named symbol `fixed_gems_pipeline_v2` in build_gems_universe_cache.py:55"}, "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-183ce03e9f412bb2", "name": "Network/subprocess call without timeout or try/except \u2014 build_gems_universe_cache.py:875", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 build_gems_universe_cache.py:875"}, "fullDescription": {"text": "`subprocess.run(...)` 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-3426deeb533aaad0", "name": "Legacy-named symbol `genre_v2` in chartmetric_lookup.py:982", "shortDescription": {"text": "Legacy-named symbol `genre_v2` in chartmetric_lookup.py:982"}, "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-f2d47a98a582143d", "name": "Commented-code block (5 lines) in chartmetric_lookup.py:139", "shortDescription": {"text": "Commented-code block (5 lines) in chartmetric_lookup.py:139"}, "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-2c237dc65b197fa2", "name": "Network/subprocess call without timeout or try/except \u2014 chartmetric_lookup.py:1169", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 chartmetric_lookup.py:1169"}, "fullDescription": {"text": "`requests.get(...)` 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-964016e44ec02e90", "name": "Commented-code block (5 lines) in track_matcher.py:633", "shortDescription": {"text": "Commented-code block (5 lines) in track_matcher.py:633"}, "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-27e981b38b878a15", "name": "Legacy-named symbol `fixed_gems_pipeline_v2` in audio_analyzer.py:3", "shortDescription": {"text": "Legacy-named symbol `fixed_gems_pipeline_v2` in audio_analyzer.py:3"}, "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-373a2418211829df", "name": "Commented-code block (5 lines) in audio_analyzer.py:54", "shortDescription": {"text": "Commented-code block (5 lines) in audio_analyzer.py:54"}, "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-5b5c3582d9e85756", "name": "Commented-code block (5 lines) in app.py:375", "shortDescription": {"text": "Commented-code block (5 lines) in app.py:375"}, "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-5a8b4ddac7bc9c7d", "name": "Network/subprocess call without timeout or try/except \u2014 app.py:2926", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 app.py:2926"}, "fullDescription": {"text": "`requests.get(...)` 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-4b007f5ab7cb2b36", "name": "Blocking `requests.get(...)` inside `async def lifespan` \u2014 app.py:193", "shortDescription": {"text": "Blocking `requests.get(...)` inside `async def lifespan` \u2014 app.py:193"}, "fullDescription": {"text": "Sync I/O inside an async function blocks the event loop. While `requests.get(...)` 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}}]}}, "automationDetails": {"id": "repobility/25956"}, "properties": {"repository": "freshlybakedstudios/sonicconverter-analyzer", "repoUrl": "https://github.com/freshlybakedstudios/sonicconverter-analyzer", "branch": "main"}, "results": [{"ruleId": "scanner-9f18d6c879f3f058", "level": "note", "message": {"text": "Possibly dead Python function: cleanup_old_jobs"}, "properties": {"repobilityId": "5bc950b4c26d2cc2", "scanner": "scanner-primary", "fingerprint": "9f18d6c879f3f058", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "job_manager.py:149"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ee2e7d8c91440366", "level": "note", "message": {"text": "Possibly dead Python function: metal_subscene_groups"}, "properties": {"repobilityId": "a96447a86dc060ae", "scanner": "scanner-primary", "fingerprint": "ee2e7d8c91440366", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "track_matcher.py:447"}, "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-09b5d607f89eda59", "level": "note", "message": {"text": "Very large file: chartmetric_lookup.py (2068 lines)"}, "properties": {"repobilityId": "aa0cf9dde8a2266b", "scanner": "scanner-primary", "fingerprint": "09b5d607f89eda59", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-94a0f484a37e2ff5", "level": "note", "message": {"text": "Very large file: app.py (5533 lines)"}, "properties": {"repobilityId": "5a74e6652f3a10d4", "scanner": "scanner-primary", "fingerprint": "94a0f484a37e2ff5", "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-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "19643e8e860c1f6b", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-faccb9061e9b52a0", "level": "note", "message": {"text": "No README detected"}, "properties": {"repobilityId": "6993a2c62c738089", "scanner": "scanner-primary", "fingerprint": "faccb9061e9b52a0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "ab5cbb568a3f2aee", "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": "8a393e9dddefc478", "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": "8e314f22bf12d9d8", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ffdc22ed315c604c", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 start.py:60"}, "properties": {"repobilityId": "8dfdd6a82acbfdd9", "scanner": "scanner-primary", "fingerprint": "ffdc22ed315c604c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2ee748a971ce6e2b", "level": "note", "message": {"text": "Legacy-named symbol `_using_backup` in mac_worker.py:136"}, "properties": {"repobilityId": "aa133f2da9b1b67c", "scanner": "scanner-primary", "fingerprint": "2ee748a971ce6e2b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-23c19f5cea1d9710", "level": "note", "message": {"text": "Legacy-named symbol `fixed_gems_pipeline_v2` in build_gems_universe_cache.py:55"}, "properties": {"repobilityId": "5042eb12e0c4e870", "scanner": "scanner-primary", "fingerprint": "23c19f5cea1d9710", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-183ce03e9f412bb2", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 build_gems_universe_cache.py:875"}, "properties": {"repobilityId": "10037fbc6cb7b65f", "scanner": "scanner-primary", "fingerprint": "183ce03e9f412bb2", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3426deeb533aaad0", "level": "note", "message": {"text": "Legacy-named symbol `genre_v2` in chartmetric_lookup.py:982"}, "properties": {"repobilityId": "ceeb2afc3ab61296", "scanner": "scanner-primary", "fingerprint": "3426deeb533aaad0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-f2d47a98a582143d", "level": "none", "message": {"text": "Commented-code block (5 lines) in chartmetric_lookup.py:139"}, "properties": {"repobilityId": "6d0179e542e16cff", "scanner": "scanner-primary", "fingerprint": "f2d47a98a582143d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2c237dc65b197fa2", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 chartmetric_lookup.py:1169"}, "properties": {"repobilityId": "47bdbed44feeb6f4", "scanner": "scanner-primary", "fingerprint": "2c237dc65b197fa2", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-964016e44ec02e90", "level": "none", "message": {"text": "Commented-code block (5 lines) in track_matcher.py:633"}, "properties": {"repobilityId": "9be846dc4a0ac92b", "scanner": "scanner-primary", "fingerprint": "964016e44ec02e90", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-27e981b38b878a15", "level": "note", "message": {"text": "Legacy-named symbol `fixed_gems_pipeline_v2` in audio_analyzer.py:3"}, "properties": {"repobilityId": "0db0e71d0a07445c", "scanner": "scanner-primary", "fingerprint": "27e981b38b878a15", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-373a2418211829df", "level": "none", "message": {"text": "Commented-code block (5 lines) in audio_analyzer.py:54"}, "properties": {"repobilityId": "0b9198a44f9ec2a5", "scanner": "scanner-primary", "fingerprint": "373a2418211829df", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5b5c3582d9e85756", "level": "none", "message": {"text": "Commented-code block (5 lines) in app.py:375"}, "properties": {"repobilityId": "52860ff86834bc4e", "scanner": "scanner-primary", "fingerprint": "5b5c3582d9e85756", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5a8b4ddac7bc9c7d", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 app.py:2926"}, "properties": {"repobilityId": "7acef30f0c74fc8b", "scanner": "scanner-primary", "fingerprint": "5a8b4ddac7bc9c7d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4b007f5ab7cb2b36", "level": "error", "message": {"text": "Blocking `requests.get(...)` inside `async def lifespan` \u2014 app.py:193"}, "properties": {"repobilityId": "de270739a5c08745", "scanner": "scanner-primary", "fingerprint": "4b007f5ab7cb2b36", "layer": "quality", "severity": "high", "confidence": 1.0, "tags": ["integrity", "sync-io-in-async", "performance"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.py"}, "region": {"startLine": 193}}}]}]}]}