{"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-728e4ce96d99f999", "name": "Possibly dead Python function: cmd_update", "shortDescription": {"text": "Possibly dead Python function: cmd_update"}, "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-4438d705e569e247", "name": "Possibly dead Python function: cmd_briefing", "shortDescription": {"text": "Possibly dead Python function: cmd_briefing"}, "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-f11f7c718c994968", "name": "Possibly dead Python function: cmd_list", "shortDescription": {"text": "Possibly dead Python function: cmd_list"}, "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-b5ef6a861779d72e", "name": "Possibly dead Python function: cmd_clear", "shortDescription": {"text": "Possibly dead Python function: cmd_clear"}, "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-c6cd1e94bc3dcf47", "name": "Possibly dead Python function: cmd_rate", "shortDescription": {"text": "Possibly dead Python function: cmd_rate"}, "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-f43d0b9ad0ba91a7", "name": "Possibly dead Python function: cmd_h2h", "shortDescription": {"text": "Possibly dead Python function: cmd_h2h"}, "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-089e6849d61a14ce", "name": "Possibly dead Python function: cmd_form", "shortDescription": {"text": "Possibly dead Python function: cmd_form"}, "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-f540239a02714ac9", "name": "Possibly dead Python function: cmd_fifa", "shortDescription": {"text": "Possibly dead Python function: cmd_fifa"}, "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-8540a9d991a1d8a8", "name": "Possibly dead Python function: odds_to_power_rating", "shortDescription": {"text": "Possibly dead Python function: odds_to_power_rating"}, "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-2ce1ca16fcea6476", "name": "Possibly dead Python function: simulate_group", "shortDescription": {"text": "Possibly dead Python function: simulate_group"}, "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-27924aa79fa4a517", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/setup-python@v5 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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 140 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-6a82981ce464826e", "name": "Commented-code block (5 lines) in build_data.py:90", "shortDescription": {"text": "Commented-code block (5 lines) in build_data.py:90"}, "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-9da15ec535c5ac6d", "name": "Commented-code block (5 lines) in fetch_h2h.py:200", "shortDescription": {"text": "Commented-code block (5 lines) in fetch_h2h.py:200"}, "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-3f9c5e6103dad6fb", "name": "Legacy-named symbol `test_run_missing_points_keeps_old` in tests/test_fetch_fifa_points.py:80", "shortDescription": {"text": "Legacy-named symbol `test_run_missing_points_keeps_old` in tests/test_fetch_fifa_points.py:80"}, "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-e1705388bba3c3fd", "name": "Commented-code block (9 lines) in src/engine.py:76", "shortDescription": {"text": "Commented-code block (9 lines) in src/engine.py:76"}, "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}}]}}, "automationDetails": {"id": "repobility/24148"}, "properties": {"repository": "Amitro123/World_Cup_2026_prediction_workspace", "repoUrl": "https://github.com/Amitro123/World_Cup_2026_prediction_workspace", "branch": "main"}, "results": [{"ruleId": "scanner-728e4ce96d99f999", "level": "note", "message": {"text": "Possibly dead Python function: cmd_update"}, "properties": {"repobilityId": "7277b67464eb4477", "scanner": "scanner-primary", "fingerprint": "728e4ce96d99f999", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hermes.py:56"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4438d705e569e247", "level": "note", "message": {"text": "Possibly dead Python function: cmd_briefing"}, "properties": {"repobilityId": "30041f1d711dd8e5", "scanner": "scanner-primary", "fingerprint": "4438d705e569e247", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hermes.py:69"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f11f7c718c994968", "level": "note", "message": {"text": "Possibly dead Python function: cmd_list"}, "properties": {"repobilityId": "bd09044da90857da", "scanner": "scanner-primary", "fingerprint": "f11f7c718c994968", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hermes.py:74"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-b5ef6a861779d72e", "level": "note", "message": {"text": "Possibly dead Python function: cmd_clear"}, "properties": {"repobilityId": "e9e7da8e8f5cab1d", "scanner": "scanner-primary", "fingerprint": "b5ef6a861779d72e", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hermes.py:80"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c6cd1e94bc3dcf47", "level": "note", "message": {"text": "Possibly dead Python function: cmd_rate"}, "properties": {"repobilityId": "5735a354fc3c88cc", "scanner": "scanner-primary", "fingerprint": "c6cd1e94bc3dcf47", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hermes.py:86"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f43d0b9ad0ba91a7", "level": "note", "message": {"text": "Possibly dead Python function: cmd_h2h"}, "properties": {"repobilityId": "0ddd818d5d29582b", "scanner": "scanner-primary", "fingerprint": "f43d0b9ad0ba91a7", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hermes.py:105"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-089e6849d61a14ce", "level": "note", "message": {"text": "Possibly dead Python function: cmd_form"}, "properties": {"repobilityId": "fcac95850ead3400", "scanner": "scanner-primary", "fingerprint": "089e6849d61a14ce", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hermes.py:119"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f540239a02714ac9", "level": "note", "message": {"text": "Possibly dead Python function: cmd_fifa"}, "properties": {"repobilityId": "467f446f67d2b1eb", "scanner": "scanner-primary", "fingerprint": "f540239a02714ac9", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hermes.py:133"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8540a9d991a1d8a8", "level": "note", "message": {"text": "Possibly dead Python function: odds_to_power_rating"}, "properties": {"repobilityId": "90d27ed4ea4d0696", "scanner": "scanner-primary", "fingerprint": "8540a9d991a1d8a8", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/engine.py:294"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2ce1ca16fcea6476", "level": "note", "message": {"text": "Possibly dead Python function: simulate_group"}, "properties": {"repobilityId": "a5f4325e263fa75a", "scanner": "scanner-primary", "fingerprint": "2ce1ca16fcea6476", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/knockout.py:201"}, "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-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "04f57d208548fcef", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 22}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "e37c47d393a163c9", "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": "7b987f4ec8d27309", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-6a82981ce464826e", "level": "none", "message": {"text": "Commented-code block (5 lines) in build_data.py:90"}, "properties": {"repobilityId": "0b7fc8c0c2d74722", "scanner": "scanner-primary", "fingerprint": "6a82981ce464826e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9da15ec535c5ac6d", "level": "none", "message": {"text": "Commented-code block (5 lines) in fetch_h2h.py:200"}, "properties": {"repobilityId": "afb822247b98b46e", "scanner": "scanner-primary", "fingerprint": "9da15ec535c5ac6d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3f9c5e6103dad6fb", "level": "note", "message": {"text": "Legacy-named symbol `test_run_missing_points_keeps_old` in tests/test_fetch_fifa_points.py:80"}, "properties": {"repobilityId": "38d1bee0f01d8469", "scanner": "scanner-primary", "fingerprint": "3f9c5e6103dad6fb", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-e1705388bba3c3fd", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/engine.py:76"}, "properties": {"repobilityId": "d2fe018d96e96fcc", "scanner": "scanner-primary", "fingerprint": "e1705388bba3c3fd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}