{"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-5066dcbf613e4e68", "name": "Possibly dead Python function: parse_audio_track", "shortDescription": {"text": "Possibly dead Python function: parse_audio_track"}, "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-37eafd87dbba449e", "name": "Possibly dead Python function: progress_done", "shortDescription": {"text": "Possibly dead Python function: progress_done"}, "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-052f5151bc087881", "name": "Possibly dead Python function: add_files", "shortDescription": {"text": "Possibly dead Python function: add_files"}, "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-cbd668997aba5dc8", "name": "Possibly dead Python function: add_folder", "shortDescription": {"text": "Possibly dead Python function: add_folder"}, "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-d85b069a521488b1", "name": "Possibly dead Python function: remove_selected", "shortDescription": {"text": "Possibly dead Python function: remove_selected"}, "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-3945044dd34f122f", "name": "Possibly dead Python function: browse_outdir", "shortDescription": {"text": "Possibly dead Python function: browse_outdir"}, "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-9382e9fa45afcfd9", "name": "Possibly dead Python function: show_info", "shortDescription": {"text": "Possibly dead Python function: show_info"}, "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-c9e842c58cf23c68", "name": "Possibly dead Python function: cancel", "shortDescription": {"text": "Possibly dead Python function: cancel"}, "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-c8476f135ff447e0", "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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 2 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 11 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-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-7b94574f0b18c095", "name": "Network/subprocess call without timeout or try/except \u2014 compress.py:92", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 compress.py:92"}, "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}}]}}, "automationDetails": {"id": "repobility/23401"}, "properties": {"repository": "yun-013/video_compressor", "repoUrl": "https://github.com/yun-013/video_compressor", "branch": "main"}, "results": [{"ruleId": "scanner-5066dcbf613e4e68", "level": "note", "message": {"text": "Possibly dead Python function: parse_audio_track"}, "properties": {"repobilityId": "052020231c9e9d7b", "scanner": "scanner-primary", "fingerprint": "5066dcbf613e4e68", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "compress.py:536"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-37eafd87dbba449e", "level": "note", "message": {"text": "Possibly dead Python function: progress_done"}, "properties": {"repobilityId": "f85ee56e8adab574", "scanner": "scanner-primary", "fingerprint": "37eafd87dbba449e", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "compress.py:687"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-052f5151bc087881", "level": "note", "message": {"text": "Possibly dead Python function: add_files"}, "properties": {"repobilityId": "3643a82fd6d035c9", "scanner": "scanner-primary", "fingerprint": "052f5151bc087881", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "gui.py:255"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-cbd668997aba5dc8", "level": "note", "message": {"text": "Possibly dead Python function: add_folder"}, "properties": {"repobilityId": "48aa7a69fbd1851c", "scanner": "scanner-primary", "fingerprint": "cbd668997aba5dc8", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "gui.py:263"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d85b069a521488b1", "level": "note", "message": {"text": "Possibly dead Python function: remove_selected"}, "properties": {"repobilityId": "80a42abd70a9681a", "scanner": "scanner-primary", "fingerprint": "d85b069a521488b1", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "gui.py:283"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3945044dd34f122f", "level": "note", "message": {"text": "Possibly dead Python function: browse_outdir"}, "properties": {"repobilityId": "061b4191ff323787", "scanner": "scanner-primary", "fingerprint": "3945044dd34f122f", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "gui.py:287"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-9382e9fa45afcfd9", "level": "note", "message": {"text": "Possibly dead Python function: show_info"}, "properties": {"repobilityId": "54c8128bf46c750c", "scanner": "scanner-primary", "fingerprint": "9382e9fa45afcfd9", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "gui.py:293"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c9e842c58cf23c68", "level": "note", "message": {"text": "Possibly dead Python function: cancel"}, "properties": {"repobilityId": "dd964844068540fe", "scanner": "scanner-primary", "fingerprint": "c9e842c58cf23c68", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "gui.py:411"}, "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-c8476f135ff447e0", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "8ff57eefb19e7493", "scanner": "scanner-primary", "fingerprint": "c8476f135ff447e0", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-builds.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "7a616fa6651cf09a", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "3839562e75f5f896", "scanner": "scanner-primary", "fingerprint": "ea8f3013f588db25", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-7b94574f0b18c095", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 compress.py:92"}, "properties": {"repobilityId": "86ae9961bb332ac8", "scanner": "scanner-primary", "fingerprint": "7b94574f0b18c095", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}