{"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-3b1ecd88da2604ed", "name": "Possibly dead Python function: sort_key", "shortDescription": {"text": "Possibly dead Python function: sort_key"}, "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-366bbce3a46e09b6", "name": "Possibly dead Python function: queue_status", "shortDescription": {"text": "Possibly dead Python function: queue_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-a271a3b0672d0f54", "name": "Possibly dead Python function: fts_table_exists", "shortDescription": {"text": "Possibly dead Python function: fts_table_exists"}, "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-aefef27d55de039f", "name": "Possibly dead Python function: count_independent_sources_for_unit_group", "shortDescription": {"text": "Possibly dead Python function: count_independent_sources_for_unit_group"}, "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-ed8866f8f66ec01b", "name": "Insecure pattern 'eval_used' in scripts/eval_lifecycle_comparator.py:172", "shortDescription": {"text": "Insecure pattern 'eval_used' in scripts/eval_lifecycle_comparator.py:172"}, "fullDescription": {"text": "Found a known-risky pattern (eval_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "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/upload-artifact@v7 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-bda6deb11902724f", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d4755392f6665a5e", "name": "Very large file: src/membox/core/store/retrieval.py (1352 lines)", "shortDescription": {"text": "Very large file: src/membox/core/store/retrieval.py (1352 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-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-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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-c24bac42b18bc617", "name": "Legacy-named symbol `test_v1_db_upgraded_to_v2` in tests/test_ingestion.py:69", "shortDescription": {"text": "Legacy-named symbol `test_v1_db_upgraded_to_v2` in tests/test_ingestion.py:69"}, "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-2529c6ee53389cd2", "name": "Legacy-named symbol `test_v2_different_object_supersedes_v1` in tests/test_supersession.py:115", "shortDescription": {"text": "Legacy-named symbol `test_v2_different_object_supersedes_v1` in tests/test_supersession.py:115"}, "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-1d4313a38ddc0c9d", "name": "Commented-code block (5 lines) in tests/test_m3_retrieval.py:170", "shortDescription": {"text": "Commented-code block (5 lines) in tests/test_m3_retrieval.py:170"}, "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-e8d2783743d36cda", "name": "Commented-code block (5 lines) in tests/test_fusion.py:164", "shortDescription": {"text": "Commented-code block (5 lines) in tests/test_fusion.py:164"}, "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-a90a9af056dcfd4d", "name": "Legacy-named symbol `model_copy` in tests/test_consolidation.py:1035", "shortDescription": {"text": "Legacy-named symbol `model_copy` in tests/test_consolidation.py:1035"}, "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-41d0144634af3407", "name": "Network/subprocess call without timeout or try/except \u2014 scripts/generate_changelog.py:103", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/generate_changelog.py:103"}, "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-22ccdd9b78defbd3", "name": "Commented-code block (5 lines) in scripts/eval_memory.py:341", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/eval_memory.py:341"}, "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-564ff8aa0839c93a", "name": "Commented-code block (5 lines) in src/membox/providers/openai_compat.py:81", "shortDescription": {"text": "Commented-code block (5 lines) in src/membox/providers/openai_compat.py:81"}, "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-28a89fafcf75e32d", "name": "Legacy-named symbol `model_copy` in src/membox/services/importers/claude_jsonl.py:431", "shortDescription": {"text": "Legacy-named symbol `model_copy` in src/membox/services/importers/claude_jsonl.py:431"}, "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-3d0edf07d7cc4f47", "name": "Legacy-named symbol `model_copy` in src/membox/services/importers/pi_jsonl.py:175", "shortDescription": {"text": "Legacy-named symbol `model_copy` in src/membox/services/importers/pi_jsonl.py:175"}, "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-a34e165df8135dd7", "name": "Legacy-named symbol `model_copy` in src/membox/services/importers/codex_jsonl.py:199", "shortDescription": {"text": "Legacy-named symbol `model_copy` in src/membox/services/importers/codex_jsonl.py:199"}, "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-93f77fbe6c1f0c1d", "name": "Commented-code block (8 lines) in src/membox/core/consolidate.py:328", "shortDescription": {"text": "Commented-code block (8 lines) in src/membox/core/consolidate.py:328"}, "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-993b63b6a27a40b8", "name": "Commented-code block (5 lines) in src/membox/core/history_import.py:104", "shortDescription": {"text": "Commented-code block (5 lines) in src/membox/core/history_import.py:104"}, "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-4669116f84db0878", "name": "Commented-code block (6 lines) in src/membox/core/lifecycle.py:201", "shortDescription": {"text": "Commented-code block (6 lines) in src/membox/core/lifecycle.py:201"}, "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-4673420c53a572ba", "name": "Commented-code block (5 lines) in src/membox/core/triage.py:422", "shortDescription": {"text": "Commented-code block (5 lines) in src/membox/core/triage.py:422"}, "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-32af26f53a407ff5", "name": "Commented-code block (6 lines) in src/membox/core/store/retrieval.py:1246", "shortDescription": {"text": "Commented-code block (6 lines) in src/membox/core/store/retrieval.py:1246"}, "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-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/membox/cli/commands/memory.py:memory_retract, src/membox/cli/commands/memory.py:memory_restore\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-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:\nsrc/membox/services/extraction.py:extract, src/membox/services/extraction.py:extract, src/membox/services/extraction.py:extract\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-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/membox/services/importers/claude_jsonl.py:parse, src/membox/services/importers/pi_jsonl.py:parse, src/membox/services/importers/membox_jsonl.py:parse, src/membox/services/importers/base.py:parse\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/18498"}, "properties": {"repository": "royisme/membox", "repoUrl": "https://github.com/royisme/membox", "branch": "main"}, "results": [{"ruleId": "scanner-3b1ecd88da2604ed", "level": "note", "message": {"text": "Possibly dead Python function: sort_key"}, "properties": {"repobilityId": "ac2a4181eae38738", "scanner": "scanner-primary", "fingerprint": "3b1ecd88da2604ed", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/update_repository_map.py:71"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-366bbce3a46e09b6", "level": "note", "message": {"text": "Possibly dead Python function: queue_status"}, "properties": {"repobilityId": "db480da12cc36384", "scanner": "scanner-primary", "fingerprint": "366bbce3a46e09b6", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/membox/cli/commands/queue.py:37"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a271a3b0672d0f54", "level": "note", "message": {"text": "Possibly dead Python function: fts_table_exists"}, "properties": {"repobilityId": "038b8d5a55f0c53a", "scanner": "scanner-primary", "fingerprint": "a271a3b0672d0f54", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/membox/core/store/fts.py:64"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-aefef27d55de039f", "level": "note", "message": {"text": "Possibly dead Python function: count_independent_sources_for_unit_group"}, "properties": {"repobilityId": "c1930db1d15b1b90", "scanner": "scanner-primary", "fingerprint": "aefef27d55de039f", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/membox/core/store/memory_units.py:697"}, "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-ed8866f8f66ec01b", "level": "error", "message": {"text": "Insecure pattern 'eval_used' in scripts/eval_lifecycle_comparator.py:172"}, "properties": {"repobilityId": "5d979421918d6428", "scanner": "scanner-primary", "fingerprint": "ed8866f8f66ec01b", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "eval_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/eval_lifecycle_comparator.py"}, "region": {"startLine": 172}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "90dca2b9a9fbfb28", "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": 93}}}]}, {"ruleId": "scanner-bda6deb11902724f", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "52fa6a3933670e49", "scanner": "scanner-primary", "fingerprint": "bda6deb11902724f", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/auto-merge.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d4755392f6665a5e", "level": "note", "message": {"text": "Very large file: src/membox/core/store/retrieval.py (1352 lines)"}, "properties": {"repobilityId": "3e12d719ddb388aa", "scanner": "scanner-primary", "fingerprint": "d4755392f6665a5e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "98ee081ed211e06d", "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": "cc019b8a81fc1fa5", "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": "7cacd50d6b2314ec", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "159d94aec41c482a", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "4251f616d7a017a8", "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": "7b5b6bf4e903b12f", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-c24bac42b18bc617", "level": "note", "message": {"text": "Legacy-named symbol `test_v1_db_upgraded_to_v2` in tests/test_ingestion.py:69"}, "properties": {"repobilityId": "e0c1f43d9c1ed823", "scanner": "scanner-primary", "fingerprint": "c24bac42b18bc617", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-2529c6ee53389cd2", "level": "note", "message": {"text": "Legacy-named symbol `test_v2_different_object_supersedes_v1` in tests/test_supersession.py:115"}, "properties": {"repobilityId": "aba023e98391c4a1", "scanner": "scanner-primary", "fingerprint": "2529c6ee53389cd2", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-1d4313a38ddc0c9d", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/test_m3_retrieval.py:170"}, "properties": {"repobilityId": "2989b78456add315", "scanner": "scanner-primary", "fingerprint": "1d4313a38ddc0c9d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e8d2783743d36cda", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/test_fusion.py:164"}, "properties": {"repobilityId": "ac1c006c9c0ac268", "scanner": "scanner-primary", "fingerprint": "e8d2783743d36cda", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a90a9af056dcfd4d", "level": "note", "message": {"text": "Legacy-named symbol `model_copy` in tests/test_consolidation.py:1035"}, "properties": {"repobilityId": "e44b7a657b41c7be", "scanner": "scanner-primary", "fingerprint": "a90a9af056dcfd4d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-41d0144634af3407", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/generate_changelog.py:103"}, "properties": {"repobilityId": "d03778dce896d02b", "scanner": "scanner-primary", "fingerprint": "41d0144634af3407", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-22ccdd9b78defbd3", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/eval_memory.py:341"}, "properties": {"repobilityId": "b0cd9e1dbcb96424", "scanner": "scanner-primary", "fingerprint": "22ccdd9b78defbd3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-564ff8aa0839c93a", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/membox/providers/openai_compat.py:81"}, "properties": {"repobilityId": "778f71ad56660a86", "scanner": "scanner-primary", "fingerprint": "564ff8aa0839c93a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-28a89fafcf75e32d", "level": "note", "message": {"text": "Legacy-named symbol `model_copy` in src/membox/services/importers/claude_jsonl.py:431"}, "properties": {"repobilityId": "55b054f06dee6f43", "scanner": "scanner-primary", "fingerprint": "28a89fafcf75e32d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-3d0edf07d7cc4f47", "level": "note", "message": {"text": "Legacy-named symbol `model_copy` in src/membox/services/importers/pi_jsonl.py:175"}, "properties": {"repobilityId": "0efa2798c1216709", "scanner": "scanner-primary", "fingerprint": "3d0edf07d7cc4f47", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-a34e165df8135dd7", "level": "note", "message": {"text": "Legacy-named symbol `model_copy` in src/membox/services/importers/codex_jsonl.py:199"}, "properties": {"repobilityId": "af542cc7890e27fb", "scanner": "scanner-primary", "fingerprint": "a34e165df8135dd7", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-93f77fbe6c1f0c1d", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/membox/core/consolidate.py:328"}, "properties": {"repobilityId": "0338a6d94df3957d", "scanner": "scanner-primary", "fingerprint": "93f77fbe6c1f0c1d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-993b63b6a27a40b8", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/membox/core/history_import.py:104"}, "properties": {"repobilityId": "8f088f144e0ca0a6", "scanner": "scanner-primary", "fingerprint": "993b63b6a27a40b8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4669116f84db0878", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/membox/core/lifecycle.py:201"}, "properties": {"repobilityId": "f3f91dd64433cb17", "scanner": "scanner-primary", "fingerprint": "4669116f84db0878", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4673420c53a572ba", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/membox/core/triage.py:422"}, "properties": {"repobilityId": "8c4436d96817687d", "scanner": "scanner-primary", "fingerprint": "4673420c53a572ba", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-32af26f53a407ff5", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/membox/core/store/retrieval.py:1246"}, "properties": {"repobilityId": "e40e9916232ae8dc", "scanner": "scanner-primary", "fingerprint": "32af26f53a407ff5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "163e84129f17677d", "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": "2467b497f6f0b05e", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "8c51444de6b36d36", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "362bc18c8f934aad", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "12bba58478eb87df", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "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": "872ab67e645cf76a", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-02525d39071dd2c7", "level": "note", "message": {"text": "Near-duplicate function bodies in 5 places"}, "properties": {"repobilityId": "770704bb0e2e139b", "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": "7623eeafacb87e76", "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": "cf3a13d806d93948", "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": "1b8695642f7cf961", "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": "556348a6abf43559", "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": "0a366ff1041ce269", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}