{"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-ea3b36be389f3bc2", "name": "Possibly dead Python function: bound", "shortDescription": {"text": "Possibly dead Python function: bound"}, "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-cc837c18f69db8b3", "name": "Possibly dead Python function: trigger_kinds", "shortDescription": {"text": "Possibly dead Python function: trigger_kinds"}, "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-45f2600e995cc9a1", "name": "Possibly dead Python function: filter_uncached_paths", "shortDescription": {"text": "Possibly dead Python function: filter_uncached_paths"}, "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-d674ed87f529a029", "name": "Insecure pattern 'node_child_process' in packages/j2py-vscode/src/extension.ts:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in packages/j2py-vscode/src/extension.ts:1"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "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@v6 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-7ffa33751be3d771", "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-091147d6b1e2b617", "name": "Very large file: tests/translate/skeleton/test_expressions.py (2418 lines)", "shortDescription": {"text": "Very large file: tests/translate/skeleton/test_expressions.py (2418 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-11f14bf52b486e10", "name": "Very large file: tests/fixtures/equivalence/NumberUtils.java (1825 lines)", "shortDescription": {"text": "Very large file: tests/fixtures/equivalence/NumberUtils.java (1825 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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 186 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-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-e725d2ab884fbd49", "name": "Multiple root agent instruction files without precedence", "shortDescription": {"text": "Multiple root agent instruction files without precedence"}, "fullDescription": {"text": "The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a4f36f8e6214e77b", "name": "Legacy-named symbol `model_copy` in tests/test_pipeline.py:194", "shortDescription": {"text": "Legacy-named symbol `model_copy` in tests/test_pipeline.py:194"}, "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-d4fe2ac6b145ac5e", "name": "Commented-code block (7 lines) in tests/targets/test_translation_targets.py:41", "shortDescription": {"text": "Commented-code block (7 lines) in tests/targets/test_translation_targets.py:41"}, "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-5aa1262b53edff07", "name": "Legacy-named symbol `model_copy` in tests/translate/test_name_resolution.py:277", "shortDescription": {"text": "Legacy-named symbol `model_copy` in tests/translate/test_name_resolution.py:277"}, "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-03f7acde490cff4d", "name": "Legacy-named symbol `model_copy` in tests/translate/skeleton/test_expressions.py:1642", "shortDescription": {"text": "Legacy-named symbol `model_copy` in tests/translate/skeleton/test_expressions.py:1642"}, "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-3634f3d7a071ade9", "name": "Legacy-named symbol `model_copy` in tests/translate/skeleton/test_config.py:32", "shortDescription": {"text": "Legacy-named symbol `model_copy` in tests/translate/skeleton/test_config.py:32"}, "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-ff3eadc920825283", "name": "Legacy-named symbol `model_copy` in tests/translate/skeleton/test_fixtures.py:171", "shortDescription": {"text": "Legacy-named symbol `model_copy` in tests/translate/skeleton/test_fixtures.py:171"}, "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-87cbf20e49464978", "name": "Legacy-named symbol `model_copy` in tests/translate/skeleton/test_fields_enums.py:660", "shortDescription": {"text": "Legacy-named symbol `model_copy` in tests/translate/skeleton/test_fields_enums.py:660"}, "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-9528499b8433aade", "name": "Legacy-named symbol `test_non_empty_collection_constructor_translates_to_copy` in tests/translate/skeleton/test_misc.py:", "shortDescription": {"text": "Legacy-named symbol `test_non_empty_collection_constructor_translates_to_copy` in tests/translate/skeleton/test_misc.py:63"}, "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-e539daca54b83377", "name": "Legacy-named symbol `test_cli_translate_skips_runtime_module_when_dispatch_unused` in tests/cli/test_main.py:598", "shortDescription": {"text": "Legacy-named symbol `test_cli_translate_skips_runtime_module_when_dispatch_unused` in tests/cli/test_main.py:598"}, "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-3988e0ceddd6441c", "name": "Commented-code block (6 lines) in j2py/pipeline.py:111", "shortDescription": {"text": "Commented-code block (6 lines) in j2py/pipeline.py:111"}, "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-87c5ca243c3f1cd0", "name": "Commented-code block (8 lines) in j2py/translate/statements.py:157", "shortDescription": {"text": "Commented-code block (8 lines) in j2py/translate/statements.py:157"}, "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-22ce2a6c0af3e0d9", "name": "Commented-code block (9 lines) in j2py/translate/runtime/j2py_runtime.py:37", "shortDescription": {"text": "Commented-code block (9 lines) in j2py/translate/runtime/j2py_runtime.py:37"}, "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-9faf67e0a20782ca", "name": "Network/subprocess call without timeout or try/except \u2014 j2py/validate/checks.py:178", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 j2py/validate/checks.py:178"}, "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-c608972342063573", "name": "Network/subprocess call without timeout or try/except \u2014 scripts/harvest/promote_harvest_signals.py:190", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/harvest/promote_harvest_signals.py:190"}, "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-a3394ad231f120a1", "name": "Network/subprocess call without timeout or try/except \u2014 scripts/harvest/run_harvest_promotion.py:25", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/harvest/run_harvest_promotion.py:25"}, "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-e8df3f7a3ba6d50e", "name": "Network/subprocess call without timeout or try/except \u2014 scripts/corpus/translate_corpus.py:385", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/corpus/translate_corpus.py:385"}, "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-3482f7e5dd70cd1a", "name": "6 env vars used in code but missing from .env.example", "shortDescription": {"text": "6 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `GEMINI_API_KEY`, `J2PY_CORPUS_ROOT`, `J2PY_LLM_HARVEST`, `J2PY_LLM_HARVEST_PATH`, `J2PY_LLM_USAGE`, `J2PY_LLM_USAGE_PATH`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "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:\nj2py/translate/class_interfaces.py:translate_interface, j2py/translate/class_enums.py:translate_enum, j2py/translate/class_annotations.py:translate_annotation_declaration\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-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:\nj2py/translate/overloads.py:translate_overloaded_members, j2py/translate/classes.py:translate_overloaded_members\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/21454"}, "properties": {"repository": "tomanizer/j2py", "repoUrl": "https://github.com/tomanizer/j2py", "branch": "main"}, "results": [{"ruleId": "scanner-ea3b36be389f3bc2", "level": "note", "message": {"text": "Possibly dead Python function: bound"}, "properties": {"repobilityId": "59736904a1317e23", "scanner": "scanner-primary", "fingerprint": "ea3b36be389f3bc2", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "j2py/translate/runtime/j2py_runtime.py:278"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-cc837c18f69db8b3", "level": "note", "message": {"text": "Possibly dead Python function: trigger_kinds"}, "properties": {"repobilityId": "9567e56f235bab2c", "scanner": "scanner-primary", "fingerprint": "cc837c18f69db8b3", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/harvest/triage_lib.py:26"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-45f2600e995cc9a1", "level": "note", "message": {"text": "Possibly dead Python function: filter_uncached_paths"}, "properties": {"repobilityId": "576eaf6f3bb2f70b", "scanner": "scanner-primary", "fingerprint": "45f2600e995cc9a1", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/harvest/harvest_cache.py:70"}, "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-d674ed87f529a029", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in packages/j2py-vscode/src/extension.ts:1"}, "properties": {"repobilityId": "365bf8dac02c978f", "scanner": "scanner-primary", "fingerprint": "d674ed87f529a029", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/j2py-vscode/src/extension.ts"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "8fb57e9e0362cf03", "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": 61}}}]}, {"ruleId": "scanner-7ffa33751be3d771", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "491a3ad29cbaf189", "scanner": "scanner-primary", "fingerprint": "7ffa33751be3d771", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-091147d6b1e2b617", "level": "note", "message": {"text": "Very large file: tests/translate/skeleton/test_expressions.py (2418 lines)"}, "properties": {"repobilityId": "21cda470538bbb45", "scanner": "scanner-primary", "fingerprint": "091147d6b1e2b617", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-11f14bf52b486e10", "level": "note", "message": {"text": "Very large file: tests/fixtures/equivalence/NumberUtils.java (1825 lines)"}, "properties": {"repobilityId": "99f24c28ea399ca8", "scanner": "scanner-primary", "fingerprint": "11f14bf52b486e10", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "d0eecfcf62b7c90e", "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": "031af93399fff70b", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "fd7e1e5a3b609fbb", "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": "a94c63fe348c8c1f", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-e725d2ab884fbd49", "level": "note", "message": {"text": "Multiple root agent instruction files without precedence"}, "properties": {"repobilityId": "1953db6c89508d22", "scanner": "scanner-primary", "fingerprint": "e725d2ab884fbd49", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["agent-instructions", "governance"]}}, {"ruleId": "scanner-a4f36f8e6214e77b", "level": "note", "message": {"text": "Legacy-named symbol `model_copy` in tests/test_pipeline.py:194"}, "properties": {"repobilityId": "6f21518f16fabc01", "scanner": "scanner-primary", "fingerprint": "a4f36f8e6214e77b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-d4fe2ac6b145ac5e", "level": "none", "message": {"text": "Commented-code block (7 lines) in tests/targets/test_translation_targets.py:41"}, "properties": {"repobilityId": "a06593ace53443c6", "scanner": "scanner-primary", "fingerprint": "d4fe2ac6b145ac5e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5aa1262b53edff07", "level": "note", "message": {"text": "Legacy-named symbol `model_copy` in tests/translate/test_name_resolution.py:277"}, "properties": {"repobilityId": "10814f7baf788dcc", "scanner": "scanner-primary", "fingerprint": "5aa1262b53edff07", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-03f7acde490cff4d", "level": "note", "message": {"text": "Legacy-named symbol `model_copy` in tests/translate/skeleton/test_expressions.py:1642"}, "properties": {"repobilityId": "37283f467d648280", "scanner": "scanner-primary", "fingerprint": "03f7acde490cff4d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-3634f3d7a071ade9", "level": "note", "message": {"text": "Legacy-named symbol `model_copy` in tests/translate/skeleton/test_config.py:32"}, "properties": {"repobilityId": "dce6a269c58d2450", "scanner": "scanner-primary", "fingerprint": "3634f3d7a071ade9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-ff3eadc920825283", "level": "note", "message": {"text": "Legacy-named symbol `model_copy` in tests/translate/skeleton/test_fixtures.py:171"}, "properties": {"repobilityId": "42d4d682630344a6", "scanner": "scanner-primary", "fingerprint": "ff3eadc920825283", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-87cbf20e49464978", "level": "note", "message": {"text": "Legacy-named symbol `model_copy` in tests/translate/skeleton/test_fields_enums.py:660"}, "properties": {"repobilityId": "7dbab01d4f666ea0", "scanner": "scanner-primary", "fingerprint": "87cbf20e49464978", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-9528499b8433aade", "level": "note", "message": {"text": "Legacy-named symbol `test_non_empty_collection_constructor_translates_to_copy` in tests/translate/skeleton/test_misc.py:63"}, "properties": {"repobilityId": "d7aebfd89cb3d465", "scanner": "scanner-primary", "fingerprint": "9528499b8433aade", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-e539daca54b83377", "level": "note", "message": {"text": "Legacy-named symbol `test_cli_translate_skips_runtime_module_when_dispatch_unused` in tests/cli/test_main.py:598"}, "properties": {"repobilityId": "42f076b95563592b", "scanner": "scanner-primary", "fingerprint": "e539daca54b83377", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-3988e0ceddd6441c", "level": "none", "message": {"text": "Commented-code block (6 lines) in j2py/pipeline.py:111"}, "properties": {"repobilityId": "f29d5e89be158c88", "scanner": "scanner-primary", "fingerprint": "3988e0ceddd6441c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-87c5ca243c3f1cd0", "level": "none", "message": {"text": "Commented-code block (8 lines) in j2py/translate/statements.py:157"}, "properties": {"repobilityId": "8e325e9b38a4ea37", "scanner": "scanner-primary", "fingerprint": "87c5ca243c3f1cd0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-22ce2a6c0af3e0d9", "level": "none", "message": {"text": "Commented-code block (9 lines) in j2py/translate/runtime/j2py_runtime.py:37"}, "properties": {"repobilityId": "e0a5f1b599cc8380", "scanner": "scanner-primary", "fingerprint": "22ce2a6c0af3e0d9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9faf67e0a20782ca", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 j2py/validate/checks.py:178"}, "properties": {"repobilityId": "97b2b8e4ff6f9c85", "scanner": "scanner-primary", "fingerprint": "9faf67e0a20782ca", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c608972342063573", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/harvest/promote_harvest_signals.py:190"}, "properties": {"repobilityId": "1c6fe4912fc0a1ed", "scanner": "scanner-primary", "fingerprint": "c608972342063573", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a3394ad231f120a1", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/harvest/run_harvest_promotion.py:25"}, "properties": {"repobilityId": "04144234f839546c", "scanner": "scanner-primary", "fingerprint": "a3394ad231f120a1", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e8df3f7a3ba6d50e", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/corpus/translate_corpus.py:385"}, "properties": {"repobilityId": "07cbb67d18ce3807", "scanner": "scanner-primary", "fingerprint": "e8df3f7a3ba6d50e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3482f7e5dd70cd1a", "level": "note", "message": {"text": "6 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "1da70f25aa46f6e9", "scanner": "scanner-primary", "fingerprint": "3482f7e5dd70cd1a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "e351fef942dbe94c", "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": "8d6329135b9c821f", "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": "da8ae66d59b4b178", "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": "4d5a3d01a2eab50b", "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": "63be9e2cf5cabd4d", "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": "96229fd8a41caf21", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}