{"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-c35351063de607b4", "name": "Possibly dead Python function: process", "shortDescription": {"text": "Possibly dead Python function: process"}, "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-b80e03a6ce85ac36", "name": "Possibly dead Python function: ensure_migan", "shortDescription": {"text": "Possibly dead Python function: ensure_migan"}, "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-6a4b159a80be2f05", "name": "Possibly dead Python function: worker", "shortDescription": {"text": "Possibly dead Python function: worker"}, "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-8c2e34629c500773", "name": "Possibly dead Python function: crop_area", "shortDescription": {"text": "Possibly dead Python function: crop_area"}, "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-97422030c4d435c3", "name": "Very large file: app/stages/video_depth_models.py (1569 lines)", "shortDescription": {"text": "Very large file: app/stages/video_depth_models.py (1569 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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "3 test file(s) for 43 source file(s) (ratio 0.07). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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 19 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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-b9fd91bffeb34279", "name": "Network/subprocess call without timeout or try/except \u2014 scripts/make_samples.py:70", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/make_samples.py:70"}, "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-efd6ff5d8aa40f38", "name": "Commented-code block (6 lines) in app/env.py:17", "shortDescription": {"text": "Commented-code block (6 lines) in app/env.py:17"}, "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-1c13731b509d28f9", "name": "Commented-code block (5 lines) in app/api/schemas.py:31", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/schemas.py:31"}, "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-1a6c41e8659a9318", "name": "Commented-code block (5 lines) in app/api/main.py:252", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/main.py:252"}, "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-2cc05b0ef980a3ff", "name": "Commented-code block (9 lines) in app/common/storage.py:27", "shortDescription": {"text": "Commented-code block (9 lines) in app/common/storage.py:27"}, "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-06a7f56a9ef157df", "name": "Network/subprocess call without timeout or try/except \u2014 app/common/ffmpeg_utils.py:13", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 app/common/ffmpeg_utils.py:13"}, "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-ef4f55bec1e554a1", "name": "Commented-code block (7 lines) in app/common/jobs.py:21", "shortDescription": {"text": "Commented-code block (7 lines) in app/common/jobs.py:21"}, "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-0a92f7374b246d11", "name": "Commented-code block (8 lines) in app/common/watchdog.py:33", "shortDescription": {"text": "Commented-code block (8 lines) in app/common/watchdog.py:33"}, "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-5468edaff742d191", "name": "Legacy-named symbol `ensure_depth_anything_v2` in app/common/weights.py:63", "shortDescription": {"text": "Legacy-named symbol `ensure_depth_anything_v2` in app/common/weights.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-dad81c58715fa6b0", "name": "Network/subprocess call without timeout or try/except \u2014 app/common/weights.py:34", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 app/common/weights.py:34"}, "fullDescription": {"text": "`urllib.request.urlopen(...)` 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-0be6452a66dc99b9", "name": "Commented-code block (10 lines) in app/pipelines/video.py:24", "shortDescription": {"text": "Commented-code block (10 lines) in app/pipelines/video.py:24"}, "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-3120454bd61d6e94", "name": "Legacy-named symbol `ensure_depth_anything_v2` in app/stages/image_stereo.py:45", "shortDescription": {"text": "Legacy-named symbol `ensure_depth_anything_v2` in app/stages/image_stereo.py:45"}, "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-74320ecec3969864", "name": "Commented-code block (5 lines) in app/stages/video_stereo.py:133", "shortDescription": {"text": "Commented-code block (5 lines) in app/stages/video_stereo.py:133"}, "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-cab9314d9be5a934", "name": "Commented-code block (7 lines) in app/stages/video_stereo_m2svid.py:116", "shortDescription": {"text": "Commented-code block (7 lines) in app/stages/video_stereo_m2svid.py:116"}, "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-2a3a85874c0fd5f2", "name": "Commented-code block (7 lines) in app/stages/mvhevc.py:234", "shortDescription": {"text": "Commented-code block (7 lines) in app/stages/mvhevc.py:234"}, "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-bb80861f45efbe6d", "name": "Network/subprocess call without timeout or try/except \u2014 app/stages/mvhevc.py:125", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 app/stages/mvhevc.py:125"}, "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-fa53b9a88a0b6551", "name": "Commented-code block (5 lines) in app/stages/video_depth_models.py:75", "shortDescription": {"text": "Commented-code block (5 lines) in app/stages/video_depth_models.py:75"}, "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-89c4404b8ef0ae64", "name": "Legacy-named symbol `depth_splatting_v1` in app/stages/splat.py:3", "shortDescription": {"text": "Legacy-named symbol `depth_splatting_v1` in app/stages/splat.py:3"}, "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-849de8b9aee19f46", "name": "Commented-code block (8 lines) in app/stages/splat.py:92", "shortDescription": {"text": "Commented-code block (8 lines) in app/stages/splat.py:92"}, "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-60b1c0613ece0aee", "name": "Legacy-named symbol `video_depth_model_v2` in app/stages/depth_processor.py:4", "shortDescription": {"text": "Legacy-named symbol `video_depth_model_v2` in app/stages/depth_processor.py:4"}, "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-8fd68f0f4ec46d82", "name": "Commented-code block (5 lines) in app/stages/media.py:236", "shortDescription": {"text": "Commented-code block (5 lines) in app/stages/media.py:236"}, "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-a9ac1004f6b83385", "name": "Network/subprocess call without timeout or try/except \u2014 app/stages/media.py:32", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 app/stages/media.py:32"}, "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-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:\napp/api/main.py:spawn, app/api/main.py:spawn\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:\napp/stages/video_depth_models.py:flush, app/stages/video_depth_models.py:flush, app/stages/video_depth.py:flush\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-05aa2bfc5b725a4b", "name": "Unused endpoint: POST /v1/videos", "shortDescription": {"text": "Unused endpoint: POST /v1/videos"}, "fullDescription": {"text": "`app/api/main.py` declares `POST /v1/videos` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c87f045b475cacd1", "name": "Unused endpoint: POST /v1/images", "shortDescription": {"text": "Unused endpoint: POST /v1/images"}, "fullDescription": {"text": "`app/api/main.py` declares `POST /v1/images` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6b037c79094e53ad", "name": "Unused endpoint: GET /v1/jobs/{job_id}", "shortDescription": {"text": "Unused endpoint: GET /v1/jobs/{job_id}"}, "fullDescription": {"text": "`app/api/main.py` declares `GET /v1/jobs/{job_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-1016ce1fe8e875e1", "name": "Unused endpoint: DELETE /v1/jobs/{job_id}", "shortDescription": {"text": "Unused endpoint: DELETE /v1/jobs/{job_id}"}, "fullDescription": {"text": "`app/api/main.py` declares `DELETE /v1/jobs/{job_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d281d786c958ba1d", "name": "Unused endpoint: POST /v1/stages/video-depth", "shortDescription": {"text": "Unused endpoint: POST /v1/stages/video-depth"}, "fullDescription": {"text": "`app/api/main.py` declares `POST /v1/stages/video-depth` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-008e8e39e8289bfb", "name": "Unused endpoint: POST /v1/stages/video-stereo", "shortDescription": {"text": "Unused endpoint: POST /v1/stages/video-stereo"}, "fullDescription": {"text": "`app/api/main.py` declares `POST /v1/stages/video-stereo` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-caf7d13b2a65fe9d", "name": "Unused endpoint: POST /v1/stages/encode-mvhevc", "shortDescription": {"text": "Unused endpoint: POST /v1/stages/encode-mvhevc"}, "fullDescription": {"text": "`app/api/main.py` declares `POST /v1/stages/encode-mvhevc` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b70f86af95d544a6", "name": "Unused endpoint: POST /v1/stages/scene-detect", "shortDescription": {"text": "Unused endpoint: POST /v1/stages/scene-detect"}, "fullDescription": {"text": "`app/api/main.py` declares `POST /v1/stages/scene-detect` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ad2c2a7a34438640", "name": "Unused endpoint: POST /v1/stages/crop-detect", "shortDescription": {"text": "Unused endpoint: POST /v1/stages/crop-detect"}, "fullDescription": {"text": "`app/api/main.py` declares `POST /v1/stages/crop-detect` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/19287"}, "properties": {"repository": "SergeiMeza/stereo3d_modal", "repoUrl": "https://github.com/SergeiMeza/stereo3d_modal", "branch": "main"}, "results": [{"ruleId": "scanner-c35351063de607b4", "level": "note", "message": {"text": "Possibly dead Python function: process"}, "properties": {"repobilityId": "b581289e0147aac1", "scanner": "scanner-primary", "fingerprint": "c35351063de607b4", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/common/debug.py:41"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-b80e03a6ce85ac36", "level": "note", "message": {"text": "Possibly dead Python function: ensure_migan"}, "properties": {"repobilityId": "14e13248641925e7", "scanner": "scanner-primary", "fingerprint": "b80e03a6ce85ac36", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/common/weights.py:168"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-6a4b159a80be2f05", "level": "note", "message": {"text": "Possibly dead Python function: worker"}, "properties": {"repobilityId": "fbe2b50200068803", "scanner": "scanner-primary", "fingerprint": "6a4b159a80be2f05", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/stages/depth_processor.py:162"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8c2e34629c500773", "level": "note", "message": {"text": "Possibly dead Python function: crop_area"}, "properties": {"repobilityId": "8b0574f0bb28b938", "scanner": "scanner-primary", "fingerprint": "8c2e34629c500773", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/stages/media.py:94"}, "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-97422030c4d435c3", "level": "note", "message": {"text": "Very large file: app/stages/video_depth_models.py (1569 lines)"}, "properties": {"repobilityId": "e8d3f05a8f5400cd", "scanner": "scanner-primary", "fingerprint": "97422030c4d435c3", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"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-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "b1ee9d0f9435a1ee", "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": "bb399796ba65721f", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "134bfc2c061be13a", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "3b125a4cd1c7c877", "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": "3b4db28d24849785", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9fd91bffeb34279", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/make_samples.py:70"}, "properties": {"repobilityId": "2103c5f91ff3106d", "scanner": "scanner-primary", "fingerprint": "b9fd91bffeb34279", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-efd6ff5d8aa40f38", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/env.py:17"}, "properties": {"repobilityId": "b28b0cf83fd87f41", "scanner": "scanner-primary", "fingerprint": "efd6ff5d8aa40f38", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1c13731b509d28f9", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/schemas.py:31"}, "properties": {"repobilityId": "72d3a5f90fb3a75c", "scanner": "scanner-primary", "fingerprint": "1c13731b509d28f9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1a6c41e8659a9318", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/main.py:252"}, "properties": {"repobilityId": "66a49fb9eebd4d2c", "scanner": "scanner-primary", "fingerprint": "1a6c41e8659a9318", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2cc05b0ef980a3ff", "level": "none", "message": {"text": "Commented-code block (9 lines) in app/common/storage.py:27"}, "properties": {"repobilityId": "1273702098350a34", "scanner": "scanner-primary", "fingerprint": "2cc05b0ef980a3ff", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-06a7f56a9ef157df", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 app/common/ffmpeg_utils.py:13"}, "properties": {"repobilityId": "687ea28fb1ebeb52", "scanner": "scanner-primary", "fingerprint": "06a7f56a9ef157df", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-ef4f55bec1e554a1", "level": "none", "message": {"text": "Commented-code block (7 lines) in app/common/jobs.py:21"}, "properties": {"repobilityId": "f33f8a4c6446d54d", "scanner": "scanner-primary", "fingerprint": "ef4f55bec1e554a1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0a92f7374b246d11", "level": "none", "message": {"text": "Commented-code block (8 lines) in app/common/watchdog.py:33"}, "properties": {"repobilityId": "ed6b88fc3af76b78", "scanner": "scanner-primary", "fingerprint": "0a92f7374b246d11", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5468edaff742d191", "level": "note", "message": {"text": "Legacy-named symbol `ensure_depth_anything_v2` in app/common/weights.py:63"}, "properties": {"repobilityId": "741607785e03cc59", "scanner": "scanner-primary", "fingerprint": "5468edaff742d191", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-dad81c58715fa6b0", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 app/common/weights.py:34"}, "properties": {"repobilityId": "b0ad00c57e85899c", "scanner": "scanner-primary", "fingerprint": "dad81c58715fa6b0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0be6452a66dc99b9", "level": "none", "message": {"text": "Commented-code block (10 lines) in app/pipelines/video.py:24"}, "properties": {"repobilityId": "39483faf80711740", "scanner": "scanner-primary", "fingerprint": "0be6452a66dc99b9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3120454bd61d6e94", "level": "note", "message": {"text": "Legacy-named symbol `ensure_depth_anything_v2` in app/stages/image_stereo.py:45"}, "properties": {"repobilityId": "a0346a6f29e2d1e2", "scanner": "scanner-primary", "fingerprint": "3120454bd61d6e94", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-74320ecec3969864", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/stages/video_stereo.py:133"}, "properties": {"repobilityId": "4e0917681febd8ca", "scanner": "scanner-primary", "fingerprint": "74320ecec3969864", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-cab9314d9be5a934", "level": "none", "message": {"text": "Commented-code block (7 lines) in app/stages/video_stereo_m2svid.py:116"}, "properties": {"repobilityId": "5177fdad77ff3796", "scanner": "scanner-primary", "fingerprint": "cab9314d9be5a934", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2a3a85874c0fd5f2", "level": "none", "message": {"text": "Commented-code block (7 lines) in app/stages/mvhevc.py:234"}, "properties": {"repobilityId": "8f97b864b935150a", "scanner": "scanner-primary", "fingerprint": "2a3a85874c0fd5f2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bb80861f45efbe6d", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 app/stages/mvhevc.py:125"}, "properties": {"repobilityId": "a078e12e4e833e6d", "scanner": "scanner-primary", "fingerprint": "bb80861f45efbe6d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-fa53b9a88a0b6551", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/stages/video_depth_models.py:75"}, "properties": {"repobilityId": "8156fb73f287fb39", "scanner": "scanner-primary", "fingerprint": "fa53b9a88a0b6551", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-89c4404b8ef0ae64", "level": "note", "message": {"text": "Legacy-named symbol `depth_splatting_v1` in app/stages/splat.py:3"}, "properties": {"repobilityId": "5a2bf1c1e028a98e", "scanner": "scanner-primary", "fingerprint": "89c4404b8ef0ae64", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-849de8b9aee19f46", "level": "none", "message": {"text": "Commented-code block (8 lines) in app/stages/splat.py:92"}, "properties": {"repobilityId": "4909f5ea5bf7a6ef", "scanner": "scanner-primary", "fingerprint": "849de8b9aee19f46", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-60b1c0613ece0aee", "level": "note", "message": {"text": "Legacy-named symbol `video_depth_model_v2` in app/stages/depth_processor.py:4"}, "properties": {"repobilityId": "0f54e1f9d018ff8f", "scanner": "scanner-primary", "fingerprint": "60b1c0613ece0aee", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-8fd68f0f4ec46d82", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/stages/media.py:236"}, "properties": {"repobilityId": "7476008d5d475ed5", "scanner": "scanner-primary", "fingerprint": "8fd68f0f4ec46d82", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a9ac1004f6b83385", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 app/stages/media.py:32"}, "properties": {"repobilityId": "554212868b381b6b", "scanner": "scanner-primary", "fingerprint": "a9ac1004f6b83385", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "86436112b9d18ce5", "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": "c2ca7a6cc10f86b8", "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": "868b6abb1455733c", "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": "f740874e02d2e2b4", "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": "0fa39a68ac667180", "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": "7e6a32c7478f75eb", "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": "af01c7858d4b21dd", "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": "96555ae30db4bffb", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-05aa2bfc5b725a4b", "level": "note", "message": {"text": "Unused endpoint: POST /v1/videos"}, "properties": {"repobilityId": "42a48250d5ad2880", "scanner": "scanner-primary", "fingerprint": "05aa2bfc5b725a4b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c87f045b475cacd1", "level": "note", "message": {"text": "Unused endpoint: POST /v1/images"}, "properties": {"repobilityId": "885be1df83acc28d", "scanner": "scanner-primary", "fingerprint": "c87f045b475cacd1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6b037c79094e53ad", "level": "note", "message": {"text": "Unused endpoint: GET /v1/jobs/{job_id}"}, "properties": {"repobilityId": "b864791562a0355b", "scanner": "scanner-primary", "fingerprint": "6b037c79094e53ad", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1016ce1fe8e875e1", "level": "note", "message": {"text": "Unused endpoint: DELETE /v1/jobs/{job_id}"}, "properties": {"repobilityId": "ae39a624eb4f69b5", "scanner": "scanner-primary", "fingerprint": "1016ce1fe8e875e1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d281d786c958ba1d", "level": "note", "message": {"text": "Unused endpoint: POST /v1/stages/video-depth"}, "properties": {"repobilityId": "de1be204e2182b5a", "scanner": "scanner-primary", "fingerprint": "d281d786c958ba1d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-008e8e39e8289bfb", "level": "note", "message": {"text": "Unused endpoint: POST /v1/stages/video-stereo"}, "properties": {"repobilityId": "8fe30e0f58a968d1", "scanner": "scanner-primary", "fingerprint": "008e8e39e8289bfb", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-caf7d13b2a65fe9d", "level": "note", "message": {"text": "Unused endpoint: POST /v1/stages/encode-mvhevc"}, "properties": {"repobilityId": "dee672ba5fc0c6bb", "scanner": "scanner-primary", "fingerprint": "caf7d13b2a65fe9d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b70f86af95d544a6", "level": "note", "message": {"text": "Unused endpoint: POST /v1/stages/scene-detect"}, "properties": {"repobilityId": "ac7e19a41f25063f", "scanner": "scanner-primary", "fingerprint": "b70f86af95d544a6", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ad2c2a7a34438640", "level": "note", "message": {"text": "Unused endpoint: POST /v1/stages/crop-detect"}, "properties": {"repobilityId": "92d920019d6b7fae", "scanner": "scanner-primary", "fingerprint": "ad2c2a7a34438640", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}