{"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-bf4756ea8fd7781a", "name": "Possibly dead Python function: level1_easy", "shortDescription": {"text": "Possibly dead Python function: level1_easy"}, "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-8b12e5dfe09fd5be", "name": "Possibly dead Python function: level2_property", "shortDescription": {"text": "Possibly dead Python function: level2_property"}, "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-65fee8b0ff748b19", "name": "Possibly dead Python function: level3_emergency", "shortDescription": {"text": "Possibly dead Python function: level3_emergency"}, "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-7d13eeb2bd00cb76", "name": "Possibly dead Python function: level4_war", "shortDescription": {"text": "Possibly dead Python function: level4_war"}, "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-fdc2c76bcbad7f7f", "name": "Possibly dead Python function: level5_ai", "shortDescription": {"text": "Possibly dead Python function: level5_ai"}, "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-f7cfbf03a8034649", "name": "Possibly dead Python function: level6_conflict", "shortDescription": {"text": "Possibly dead Python function: level6_conflict"}, "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-aa409df01a9d8bb2", "name": "Possibly dead Python function: level7_necessity", "shortDescription": {"text": "Possibly dead Python function: level7_necessity"}, "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-80dbbf9a06ce6332", "name": "Possibly dead Python function: level8_hardest", "shortDescription": {"text": "Possibly dead Python function: level8_hardest"}, "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 26 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-23293782397ec724", "name": "Commented-code block (5 lines) in tests/test_redteam_conflict.py:127", "shortDescription": {"text": "Commented-code block (5 lines) in tests/test_redteam_conflict.py:127"}, "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-5944d2228a4fe14a", "name": "Legacy-named symbol `test_bare_delegation_is_operation_agnostic_legacy` in tests/test_operations.py:67", "shortDescription": {"text": "Legacy-named symbol `test_bare_delegation_is_operation_agnostic_legacy` in tests/test_operations.py:67"}, "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-5e229cafa5a9c589", "name": "Commented-code block (8 lines) in src/fdk_kernel/model.py:234", "shortDescription": {"text": "Commented-code block (8 lines) in src/fdk_kernel/model.py:234"}, "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-02525d39071dd2c7", "name": "Near-duplicate function bodies in 5 places", "shortDescription": {"text": "Near-duplicate function bodies in 5 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nsrc/fdk_research/rivals.py:verdict, src/fdk_research/rivals.py:verdict, src/fdk_research/rivals.py:verdict, src/fdk_research/rivals.py:verdict\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-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:\nsrc/fdk_research/planner.py:propose, src/fdk_research/planner.py:propose\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/24096"}, "properties": {"repository": "Aliipou/freedom-decision-kernel", "repoUrl": "https://github.com/Aliipou/freedom-decision-kernel", "branch": "main"}, "results": [{"ruleId": "scanner-bf4756ea8fd7781a", "level": "note", "message": {"text": "Possibly dead Python function: level1_easy"}, "properties": {"repobilityId": "58fe5c31d6491630", "scanner": "scanner-primary", "fingerprint": "bf4756ea8fd7781a", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "examples/historical_scenarios.py:71"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8b12e5dfe09fd5be", "level": "note", "message": {"text": "Possibly dead Python function: level2_property"}, "properties": {"repobilityId": "b2436cf2826f833e", "scanner": "scanner-primary", "fingerprint": "8b12e5dfe09fd5be", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "examples/historical_scenarios.py:140"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-65fee8b0ff748b19", "level": "note", "message": {"text": "Possibly dead Python function: level3_emergency"}, "properties": {"repobilityId": "98c9f4d93d1e91cb", "scanner": "scanner-primary", "fingerprint": "65fee8b0ff748b19", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "examples/historical_scenarios.py:176"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-7d13eeb2bd00cb76", "level": "note", "message": {"text": "Possibly dead Python function: level4_war"}, "properties": {"repobilityId": "9672f09a89e4f753", "scanner": "scanner-primary", "fingerprint": "7d13eeb2bd00cb76", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "examples/historical_scenarios.py:204"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-fdc2c76bcbad7f7f", "level": "note", "message": {"text": "Possibly dead Python function: level5_ai"}, "properties": {"repobilityId": "18511eefefc1220c", "scanner": "scanner-primary", "fingerprint": "fdc2c76bcbad7f7f", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "examples/historical_scenarios.py:247"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f7cfbf03a8034649", "level": "note", "message": {"text": "Possibly dead Python function: level6_conflict"}, "properties": {"repobilityId": "5878a2662ef4781b", "scanner": "scanner-primary", "fingerprint": "f7cfbf03a8034649", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "examples/historical_scenarios.py:319"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-aa409df01a9d8bb2", "level": "note", "message": {"text": "Possibly dead Python function: level7_necessity"}, "properties": {"repobilityId": "a2c12cca335a7e25", "scanner": "scanner-primary", "fingerprint": "aa409df01a9d8bb2", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "examples/historical_scenarios.py:396"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-80dbbf9a06ce6332", "level": "note", "message": {"text": "Possibly dead Python function: level8_hardest"}, "properties": {"repobilityId": "f2a194f41e6e9609", "scanner": "scanner-primary", "fingerprint": "80dbbf9a06ce6332", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "examples/historical_scenarios.py:451"}, "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": 23}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "395ec43fa70cd83a", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-23293782397ec724", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/test_redteam_conflict.py:127"}, "properties": {"repobilityId": "350a1184e302376b", "scanner": "scanner-primary", "fingerprint": "23293782397ec724", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5944d2228a4fe14a", "level": "note", "message": {"text": "Legacy-named symbol `test_bare_delegation_is_operation_agnostic_legacy` in tests/test_operations.py:67"}, "properties": {"repobilityId": "6ae8c05d29a6aa14", "scanner": "scanner-primary", "fingerprint": "5944d2228a4fe14a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-5e229cafa5a9c589", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/fdk_kernel/model.py:234"}, "properties": {"repobilityId": "3e4eaf9ef12fb907", "scanner": "scanner-primary", "fingerprint": "5e229cafa5a9c589", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-02525d39071dd2c7", "level": "note", "message": {"text": "Near-duplicate function bodies in 5 places"}, "properties": {"repobilityId": "ac7d3877f86857f8", "scanner": "scanner-primary", "fingerprint": "02525d39071dd2c7", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "e3f14ed43ea29a29", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "ad4a43dea6fe6f3d", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}