{"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-e48cf30dafca7028", "name": "Possibly dead Python function: forget", "shortDescription": {"text": "Possibly dead Python function: forget"}, "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-346fc47ed9c637ee", "name": "Possibly dead Python function: health_check", "shortDescription": {"text": "Possibly dead Python function: health_check"}, "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-990c3c176d2ac7b8", "name": "Possibly dead Python function: forget", "shortDescription": {"text": "Possibly dead Python function: forget"}, "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-f417756266a11784", "name": "Possibly dead Python function: health_check", "shortDescription": {"text": "Possibly dead Python function: health_check"}, "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-d3c86b33c095b587", "name": "Possibly dead Python function: link_facts", "shortDescription": {"text": "Possibly dead Python function: link_facts"}, "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-37d5fccbacb342f5", "name": "Possibly dead Python function: find_patterns", "shortDescription": {"text": "Possibly dead Python function: find_patterns"}, "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-63b9985f1a1e5bb4", "name": "Possibly dead Python function: summarize_knowledge", "shortDescription": {"text": "Possibly dead Python function: summarize_knowledge"}, "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-0b13856a38011e0c", "name": "Possibly dead Python function: set_project_context", "shortDescription": {"text": "Possibly dead Python function: set_project_context"}, "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-e94f66cf02aec1b4", "name": "Possibly dead Python function: log_decision", "shortDescription": {"text": "Possibly dead Python function: log_decision"}, "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-88b51fa1fb3cfaaf", "name": "Possibly dead Python function: recall_decisions", "shortDescription": {"text": "Possibly dead Python function: recall_decisions"}, "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-1ab4b72ad8603560", "name": "Possibly dead Python function: list_decisions", "shortDescription": {"text": "Possibly dead Python function: list_decisions"}, "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-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "1 tests / 9 src (ratio 0.11)."}, "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-be46ea126aa5d8dc", "name": "Near-duplicate function bodies in 3 places", "shortDescription": {"text": "Near-duplicate function bodies in 3 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nperseus_agent_core/memory/elastic_memory.py:recall, perseus_agent_core/memory/engram_memory.py:recall, perseus_agent_core/memory/backend.py:recall\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/20865"}, "properties": {"repository": "tcconnally/perseus-agent-core", "repoUrl": "https://github.com/tcconnally/perseus-agent-core", "branch": "main"}, "results": [{"ruleId": "scanner-e48cf30dafca7028", "level": "note", "message": {"text": "Possibly dead Python function: forget"}, "properties": {"repobilityId": "19b42e8f111cce9a", "scanner": "scanner-primary", "fingerprint": "e48cf30dafca7028", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "perseus_agent_core/memory/elastic_memory.py:227"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-346fc47ed9c637ee", "level": "note", "message": {"text": "Possibly dead Python function: health_check"}, "properties": {"repobilityId": "a08f81cc62fccf65", "scanner": "scanner-primary", "fingerprint": "346fc47ed9c637ee", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "perseus_agent_core/memory/elastic_memory.py:305"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-990c3c176d2ac7b8", "level": "note", "message": {"text": "Possibly dead Python function: forget"}, "properties": {"repobilityId": "19b42e8f111cce9a", "scanner": "scanner-primary", "fingerprint": "990c3c176d2ac7b8", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "perseus_agent_core/memory/engram_memory.py:294"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f417756266a11784", "level": "note", "message": {"text": "Possibly dead Python function: health_check"}, "properties": {"repobilityId": "a08f81cc62fccf65", "scanner": "scanner-primary", "fingerprint": "f417756266a11784", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "perseus_agent_core/memory/engram_memory.py:380"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d3c86b33c095b587", "level": "note", "message": {"text": "Possibly dead Python function: link_facts"}, "properties": {"repobilityId": "921af33d826ac9ca", "scanner": "scanner-primary", "fingerprint": "d3c86b33c095b587", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "perseus_agent_core/tools/knowledge_graph.py:24"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-37d5fccbacb342f5", "level": "note", "message": {"text": "Possibly dead Python function: find_patterns"}, "properties": {"repobilityId": "24aae8f68e1d64f3", "scanner": "scanner-primary", "fingerprint": "37d5fccbacb342f5", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "perseus_agent_core/tools/knowledge_graph.py:57"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-63b9985f1a1e5bb4", "level": "note", "message": {"text": "Possibly dead Python function: summarize_knowledge"}, "properties": {"repobilityId": "a140c1d2f638e13a", "scanner": "scanner-primary", "fingerprint": "63b9985f1a1e5bb4", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "perseus_agent_core/tools/knowledge_graph.py:73"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0b13856a38011e0c", "level": "note", "message": {"text": "Possibly dead Python function: set_project_context"}, "properties": {"repobilityId": "88224edb9e7f40b9", "scanner": "scanner-primary", "fingerprint": "0b13856a38011e0c", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "perseus_agent_core/tools/project_context.py:25"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e94f66cf02aec1b4", "level": "note", "message": {"text": "Possibly dead Python function: log_decision"}, "properties": {"repobilityId": "e05d7f9b9c7b251e", "scanner": "scanner-primary", "fingerprint": "e94f66cf02aec1b4", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "perseus_agent_core/tools/decision_log.py:25"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-88b51fa1fb3cfaaf", "level": "note", "message": {"text": "Possibly dead Python function: recall_decisions"}, "properties": {"repobilityId": "bb2779cb7bd14862", "scanner": "scanner-primary", "fingerprint": "88b51fa1fb3cfaaf", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "perseus_agent_core/tools/decision_log.py:68"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1ab4b72ad8603560", "level": "note", "message": {"text": "Possibly dead Python function: list_decisions"}, "properties": {"repobilityId": "2d638ea8092cfabb", "scanner": "scanner-primary", "fingerprint": "1ab4b72ad8603560", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "perseus_agent_core/tools/decision_log.py:92"}, "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-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "1b3dc8a33a1132ea", "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": "fe2fc16836aa3fbb", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "904683336aabc79a", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}