{"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-cdddea06f10d57da", "name": "Possibly dead Python function: parse_device_ids", "shortDescription": {"text": "Possibly dead Python function: parse_device_ids"}, "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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 6 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-93afb18c4feae853", "name": "Legacy-named symbol `can_route_to_v2` in run.py:56", "shortDescription": {"text": "Legacy-named symbol `can_route_to_v2` in run.py:56"}, "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-04cd8f84e6354672", "name": "Commented-code block (5 lines) in run.py:685", "shortDescription": {"text": "Commented-code block (5 lines) in run.py:685"}, "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-844c23c9e4cb75e2", "name": "Network/subprocess call without timeout or try/except \u2014 run.py:608", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 run.py:608"}, "fullDescription": {"text": "`subprocess.check_output(...)` 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}}]}}, "automationDetails": {"id": "repobility/29906"}, "properties": {"repository": "tenstorrent/tt-inference-server", "repoUrl": "https://github.com/tenstorrent/tt-inference-server", "branch": "main"}, "results": [{"ruleId": "scanner-cdddea06f10d57da", "level": "note", "message": {"text": "Possibly dead Python function: parse_device_ids"}, "properties": {"repobilityId": "2a4981caf9af75e2", "scanner": "scanner-primary", "fingerprint": "cdddea06f10d57da", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "run.py:67"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "c417078c880ad8e1", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-93afb18c4feae853", "level": "note", "message": {"text": "Legacy-named symbol `can_route_to_v2` in run.py:56"}, "properties": {"repobilityId": "20745cacb30e88ae", "scanner": "scanner-primary", "fingerprint": "93afb18c4feae853", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-04cd8f84e6354672", "level": "none", "message": {"text": "Commented-code block (5 lines) in run.py:685"}, "properties": {"repobilityId": "dcdb6b1a094f58a0", "scanner": "scanner-primary", "fingerprint": "04cd8f84e6354672", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-844c23c9e4cb75e2", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 run.py:608"}, "properties": {"repobilityId": "3f6c9422e8d1b3f1", "scanner": "scanner-primary", "fingerprint": "844c23c9e4cb75e2", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}