{"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-82523117a71685fb", "name": "Possibly dead Python function: predicate", "shortDescription": {"text": "Possibly dead Python function: predicate"}, "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-8d37bccd199e6dcc", "name": "Possibly dead Python function: return_to_timestep", "shortDescription": {"text": "Possibly dead Python function: return_to_timestep"}, "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-0b7119d33f0cba30", "name": "Possibly dead Python function: training_target", "shortDescription": {"text": "Possibly dead Python function: training_target"}, "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-8bbf187966862115", "name": "Possibly dead Python function: training_weight", "shortDescription": {"text": "Possibly dead Python function: training_weight"}, "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-b45e8432af2fcae1", "name": "Possibly dead Python function: load_split_safetensors", "shortDescription": {"text": "Possibly dead Python function: load_split_safetensors"}, "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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 21 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-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 ci. 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-e0fa8f66acfc2aac", "name": "Legacy-named symbol `moss_soundeffect_v2` in tests/parity/test_vae_decode_parity.py:18", "shortDescription": {"text": "Legacy-named symbol `moss_soundeffect_v2` in tests/parity/test_vae_decode_parity.py:18"}, "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-5f01b12e5467dd59", "name": "Legacy-named symbol `moss_soundeffect_v2` in tests/parity/test_dit_full_parity.py:17", "shortDescription": {"text": "Legacy-named symbol `moss_soundeffect_v2` in tests/parity/test_dit_full_parity.py:17"}, "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-4af9a2fd36c79828", "name": "Legacy-named symbol `moss_soundeffect_v2` in tests/parity/test_scheduler_parity.py:17", "shortDescription": {"text": "Legacy-named symbol `moss_soundeffect_v2` in tests/parity/test_scheduler_parity.py:17"}, "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-2886d918f023cb15", "name": "Commented-code block (5 lines) in tests/parity/test_text_encoder_parity.py:76", "shortDescription": {"text": "Commented-code block (5 lines) in tests/parity/test_text_encoder_parity.py:76"}, "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-7b3705eaf2b23f80", "name": "Legacy-named symbol `moss_soundeffect_v2` in tests/parity/test_dit_block_parity.py:16", "shortDescription": {"text": "Legacy-named symbol `moss_soundeffect_v2` in tests/parity/test_dit_block_parity.py:16"}, "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-f40d33b355224d2a", "name": "Legacy-named symbol `moss_soundeffect_v2` in scripts/capture_goldens.py:32", "shortDescription": {"text": "Legacy-named symbol `moss_soundeffect_v2` in scripts/capture_goldens.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-ba58d732edd07ba5", "name": "Legacy-named symbol `moss_soundeffect_v2` in moss_sfx_mlx/scheduler.py:2", "shortDescription": {"text": "Legacy-named symbol `moss_soundeffect_v2` in moss_sfx_mlx/scheduler.py:2"}, "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-9af56a86d8917e38", "name": "Legacy-named symbol `moss_soundeffect_v2` in moss_sfx_mlx/prompter.py:1", "shortDescription": {"text": "Legacy-named symbol `moss_soundeffect_v2` in moss_sfx_mlx/prompter.py:1"}, "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-c97c5b5ddd6e402a", "name": "Legacy-named symbol `moss_soundeffect_v2` in moss_sfx_mlx/model/wan_audio_dit.py:1", "shortDescription": {"text": "Legacy-named symbol `moss_soundeffect_v2` in moss_sfx_mlx/model/wan_audio_dit.py:1"}, "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-0c9b2cdfdeef53b7", "name": "Legacy-named symbol `moss_soundeffect_v2` in moss_sfx_mlx/model/dac_vae.py:1", "shortDescription": {"text": "Legacy-named symbol `moss_soundeffect_v2` in moss_sfx_mlx/model/dac_vae.py:1"}, "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-224299735463f55f", "name": "Legacy-named symbol `moss_soundeffect_v2` in moss_sfx_mlx/model/qwen3_text_encoder.py:1", "shortDescription": {"text": "Legacy-named symbol `moss_soundeffect_v2` in moss_sfx_mlx/model/qwen3_text_encoder.py:1"}, "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-ea60b48e4a4da45d", "name": "Legacy-named symbol `moss_soundeffect_v2` in moss_sfx_mlx/model/wan_video_dit.py:1", "shortDescription": {"text": "Legacy-named symbol `moss_soundeffect_v2` in moss_sfx_mlx/model/wan_video_dit.py:1"}, "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}}]}}, "automationDetails": {"id": "repobility/23039"}, "properties": {"repository": "xocialize/moss-soundeffect-mlx", "repoUrl": "https://github.com/xocialize/moss-soundeffect-mlx", "branch": "main"}, "results": [{"ruleId": "scanner-82523117a71685fb", "level": "note", "message": {"text": "Possibly dead Python function: predicate"}, "properties": {"repobilityId": "497d2d1f5cb6c125", "scanner": "scanner-primary", "fingerprint": "82523117a71685fb", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/quantize.py:47"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8d37bccd199e6dcc", "level": "note", "message": {"text": "Possibly dead Python function: return_to_timestep"}, "properties": {"repobilityId": "d72efcbfd2c0ae6e", "scanner": "scanner-primary", "fingerprint": "8d37bccd199e6dcc", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "moss_sfx_mlx/scheduler.py:100"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0b7119d33f0cba30", "level": "note", "message": {"text": "Possibly dead Python function: training_target"}, "properties": {"repobilityId": "3e7e40427d2d1223", "scanner": "scanner-primary", "fingerprint": "0b7119d33f0cba30", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "moss_sfx_mlx/scheduler.py:117"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8bbf187966862115", "level": "note", "message": {"text": "Possibly dead Python function: training_weight"}, "properties": {"repobilityId": "78a102c535485de9", "scanner": "scanner-primary", "fingerprint": "8bbf187966862115", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "moss_sfx_mlx/scheduler.py:121"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-b45e8432af2fcae1", "level": "note", "message": {"text": "Possibly dead Python function: load_split_safetensors"}, "properties": {"repobilityId": "3594975f91a3487f", "scanner": "scanner-primary", "fingerprint": "b45e8432af2fcae1", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "moss_sfx_mlx/utils/weights.py:37"}, "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-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "56d8c4fe33fc4164", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "9035c9f41ff56235", "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": "68cf130d505660e3", "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": "662d5fe04daec245", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-e0fa8f66acfc2aac", "level": "note", "message": {"text": "Legacy-named symbol `moss_soundeffect_v2` in tests/parity/test_vae_decode_parity.py:18"}, "properties": {"repobilityId": "5a1a04fa2af1d7ad", "scanner": "scanner-primary", "fingerprint": "e0fa8f66acfc2aac", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-5f01b12e5467dd59", "level": "note", "message": {"text": "Legacy-named symbol `moss_soundeffect_v2` in tests/parity/test_dit_full_parity.py:17"}, "properties": {"repobilityId": "2ee7200a62983bf2", "scanner": "scanner-primary", "fingerprint": "5f01b12e5467dd59", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-4af9a2fd36c79828", "level": "note", "message": {"text": "Legacy-named symbol `moss_soundeffect_v2` in tests/parity/test_scheduler_parity.py:17"}, "properties": {"repobilityId": "65cc3d572c47f1a6", "scanner": "scanner-primary", "fingerprint": "4af9a2fd36c79828", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-2886d918f023cb15", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/parity/test_text_encoder_parity.py:76"}, "properties": {"repobilityId": "29f6f4c90703c125", "scanner": "scanner-primary", "fingerprint": "2886d918f023cb15", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7b3705eaf2b23f80", "level": "note", "message": {"text": "Legacy-named symbol `moss_soundeffect_v2` in tests/parity/test_dit_block_parity.py:16"}, "properties": {"repobilityId": "b1a60f4572bc16f0", "scanner": "scanner-primary", "fingerprint": "7b3705eaf2b23f80", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-f40d33b355224d2a", "level": "note", "message": {"text": "Legacy-named symbol `moss_soundeffect_v2` in scripts/capture_goldens.py:32"}, "properties": {"repobilityId": "7621d4f651ef3369", "scanner": "scanner-primary", "fingerprint": "f40d33b355224d2a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-ba58d732edd07ba5", "level": "note", "message": {"text": "Legacy-named symbol `moss_soundeffect_v2` in moss_sfx_mlx/scheduler.py:2"}, "properties": {"repobilityId": "12522dbe4904d47e", "scanner": "scanner-primary", "fingerprint": "ba58d732edd07ba5", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-9af56a86d8917e38", "level": "note", "message": {"text": "Legacy-named symbol `moss_soundeffect_v2` in moss_sfx_mlx/prompter.py:1"}, "properties": {"repobilityId": "e8b3a6dc038c3dd2", "scanner": "scanner-primary", "fingerprint": "9af56a86d8917e38", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-c97c5b5ddd6e402a", "level": "note", "message": {"text": "Legacy-named symbol `moss_soundeffect_v2` in moss_sfx_mlx/model/wan_audio_dit.py:1"}, "properties": {"repobilityId": "0be71db6856949eb", "scanner": "scanner-primary", "fingerprint": "c97c5b5ddd6e402a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-0c9b2cdfdeef53b7", "level": "note", "message": {"text": "Legacy-named symbol `moss_soundeffect_v2` in moss_sfx_mlx/model/dac_vae.py:1"}, "properties": {"repobilityId": "ec600a7050557109", "scanner": "scanner-primary", "fingerprint": "0c9b2cdfdeef53b7", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-224299735463f55f", "level": "note", "message": {"text": "Legacy-named symbol `moss_soundeffect_v2` in moss_sfx_mlx/model/qwen3_text_encoder.py:1"}, "properties": {"repobilityId": "6f1ba5df47339e1a", "scanner": "scanner-primary", "fingerprint": "224299735463f55f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-ea60b48e4a4da45d", "level": "note", "message": {"text": "Legacy-named symbol `moss_soundeffect_v2` in moss_sfx_mlx/model/wan_video_dit.py:1"}, "properties": {"repobilityId": "a2946ac011264a0c", "scanner": "scanner-primary", "fingerprint": "ea60b48e4a4da45d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}]}]}