{"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-91e9dc2304fa1508", "name": "Possibly dead Python function: mc_sigma", "shortDescription": {"text": "Possibly dead Python function: mc_sigma"}, "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-c619a15f3452ba7a", "name": "Possibly dead Python function: alpha", "shortDescription": {"text": "Possibly dead Python function: alpha"}, "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-fc1e646be6c80ab6", "name": "Possibly dead Python function: explore_minting", "shortDescription": {"text": "Possibly dead Python function: explore_minting"}, "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-834f781897134994", "name": "Possibly dead Python function: explore_drive", "shortDescription": {"text": "Possibly dead Python function: explore_drive"}, "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-b038e3d7665187e3", "name": "Possibly dead Python function: explore_ledgers", "shortDescription": {"text": "Possibly dead Python function: explore_ledgers"}, "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-94b98058d69acc52", "name": "Possibly dead Python function: explore_boundary", "shortDescription": {"text": "Possibly dead Python function: explore_boundary"}, "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-18e3d60f4d70db6d", "name": "Possibly dead Python function: explore_cascade", "shortDescription": {"text": "Possibly dead Python function: explore_cascade"}, "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-6c1137200490cd40", "name": "Possibly dead Python function: explore_observe", "shortDescription": {"text": "Possibly dead Python function: explore_observe"}, "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-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-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 93 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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: 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": "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-3ce210ef95bbe17a", "name": "Commented-code block (11 lines) in demo/scene_contract.py:40", "shortDescription": {"text": "Commented-code block (11 lines) in demo/scene_contract.py:40"}, "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/18442"}, "properties": {"repository": "ronviers/character-explorer", "repoUrl": "https://github.com/ronviers/character-explorer", "branch": "main"}, "results": [{"ruleId": "scanner-91e9dc2304fa1508", "level": "note", "message": {"text": "Possibly dead Python function: mc_sigma"}, "properties": {"repobilityId": "673c912a34523168", "scanner": "scanner-primary", "fingerprint": "91e9dc2304fa1508", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "demo/character_scene.py:136"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c619a15f3452ba7a", "level": "note", "message": {"text": "Possibly dead Python function: alpha"}, "properties": {"repobilityId": "ce11349a14709af4", "scanner": "scanner-primary", "fingerprint": "c619a15f3452ba7a", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "demo/character_scene.py:162"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-fc1e646be6c80ab6", "level": "note", "message": {"text": "Possibly dead Python function: explore_minting"}, "properties": {"repobilityId": "6d57f27edbbe2ac0", "scanner": "scanner-primary", "fingerprint": "fc1e646be6c80ab6", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "demo/character_scene.py:273"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-834f781897134994", "level": "note", "message": {"text": "Possibly dead Python function: explore_drive"}, "properties": {"repobilityId": "92d54d706aff9e6f", "scanner": "scanner-primary", "fingerprint": "834f781897134994", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "demo/character_scene.py:301"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-b038e3d7665187e3", "level": "note", "message": {"text": "Possibly dead Python function: explore_ledgers"}, "properties": {"repobilityId": "53017cb721466b6d", "scanner": "scanner-primary", "fingerprint": "b038e3d7665187e3", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "demo/character_scene.py:319"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-94b98058d69acc52", "level": "note", "message": {"text": "Possibly dead Python function: explore_boundary"}, "properties": {"repobilityId": "bb814c731f2c2675", "scanner": "scanner-primary", "fingerprint": "94b98058d69acc52", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "demo/character_scene.py:345"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-18e3d60f4d70db6d", "level": "note", "message": {"text": "Possibly dead Python function: explore_cascade"}, "properties": {"repobilityId": "784cecc229ec1cc0", "scanner": "scanner-primary", "fingerprint": "18e3d60f4d70db6d", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "demo/character_scene.py:362"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-6c1137200490cd40", "level": "note", "message": {"text": "Possibly dead Python function: explore_observe"}, "properties": {"repobilityId": "82bc25c21e40a9e6", "scanner": "scanner-primary", "fingerprint": "6c1137200490cd40", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "demo/character_scene.py:383"}, "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-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-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"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-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "7da9ebbe56751edd", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "8d7acd0f36244250", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "dc5482cbb80acc42", "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": "cac2e490e4fd4118", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ce210ef95bbe17a", "level": "none", "message": {"text": "Commented-code block (11 lines) in demo/scene_contract.py:40"}, "properties": {"repobilityId": "c1e3de9d5f7f1f32", "scanner": "scanner-primary", "fingerprint": "3ce210ef95bbe17a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}