{"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-15d66e409831c85f", "name": "Possibly dead Python function: badge", "shortDescription": {"text": "Possibly dead Python function: badge"}, "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-901623f415e0d89a", "name": "Possibly dead Python function: make_layout", "shortDescription": {"text": "Possibly dead Python function: make_layout"}, "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-1167e5063309d80b", "name": "Possibly dead Python function: calc_matrix", "shortDescription": {"text": "Possibly dead Python function: calc_matrix"}, "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-ea1c5fac844c1d26", "name": "Possibly dead Python function: monthly_score", "shortDescription": {"text": "Possibly dead Python function: monthly_score"}, "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-88e922b9990edc81", "name": "Possibly dead Python function: domain_score_fig", "shortDescription": {"text": "Possibly dead Python function: domain_score_fig"}, "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-35d9918394dd861d", "name": "Possibly dead Python function: heatmap_fig", "shortDescription": {"text": "Possibly dead Python function: heatmap_fig"}, "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-d400b3fd46d6051a", "name": "Possibly dead Python function: domain_bar_fig", "shortDescription": {"text": "Possibly dead Python function: domain_bar_fig"}, "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-d512f34f592ab738", "name": "Possibly dead Python function: violation_rate_fig", "shortDescription": {"text": "Possibly dead Python function: violation_rate_fig"}, "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-44f9e271f4a06fae", "name": "Possibly dead Python function: render_kpis", "shortDescription": {"text": "Possibly dead Python function: render_kpis"}, "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-6bf7cc06aa19ff45", "name": "Possibly dead Python function: risk_grade", "shortDescription": {"text": "Possibly dead Python function: risk_grade"}, "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-1c37e4c23905af8b", "name": "Very large file: app.py (2546 lines)", "shortDescription": {"text": "Very large file: app.py (2546 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 3 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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 32 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-15bc630a13ac0846", "name": "Network/subprocess call without timeout or try/except \u2014 main.py:35", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 main.py:35"}, "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-1c7384db3c8771ea", "name": "Legacy-named symbol `df_backup` in app.py:1836", "shortDescription": {"text": "Legacy-named symbol `df_backup` in app.py:1836"}, "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-958df86fecd40676", "name": "Commented-code block (5 lines) in app.py:1363", "shortDescription": {"text": "Commented-code block (5 lines) in app.py:1363"}, "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-068189b41345afff", "name": "Network/subprocess call without timeout or try/except \u2014 app.py:1479", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 app.py:1479"}, "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-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:\napp.py:view_overview, app.py:view_domain\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/30394"}, "properties": {"repository": "westyeon/it_audit_project", "repoUrl": "https://github.com/westyeon/it_audit_project", "branch": "main"}, "results": [{"ruleId": "scanner-15d66e409831c85f", "level": "note", "message": {"text": "Possibly dead Python function: badge"}, "properties": {"repobilityId": "5f2309009fdbcfe5", "scanner": "scanner-primary", "fingerprint": "15d66e409831c85f", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "dashboard.py:123"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-901623f415e0d89a", "level": "note", "message": {"text": "Possibly dead Python function: make_layout"}, "properties": {"repobilityId": "14ec9438e4c90c5d", "scanner": "scanner-primary", "fingerprint": "901623f415e0d89a", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "dashboard.py:271"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1167e5063309d80b", "level": "note", "message": {"text": "Possibly dead Python function: calc_matrix"}, "properties": {"repobilityId": "24a374b580119fb4", "scanner": "scanner-primary", "fingerprint": "1167e5063309d80b", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.py:523"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ea1c5fac844c1d26", "level": "note", "message": {"text": "Possibly dead Python function: monthly_score"}, "properties": {"repobilityId": "32d9adb6b5407796", "scanner": "scanner-primary", "fingerprint": "ea1c5fac844c1d26", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.py:539"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-88e922b9990edc81", "level": "note", "message": {"text": "Possibly dead Python function: domain_score_fig"}, "properties": {"repobilityId": "03754200889a029c", "scanner": "scanner-primary", "fingerprint": "88e922b9990edc81", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.py:817"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-35d9918394dd861d", "level": "note", "message": {"text": "Possibly dead Python function: heatmap_fig"}, "properties": {"repobilityId": "a819a29f11bf7e5c", "scanner": "scanner-primary", "fingerprint": "35d9918394dd861d", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.py:906"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d400b3fd46d6051a", "level": "note", "message": {"text": "Possibly dead Python function: domain_bar_fig"}, "properties": {"repobilityId": "f8cbe6ecbf13aa6a", "scanner": "scanner-primary", "fingerprint": "d400b3fd46d6051a", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.py:985"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d512f34f592ab738", "level": "note", "message": {"text": "Possibly dead Python function: violation_rate_fig"}, "properties": {"repobilityId": "62859850cfd4a776", "scanner": "scanner-primary", "fingerprint": "d512f34f592ab738", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.py:1008"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-44f9e271f4a06fae", "level": "note", "message": {"text": "Possibly dead Python function: render_kpis"}, "properties": {"repobilityId": "c70b96d4c9f02816", "scanner": "scanner-primary", "fingerprint": "44f9e271f4a06fae", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.py:1049"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-6bf7cc06aa19ff45", "level": "note", "message": {"text": "Possibly dead Python function: risk_grade"}, "properties": {"repobilityId": "352ffcfe248f338c", "scanner": "scanner-primary", "fingerprint": "6bf7cc06aa19ff45", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.py:2022"}, "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-1c37e4c23905af8b", "level": "note", "message": {"text": "Very large file: app.py (2546 lines)"}, "properties": {"repobilityId": "5a74e6652f3a10d4", "scanner": "scanner-primary", "fingerprint": "1c37e4c23905af8b", "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": "cc6b1174f3e1143d", "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": "470bcc5bae8a6ad4", "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": "102b3e375065bbcc", "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": "612f142e40b8a9e7", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-15bc630a13ac0846", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 main.py:35"}, "properties": {"repobilityId": "5d89d7c6ece44af1", "scanner": "scanner-primary", "fingerprint": "15bc630a13ac0846", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1c7384db3c8771ea", "level": "note", "message": {"text": "Legacy-named symbol `df_backup` in app.py:1836"}, "properties": {"repobilityId": "c113c238cc4f5300", "scanner": "scanner-primary", "fingerprint": "1c7384db3c8771ea", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-958df86fecd40676", "level": "none", "message": {"text": "Commented-code block (5 lines) in app.py:1363"}, "properties": {"repobilityId": "bd23bf59ee20108f", "scanner": "scanner-primary", "fingerprint": "958df86fecd40676", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-068189b41345afff", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 app.py:1479"}, "properties": {"repobilityId": "fc5fc5fae7f2993a", "scanner": "scanner-primary", "fingerprint": "068189b41345afff", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "d85504fb4afcfd9b", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}