{"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-1ea420357ae512fb", "name": "Stray `console.log` in TS/JS \u2014 desktop/src/main/index.ts:127", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 desktop/src/main/index.ts:127"}, "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-10a1e534b08e7688", "name": "Stray `console.log` in TS/JS \u2014 desktop/src/main/scheduler.ts:180", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 desktop/src/main/scheduler.ts:180"}, "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-d301a04362ed7d23", "name": "Stray `console.log` in TS/JS \u2014 desktop/src/main/updater.ts:19", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 desktop/src/main/updater.ts:19"}, "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-5c5deacf65e3e037", "name": "Insecure pattern 'node_child_process' in scripts/benchmark/baseline.mjs:14", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/benchmark/baseline.mjs:14"}, "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-4af3ab65a762cc2a", "name": "Insecure pattern 'cors_wildcard' in cloudflare-worker/src/index.ts:16", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in cloudflare-worker/src/index.ts:16"}, "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-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-46a2d06c53494a21", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "pnpm/action-setup@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": "medium", "confidence": 1.0}}, {"id": "scanner-8093eacaeae4ee87", "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-8bea40ddd43ed0cc", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "pnpm/action-setup@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": "medium", "confidence": 1.0}}, {"id": "scanner-adac33573eeeb5d4", "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-27924aa79fa4a517", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "dtolnay/rust-toolchain@stable 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": "medium", "confidence": 1.0}}, {"id": "scanner-fdd733eab4bdca33", "name": "Very large file: core/src/json_api.rs (4291 lines)", "shortDescription": {"text": "Very large file: core/src/json_api.rs (4291 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-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 19 placeholder/mock markers across 17 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-7f02bf33b8828385", "name": "Commented-code block (6 lines) in scripts/benchmark/baseline.mjs:1", "shortDescription": {"text": "Commented-code block (6 lines) in scripts/benchmark/baseline.mjs:1"}, "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-f26b362affe3560b", "name": "Commented-code block (5 lines) in src/App.tsx:125", "shortDescription": {"text": "Commented-code block (5 lines) in src/App.tsx:125"}, "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-c4bb3073a220d45d", "name": "Commented-code block (6 lines) in src/hooks/useChampSelect.ts:60", "shortDescription": {"text": "Commented-code block (6 lines) in src/hooks/useChampSelect.ts:60"}, "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-12e3d92f861f8d83", "name": "Commented-code block (5 lines) in src/types/feedback.ts:4", "shortDescription": {"text": "Commented-code block (5 lines) in src/types/feedback.ts:4"}, "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-17cd5c2a4e1b1bdc", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/types/generated/DataTrajectoryView.ts:25", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/types/generated/DataTrajectoryView.ts:25"}, "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-d6dc09157d8b7cb6", "name": "Legacy-named symbol `progress__copy` in src/components/lobby/PoolBuilder.tsx:109", "shortDescription": {"text": "Legacy-named symbol `progress__copy` in src/components/lobby/PoolBuilder.tsx:109"}, "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-a2117cbf69ae2fe8", "name": "Legacy-named symbol `analytics__copy` in src/components/champ-select/FeedbackAnalyticsPanel.tsx:52", "shortDescription": {"text": "Legacy-named symbol `analytics__copy` in src/components/champ-select/FeedbackAnalyticsPanel.tsx:52"}, "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-0976d23ad9d49e87", "name": "`fetch()` without try/.catch or AbortSignal \u2014 cloudflare-worker/src/index.ts:26", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 cloudflare-worker/src/index.ts:26"}, "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-8a3fd6aecc898081", "name": "Commented-code block (6 lines) in desktop/src/main/scheduler.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in desktop/src/main/scheduler.ts:1"}, "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-0e217671f24aaaae", "name": "`fetch()` without try/.catch or AbortSignal \u2014 desktop/src/main/ddragon.ts:4", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 desktop/src/main/ddragon.ts:4"}, "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-2b4d8bbfa5f6bf20", "name": "Commented-code block (6 lines) in desktop/src/main/live-client.ts:6", "shortDescription": {"text": "Commented-code block (6 lines) in desktop/src/main/live-client.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-ab5651feabc80401", "name": "Commented-code block (5 lines) in desktop/src/main/db.ts:10", "shortDescription": {"text": "Commented-code block (5 lines) in desktop/src/main/db.ts:10"}, "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-f52b6e32b168b26f", "name": "Commented-code block (5 lines) in desktop/src/main/match-v5.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in desktop/src/main/match-v5.ts:1"}, "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-549d11f38e740453", "name": "Commented-code block (8 lines) in desktop/src/main/commands/recommendations.ts:1", "shortDescription": {"text": "Commented-code block (8 lines) in desktop/src/main/commands/recommendations.ts:1"}, "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-9e7a4e26fc948bce", "name": "Commented-code block (5 lines) in desktop/src/main/commands/overlay.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in desktop/src/main/commands/overlay.ts:1"}, "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-52519fca7e4b2249", "name": "Commented-code block (5 lines) in desktop/src/main/commands/feedback-flush.ts:6", "shortDescription": {"text": "Commented-code block (5 lines) in desktop/src/main/commands/feedback-flush.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-49d31a8d2edf662b", "name": "Commented-code block (5 lines) in desktop/src/main/commands/insights.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in desktop/src/main/commands/insights.ts:1"}, "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-62014d0e9d4733d9", "name": "Commented-code block (7 lines) in desktop/src/main/commands/analysis.ts:1", "shortDescription": {"text": "Commented-code block (7 lines) in desktop/src/main/commands/analysis.ts:1"}, "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-f9810782692ac900", "name": "Commented-code block (6 lines) in desktop/src/main/commands/data-quality.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in desktop/src/main/commands/data-quality.ts:1"}, "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-d96575766a6c3aa1", "name": "Commented-code block (10 lines) in desktop/src/main/riot/client.ts:3", "shortDescription": {"text": "Commented-code block (10 lines) in desktop/src/main/riot/client.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-6ba3faee47dcec27", "name": "`fetch()` without try/.catch or AbortSignal \u2014 desktop/src/main/riot/client.ts:118", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 desktop/src/main/riot/client.ts:118"}, "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-a4558ec45f0f3a0b", "name": "Commented-code block (5 lines) in desktop/src/main/lcu/client.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in desktop/src/main/lcu/client.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-b1b1dfa840efe264", "name": "Commented-code block (7 lines) in desktop/src/main/lcu/websocket.ts:3", "shortDescription": {"text": "Commented-code block (7 lines) in desktop/src/main/lcu/websocket.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-250f57e8a1dbd3c5", "name": "4 env vars used in code but missing from .env.example", "shortDescription": {"text": "4 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `APPDATA`, `CSA_SMOKE`, `ELECTRON_RENDERER_URL`, `TAURI_DEV_HOST`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/24563"}, "properties": {"repository": "Berkilic41/champ-select-assistant", "repoUrl": "https://github.com/Berkilic41/champ-select-assistant", "branch": "main"}, "results": [{"ruleId": "scanner-1ea420357ae512fb", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 desktop/src/main/index.ts:127"}, "properties": {"repobilityId": "91eae312176fe5ec", "scanner": "scanner-primary", "fingerprint": "1ea420357ae512fb", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-10a1e534b08e7688", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 desktop/src/main/scheduler.ts:180"}, "properties": {"repobilityId": "a430fa1676afcc33", "scanner": "scanner-primary", "fingerprint": "10a1e534b08e7688", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d301a04362ed7d23", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 desktop/src/main/updater.ts:19"}, "properties": {"repobilityId": "282276a437851bae", "scanner": "scanner-primary", "fingerprint": "d301a04362ed7d23", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-5c5deacf65e3e037", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/benchmark/baseline.mjs:14"}, "properties": {"repobilityId": "1f597233e98f6693", "scanner": "scanner-primary", "fingerprint": "5c5deacf65e3e037", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/benchmark/baseline.mjs"}, "region": {"startLine": 14}}}]}, {"ruleId": "scanner-4af3ab65a762cc2a", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in cloudflare-worker/src/index.ts:16"}, "properties": {"repobilityId": "6e93972215097432", "scanner": "scanner-primary", "fingerprint": "4af3ab65a762cc2a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cloudflare-worker/src/index.ts"}, "region": {"startLine": 16}}}]}, {"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-46a2d06c53494a21", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ec742e4bc700614e", "scanner": "scanner-primary", "fingerprint": "46a2d06c53494a21", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-internal.yml"}, "region": {"startLine": 25}}}]}, {"ruleId": "scanner-46a2d06c53494a21", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "9e711e4b7c9f295a", "scanner": "scanner-primary", "fingerprint": "46a2d06c53494a21", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-internal.yml"}, "region": {"startLine": 30}}}]}, {"ruleId": "scanner-46a2d06c53494a21", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "c4e881d3aaac0b16", "scanner": "scanner-primary", "fingerprint": "46a2d06c53494a21", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-internal.yml"}, "region": {"startLine": 36}}}]}, {"ruleId": "scanner-46a2d06c53494a21", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "4e1932deaeebf4f2", "scanner": "scanner-primary", "fingerprint": "46a2d06c53494a21", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-internal.yml"}, "region": {"startLine": 39}}}]}, {"ruleId": "scanner-46a2d06c53494a21", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "42dcc2d446360db7", "scanner": "scanner-primary", "fingerprint": "46a2d06c53494a21", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-internal.yml"}, "region": {"startLine": 52}}}]}, {"ruleId": "scanner-8093eacaeae4ee87", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "1e87f1db1719ceec", "scanner": "scanner-primary", "fingerprint": "8093eacaeae4ee87", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-internal.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8bea40ddd43ed0cc", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "d7fb1d932e2ea989", "scanner": "scanner-primary", "fingerprint": "8bea40ddd43ed0cc", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-public.yml"}, "region": {"startLine": 24}}}]}, {"ruleId": "scanner-8bea40ddd43ed0cc", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "04f5386619ccc983", "scanner": "scanner-primary", "fingerprint": "8bea40ddd43ed0cc", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-public.yml"}, "region": {"startLine": 29}}}]}, {"ruleId": "scanner-8bea40ddd43ed0cc", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "62b381b331feb1a0", "scanner": "scanner-primary", "fingerprint": "8bea40ddd43ed0cc", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-public.yml"}, "region": {"startLine": 35}}}]}, {"ruleId": "scanner-8bea40ddd43ed0cc", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "f555e561baa0b2bb", "scanner": "scanner-primary", "fingerprint": "8bea40ddd43ed0cc", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-public.yml"}, "region": {"startLine": 38}}}]}, {"ruleId": "scanner-8bea40ddd43ed0cc", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "86b074ff216f0c6a", "scanner": "scanner-primary", "fingerprint": "8bea40ddd43ed0cc", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-public.yml"}, "region": {"startLine": 62}}}]}, {"ruleId": "scanner-adac33573eeeb5d4", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "8182a6ea3e3bfc3c", "scanner": "scanner-primary", "fingerprint": "adac33573eeeb5d4", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-public.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ae83c03bfc0a4d34", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 21}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "54c8f1b47dd62535", "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": 26}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "54597edb7f5bad38", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 52}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "989a74409a402368", "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": 57}}}]}, {"ruleId": "scanner-fdd733eab4bdca33", "level": "note", "message": {"text": "Very large file: core/src/json_api.rs (4291 lines)"}, "properties": {"repobilityId": "53649aac654e663b", "scanner": "scanner-primary", "fingerprint": "fdd733eab4bdca33", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "927f182ae74f8d15", "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": "940e83409d29c46c", "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": "f53a4b130c2fa7b0", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-7f02bf33b8828385", "level": "none", "message": {"text": "Commented-code block (6 lines) in scripts/benchmark/baseline.mjs:1"}, "properties": {"repobilityId": "b5d985ae590b4ca7", "scanner": "scanner-primary", "fingerprint": "7f02bf33b8828385", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f26b362affe3560b", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/App.tsx:125"}, "properties": {"repobilityId": "0d73112df63b1fa4", "scanner": "scanner-primary", "fingerprint": "f26b362affe3560b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c4bb3073a220d45d", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/hooks/useChampSelect.ts:60"}, "properties": {"repobilityId": "77214580afb4da54", "scanner": "scanner-primary", "fingerprint": "c4bb3073a220d45d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-12e3d92f861f8d83", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/types/feedback.ts:4"}, "properties": {"repobilityId": "8371bfe3ddb0420d", "scanner": "scanner-primary", "fingerprint": "12e3d92f861f8d83", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-17cd5c2a4e1b1bdc", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/types/generated/DataTrajectoryView.ts:25"}, "properties": {"repobilityId": "3bb578f9806e3213", "scanner": "scanner-primary", "fingerprint": "17cd5c2a4e1b1bdc", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d6dc09157d8b7cb6", "level": "note", "message": {"text": "Legacy-named symbol `progress__copy` in src/components/lobby/PoolBuilder.tsx:109"}, "properties": {"repobilityId": "0e4ef726d93f846e", "scanner": "scanner-primary", "fingerprint": "d6dc09157d8b7cb6", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-a2117cbf69ae2fe8", "level": "note", "message": {"text": "Legacy-named symbol `analytics__copy` in src/components/champ-select/FeedbackAnalyticsPanel.tsx:52"}, "properties": {"repobilityId": "feabf32a2bafa024", "scanner": "scanner-primary", "fingerprint": "a2117cbf69ae2fe8", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-0976d23ad9d49e87", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 cloudflare-worker/src/index.ts:26"}, "properties": {"repobilityId": "b7dd45b271f144ec", "scanner": "scanner-primary", "fingerprint": "0976d23ad9d49e87", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-8a3fd6aecc898081", "level": "none", "message": {"text": "Commented-code block (6 lines) in desktop/src/main/scheduler.ts:1"}, "properties": {"repobilityId": "7e24dc4417a60637", "scanner": "scanner-primary", "fingerprint": "8a3fd6aecc898081", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0e217671f24aaaae", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 desktop/src/main/ddragon.ts:4"}, "properties": {"repobilityId": "0b30323daf3ed540", "scanner": "scanner-primary", "fingerprint": "0e217671f24aaaae", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2b4d8bbfa5f6bf20", "level": "none", "message": {"text": "Commented-code block (6 lines) in desktop/src/main/live-client.ts:6"}, "properties": {"repobilityId": "073dc7cfb7bb91af", "scanner": "scanner-primary", "fingerprint": "2b4d8bbfa5f6bf20", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ab5651feabc80401", "level": "none", "message": {"text": "Commented-code block (5 lines) in desktop/src/main/db.ts:10"}, "properties": {"repobilityId": "1b85dd65e0b82795", "scanner": "scanner-primary", "fingerprint": "ab5651feabc80401", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f52b6e32b168b26f", "level": "none", "message": {"text": "Commented-code block (5 lines) in desktop/src/main/match-v5.ts:1"}, "properties": {"repobilityId": "5935eb1b23e186fb", "scanner": "scanner-primary", "fingerprint": "f52b6e32b168b26f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-549d11f38e740453", "level": "none", "message": {"text": "Commented-code block (8 lines) in desktop/src/main/commands/recommendations.ts:1"}, "properties": {"repobilityId": "503265847f5f9b66", "scanner": "scanner-primary", "fingerprint": "549d11f38e740453", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9e7a4e26fc948bce", "level": "none", "message": {"text": "Commented-code block (5 lines) in desktop/src/main/commands/overlay.ts:1"}, "properties": {"repobilityId": "8fb33862f47ad881", "scanner": "scanner-primary", "fingerprint": "9e7a4e26fc948bce", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-52519fca7e4b2249", "level": "none", "message": {"text": "Commented-code block (5 lines) in desktop/src/main/commands/feedback-flush.ts:6"}, "properties": {"repobilityId": "82f00ae578573d44", "scanner": "scanner-primary", "fingerprint": "52519fca7e4b2249", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-49d31a8d2edf662b", "level": "none", "message": {"text": "Commented-code block (5 lines) in desktop/src/main/commands/insights.ts:1"}, "properties": {"repobilityId": "77bded2c90f8cd4d", "scanner": "scanner-primary", "fingerprint": "49d31a8d2edf662b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-62014d0e9d4733d9", "level": "none", "message": {"text": "Commented-code block (7 lines) in desktop/src/main/commands/analysis.ts:1"}, "properties": {"repobilityId": "ec286341674ac142", "scanner": "scanner-primary", "fingerprint": "62014d0e9d4733d9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f9810782692ac900", "level": "none", "message": {"text": "Commented-code block (6 lines) in desktop/src/main/commands/data-quality.ts:1"}, "properties": {"repobilityId": "754c9f1d5039fe4a", "scanner": "scanner-primary", "fingerprint": "f9810782692ac900", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d96575766a6c3aa1", "level": "none", "message": {"text": "Commented-code block (10 lines) in desktop/src/main/riot/client.ts:3"}, "properties": {"repobilityId": "6840036ec539f0ca", "scanner": "scanner-primary", "fingerprint": "d96575766a6c3aa1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6ba3faee47dcec27", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 desktop/src/main/riot/client.ts:118"}, "properties": {"repobilityId": "6924ff95d0097939", "scanner": "scanner-primary", "fingerprint": "6ba3faee47dcec27", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a4558ec45f0f3a0b", "level": "none", "message": {"text": "Commented-code block (5 lines) in desktop/src/main/lcu/client.ts:3"}, "properties": {"repobilityId": "90aa2f3b27449e64", "scanner": "scanner-primary", "fingerprint": "a4558ec45f0f3a0b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b1b1dfa840efe264", "level": "none", "message": {"text": "Commented-code block (7 lines) in desktop/src/main/lcu/websocket.ts:3"}, "properties": {"repobilityId": "facd53b54dcbc00e", "scanner": "scanner-primary", "fingerprint": "b1b1dfa840efe264", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-250f57e8a1dbd3c5", "level": "none", "message": {"text": "4 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "57584f22b735b5ee", "scanner": "scanner-primary", "fingerprint": "250f57e8a1dbd3c5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}