{"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-132fbfd27cfd93e3", "name": "Possibly dead Python function: cmd_status", "shortDescription": {"text": "Possibly dead Python function: cmd_status"}, "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-047198ae86dc1e60", "name": "Possibly dead Python function: cmd_uninstall", "shortDescription": {"text": "Possibly dead Python function: cmd_uninstall"}, "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-62cf5ad290b07bb0", "name": "Possibly dead Python function: cmd_map", "shortDescription": {"text": "Possibly dead Python function: cmd_map"}, "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-5e2fd4a0fc706baf", "name": "Possibly dead Python function: cmd_find", "shortDescription": {"text": "Possibly dead Python function: cmd_find"}, "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-c7de30f666355574", "name": "Possibly dead Python function: cmd_changes", "shortDescription": {"text": "Possibly dead Python function: cmd_changes"}, "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-83592cd1a790f5f7", "name": "Possibly dead Python function: cmd_notes", "shortDescription": {"text": "Possibly dead Python function: cmd_notes"}, "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-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "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 30 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-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-3f1d8d7bcdf8a3dc", "name": "Network/subprocess call without timeout or try/except \u2014 src/projmap/cli.py:204", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 src/projmap/cli.py:204"}, "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}}]}}, "automationDetails": {"id": "repobility/23670"}, "properties": {"repository": "ZiyoVer/projmap", "repoUrl": "https://github.com/ZiyoVer/projmap", "branch": "main"}, "results": [{"ruleId": "scanner-132fbfd27cfd93e3", "level": "note", "message": {"text": "Possibly dead Python function: cmd_status"}, "properties": {"repobilityId": "244b91f3ae7622bf", "scanner": "scanner-primary", "fingerprint": "132fbfd27cfd93e3", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/projmap/cli.py:117"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-047198ae86dc1e60", "level": "note", "message": {"text": "Possibly dead Python function: cmd_uninstall"}, "properties": {"repobilityId": "49df25eab8c06aa1", "scanner": "scanner-primary", "fingerprint": "047198ae86dc1e60", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/projmap/cli.py:139"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-62cf5ad290b07bb0", "level": "note", "message": {"text": "Possibly dead Python function: cmd_map"}, "properties": {"repobilityId": "2f06cc9b5b179db1", "scanner": "scanner-primary", "fingerprint": "62cf5ad290b07bb0", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/projmap/cli.py:162"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-5e2fd4a0fc706baf", "level": "note", "message": {"text": "Possibly dead Python function: cmd_find"}, "properties": {"repobilityId": "b776e62d0aca3567", "scanner": "scanner-primary", "fingerprint": "5e2fd4a0fc706baf", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/projmap/cli.py:168"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c7de30f666355574", "level": "note", "message": {"text": "Possibly dead Python function: cmd_changes"}, "properties": {"repobilityId": "270274810273f20c", "scanner": "scanner-primary", "fingerprint": "c7de30f666355574", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/projmap/cli.py:174"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-83592cd1a790f5f7", "level": "note", "message": {"text": "Possibly dead Python function: cmd_notes"}, "properties": {"repobilityId": "cb0e0589d588d5e5", "scanner": "scanner-primary", "fingerprint": "83592cd1a790f5f7", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/projmap/cli.py:180"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-9710c8d059e53154", "level": "none", "message": {"text": "No frontend routes/components detected"}, "properties": {"repobilityId": "44ca61485762e494", "scanner": "scanner-primary", "fingerprint": "9710c8d059e53154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "b8339192d5c0d47f", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "a71b96f1c6f9d11a", "scanner": "scanner-primary", "fingerprint": "ea8f3013f588db25", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-8424db9c75e04ba4", "level": "none", "message": {"text": "Very short observed git history"}, "properties": {"repobilityId": "aee8ef8f3c9401ab", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-3f1d8d7bcdf8a3dc", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 src/projmap/cli.py:204"}, "properties": {"repobilityId": "eb17cf21147f2399", "scanner": "scanner-primary", "fingerprint": "3f1d8d7bcdf8a3dc", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}