{"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-40c7a0be6273cef6", "name": "Stray `console.log` in TS/JS \u2014 check-categories.js:20", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 check-categories.js:20"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-53d6b566526a2f66", "name": "Icon-only button without accessible name \u2014 src/components/AsyncVideoPlayer.tsx:355", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/components/AsyncVideoPlayer.tsx:355"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8d943d56af6e9121", "name": "Icon-only button without accessible name \u2014 src/components/SeriesDetailPanel.tsx:291", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/components/SeriesDetailPanel.tsx:291"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4d1c87bf56c1866e", "name": "Icon-only button without accessible name \u2014 src/components/PostUpdateChangelog.tsx:79", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/components/PostUpdateChangelog.tsx:79"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-0a1ae552c7340366", "name": "Icon-only button without accessible name \u2014 src/components/CastDeviceSelector.tsx:155", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/components/CastDeviceSelector.tsx:155"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3cc5b61731c98ec0", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/ContinueWatching.tsx:163", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/ContinueWatching.tsx:163"}, "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-a73fdae5a8b8ee40", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/UpdateModal.tsx:192", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/UpdateModal.tsx:192"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-c7c9a517cf192f64", "name": "Icon-only button without accessible name \u2014 src/components/UpdateNotification.tsx:107", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/components/UpdateNotification.tsx:107"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8436cf882f38eeac", "name": "Icon-only button without accessible name \u2014 src/components/VideoPlayer/VideoPlayer.tsx:397", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/components/VideoPlayer/VideoPlayer.tsx:397"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d2726f40f668da97", "name": "Stray `console.log` in TS/JS \u2014 src/components/VideoPlayer/VideoPlayer.tsx:98", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/components/VideoPlayer/VideoPlayer.tsx:98"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9bfb49d700da6de9", "name": "Stray `console.log` in TS/JS \u2014 src/pages/LiveTV.tsx:190", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/pages/LiveTV.tsx:190"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f5ad011a20087e14", "name": "Stray `console.log` in TS/JS \u2014 src/services/epgTestService.ts:138", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/services/epgTestService.ts:138"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-e16c49a54ce73655", "name": "Insecure pattern 'node_child_process' in electron/mpvPlayer.ts:32", "shortDescription": {"text": "Insecure pattern 'node_child_process' in electron/mpvPlayer.ts:32"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-47a3d208908371c2", "name": "Insecure pattern 'node_child_process' in electron/dlnaHandlers.ts:6", "shortDescription": {"text": "Insecure pattern 'node_child_process' in electron/dlnaHandlers.ts:6"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d4f39199aa2a5546", "name": "Insecure pattern 'cors_wildcard' in electron/dlnaHandlers.ts:254", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in electron/dlnaHandlers.ts:254"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8dbbe4facf7a9683", "name": "Insecure pattern 'node_child_process' in electron/mpvDownloader.ts:17", "shortDescription": {"text": "Insecure pattern 'node_child_process' in electron/mpvDownloader.ts:17"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-74ab9adbba9d10b9", "name": "Insecure pattern 'node_child_process' in installer-shell/main.cjs:8", "shortDescription": {"text": "Insecure pattern 'node_child_process' in installer-shell/main.cjs:8"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-722b5025a6a4bf54", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/components/ContinueWatching.tsx:122", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/components/ContinueWatching.tsx:122"}, "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-a52c185ac2b08e70", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/UpdateModal.tsx:192", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/UpdateModal.tsx:192"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-482c5e8a601ab36a", "name": "Possible secret in e2e/mock-server.cjs", "shortDescription": {"text": "Possible secret in e2e/mock-server.cjs"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "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/upload-artifact@v4 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-46c644c6227e4d4a", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 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-1838a141491ce38c", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6ba9bfab5f283202", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 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-412affc0ef44773b", "name": "Very large file: src/components/ProfileManager.tsx (1445 lines)", "shortDescription": {"text": "Very large file: src/components/ProfileManager.tsx (1445 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-37c41f28c4876929", "name": "Very large file: src/components/CategoryMenu.tsx (1015 lines)", "shortDescription": {"text": "Very large file: src/components/CategoryMenu.tsx (1015 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-319e578bf0f70f83", "name": "Very large file: src/components/ContentDetailModal.tsx (1209 lines)", "shortDescription": {"text": "Very large file: src/components/ContentDetailModal.tsx (1209 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-4bac1b5f381de7eb", "name": "Very large file: src/pages/Series.tsx (1761 lines)", "shortDescription": {"text": "Very large file: src/pages/Series.tsx (1761 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-4ef3fcb1c5414739", "name": "Very large file: src/pages/Downloads.tsx (1607 lines)", "shortDescription": {"text": "Very large file: src/pages/Downloads.tsx (1607 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-016aa456f3bda7e0", "name": "Very large file: src/pages/Home.tsx (1744 lines)", "shortDescription": {"text": "Very large file: src/pages/Home.tsx (1744 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-a5e498c2a5f49eb3", "name": "Very large file: src/pages/LiveTV.tsx (1432 lines)", "shortDescription": {"text": "Very large file: src/pages/LiveTV.tsx (1432 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-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "17 tests / 144 src (ratio 0.12)."}, "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 13 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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 40 placeholder/mock markers across 20 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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-12a1bce59fa572b3", "name": "Commented-code block (8 lines) in vite.config.ts:6", "shortDescription": {"text": "Commented-code block (8 lines) in vite.config.ts:6"}, "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-7c0f1ed1fe93ea8b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 check-categories.js:14", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 check-categories.js:14"}, "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-15838c866b38130f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 check-categories.mjs:12", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 check-categories.mjs:12"}, "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-8d58200e57dc2e33", "name": "`fetch()` without try/.catch or AbortSignal \u2014 electron/providerEpg.ts:226", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 electron/providerEpg.ts:226"}, "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-ff5e59d36a389e62", "name": "Commented-code block (7 lines) in electron/dlnaHandlers.ts:191", "shortDescription": {"text": "Commented-code block (7 lines) in electron/dlnaHandlers.ts:191"}, "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-f3273d0002b99e7f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 electron/dlnaHandlers.ts:152", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 electron/dlnaHandlers.ts:152"}, "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-b59557e917331bc9", "name": "Commented-code block (7 lines) in electron/airplayHandlers.ts:3", "shortDescription": {"text": "Commented-code block (7 lines) in electron/airplayHandlers.ts:3"}, "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-9363f2202fc28251", "name": "`fetch()` without try/.catch or AbortSignal \u2014 electron/ipcHandlers.ts:386", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 electron/ipcHandlers.ts:386"}, "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-2b8f71c15d9bcc49", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/MiniPlayer.tsx:152", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/MiniPlayer.tsx:152"}, "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-e6b650f0839ddf5d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/ContentDetailModal.tsx:93", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/ContentDetailModal.tsx:93"}, "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-29e69d754cf542ec", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/pages/Series.tsx:273", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/pages/Series.tsx:273"}, "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-e731e97c0da7a66b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/pages/Favorites.tsx:318", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/pages/Favorites.tsx:318"}, "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-24c74a01aeb9d573", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/pages/WatchLater.tsx:349", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/pages/WatchLater.tsx:349"}, "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-f1eb72807380d2a3", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/pages/Home.tsx:1643", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/pages/Home.tsx:1643"}, "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-7c30c48fbe9e7943", "name": "Commented-code block (5 lines) in src/services/epgService.ts:85", "shortDescription": {"text": "Commented-code block (5 lines) in src/services/epgService.ts:85"}, "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-d8c9bab12380b832", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/episodeNotificationService.ts:238", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/episodeNotificationService.ts:238"}, "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-aa23b10f0e4204b1", "name": "Commented-code block (5 lines) in src/services/playlistService.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/services/playlistService.ts:3"}, "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-45a453ffd4544b94", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/tmdb.ts:311", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/tmdb.ts:311"}, "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-5526d6dcdb922afe", "name": "Commented-code block (5 lines) in src/services/backupService.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/services/backupService.ts:3"}, "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-d0b17c8c07a7421d", "name": "8 env vars used in code but missing from .env.example", "shortDescription": {"text": "8 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `APPDATA`, `CI`, `DIST`, `HOME`, `NEOSTREAM_E2E_USER_DATA`, `NEOSTREAM_INSTALLER_PREVIEW`, `NODE_ENV`, `VITE_PUBLIC`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4fccaf7d8493dfae", "name": "Frontend route `/pip` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `/pip` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4a5609b3e046abaa", "name": "Frontend route `live` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `live` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3915b0fcfd0aca54", "name": "Frontend route `guide` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `guide` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-adfc170477b3e51b", "name": "Frontend route `vod` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `vod` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5a6bce295d88dd5c", "name": "Frontend route `series` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `series` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e69f3a8466baf5b5", "name": "Frontend route `watch-later` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `watch-later` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-dc9d8524e160ccf4", "name": "Frontend route `favorites` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `favorites` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5c7cdf68319f8cda", "name": "Frontend route `downloads` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `downloads` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-85ae267453984a79", "name": "Frontend route `history` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `history` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0626b4c2e4efcb82", "name": "Frontend route `settings` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `settings` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/17781"}, "properties": {"repository": "Rakjsu/NeoStream", "repoUrl": "https://github.com/Rakjsu/NeoStream", "branch": "main"}, "results": [{"ruleId": "scanner-40c7a0be6273cef6", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 check-categories.js:20"}, "properties": {"repobilityId": "e301ae6382a30303", "scanner": "scanner-primary", "fingerprint": "40c7a0be6273cef6", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-53d6b566526a2f66", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/components/AsyncVideoPlayer.tsx:355"}, "properties": {"repobilityId": "e811458cc1917459", "scanner": "scanner-primary", "fingerprint": "53d6b566526a2f66", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-8d943d56af6e9121", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/components/SeriesDetailPanel.tsx:291"}, "properties": {"repobilityId": "eb60e3e3f803c394", "scanner": "scanner-primary", "fingerprint": "8d943d56af6e9121", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-4d1c87bf56c1866e", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/components/PostUpdateChangelog.tsx:79"}, "properties": {"repobilityId": "303b28649a5e6952", "scanner": "scanner-primary", "fingerprint": "4d1c87bf56c1866e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-0a1ae552c7340366", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/components/CastDeviceSelector.tsx:155"}, "properties": {"repobilityId": "83e0c540b1043692", "scanner": "scanner-primary", "fingerprint": "0a1ae552c7340366", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-3cc5b61731c98ec0", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/ContinueWatching.tsx:163"}, "properties": {"repobilityId": "0a62df700cf0f51f", "scanner": "scanner-primary", "fingerprint": "3cc5b61731c98ec0", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-a73fdae5a8b8ee40", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/UpdateModal.tsx:192"}, "properties": {"repobilityId": "1bb08dda4ef79f3e", "scanner": "scanner-primary", "fingerprint": "a73fdae5a8b8ee40", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-c7c9a517cf192f64", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/components/UpdateNotification.tsx:107"}, "properties": {"repobilityId": "0efc594a047c0149", "scanner": "scanner-primary", "fingerprint": "c7c9a517cf192f64", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-8436cf882f38eeac", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/components/VideoPlayer/VideoPlayer.tsx:397"}, "properties": {"repobilityId": "2991189c363a61e2", "scanner": "scanner-primary", "fingerprint": "8436cf882f38eeac", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-d2726f40f668da97", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/components/VideoPlayer/VideoPlayer.tsx:98"}, "properties": {"repobilityId": "ed8892634f22e274", "scanner": "scanner-primary", "fingerprint": "d2726f40f668da97", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-9bfb49d700da6de9", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/pages/LiveTV.tsx:190"}, "properties": {"repobilityId": "da318ec9fa7c846c", "scanner": "scanner-primary", "fingerprint": "9bfb49d700da6de9", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f5ad011a20087e14", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/services/epgTestService.ts:138"}, "properties": {"repobilityId": "03f05236c2220b10", "scanner": "scanner-primary", "fingerprint": "f5ad011a20087e14", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e16c49a54ce73655", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in electron/mpvPlayer.ts:32"}, "properties": {"repobilityId": "3d1da39a6e5446b0", "scanner": "scanner-primary", "fingerprint": "e16c49a54ce73655", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "electron/mpvPlayer.ts"}, "region": {"startLine": 32}}}]}, {"ruleId": "scanner-47a3d208908371c2", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in electron/dlnaHandlers.ts:6"}, "properties": {"repobilityId": "1d39845f4366b372", "scanner": "scanner-primary", "fingerprint": "47a3d208908371c2", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "electron/dlnaHandlers.ts"}, "region": {"startLine": 6}}}]}, {"ruleId": "scanner-d4f39199aa2a5546", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in electron/dlnaHandlers.ts:254"}, "properties": {"repobilityId": "80196a735642a80c", "scanner": "scanner-primary", "fingerprint": "d4f39199aa2a5546", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "electron/dlnaHandlers.ts"}, "region": {"startLine": 254}}}]}, {"ruleId": "scanner-8dbbe4facf7a9683", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in electron/mpvDownloader.ts:17"}, "properties": {"repobilityId": "a5725fc7b42c4461", "scanner": "scanner-primary", "fingerprint": "8dbbe4facf7a9683", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "electron/mpvDownloader.ts"}, "region": {"startLine": 17}}}]}, {"ruleId": "scanner-74ab9adbba9d10b9", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in installer-shell/main.cjs:8"}, "properties": {"repobilityId": "cafabd0b8d2b9bc6", "scanner": "scanner-primary", "fingerprint": "74ab9adbba9d10b9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "installer-shell/main.cjs"}, "region": {"startLine": 8}}}]}, {"ruleId": "scanner-722b5025a6a4bf54", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/components/ContinueWatching.tsx:122"}, "properties": {"repobilityId": "5822146cdee4439a", "scanner": "scanner-primary", "fingerprint": "722b5025a6a4bf54", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/ContinueWatching.tsx"}, "region": {"startLine": 122}}}]}, {"ruleId": "scanner-a52c185ac2b08e70", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/UpdateModal.tsx:192"}, "properties": {"repobilityId": "4dc8835c7e763f21", "scanner": "scanner-primary", "fingerprint": "a52c185ac2b08e70", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/UpdateModal.tsx"}, "region": {"startLine": 192}}}]}, {"ruleId": "scanner-482c5e8a601ab36a", "level": "error", "message": {"text": "Possible secret in e2e/mock-server.cjs"}, "properties": {"repobilityId": "320cd95614f16c41", "scanner": "scanner-primary", "fingerprint": "482c5e8a601ab36a", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "e2e/mock-server.cjs"}, "region": {"startLine": 28}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "bd7f3c1c34d83159", "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": 64}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "2644034c718fb80d", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 25}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "eeb76410cc935c30", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 28}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "f0dc584a111ffc00", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 53}}}]}, {"ruleId": "scanner-1838a141491ce38c", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "b8fd4f5048f96576", "scanner": "scanner-primary", "fingerprint": "1838a141491ce38c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-6ba9bfab5f283202", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1bf0fd1430c42e23", "scanner": "scanner-primary", "fingerprint": "6ba9bfab5f283202", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build.yml"}, "region": {"startLine": 23}}}]}, {"ruleId": "scanner-6ba9bfab5f283202", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "467d52ae1d8548b6", "scanner": "scanner-primary", "fingerprint": "6ba9bfab5f283202", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build.yml"}, "region": {"startLine": 26}}}]}, {"ruleId": "scanner-6ba9bfab5f283202", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "5a380bb21c7e59ac", "scanner": "scanner-primary", "fingerprint": "6ba9bfab5f283202", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build.yml"}, "region": {"startLine": 52}}}]}, {"ruleId": "scanner-412affc0ef44773b", "level": "note", "message": {"text": "Very large file: src/components/ProfileManager.tsx (1445 lines)"}, "properties": {"repobilityId": "85835b1d45b09aea", "scanner": "scanner-primary", "fingerprint": "412affc0ef44773b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-37c41f28c4876929", "level": "note", "message": {"text": "Very large file: src/components/CategoryMenu.tsx (1015 lines)"}, "properties": {"repobilityId": "44261d5df00bc19b", "scanner": "scanner-primary", "fingerprint": "37c41f28c4876929", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-319e578bf0f70f83", "level": "note", "message": {"text": "Very large file: src/components/ContentDetailModal.tsx (1209 lines)"}, "properties": {"repobilityId": "ba37ce95e50fb56b", "scanner": "scanner-primary", "fingerprint": "319e578bf0f70f83", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-4bac1b5f381de7eb", "level": "note", "message": {"text": "Very large file: src/pages/Series.tsx (1761 lines)"}, "properties": {"repobilityId": "f9d369194e2d7223", "scanner": "scanner-primary", "fingerprint": "4bac1b5f381de7eb", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-4ef3fcb1c5414739", "level": "note", "message": {"text": "Very large file: src/pages/Downloads.tsx (1607 lines)"}, "properties": {"repobilityId": "ee9417341fd5bec5", "scanner": "scanner-primary", "fingerprint": "4ef3fcb1c5414739", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-016aa456f3bda7e0", "level": "note", "message": {"text": "Very large file: src/pages/Home.tsx (1744 lines)"}, "properties": {"repobilityId": "91939324b61238a5", "scanner": "scanner-primary", "fingerprint": "016aa456f3bda7e0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-a5e498c2a5f49eb3", "level": "note", "message": {"text": "Very large file: src/pages/LiveTV.tsx (1432 lines)"}, "properties": {"repobilityId": "a3b424d6e624ab91", "scanner": "scanner-primary", "fingerprint": "a5e498c2a5f49eb3", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "7edeeaa4179d3975", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "e4d504af76283b27", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "61fbed3d3a0c305f", "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": "7fbfa9376bb670ff", "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": "4b0a84b47d08f0d1", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-12a1bce59fa572b3", "level": "none", "message": {"text": "Commented-code block (8 lines) in vite.config.ts:6"}, "properties": {"repobilityId": "97686265a583e21a", "scanner": "scanner-primary", "fingerprint": "12a1bce59fa572b3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7c0f1ed1fe93ea8b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 check-categories.js:14"}, "properties": {"repobilityId": "7210d559dcb32e36", "scanner": "scanner-primary", "fingerprint": "7c0f1ed1fe93ea8b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-15838c866b38130f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 check-categories.mjs:12"}, "properties": {"repobilityId": "07e7d41c0a16ae39", "scanner": "scanner-primary", "fingerprint": "15838c866b38130f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-8d58200e57dc2e33", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 electron/providerEpg.ts:226"}, "properties": {"repobilityId": "099cecd5e2d492be", "scanner": "scanner-primary", "fingerprint": "8d58200e57dc2e33", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-ff5e59d36a389e62", "level": "none", "message": {"text": "Commented-code block (7 lines) in electron/dlnaHandlers.ts:191"}, "properties": {"repobilityId": "28739494ecc9bebf", "scanner": "scanner-primary", "fingerprint": "ff5e59d36a389e62", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f3273d0002b99e7f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 electron/dlnaHandlers.ts:152"}, "properties": {"repobilityId": "b5bddabfe322609d", "scanner": "scanner-primary", "fingerprint": "f3273d0002b99e7f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b59557e917331bc9", "level": "none", "message": {"text": "Commented-code block (7 lines) in electron/airplayHandlers.ts:3"}, "properties": {"repobilityId": "94b564f69ff7c573", "scanner": "scanner-primary", "fingerprint": "b59557e917331bc9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9363f2202fc28251", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 electron/ipcHandlers.ts:386"}, "properties": {"repobilityId": "c7aa5b283d6d5cee", "scanner": "scanner-primary", "fingerprint": "9363f2202fc28251", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2b8f71c15d9bcc49", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/MiniPlayer.tsx:152"}, "properties": {"repobilityId": "bae6cb598e5718eb", "scanner": "scanner-primary", "fingerprint": "2b8f71c15d9bcc49", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e6b650f0839ddf5d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/ContentDetailModal.tsx:93"}, "properties": {"repobilityId": "2255a005044139a2", "scanner": "scanner-primary", "fingerprint": "e6b650f0839ddf5d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-29e69d754cf542ec", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/pages/Series.tsx:273"}, "properties": {"repobilityId": "b671cc80dbce673e", "scanner": "scanner-primary", "fingerprint": "29e69d754cf542ec", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e731e97c0da7a66b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/pages/Favorites.tsx:318"}, "properties": {"repobilityId": "5170745cfb970356", "scanner": "scanner-primary", "fingerprint": "e731e97c0da7a66b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-24c74a01aeb9d573", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/pages/WatchLater.tsx:349"}, "properties": {"repobilityId": "13b1612f0a81e5d0", "scanner": "scanner-primary", "fingerprint": "24c74a01aeb9d573", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f1eb72807380d2a3", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/pages/Home.tsx:1643"}, "properties": {"repobilityId": "0aa77dbafe3d2c08", "scanner": "scanner-primary", "fingerprint": "f1eb72807380d2a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-7c30c48fbe9e7943", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/services/epgService.ts:85"}, "properties": {"repobilityId": "d70e28367fbd76c9", "scanner": "scanner-primary", "fingerprint": "7c30c48fbe9e7943", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d8c9bab12380b832", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/episodeNotificationService.ts:238"}, "properties": {"repobilityId": "9c34740ca2ca19c8", "scanner": "scanner-primary", "fingerprint": "d8c9bab12380b832", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-aa23b10f0e4204b1", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/services/playlistService.ts:3"}, "properties": {"repobilityId": "a7b01cb136fee46e", "scanner": "scanner-primary", "fingerprint": "aa23b10f0e4204b1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-45a453ffd4544b94", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/tmdb.ts:311"}, "properties": {"repobilityId": "9f79f264cf5b902f", "scanner": "scanner-primary", "fingerprint": "45a453ffd4544b94", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5526d6dcdb922afe", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/services/backupService.ts:3"}, "properties": {"repobilityId": "8835cb9afb9c520b", "scanner": "scanner-primary", "fingerprint": "5526d6dcdb922afe", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d0b17c8c07a7421d", "level": "note", "message": {"text": "8 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "17fe720e8247f9df", "scanner": "scanner-primary", "fingerprint": "d0b17c8c07a7421d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-4fccaf7d8493dfae", "level": "warning", "message": {"text": "Frontend route `/pip` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "5bccfa457e491c5a", "scanner": "scanner-primary", "fingerprint": "4fccaf7d8493dfae", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-4a5609b3e046abaa", "level": "warning", "message": {"text": "Frontend route `live` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "3e4bd96a170da5b9", "scanner": "scanner-primary", "fingerprint": "4a5609b3e046abaa", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-3915b0fcfd0aca54", "level": "warning", "message": {"text": "Frontend route `guide` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "f0baa4560a7736df", "scanner": "scanner-primary", "fingerprint": "3915b0fcfd0aca54", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-adfc170477b3e51b", "level": "warning", "message": {"text": "Frontend route `vod` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "13e2d249e43b461f", "scanner": "scanner-primary", "fingerprint": "adfc170477b3e51b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-5a6bce295d88dd5c", "level": "warning", "message": {"text": "Frontend route `series` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "e97bf822f37334d4", "scanner": "scanner-primary", "fingerprint": "5a6bce295d88dd5c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-e69f3a8466baf5b5", "level": "warning", "message": {"text": "Frontend route `watch-later` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "9e1cb1294bea1af5", "scanner": "scanner-primary", "fingerprint": "e69f3a8466baf5b5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-dc9d8524e160ccf4", "level": "warning", "message": {"text": "Frontend route `favorites` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "ca33fc1c93bfc39d", "scanner": "scanner-primary", "fingerprint": "dc9d8524e160ccf4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-5c7cdf68319f8cda", "level": "warning", "message": {"text": "Frontend route `downloads` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "cc41f5fbb0e18df8", "scanner": "scanner-primary", "fingerprint": "5c7cdf68319f8cda", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-85ae267453984a79", "level": "warning", "message": {"text": "Frontend route `history` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "f2f487740b3be6cc", "scanner": "scanner-primary", "fingerprint": "85ae267453984a79", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-0626b4c2e4efcb82", "level": "warning", "message": {"text": "Frontend route `settings` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "9badda3b3a471962", "scanner": "scanner-primary", "fingerprint": "0626b4c2e4efcb82", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}]}]}