{"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-7c99104662483095", "name": "Possibly dead Python function: do_cut", "shortDescription": {"text": "Possibly dead Python function: do_cut"}, "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-ddf80a170dabc590", "name": "Possibly dead Python function: resolve_cues", "shortDescription": {"text": "Possibly dead Python function: resolve_cues"}, "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-a5823f1252b6cda1", "name": "Dockerfile runs as root: web/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: web/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-15dde66e46de8eeb", "name": "Docker base image is tag-pinned but not digest-pinned: python:3.12-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.12-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-49c44d63cb4a510a", "name": "Dockerfile runs as root: web/nginx/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: web/nginx/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-daf0192828a2ddd3", "name": "Docker base image is tag-pinned but not digest-pinned: nginx:stable", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: nginx:stable"}, "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-aa5acaa49eb8315b", "name": "Containers defined but no K8s/orchestration manifest found", "shortDescription": {"text": "Containers defined but no K8s/orchestration manifest found"}, "fullDescription": {"text": "Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "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-3506969143f71d94", "name": "Insecure pattern 'direct_innerhtml_assignment' in web/frontend/app.js:73", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in web/frontend/app.js:73"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "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-27924aa79fa4a517", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/setup-python@v5 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-e97eda372537b525", "name": "Very large file: web/frontend/app.js (1886 lines)", "shortDescription": {"text": "Very large file: web/frontend/app.js (1886 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-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-afdeb10794d72bce", "name": "Commented-code block (5 lines) in web/frontend/app.js:940", "shortDescription": {"text": "Commented-code block (5 lines) in web/frontend/app.js:940"}, "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-16abe0c9adae0e94", "name": "`fetch()` without try/.catch or AbortSignal \u2014 web/frontend/app.js:268", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 web/frontend/app.js:268"}, "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-193ec5c4ed3fefe4", "name": "Commented-code block (6 lines) in web/backend/quipclipper_web/app.py:856", "shortDescription": {"text": "Commented-code block (6 lines) in web/backend/quipclipper_web/app.py:856"}, "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-9f319924eaeda1eb", "name": "Network/subprocess call without timeout or try/except \u2014 web/backend/quipclipper_web/media.py:46", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 web/backend/quipclipper_web/media.py:46"}, "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-df5173087f2b6b35", "name": "Network/subprocess call without timeout or try/except \u2014 src/quipclipper/clip.py:162", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 src/quipclipper/clip.py:162"}, "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-8f65a960c076d015", "name": "Network/subprocess call without timeout or try/except \u2014 src/quipclipper/subtitles.py:88", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 src/quipclipper/subtitles.py:88"}, "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-e0ddac59660e276f", "name": "Legacy-named symbol `is_copy` in src/quipclipper/cli.py:289", "shortDescription": {"text": "Legacy-named symbol `is_copy` in src/quipclipper/cli.py:289"}, "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-7a0f4161602f2b04", "name": "Commented-code block (5 lines) in src/quipclipper/search.py:76", "shortDescription": {"text": "Commented-code block (5 lines) in src/quipclipper/search.py:76"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-02ad2eb0250fca47", "name": "Network/subprocess call without timeout or try/except \u2014 src/quipclipper/mkv.py:65", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 src/quipclipper/mkv.py:65"}, "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:\nweb/backend/quipclipper_web/app.py:folder_index_status, web/backend/quipclipper_web/app.py:folder_index\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-577c80e3c5abe321", "name": "FastAPI POST `folder_index` without auth dependency \u2014 web/backend/quipclipper_web/app.py:539", "shortDescription": {"text": "FastAPI POST `folder_index` without auth dependency \u2014 web/backend/quipclipper_web/app.py:539"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-a4247f6a622f2921", "name": "FastAPI POST `reindex_item_subtitles` without auth dependency \u2014 web/backend/quipclipper_web/app.py:574", "shortDescription": {"text": "FastAPI POST `reindex_item_subtitles` without auth dependency \u2014 web/backend/quipclipper_web/app.py:574"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-4d870ca814fdba7e", "name": "FastAPI POST `create_clip` without auth dependency \u2014 web/backend/quipclipper_web/app.py:786", "shortDescription": {"text": "FastAPI POST `create_clip` without auth dependency \u2014 web/backend/quipclipper_web/app.py:786"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-5094bcba4b2bd2de", "name": "FastAPI POST `create_bookmark` without auth dependency \u2014 web/backend/quipclipper_web/app.py:992", "shortDescription": {"text": "FastAPI POST `create_bookmark` without auth dependency \u2014 web/backend/quipclipper_web/app.py:992"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-4538619e7c397b9b", "name": "FastAPI PATCH `update_bookmark` without auth dependency \u2014 web/backend/quipclipper_web/app.py:1005", "shortDescription": {"text": "FastAPI PATCH `update_bookmark` without auth dependency \u2014 web/backend/quipclipper_web/app.py:1005"}, "fullDescription": {"text": "`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-072945083f6b3ee6", "name": "FastAPI DELETE `clear_bookmarks` without auth dependency \u2014 web/backend/quipclipper_web/app.py:1014", "shortDescription": {"text": "FastAPI DELETE `clear_bookmarks` without auth dependency \u2014 web/backend/quipclipper_web/app.py:1014"}, "fullDescription": {"text": "`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-5306380fad599655", "name": "FastAPI DELETE `delete_bookmark` without auth dependency \u2014 web/backend/quipclipper_web/app.py:1019", "shortDescription": {"text": "FastAPI DELETE `delete_bookmark` without auth dependency \u2014 web/backend/quipclipper_web/app.py:1019"}, "fullDescription": {"text": "`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-4756b4c4da7d2088", "name": "Unused endpoint: GET /api/health", "shortDescription": {"text": "Unused endpoint: GET /api/health"}, "fullDescription": {"text": "`web/backend/quipclipper_web/app.py` declares `GET /api/health` 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-7aa4b2518cbbbfa2", "name": "Unused endpoint: GET /api/config", "shortDescription": {"text": "Unused endpoint: GET /api/config"}, "fullDescription": {"text": "`web/backend/quipclipper_web/app.py` declares `GET /api/config` 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-2705547dd259f5b2", "name": "Unused endpoint: GET /api/library/roots", "shortDescription": {"text": "Unused endpoint: GET /api/library/roots"}, "fullDescription": {"text": "`web/backend/quipclipper_web/app.py` declares `GET /api/library/roots` 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-1c0f01af18e27adc", "name": "Unused endpoint: GET /api/library/browse", "shortDescription": {"text": "Unused endpoint: GET /api/library/browse"}, "fullDescription": {"text": "`web/backend/quipclipper_web/app.py` declares `GET /api/library/browse` 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-3ab9afaa846e38ad", "name": "Unused endpoint: GET /api/library/search", "shortDescription": {"text": "Unused endpoint: GET /api/library/search"}, "fullDescription": {"text": "`web/backend/quipclipper_web/app.py` declares `GET /api/library/search` 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-faed6ffa7555f784", "name": "Unused endpoint: GET /api/items", "shortDescription": {"text": "Unused endpoint: GET /api/items"}, "fullDescription": {"text": "`web/backend/quipclipper_web/app.py` declares `GET /api/items` 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-d0d87ac730c0aa4e", "name": "Unused endpoint: GET /api/items/subtitles", "shortDescription": {"text": "Unused endpoint: GET /api/items/subtitles"}, "fullDescription": {"text": "`web/backend/quipclipper_web/app.py` declares `GET /api/items/subtitles` 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-2205760646975fb8", "name": "Unused endpoint: GET /api/search", "shortDescription": {"text": "Unused endpoint: GET /api/search"}, "fullDescription": {"text": "`web/backend/quipclipper_web/app.py` declares `GET /api/search` 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-79ce8f1941ccd1bf", "name": "Unused endpoint: GET /api/search/folder", "shortDescription": {"text": "Unused endpoint: GET /api/search/folder"}, "fullDescription": {"text": "`web/backend/quipclipper_web/app.py` declares `GET /api/search/folder` 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-027cb7e4ee31822a", "name": "Unused endpoint: GET /api/search/folder/index-status", "shortDescription": {"text": "Unused endpoint: GET /api/search/folder/index-status"}, "fullDescription": {"text": "`web/backend/quipclipper_web/app.py` declares `GET /api/search/folder/index-status` 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-7b3bc457f9f3a252", "name": "Unused endpoint: POST /api/items/subtitles/reindex", "shortDescription": {"text": "Unused endpoint: POST /api/items/subtitles/reindex"}, "fullDescription": {"text": "`web/backend/quipclipper_web/app.py` declares `POST /api/items/subtitles/reindex` 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-ad8c4ae1712e6c54", "name": "Unused endpoint: GET /api/media", "shortDescription": {"text": "Unused endpoint: GET /api/media"}, "fullDescription": {"text": "`web/backend/quipclipper_web/app.py` declares `GET /api/media` 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-223aedbd0c1f172f", "name": "Unused endpoint: GET /api/media/keyframe", "shortDescription": {"text": "Unused endpoint: GET /api/media/keyframe"}, "fullDescription": {"text": "`web/backend/quipclipper_web/app.py` declares `GET /api/media/keyframe` 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-0c1c34b20f245df1", "name": "Unused endpoint: GET /api/media/transcode", "shortDescription": {"text": "Unused endpoint: GET /api/media/transcode"}, "fullDescription": {"text": "`web/backend/quipclipper_web/app.py` declares `GET /api/media/transcode` 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-679d24de7979f20a", "name": "Unused endpoint: GET /api/media/hls", "shortDescription": {"text": "Unused endpoint: GET /api/media/hls"}, "fullDescription": {"text": "`web/backend/quipclipper_web/app.py` declares `GET /api/media/hls` 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-487e96bbdfee73b0", "name": "Unused endpoint: GET /api/media/hls/{token}/{name}", "shortDescription": {"text": "Unused endpoint: GET /api/media/hls/{token}/{name}"}, "fullDescription": {"text": "`web/backend/quipclipper_web/app.py` declares `GET /api/media/hls/{token}/{name}` 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-a6ad516027156152", "name": "Unused endpoint: POST /api/clip", "shortDescription": {"text": "Unused endpoint: POST /api/clip"}, "fullDescription": {"text": "`web/backend/quipclipper_web/app.py` declares `POST /api/clip` 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-31fb330b2ba4ab69", "name": "Unused endpoint: GET /api/jobs", "shortDescription": {"text": "Unused endpoint: GET /api/jobs"}, "fullDescription": {"text": "`web/backend/quipclipper_web/app.py` declares `GET /api/jobs` 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-7a35b7568de1cc4e", "name": "Unused endpoint: GET /api/jobs/{job_id}", "shortDescription": {"text": "Unused endpoint: GET /api/jobs/{job_id}"}, "fullDescription": {"text": "`web/backend/quipclipper_web/app.py` declares `GET /api/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-9565e5bd47a48694", "name": "Unused endpoint: GET /api/jobs/{job_id}/download/{filename}", "shortDescription": {"text": "Unused endpoint: GET /api/jobs/{job_id}/download/{filename}"}, "fullDescription": {"text": "`web/backend/quipclipper_web/app.py` declares `GET /api/jobs/{job_id}/download/{filename}` 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-dfd015a2666bd8cf", "name": "Unused endpoint: GET /api/bookmarks", "shortDescription": {"text": "Unused endpoint: GET /api/bookmarks"}, "fullDescription": {"text": "`web/backend/quipclipper_web/app.py` declares `GET /api/bookmarks` 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-ca1735fa8958adfb", "name": "Unused endpoint: POST /api/bookmarks", "shortDescription": {"text": "Unused endpoint: POST /api/bookmarks"}, "fullDescription": {"text": "`web/backend/quipclipper_web/app.py` declares `POST /api/bookmarks` 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-6c63dfaad55ce890", "name": "Unused endpoint: GET /api/clips", "shortDescription": {"text": "Unused endpoint: GET /api/clips"}, "fullDescription": {"text": "`web/backend/quipclipper_web/app.py` declares `GET /api/clips` 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-08dc55880f4b7f77", "name": "Unused endpoint: GET /api/clips/download/{clip_path:path}", "shortDescription": {"text": "Unused endpoint: GET /api/clips/download/{clip_path:path}"}, "fullDescription": {"text": "`web/backend/quipclipper_web/app.py` declares `GET /api/clips/download/{clip_path:path}` 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-a33c1656334cbdef", "name": "Unused endpoint: GET /api/clips/stream/{clip_path:path}", "shortDescription": {"text": "Unused endpoint: GET /api/clips/stream/{clip_path:path}"}, "fullDescription": {"text": "`web/backend/quipclipper_web/app.py` declares `GET /api/clips/stream/{clip_path:path}` 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-58f0ca5618cb7cea", "name": "Unused endpoint: GET /api/jellyfin/meta", "shortDescription": {"text": "Unused endpoint: GET /api/jellyfin/meta"}, "fullDescription": {"text": "`web/backend/quipclipper_web/app.py` declares `GET /api/jellyfin/meta` 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/22628"}, "properties": {"repository": "weckere/quipclipper", "repoUrl": "https://github.com/weckere/quipclipper", "branch": "main"}, "results": [{"ruleId": "scanner-7c99104662483095", "level": "note", "message": {"text": "Possibly dead Python function: do_cut"}, "properties": {"repobilityId": "4c23605b43a70dfd", "scanner": "scanner-primary", "fingerprint": "7c99104662483095", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/backend/quipclipper_web/app.py:923"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ddf80a170dabc590", "level": "note", "message": {"text": "Possibly dead Python function: resolve_cues"}, "properties": {"repobilityId": "8e8522b0dd862e9d", "scanner": "scanner-primary", "fingerprint": "ddf80a170dabc590", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/quipclipper/subtitles.py:331"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a5823f1252b6cda1", "level": "warning", "message": {"text": "Dockerfile runs as root: web/Dockerfile"}, "properties": {"repobilityId": "ee2f067d8416357d", "scanner": "scanner-primary", "fingerprint": "a5823f1252b6cda1", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-15dde66e46de8eeb", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.12-slim"}, "properties": {"repobilityId": "7ea71c5949ee1c10", "scanner": "scanner-primary", "fingerprint": "15dde66e46de8eeb", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/Dockerfile"}, "region": {"startLine": 4}}}]}, {"ruleId": "scanner-49c44d63cb4a510a", "level": "warning", "message": {"text": "Dockerfile runs as root: web/nginx/Dockerfile"}, "properties": {"repobilityId": "9c8ade7c6a3ae554", "scanner": "scanner-primary", "fingerprint": "49c44d63cb4a510a", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-daf0192828a2ddd3", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: nginx:stable"}, "properties": {"repobilityId": "6a9359859225ebed", "scanner": "scanner-primary", "fingerprint": "daf0192828a2ddd3", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/nginx/Dockerfile"}, "region": {"startLine": 4}}}]}, {"ruleId": "scanner-aa5acaa49eb8315b", "level": "note", "message": {"text": "Containers defined but no K8s/orchestration manifest found"}, "properties": {"repobilityId": "b230ea9b68736081", "scanner": "scanner-primary", "fingerprint": "aa5acaa49eb8315b", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["coverage", "deployment"]}}, {"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-3506969143f71d94", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in web/frontend/app.js:73"}, "properties": {"repobilityId": "183adf3bbdcac2a6", "scanner": "scanner-primary", "fingerprint": "3506969143f71d94", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/frontend/app.js"}, "region": {"startLine": 73}}}]}, {"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-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "04f57d208548fcef", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 19}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "04f57d208548fcef", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 36}}}]}, {"ruleId": "scanner-e97eda372537b525", "level": "note", "message": {"text": "Very large file: web/frontend/app.js (1886 lines)"}, "properties": {"repobilityId": "3b629de563de9fd7", "scanner": "scanner-primary", "fingerprint": "e97eda372537b525", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "99d813f864b6b22c", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "0c213ec7e78da494", "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": "03e53cf97921fc73", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-afdeb10794d72bce", "level": "none", "message": {"text": "Commented-code block (5 lines) in web/frontend/app.js:940"}, "properties": {"repobilityId": "4708d60da4e3963f", "scanner": "scanner-primary", "fingerprint": "afdeb10794d72bce", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-16abe0c9adae0e94", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 web/frontend/app.js:268"}, "properties": {"repobilityId": "4addc7ee926bc81c", "scanner": "scanner-primary", "fingerprint": "16abe0c9adae0e94", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-193ec5c4ed3fefe4", "level": "none", "message": {"text": "Commented-code block (6 lines) in web/backend/quipclipper_web/app.py:856"}, "properties": {"repobilityId": "8b4b21faae3974f8", "scanner": "scanner-primary", "fingerprint": "193ec5c4ed3fefe4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9f319924eaeda1eb", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 web/backend/quipclipper_web/media.py:46"}, "properties": {"repobilityId": "d1cae605870d237b", "scanner": "scanner-primary", "fingerprint": "9f319924eaeda1eb", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-df5173087f2b6b35", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 src/quipclipper/clip.py:162"}, "properties": {"repobilityId": "4872fff3321b5d15", "scanner": "scanner-primary", "fingerprint": "df5173087f2b6b35", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-8f65a960c076d015", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 src/quipclipper/subtitles.py:88"}, "properties": {"repobilityId": "6185064ca22e5d82", "scanner": "scanner-primary", "fingerprint": "8f65a960c076d015", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e0ddac59660e276f", "level": "note", "message": {"text": "Legacy-named symbol `is_copy` in src/quipclipper/cli.py:289"}, "properties": {"repobilityId": "19eb0c79070dae5b", "scanner": "scanner-primary", "fingerprint": "e0ddac59660e276f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-7a0f4161602f2b04", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/quipclipper/search.py:76"}, "properties": {"repobilityId": "84e17cef927a9670", "scanner": "scanner-primary", "fingerprint": "7a0f4161602f2b04", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-02ad2eb0250fca47", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 src/quipclipper/mkv.py:65"}, "properties": {"repobilityId": "e122376f60d91aa1", "scanner": "scanner-primary", "fingerprint": "02ad2eb0250fca47", "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": "d72086b6eec71e6a", "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": "46ef150ef7b19a3a", "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": "ebfd5c359c07f39f", "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": "ca3666b480b15bf8", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-577c80e3c5abe321", "level": "error", "message": {"text": "FastAPI POST `folder_index` without auth dependency \u2014 web/backend/quipclipper_web/app.py:539"}, "properties": {"repobilityId": "b4e612ed4f69ed23", "scanner": "scanner-primary", "fingerprint": "577c80e3c5abe321", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/backend/quipclipper_web/app.py"}, "region": {"startLine": 539}}}]}, {"ruleId": "scanner-a4247f6a622f2921", "level": "error", "message": {"text": "FastAPI POST `reindex_item_subtitles` without auth dependency \u2014 web/backend/quipclipper_web/app.py:574"}, "properties": {"repobilityId": "9c34a0027b9151d9", "scanner": "scanner-primary", "fingerprint": "a4247f6a622f2921", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/backend/quipclipper_web/app.py"}, "region": {"startLine": 574}}}]}, {"ruleId": "scanner-4d870ca814fdba7e", "level": "error", "message": {"text": "FastAPI POST `create_clip` without auth dependency \u2014 web/backend/quipclipper_web/app.py:786"}, "properties": {"repobilityId": "d8671c6f36b6d4a4", "scanner": "scanner-primary", "fingerprint": "4d870ca814fdba7e", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/backend/quipclipper_web/app.py"}, "region": {"startLine": 786}}}]}, {"ruleId": "scanner-5094bcba4b2bd2de", "level": "error", "message": {"text": "FastAPI POST `create_bookmark` without auth dependency \u2014 web/backend/quipclipper_web/app.py:992"}, "properties": {"repobilityId": "37be4c4c1566cac7", "scanner": "scanner-primary", "fingerprint": "5094bcba4b2bd2de", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/backend/quipclipper_web/app.py"}, "region": {"startLine": 992}}}]}, {"ruleId": "scanner-4538619e7c397b9b", "level": "error", "message": {"text": "FastAPI PATCH `update_bookmark` without auth dependency \u2014 web/backend/quipclipper_web/app.py:1005"}, "properties": {"repobilityId": "6391e10e21815621", "scanner": "scanner-primary", "fingerprint": "4538619e7c397b9b", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/backend/quipclipper_web/app.py"}, "region": {"startLine": 1005}}}]}, {"ruleId": "scanner-072945083f6b3ee6", "level": "error", "message": {"text": "FastAPI DELETE `clear_bookmarks` without auth dependency \u2014 web/backend/quipclipper_web/app.py:1014"}, "properties": {"repobilityId": "863c5fa7e810f063", "scanner": "scanner-primary", "fingerprint": "072945083f6b3ee6", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/backend/quipclipper_web/app.py"}, "region": {"startLine": 1014}}}]}, {"ruleId": "scanner-5306380fad599655", "level": "error", "message": {"text": "FastAPI DELETE `delete_bookmark` without auth dependency \u2014 web/backend/quipclipper_web/app.py:1019"}, "properties": {"repobilityId": "0459220c9dda6440", "scanner": "scanner-primary", "fingerprint": "5306380fad599655", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/backend/quipclipper_web/app.py"}, "region": {"startLine": 1019}}}]}, {"ruleId": "scanner-4756b4c4da7d2088", "level": "note", "message": {"text": "Unused endpoint: GET /api/health"}, "properties": {"repobilityId": "257271f7f5c28f72", "scanner": "scanner-primary", "fingerprint": "4756b4c4da7d2088", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7aa4b2518cbbbfa2", "level": "note", "message": {"text": "Unused endpoint: GET /api/config"}, "properties": {"repobilityId": "b1621b69eddc0f94", "scanner": "scanner-primary", "fingerprint": "7aa4b2518cbbbfa2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2705547dd259f5b2", "level": "note", "message": {"text": "Unused endpoint: GET /api/library/roots"}, "properties": {"repobilityId": "93a728d4c58132c3", "scanner": "scanner-primary", "fingerprint": "2705547dd259f5b2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1c0f01af18e27adc", "level": "note", "message": {"text": "Unused endpoint: GET /api/library/browse"}, "properties": {"repobilityId": "75502117915aa54d", "scanner": "scanner-primary", "fingerprint": "1c0f01af18e27adc", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3ab9afaa846e38ad", "level": "note", "message": {"text": "Unused endpoint: GET /api/library/search"}, "properties": {"repobilityId": "f0757125ccec2f6b", "scanner": "scanner-primary", "fingerprint": "3ab9afaa846e38ad", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-faed6ffa7555f784", "level": "note", "message": {"text": "Unused endpoint: GET /api/items"}, "properties": {"repobilityId": "48e29daa2d131a27", "scanner": "scanner-primary", "fingerprint": "faed6ffa7555f784", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d0d87ac730c0aa4e", "level": "note", "message": {"text": "Unused endpoint: GET /api/items/subtitles"}, "properties": {"repobilityId": "697e8fa978f537c4", "scanner": "scanner-primary", "fingerprint": "d0d87ac730c0aa4e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2205760646975fb8", "level": "note", "message": {"text": "Unused endpoint: GET /api/search"}, "properties": {"repobilityId": "9d9962ed71c34fca", "scanner": "scanner-primary", "fingerprint": "2205760646975fb8", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-79ce8f1941ccd1bf", "level": "note", "message": {"text": "Unused endpoint: GET /api/search/folder"}, "properties": {"repobilityId": "a2b068a29a314a20", "scanner": "scanner-primary", "fingerprint": "79ce8f1941ccd1bf", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-027cb7e4ee31822a", "level": "note", "message": {"text": "Unused endpoint: GET /api/search/folder/index-status"}, "properties": {"repobilityId": "160bb25edccd5c1d", "scanner": "scanner-primary", "fingerprint": "027cb7e4ee31822a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7b3bc457f9f3a252", "level": "note", "message": {"text": "Unused endpoint: POST /api/items/subtitles/reindex"}, "properties": {"repobilityId": "c83b57fb690dc427", "scanner": "scanner-primary", "fingerprint": "7b3bc457f9f3a252", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ad8c4ae1712e6c54", "level": "note", "message": {"text": "Unused endpoint: GET /api/media"}, "properties": {"repobilityId": "e10efec70da90745", "scanner": "scanner-primary", "fingerprint": "ad8c4ae1712e6c54", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-223aedbd0c1f172f", "level": "note", "message": {"text": "Unused endpoint: GET /api/media/keyframe"}, "properties": {"repobilityId": "041adc0625df3904", "scanner": "scanner-primary", "fingerprint": "223aedbd0c1f172f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0c1c34b20f245df1", "level": "note", "message": {"text": "Unused endpoint: GET /api/media/transcode"}, "properties": {"repobilityId": "1baabd2db75edca5", "scanner": "scanner-primary", "fingerprint": "0c1c34b20f245df1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-679d24de7979f20a", "level": "note", "message": {"text": "Unused endpoint: GET /api/media/hls"}, "properties": {"repobilityId": "77c1530f8b1f834b", "scanner": "scanner-primary", "fingerprint": "679d24de7979f20a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-487e96bbdfee73b0", "level": "note", "message": {"text": "Unused endpoint: GET /api/media/hls/{token}/{name}"}, "properties": {"repobilityId": "ff01d6add316cb2a", "scanner": "scanner-primary", "fingerprint": "487e96bbdfee73b0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a6ad516027156152", "level": "note", "message": {"text": "Unused endpoint: POST /api/clip"}, "properties": {"repobilityId": "afbb8598717f3eac", "scanner": "scanner-primary", "fingerprint": "a6ad516027156152", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-31fb330b2ba4ab69", "level": "note", "message": {"text": "Unused endpoint: GET /api/jobs"}, "properties": {"repobilityId": "1632a1e9b60b8e33", "scanner": "scanner-primary", "fingerprint": "31fb330b2ba4ab69", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7a35b7568de1cc4e", "level": "note", "message": {"text": "Unused endpoint: GET /api/jobs/{job_id}"}, "properties": {"repobilityId": "21735a932762a117", "scanner": "scanner-primary", "fingerprint": "7a35b7568de1cc4e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9565e5bd47a48694", "level": "note", "message": {"text": "Unused endpoint: GET /api/jobs/{job_id}/download/{filename}"}, "properties": {"repobilityId": "9da1b3ea1d1c9661", "scanner": "scanner-primary", "fingerprint": "9565e5bd47a48694", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-dfd015a2666bd8cf", "level": "note", "message": {"text": "Unused endpoint: GET /api/bookmarks"}, "properties": {"repobilityId": "536c3b4493bb5bf1", "scanner": "scanner-primary", "fingerprint": "dfd015a2666bd8cf", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ca1735fa8958adfb", "level": "note", "message": {"text": "Unused endpoint: POST /api/bookmarks"}, "properties": {"repobilityId": "ba4ab4c0639969f5", "scanner": "scanner-primary", "fingerprint": "ca1735fa8958adfb", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6c63dfaad55ce890", "level": "note", "message": {"text": "Unused endpoint: GET /api/clips"}, "properties": {"repobilityId": "91286df07bfaacfc", "scanner": "scanner-primary", "fingerprint": "6c63dfaad55ce890", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-08dc55880f4b7f77", "level": "note", "message": {"text": "Unused endpoint: GET /api/clips/download/{clip_path:path}"}, "properties": {"repobilityId": "f415a443f00273ea", "scanner": "scanner-primary", "fingerprint": "08dc55880f4b7f77", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a33c1656334cbdef", "level": "note", "message": {"text": "Unused endpoint: GET /api/clips/stream/{clip_path:path}"}, "properties": {"repobilityId": "d42df4eaa0908009", "scanner": "scanner-primary", "fingerprint": "a33c1656334cbdef", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-58f0ca5618cb7cea", "level": "note", "message": {"text": "Unused endpoint: GET /api/jellyfin/meta"}, "properties": {"repobilityId": "acd4106c22939f7f", "scanner": "scanner-primary", "fingerprint": "58f0ca5618cb7cea", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}