{"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-10270140ac5aebe1", "name": "Possibly dead Python function: decorator", "shortDescription": {"text": "Possibly dead Python function: decorator"}, "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-2b85099d28c6bf2d", "name": "Possibly dead Python function: test_multi_object", "shortDescription": {"text": "Possibly dead Python function: test_multi_object"}, "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-3442590be8bbf1fa", "name": "Possibly dead Python function: test_object_switching", "shortDescription": {"text": "Possibly dead Python function: test_object_switching"}, "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-dac3a0e5ea1f131b", "name": "Possibly dead Python function: test_bidirectional_propagation", "shortDescription": {"text": "Possibly dead Python function: test_bidirectional_propagation"}, "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-208c9bdb94e5bb00", "name": "Possibly dead Python function: test_mask_deletion_no_stale_state", "shortDescription": {"text": "Possibly dead Python function: test_mask_deletion_no_stale_state"}, "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-f70f6c64a1db8130", "name": "Possibly dead Python function: test_session_lifecycle", "shortDescription": {"text": "Possibly dead Python function: test_session_lifecycle"}, "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-eab734bea416ca13", "name": "Possibly dead Python function: test_edge_cases", "shortDescription": {"text": "Possibly dead Python function: test_edge_cases"}, "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-4881c84c640031c8", "name": "Possibly dead Python function: test_mask_persistence_roundtrip", "shortDescription": {"text": "Possibly dead Python function: test_mask_persistence_roundtrip"}, "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-74a29bd57bbe97f2", "name": "Possibly dead Python function: test_propagation_continuity", "shortDescription": {"text": "Possibly dead Python function: test_propagation_continuity"}, "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-c977fcf2cfc583dd", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/components/AnnotationPanel.tsx:428", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/components/AnnotationPanel.tsx:428"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-d63da3583b14afc0", "name": "Dockerfile runs as root: Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-93e02e0d67c8f3e8", "name": "Docker base image is tag-pinned but not digest-pinned: node:22-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:22-slim"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f291b8eeb04fff03", "name": "Docker base image is tag-pinned but not digest-pinned: pytorch/pytorch:2.5.1-cuda12.1-cudnn9-runtime", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: pytorch/pytorch:2.5.1-cuda12.1-cudnn9-runtime"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-bae523c36164ffba", "name": "Insecure pattern 'debug_true' in backend/run.py:46", "shortDescription": {"text": "Insecure pattern 'debug_true' in backend/run.py:46"}, "fullDescription": {"text": "Found a known-risky pattern (debug_true). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "low", "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-00df3c1d2d367706", "name": "Very large file: backend/app/services/sam3_service.py (1934 lines)", "shortDescription": {"text": "Very large file: backend/app/services/sam3_service.py (1934 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-53b95107f20afb06", "name": "Very large file: backend/tests/test_pipeline.py (1211 lines)", "shortDescription": {"text": "Very large file: backend/tests/test_pipeline.py (1211 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-e91deca92ed8ab47", "name": "Very large file: frontend/src/App.tsx (2498 lines)", "shortDescription": {"text": "Very large file: frontend/src/App.tsx (2498 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-20f65b32ae66a68b", "name": "Node manifest has dependencies but no lockfile: scripts/user-guide-recorder/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: scripts/user-guide-recorder/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "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 49 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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: ci, lockfile. 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-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, lockfile. 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-bea357a6497a2d5d", "name": "Agent authority lacks a verifier contract: CLAUDE.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: CLAUDE.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-cd3170bb12da793f", "name": "Commented-code block (6 lines) in backend/app/__init__.py:84", "shortDescription": {"text": "Commented-code block (6 lines) in backend/app/__init__.py:84"}, "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-0c98fc3407b22161", "name": "Legacy-named symbol `cache_old` in backend/app/config.py:186", "shortDescription": {"text": "Legacy-named symbol `cache_old` in backend/app/config.py:186"}, "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-9449c995c0b0f803", "name": "Commented-code block (5 lines) in backend/app/config.py:40", "shortDescription": {"text": "Commented-code block (5 lines) in backend/app/config.py:40"}, "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-db4e16f51c1b1693", "name": "Commented-code block (5 lines) in backend/app/services/atomic_write.py:67", "shortDescription": {"text": "Commented-code block (5 lines) in backend/app/services/atomic_write.py:67"}, "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-7ecad42bb559e8c5", "name": "Legacy-named symbol `_import_v1` in backend/app/services/session_bundle.py:127", "shortDescription": {"text": "Legacy-named symbol `_import_v1` in backend/app/services/session_bundle.py:127"}, "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-e9f0fd5aa50fd44a", "name": "Commented-code block (5 lines) in backend/app/services/gcs_sync.py:84", "shortDescription": {"text": "Commented-code block (5 lines) in backend/app/services/gcs_sync.py:84"}, "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-70883439020065fd", "name": "Commented-code block (6 lines) in backend/app/services/video_processor.py:12", "shortDescription": {"text": "Commented-code block (6 lines) in backend/app/services/video_processor.py:12"}, "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-d49c393f0cb42320", "name": "Network/subprocess call without timeout or try/except \u2014 backend/app/services/video_processor.py:97", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 backend/app/services/video_processor.py:97"}, "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-f74c6beb02973aee", "name": "Commented-code block (7 lines) in backend/app/services/pipeline.py:127", "shortDescription": {"text": "Commented-code block (7 lines) in backend/app/services/pipeline.py:127"}, "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-3e6bff86064d623e", "name": "Commented-code block (9 lines) in backend/app/services/sam3_service.py:273", "shortDescription": {"text": "Commented-code block (9 lines) in backend/app/services/sam3_service.py:273"}, "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-77e7d5faf23c513d", "name": "Commented-code block (9 lines) in backend/app/services/session_lock.py:18", "shortDescription": {"text": "Commented-code block (9 lines) in backend/app/services/session_lock.py:18"}, "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-72b01ad59e400c77", "name": "Commented-code block (9 lines) in backend/app/services/unsynced_marker.py:153", "shortDescription": {"text": "Commented-code block (9 lines) in backend/app/services/unsynced_marker.py:153"}, "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-0888c3f364ebf6f2", "name": "Commented-code block (9 lines) in backend/app/routes/segment.py:149", "shortDescription": {"text": "Commented-code block (9 lines) in backend/app/routes/segment.py:149"}, "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-76b3e4f1597d2abf", "name": "Legacy-named symbol `cache_old` in backend/app/routes/session.py:261", "shortDescription": {"text": "Legacy-named symbol `cache_old` in backend/app/routes/session.py:261"}, "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-d0e9b8c9459aac34", "name": "Commented-code block (5 lines) in backend/app/routes/session.py:40", "shortDescription": {"text": "Commented-code block (5 lines) in backend/app/routes/session.py:40"}, "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-8f9c15e4453970c9", "name": "Commented-code block (6 lines) in backend/app/routes/video.py:90", "shortDescription": {"text": "Commented-code block (6 lines) in backend/app/routes/video.py:90"}, "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-8db583e8b551dc83", "name": "Legacy-named symbol `fake_copy` in backend/tests/test_pipeline.py:343", "shortDescription": {"text": "Legacy-named symbol `fake_copy` in backend/tests/test_pipeline.py:343"}, "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-de3248e2197fc1a4", "name": "Commented-code block (5 lines) in backend/tests/test_close_finalize_atomic.py:270", "shortDescription": {"text": "Commented-code block (5 lines) in backend/tests/test_close_finalize_atomic.py:270"}, "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-c18b76c5b7d6e789", "name": "Legacy-named symbol `cache_old` in backend/tests/test_atomic_install_paths.py:6", "shortDescription": {"text": "Legacy-named symbol `cache_old` in backend/tests/test_atomic_install_paths.py:6"}, "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-1477ff1ad948e018", "name": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/src/api.ts:32", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/src/api.ts:32"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a717f0a2601bd824", "name": "Commented-code block (5 lines) in frontend/src/App.tsx:392", "shortDescription": {"text": "Commented-code block (5 lines) in frontend/src/App.tsx:392"}, "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-5ce8ae2c53def075", "name": "Commented-code block (5 lines) in frontend/src/components/ui/scroll-area.tsx:19", "shortDescription": {"text": "Commented-code block (5 lines) in frontend/src/components/ui/scroll-area.tsx:19"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-2c04133e54348533", "name": "Near-duplicate function bodies in 2 places", "shortDescription": {"text": "Near-duplicate function bodies in 2 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nbackend/app/services/gcs_sync.py:mark_dirty_safe, backend/app/services/gcs_sync.py:mark_dirty\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-49c98f7cedd9c977", "name": "Near-duplicate function bodies in 4 places", "shortDescription": {"text": "Near-duplicate function bodies in 4 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nbackend/app/services/pipeline.py:run, backend/app/services/pipeline.py:run, backend/app/services/pipeline.py:run, backend/app/services/pipeline.py:run\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/24273"}, "properties": {"repository": "appliedmindai/sam3-video-labelling-tool", "repoUrl": "https://github.com/appliedmindai/sam3-video-labelling-tool", "branch": "main"}, "results": [{"ruleId": "scanner-10270140ac5aebe1", "level": "note", "message": {"text": "Possibly dead Python function: decorator"}, "properties": {"repobilityId": "ffbcbc9bc189af1c", "scanner": "scanner-primary", "fingerprint": "10270140ac5aebe1", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/session_bundle.py:20"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2b85099d28c6bf2d", "level": "note", "message": {"text": "Possibly dead Python function: test_multi_object"}, "properties": {"repobilityId": "dc6d02de6b77f85b", "scanner": "scanner-primary", "fingerprint": "2b85099d28c6bf2d", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/scripts/validate_sam3.py:67"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3442590be8bbf1fa", "level": "note", "message": {"text": "Possibly dead Python function: test_object_switching"}, "properties": {"repobilityId": "d68a970d531f8628", "scanner": "scanner-primary", "fingerprint": "3442590be8bbf1fa", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/scripts/validate_sam3.py:92"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-dac3a0e5ea1f131b", "level": "note", "message": {"text": "Possibly dead Python function: test_bidirectional_propagation"}, "properties": {"repobilityId": "2db514a4cbf3bf0d", "scanner": "scanner-primary", "fingerprint": "dac3a0e5ea1f131b", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/scripts/validate_sam3.py:129"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-208c9bdb94e5bb00", "level": "note", "message": {"text": "Possibly dead Python function: test_mask_deletion_no_stale_state"}, "properties": {"repobilityId": "0b2327b5acc6fad1", "scanner": "scanner-primary", "fingerprint": "208c9bdb94e5bb00", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/scripts/validate_sam3.py:176"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f70f6c64a1db8130", "level": "note", "message": {"text": "Possibly dead Python function: test_session_lifecycle"}, "properties": {"repobilityId": "486115fcaa68d25b", "scanner": "scanner-primary", "fingerprint": "f70f6c64a1db8130", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/scripts/validate_sam3.py:207"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-eab734bea416ca13", "level": "note", "message": {"text": "Possibly dead Python function: test_edge_cases"}, "properties": {"repobilityId": "96fa6f2b29e94f33", "scanner": "scanner-primary", "fingerprint": "eab734bea416ca13", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/scripts/validate_sam3.py:231"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4881c84c640031c8", "level": "note", "message": {"text": "Possibly dead Python function: test_mask_persistence_roundtrip"}, "properties": {"repobilityId": "ab574a8b49ed87f3", "scanner": "scanner-primary", "fingerprint": "4881c84c640031c8", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/scripts/validate_sam3.py:261"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-74a29bd57bbe97f2", "level": "note", "message": {"text": "Possibly dead Python function: test_propagation_continuity"}, "properties": {"repobilityId": "deb0dde4f1126c32", "scanner": "scanner-primary", "fingerprint": "74a29bd57bbe97f2", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/scripts/validate_sam3.py:303"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c977fcf2cfc583dd", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/components/AnnotationPanel.tsx:428"}, "properties": {"repobilityId": "1320f4ec0a4fea43", "scanner": "scanner-primary", "fingerprint": "c977fcf2cfc583dd", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-d63da3583b14afc0", "level": "warning", "message": {"text": "Dockerfile runs as root: Dockerfile"}, "properties": {"repobilityId": "a2ed1bd120e507db", "scanner": "scanner-primary", "fingerprint": "d63da3583b14afc0", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-93e02e0d67c8f3e8", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:22-slim"}, "properties": {"repobilityId": "1f779fe6d145b4c0", "scanner": "scanner-primary", "fingerprint": "93e02e0d67c8f3e8", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 2}}}]}, {"ruleId": "scanner-f291b8eeb04fff03", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: pytorch/pytorch:2.5.1-cuda12.1-cudnn9-runtime"}, "properties": {"repobilityId": "3eb920fbfb399bab", "scanner": "scanner-primary", "fingerprint": "f291b8eeb04fff03", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 10}}}]}, {"ruleId": "scanner-bae523c36164ffba", "level": "note", "message": {"text": "Insecure pattern 'debug_true' in backend/run.py:46"}, "properties": {"repobilityId": "4efdaf65369c0645", "scanner": "scanner-primary", "fingerprint": "bae523c36164ffba", "layer": "security", "severity": "low", "confidence": 1.0, "tags": ["owasp", "debug_true"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/run.py"}, "region": {"startLine": 46}}}]}, {"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-00df3c1d2d367706", "level": "note", "message": {"text": "Very large file: backend/app/services/sam3_service.py (1934 lines)"}, "properties": {"repobilityId": "2bfe507bc53d0bb5", "scanner": "scanner-primary", "fingerprint": "00df3c1d2d367706", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-53b95107f20afb06", "level": "note", "message": {"text": "Very large file: backend/tests/test_pipeline.py (1211 lines)"}, "properties": {"repobilityId": "9505b26be3490cec", "scanner": "scanner-primary", "fingerprint": "53b95107f20afb06", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-e91deca92ed8ab47", "level": "note", "message": {"text": "Very large file: frontend/src/App.tsx (2498 lines)"}, "properties": {"repobilityId": "eae82fec6aab8d47", "scanner": "scanner-primary", "fingerprint": "e91deca92ed8ab47", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-20f65b32ae66a68b", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: scripts/user-guide-recorder/package.json"}, "properties": {"repobilityId": "a166bad2d8293e3b", "scanner": "scanner-primary", "fingerprint": "20f65b32ae66a68b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/user-guide-recorder/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "2ba8bb5053ffbae9", "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": "067c091792f8f216", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "0e92296bb7d664d9", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "4b32660e74253f56", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-bea357a6497a2d5d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: CLAUDE.md"}, "properties": {"repobilityId": "aae72df3934829ac", "scanner": "scanner-primary", "fingerprint": "bea357a6497a2d5d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "CLAUDE.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-cd3170bb12da793f", "level": "none", "message": {"text": "Commented-code block (6 lines) in backend/app/__init__.py:84"}, "properties": {"repobilityId": "67d82def6d25c3de", "scanner": "scanner-primary", "fingerprint": "cd3170bb12da793f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0c98fc3407b22161", "level": "note", "message": {"text": "Legacy-named symbol `cache_old` in backend/app/config.py:186"}, "properties": {"repobilityId": "ba33aeec803b2f5e", "scanner": "scanner-primary", "fingerprint": "0c98fc3407b22161", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-9449c995c0b0f803", "level": "none", "message": {"text": "Commented-code block (5 lines) in backend/app/config.py:40"}, "properties": {"repobilityId": "09c0d09486983c62", "scanner": "scanner-primary", "fingerprint": "9449c995c0b0f803", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-db4e16f51c1b1693", "level": "none", "message": {"text": "Commented-code block (5 lines) in backend/app/services/atomic_write.py:67"}, "properties": {"repobilityId": "87f7e54b47289b22", "scanner": "scanner-primary", "fingerprint": "db4e16f51c1b1693", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7ecad42bb559e8c5", "level": "note", "message": {"text": "Legacy-named symbol `_import_v1` in backend/app/services/session_bundle.py:127"}, "properties": {"repobilityId": "c0611e05b4a18548", "scanner": "scanner-primary", "fingerprint": "7ecad42bb559e8c5", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-e9f0fd5aa50fd44a", "level": "none", "message": {"text": "Commented-code block (5 lines) in backend/app/services/gcs_sync.py:84"}, "properties": {"repobilityId": "29aaf1d5a52f5640", "scanner": "scanner-primary", "fingerprint": "e9f0fd5aa50fd44a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-70883439020065fd", "level": "none", "message": {"text": "Commented-code block (6 lines) in backend/app/services/video_processor.py:12"}, "properties": {"repobilityId": "f687e8b8422a9f21", "scanner": "scanner-primary", "fingerprint": "70883439020065fd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d49c393f0cb42320", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 backend/app/services/video_processor.py:97"}, "properties": {"repobilityId": "79dceac9d6f6b5a4", "scanner": "scanner-primary", "fingerprint": "d49c393f0cb42320", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f74c6beb02973aee", "level": "none", "message": {"text": "Commented-code block (7 lines) in backend/app/services/pipeline.py:127"}, "properties": {"repobilityId": "2d4badf689477e3b", "scanner": "scanner-primary", "fingerprint": "f74c6beb02973aee", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3e6bff86064d623e", "level": "none", "message": {"text": "Commented-code block (9 lines) in backend/app/services/sam3_service.py:273"}, "properties": {"repobilityId": "4af89963c4f0f4d0", "scanner": "scanner-primary", "fingerprint": "3e6bff86064d623e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-77e7d5faf23c513d", "level": "none", "message": {"text": "Commented-code block (9 lines) in backend/app/services/session_lock.py:18"}, "properties": {"repobilityId": "cf1b3c5260d92818", "scanner": "scanner-primary", "fingerprint": "77e7d5faf23c513d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-72b01ad59e400c77", "level": "none", "message": {"text": "Commented-code block (9 lines) in backend/app/services/unsynced_marker.py:153"}, "properties": {"repobilityId": "65d2022fa6c37bc8", "scanner": "scanner-primary", "fingerprint": "72b01ad59e400c77", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0888c3f364ebf6f2", "level": "none", "message": {"text": "Commented-code block (9 lines) in backend/app/routes/segment.py:149"}, "properties": {"repobilityId": "e77b025d90b1af4a", "scanner": "scanner-primary", "fingerprint": "0888c3f364ebf6f2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-76b3e4f1597d2abf", "level": "note", "message": {"text": "Legacy-named symbol `cache_old` in backend/app/routes/session.py:261"}, "properties": {"repobilityId": "db0a8aecd3acd988", "scanner": "scanner-primary", "fingerprint": "76b3e4f1597d2abf", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-d0e9b8c9459aac34", "level": "none", "message": {"text": "Commented-code block (5 lines) in backend/app/routes/session.py:40"}, "properties": {"repobilityId": "b93752a1f857bd3c", "scanner": "scanner-primary", "fingerprint": "d0e9b8c9459aac34", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8f9c15e4453970c9", "level": "none", "message": {"text": "Commented-code block (6 lines) in backend/app/routes/video.py:90"}, "properties": {"repobilityId": "1315c5ae69356e04", "scanner": "scanner-primary", "fingerprint": "8f9c15e4453970c9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8db583e8b551dc83", "level": "note", "message": {"text": "Legacy-named symbol `fake_copy` in backend/tests/test_pipeline.py:343"}, "properties": {"repobilityId": "dca9c4390187b0ad", "scanner": "scanner-primary", "fingerprint": "8db583e8b551dc83", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-de3248e2197fc1a4", "level": "none", "message": {"text": "Commented-code block (5 lines) in backend/tests/test_close_finalize_atomic.py:270"}, "properties": {"repobilityId": "9987754b5ac22deb", "scanner": "scanner-primary", "fingerprint": "de3248e2197fc1a4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c18b76c5b7d6e789", "level": "note", "message": {"text": "Legacy-named symbol `cache_old` in backend/tests/test_atomic_install_paths.py:6"}, "properties": {"repobilityId": "9fcb18a379fee7fa", "scanner": "scanner-primary", "fingerprint": "c18b76c5b7d6e789", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-1477ff1ad948e018", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/src/api.ts:32"}, "properties": {"repobilityId": "d119f01bfe36472b", "scanner": "scanner-primary", "fingerprint": "1477ff1ad948e018", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a717f0a2601bd824", "level": "none", "message": {"text": "Commented-code block (5 lines) in frontend/src/App.tsx:392"}, "properties": {"repobilityId": "0a9565bc37121490", "scanner": "scanner-primary", "fingerprint": "a717f0a2601bd824", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5ce8ae2c53def075", "level": "none", "message": {"text": "Commented-code block (5 lines) in frontend/src/components/ui/scroll-area.tsx:19"}, "properties": {"repobilityId": "349e77d6eda6bcb7", "scanner": "scanner-primary", "fingerprint": "5ce8ae2c53def075", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "706067381ed04545", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-49c98f7cedd9c977", "level": "note", "message": {"text": "Near-duplicate function bodies in 4 places"}, "properties": {"repobilityId": "468714d869c7023b", "scanner": "scanner-primary", "fingerprint": "49c98f7cedd9c977", "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": "752cfac00d839c3f", "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": "86b9593a133d004d", "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": "b317afc80758c2c2", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}