{"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-f565ffc45149e8af", "name": "Stray `console.log` in TS/JS \u2014 ts/packages/react/src/provider.tsx:242", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 ts/packages/react/src/provider.tsx:242"}, "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-e012db42802da7ed", "name": "Stray `console.log` in TS/JS \u2014 ts/packages/anyfs-native/test/async-smoke.js:18", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 ts/packages/anyfs-native/test/async-smoke.js:18"}, "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-2b965eb85ce79e39", "name": "Stray `console.log` in TS/JS \u2014 ts/packages/core/src/wasm-session.ts:77", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 ts/packages/core/src/wasm-session.ts:77"}, "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-f9394d3b941f2587", "name": "Stray `console.log` in TS/JS \u2014 ts/packages/core/src/index.ts:64", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 ts/packages/core/src/index.ts:64"}, "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-f438f7401b4d378a", "name": "Stray `console.log` in TS/JS \u2014 ts/packages/core/src/worker.ts:23", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 ts/packages/core/src/worker.ts:23"}, "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-571cb2114c1c8d0e", "name": "\"active\" state uses light bg in a dark theme \u2014 ts/examples/vite-demo/src/Settings.tsx:196", "shortDescription": {"text": "\"active\" state uses light bg in a dark theme \u2014 ts/examples/vite-demo/src/Settings.tsx:196"}, "fullDescription": {"text": "A ternary like `active ? 'bg-white' : '...'` (or bg-gray-100/200) on a dark theme produces jarring white pills. Use a dark-emphasized active state instead \u2014 border + ring or slightly brighter dark bg. Example: `active ? 'bg-gray-800 border-gray-500 ring-1 ring-blue-500/30' : '\u2026'`.\n\nWhy: P-E in CHECKLIST.md \u2014 light bg in a dark theme is a class of regression.\nRule id: fq.active-light-bg"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-955a459542363b07", "name": "Stray `console.log` in TS/JS \u2014 ts/examples/vite-demo/src/App.tsx:40", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 ts/examples/vite-demo/src/App.tsx:40"}, "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-ce58d66af3759b6a", "name": "`truncate` class without `title=` for hover reveal \u2014 ts/examples/vite-demo/src/components/RecentsList.tsx:54", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 ts/examples/vite-demo/src/components/RecentsList.tsx:54"}, "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-4016eb0164f6b593", "name": "`truncate` class without `title=` for hover reveal \u2014 ts/examples/vite-demo/src/components/SystemDrivesDialog.tsx:120", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 ts/examples/vite-demo/src/components/SystemDrivesDialog.tsx:120"}, "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-71926bd30e4c1bbd", "name": "Icon-only button without accessible name \u2014 ts/examples/vite-demo/src/components/DownloadStatus.tsx:35", "shortDescription": {"text": "Icon-only button without accessible name \u2014 ts/examples/vite-demo/src/components/DownloadStatus.tsx:35"}, "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-9eab7c571abbcf20", "name": "`truncate` class without `title=` for hover reveal \u2014 ts/examples/vite-demo/src/components/DownloadStatus.tsx:12", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 ts/examples/vite-demo/src/components/DownloadStatus.tsx:12"}, "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-c21aebe4741bb1a5", "name": "Stray `console.log` in TS/JS \u2014 ts/examples/electron-demo/src/main.ts:482", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 ts/examples/electron-demo/src/main.ts:482"}, "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-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-6e986e5a1674b2d5", "name": "Insecure pattern 'node_child_process' in scripts/poc-nbd/make-test-image.mjs:10", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/poc-nbd/make-test-image.mjs:10"}, "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-44d39295905fd3f7", "name": "Insecure pattern 'node_child_process' in scripts/poc-nbd/test-stage1.mjs:8", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/poc-nbd/test-stage1.mjs: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-98d85bfa0f14d511", "name": "Insecure pattern 'node_child_process' in scripts/poc-nbd/test-stage2.mjs:8", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/poc-nbd/test-stage2.mjs: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-5e2f20eee57e518e", "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-e2759a023b39cc39", "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-b5caec6f9ba3c1c2", "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-a127820b38526393", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/cache@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-7aa31a7c4aa1ecd0", "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-0bb255d83bd1c87a", "name": "Node manifest has dependencies but no lockfile: ts/tests/e2e/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: ts/tests/e2e/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-30cde6d328ef21c0", "name": "Node manifest has dependencies but no lockfile: ts/packages/trees/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: ts/packages/trees/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-956f09f3c3597648", "name": "Node manifest has dependencies but no lockfile: ts/packages/react/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: ts/packages/react/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c811962ae8fce2a5", "name": "Node manifest has dependencies but no lockfile: ts/packages/anyfs-native/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: ts/packages/anyfs-native/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8c1607dc24e70f1e", "name": "Node manifest has dependencies but no lockfile: ts/packages/core/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: ts/packages/core/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b929ba1aa71dc2cb", "name": "Node manifest has dependencies but no lockfile: ts/packages/nbd-proxy/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: ts/packages/nbd-proxy/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3e560a1cc02b7a13", "name": "Node manifest has dependencies but no lockfile: ts/examples/vite-demo/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: ts/examples/vite-demo/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5f259b1453256604", "name": "Node manifest has dependencies but no lockfile: ts/examples/electron-demo/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: ts/examples/electron-demo/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 58 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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-837a9b879db3cea8", "name": "Commented-code block (7 lines) in scripts/lkl-wasm-tools/wasm_prefix_kernel_symbols.py:209", "shortDescription": {"text": "Commented-code block (7 lines) in scripts/lkl-wasm-tools/wasm_prefix_kernel_symbols.py:209"}, "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-4d78262203e188a7", "name": "Commented-code block (7 lines) in scripts/lkl-wasm-tools/wasm_fix_absolute_brackets.py:447", "shortDescription": {"text": "Commented-code block (7 lines) in scripts/lkl-wasm-tools/wasm_fix_absolute_brackets.py:447"}, "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-b78555508aae33cf", "name": "Commented-code block (6 lines) in ts/tests/integration/test-core.mjs:155", "shortDescription": {"text": "Commented-code block (6 lines) in ts/tests/integration/test-core.mjs:155"}, "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-5c6b919c1b8bda61", "name": "Commented-code block (13 lines) in ts/tests/e2e/flows/whole-disk-ext4-mount.spec.ts:6", "shortDescription": {"text": "Commented-code block (13 lines) in ts/tests/e2e/flows/whole-disk-ext4-mount.spec.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-7ad774fe51ac250d", "name": "Commented-code block (10 lines) in ts/tests/e2e/flows/open-browse-download.spec.ts:17", "shortDescription": {"text": "Commented-code block (10 lines) in ts/tests/e2e/flows/open-browse-download.spec.ts:17"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-2c49b0e22202dae8", "name": "Commented-code block (6 lines) in ts/tests/e2e/flows/url-load.spec.ts:21", "shortDescription": {"text": "Commented-code block (6 lines) in ts/tests/e2e/flows/url-load.spec.ts:21"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-b2ef25a0765e28d9", "name": "Commented-code block (5 lines) in ts/tests/e2e/flows/errors.spec.ts:8", "shortDescription": {"text": "Commented-code block (5 lines) in ts/tests/e2e/flows/errors.spec.ts:8"}, "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-c1d98f96bc04bf96", "name": "Commented-code block (9 lines) in ts/tests/e2e/flows/formats.spec.ts:11", "shortDescription": {"text": "Commented-code block (9 lines) in ts/tests/e2e/flows/formats.spec.ts:11"}, "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-749264fc767dde95", "name": "Commented-code block (6 lines) in ts/tests/e2e/electron-only/backend-switch.spec.ts:7", "shortDescription": {"text": "Commented-code block (6 lines) in ts/tests/e2e/electron-only/backend-switch.spec.ts:7"}, "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-1c9b496fe3c49678", "name": "Commented-code block (5 lines) in ts/tests/e2e/fixtures/manifest.ts:85", "shortDescription": {"text": "Commented-code block (5 lines) in ts/tests/e2e/fixtures/manifest.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-e6ef178de9045af4", "name": "Commented-code block (7 lines) in ts/tests/e2e/fixtures/generate.mjs:224", "shortDescription": {"text": "Commented-code block (7 lines) in ts/tests/e2e/fixtures/generate.mjs:224"}, "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-37b87f5e1be20c13", "name": "Commented-code block (10 lines) in ts/tests/e2e/drivers/electron-driver.ts:53", "shortDescription": {"text": "Commented-code block (10 lines) in ts/tests/e2e/drivers/electron-driver.ts:53"}, "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-84759dc68c5d5edb", "name": "Commented-code block (10 lines) in ts/tests/e2e/drivers/dom-actions.ts:4", "shortDescription": {"text": "Commented-code block (10 lines) in ts/tests/e2e/drivers/dom-actions.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-29c21cd672192402", "name": "Commented-code block (6 lines) in ts/tests/e2e/drivers/web-driver.ts:21", "shortDescription": {"text": "Commented-code block (6 lines) in ts/tests/e2e/drivers/web-driver.ts:21"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-f8c8fac71df9a7f0", "name": "Commented-code block (7 lines) in ts/packages/trees/src/AnyfsFileBrowser.tsx:115", "shortDescription": {"text": "Commented-code block (7 lines) in ts/packages/trees/src/AnyfsFileBrowser.tsx:115"}, "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-d95fe21e3f843fc6", "name": "`fetch()` without try/.catch or AbortSignal \u2014 ts/packages/anyfs-native/src/http-disk-server.ts:9", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 ts/packages/anyfs-native/src/http-disk-server.ts:9"}, "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-a836502f5c58d346", "name": "Commented-code block (7 lines) in ts/packages/core/test/smoke.node.mjs:5", "shortDescription": {"text": "Commented-code block (7 lines) in ts/packages/core/test/smoke.node.mjs:5"}, "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-b02ee289571d0ba5", "name": "Commented-code block (5 lines) in ts/packages/core/src/dispatch.ts:64", "shortDescription": {"text": "Commented-code block (5 lines) in ts/packages/core/src/dispatch.ts:64"}, "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-5330990704007482", "name": "Commented-code block (5 lines) in ts/packages/core/src/worker.ts:120", "shortDescription": {"text": "Commented-code block (5 lines) in ts/packages/core/src/worker.ts:120"}, "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-ff2f84bb7f7b1093", "name": "`fetch()` without try/.catch or AbortSignal \u2014 ts/packages/nbd-proxy/src/sources/http.ts:17", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 ts/packages/nbd-proxy/src/sources/http.ts:17"}, "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-c97f0ff7555a8360", "name": "Commented-code block (8 lines) in ts/examples/vite-demo/vite.config.ts:13", "shortDescription": {"text": "Commented-code block (8 lines) in ts/examples/vite-demo/vite.config.ts:13"}, "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-d5fbc1d8fa50eb0e", "name": "`fetch()` without try/.catch or AbortSignal \u2014 ts/examples/vite-demo/src/usePathProxy.ts:15", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 ts/examples/vite-demo/src/usePathProxy.ts:15"}, "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-b748b592f4e7a37e", "name": "Commented-code block (5 lines) in ts/examples/vite-demo/src/recents.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in ts/examples/vite-demo/src/recents.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-89bcec83c272519a", "name": "Commented-code block (5 lines) in ts/examples/vite-demo/src/main.tsx:6", "shortDescription": {"text": "Commented-code block (5 lines) in ts/examples/vite-demo/src/main.tsx: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-fdd7f4c2af8ee6d6", "name": "Commented-code block (6 lines) in ts/examples/vite-demo/src/stream-download.ts:5", "shortDescription": {"text": "Commented-code block (6 lines) in ts/examples/vite-demo/src/stream-download.ts:5"}, "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-df99e4c6e0770912", "name": "Commented-code block (5 lines) in ts/examples/vite-demo/src/App.tsx:64", "shortDescription": {"text": "Commented-code block (5 lines) in ts/examples/vite-demo/src/App.tsx:64"}, "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-51cec0ed8d0e1dd0", "name": "Commented-code block (6 lines) in ts/examples/vite-demo/src/sw-download.ts:19", "shortDescription": {"text": "Commented-code block (6 lines) in ts/examples/vite-demo/src/sw-download.ts:19"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-acede57703787a2f", "name": "Commented-code block (5 lines) in ts/examples/vite-demo/src/components/SupportedFormats.tsx:243", "shortDescription": {"text": "Commented-code block (5 lines) in ts/examples/vite-demo/src/components/SupportedFormats.tsx:243"}, "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-fcbf64dedefa5bb3", "name": "Commented-code block (5 lines) in ts/examples/vite-demo/src/components/UrlPromptDialog.tsx:5", "shortDescription": {"text": "Commented-code block (5 lines) in ts/examples/vite-demo/src/components/UrlPromptDialog.tsx:5"}, "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-0f5bb0f24832b124", "name": "`fetch()` without try/.catch or AbortSignal \u2014 ts/examples/electron-demo/src/http-proxy-worker.ts:5", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 ts/examples/electron-demo/src/http-proxy-worker.ts:5"}, "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-dff040c20c8939ed", "name": "Commented-code block (8 lines) in ts/examples/electron-demo/src/preload.ts:73", "shortDescription": {"text": "Commented-code block (8 lines) in ts/examples/electron-demo/src/preload.ts:73"}, "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-64eb3660167493cc", "name": "Commented-code block (8 lines) in ts/examples/electron-demo/src/main.ts:32", "shortDescription": {"text": "Commented-code block (8 lines) in ts/examples/electron-demo/src/main.ts:32"}, "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-8c242e8db73f88be", "name": "`fetch()` without try/.catch or AbortSignal \u2014 ts/examples/electron-demo/src/main.ts:196", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 ts/examples/electron-demo/src/main.ts:196"}, "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-85c9d03df3dc5654", "name": "Commented-code block (7 lines) in ts/examples/electron-demo/src/native-loader.ts:102", "shortDescription": {"text": "Commented-code block (7 lines) in ts/examples/electron-demo/src/native-loader.ts:102"}, "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-be46ea126aa5d8dc", "name": "Near-duplicate function bodies in 3 places", "shortDescription": {"text": "Near-duplicate function bodies in 3 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nscripts/lkl-wasm-tools/wasm_prefix_kernel_symbols.py:read_uleb, scripts/lkl-wasm-tools/wasm_fix_absolute_brackets.py:read_uleb, scripts/lkl-wasm-tools/wasm_fix_absolute_brackets.py:read_sleb\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2c04133e54348533", "name": "Near-duplicate function bodies in 2 places", "shortDescription": {"text": "Near-duplicate function bodies in 2 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nscripts/lkl-wasm-tools/wasm_prefix_kernel_symbols.py:write_uleb, scripts/lkl-wasm-tools/wasm_fix_absolute_brackets.py:write_uleb\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/22970"}, "properties": {"repository": "xdqi/anyfs", "repoUrl": "https://github.com/xdqi/anyfs", "branch": "main"}, "results": [{"ruleId": "scanner-f565ffc45149e8af", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 ts/packages/react/src/provider.tsx:242"}, "properties": {"repobilityId": "56cc66e4cbe16a71", "scanner": "scanner-primary", "fingerprint": "f565ffc45149e8af", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e012db42802da7ed", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 ts/packages/anyfs-native/test/async-smoke.js:18"}, "properties": {"repobilityId": "ebf1d22c263b73cf", "scanner": "scanner-primary", "fingerprint": "e012db42802da7ed", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-2b965eb85ce79e39", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 ts/packages/core/src/wasm-session.ts:77"}, "properties": {"repobilityId": "ed08d805a146051c", "scanner": "scanner-primary", "fingerprint": "2b965eb85ce79e39", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f9394d3b941f2587", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 ts/packages/core/src/index.ts:64"}, "properties": {"repobilityId": "4a6a677bebbb6f7a", "scanner": "scanner-primary", "fingerprint": "f9394d3b941f2587", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f438f7401b4d378a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 ts/packages/core/src/worker.ts:23"}, "properties": {"repobilityId": "c642950bdf56c43b", "scanner": "scanner-primary", "fingerprint": "f438f7401b4d378a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-571cb2114c1c8d0e", "level": "note", "message": {"text": "\"active\" state uses light bg in a dark theme \u2014 ts/examples/vite-demo/src/Settings.tsx:196"}, "properties": {"repobilityId": "8295b984dadd806e", "scanner": "scanner-primary", "fingerprint": "571cb2114c1c8d0e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.active-light-bg"]}}, {"ruleId": "scanner-955a459542363b07", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 ts/examples/vite-demo/src/App.tsx:40"}, "properties": {"repobilityId": "66be0386b3a918fe", "scanner": "scanner-primary", "fingerprint": "955a459542363b07", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-ce58d66af3759b6a", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 ts/examples/vite-demo/src/components/RecentsList.tsx:54"}, "properties": {"repobilityId": "3b590264a077efdf", "scanner": "scanner-primary", "fingerprint": "ce58d66af3759b6a", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-4016eb0164f6b593", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 ts/examples/vite-demo/src/components/SystemDrivesDialog.tsx:120"}, "properties": {"repobilityId": "76c8f4ebd4d5f77a", "scanner": "scanner-primary", "fingerprint": "4016eb0164f6b593", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-71926bd30e4c1bbd", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 ts/examples/vite-demo/src/components/DownloadStatus.tsx:35"}, "properties": {"repobilityId": "b09b95b77115a026", "scanner": "scanner-primary", "fingerprint": "71926bd30e4c1bbd", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-9eab7c571abbcf20", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 ts/examples/vite-demo/src/components/DownloadStatus.tsx:12"}, "properties": {"repobilityId": "7cfd30e063f907bc", "scanner": "scanner-primary", "fingerprint": "9eab7c571abbcf20", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-c21aebe4741bb1a5", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 ts/examples/electron-demo/src/main.ts:482"}, "properties": {"repobilityId": "15ebb286624bcf95", "scanner": "scanner-primary", "fingerprint": "c21aebe4741bb1a5", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-9710c8d059e53154", "level": "none", "message": {"text": "No frontend routes/components detected"}, "properties": {"repobilityId": "44ca61485762e494", "scanner": "scanner-primary", "fingerprint": "9710c8d059e53154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-6e986e5a1674b2d5", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/poc-nbd/make-test-image.mjs:10"}, "properties": {"repobilityId": "53deedf5a4eb5b39", "scanner": "scanner-primary", "fingerprint": "6e986e5a1674b2d5", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/poc-nbd/make-test-image.mjs"}, "region": {"startLine": 10}}}]}, {"ruleId": "scanner-44d39295905fd3f7", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/poc-nbd/test-stage1.mjs:8"}, "properties": {"repobilityId": "584c326dfc9b6c95", "scanner": "scanner-primary", "fingerprint": "44d39295905fd3f7", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/poc-nbd/test-stage1.mjs"}, "region": {"startLine": 8}}}]}, {"ruleId": "scanner-98d85bfa0f14d511", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/poc-nbd/test-stage2.mjs:8"}, "properties": {"repobilityId": "6947c1b25d9a07d5", "scanner": "scanner-primary", "fingerprint": "98d85bfa0f14d511", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/poc-nbd/test-stage2.mjs"}, "region": {"startLine": 8}}}]}, {"ruleId": "scanner-5e2f20eee57e518e", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "f9d6ef01b4cb6595", "scanner": "scanner-primary", "fingerprint": "5e2f20eee57e518e", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/mingw64.yml"}, "region": {"startLine": 77}}}]}, {"ruleId": "scanner-5e2f20eee57e518e", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "5be1667fd96477e0", "scanner": "scanner-primary", "fingerprint": "5e2f20eee57e518e", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/mingw64.yml"}, "region": {"startLine": 95}}}]}, {"ruleId": "scanner-5e2f20eee57e518e", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "5be1667fd96477e0", "scanner": "scanner-primary", "fingerprint": "5e2f20eee57e518e", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/mingw64.yml"}, "region": {"startLine": 156}}}]}, {"ruleId": "scanner-5e2f20eee57e518e", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "5d69dfc28de88cb2", "scanner": "scanner-primary", "fingerprint": "5e2f20eee57e518e", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/mingw64.yml"}, "region": {"startLine": 166}}}]}, {"ruleId": "scanner-5e2f20eee57e518e", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "5be1667fd96477e0", "scanner": "scanner-primary", "fingerprint": "5e2f20eee57e518e", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/mingw64.yml"}, "region": {"startLine": 182}}}]}, {"ruleId": "scanner-5e2f20eee57e518e", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "5be1667fd96477e0", "scanner": "scanner-primary", "fingerprint": "5e2f20eee57e518e", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/mingw64.yml"}, "region": {"startLine": 191}}}]}, {"ruleId": "scanner-5e2f20eee57e518e", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "5be1667fd96477e0", "scanner": "scanner-primary", "fingerprint": "5e2f20eee57e518e", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/mingw64.yml"}, "region": {"startLine": 200}}}]}, {"ruleId": "scanner-5e2f20eee57e518e", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "5be1667fd96477e0", "scanner": "scanner-primary", "fingerprint": "5e2f20eee57e518e", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/mingw64.yml"}, "region": {"startLine": 209}}}]}, {"ruleId": "scanner-5e2f20eee57e518e", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "acfde7701541f110", "scanner": "scanner-primary", "fingerprint": "5e2f20eee57e518e", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/mingw64.yml"}, "region": {"startLine": 317}}}]}, {"ruleId": "scanner-e2759a023b39cc39", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "3b85f342b71bd8db", "scanner": "scanner-primary", "fingerprint": "e2759a023b39cc39", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/wasm-sysroot.yml"}, "region": {"startLine": 33}}}]}, {"ruleId": "scanner-e2759a023b39cc39", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b172d316d0422f37", "scanner": "scanner-primary", "fingerprint": "e2759a023b39cc39", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/wasm-sysroot.yml"}, "region": {"startLine": 58}}}]}, {"ruleId": "scanner-b5caec6f9ba3c1c2", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "df00335685483fc0", "scanner": "scanner-primary", "fingerprint": "b5caec6f9ba3c1c2", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/wasm-sysroot.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a127820b38526393", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "488a523e47c5ac72", "scanner": "scanner-primary", "fingerprint": "a127820b38526393", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/wasm.yml"}, "region": {"startLine": 57}}}]}, {"ruleId": "scanner-a127820b38526393", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "488a523e47c5ac72", "scanner": "scanner-primary", "fingerprint": "a127820b38526393", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/wasm.yml"}, "region": {"startLine": 63}}}]}, {"ruleId": "scanner-a127820b38526393", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "488a523e47c5ac72", "scanner": "scanner-primary", "fingerprint": "a127820b38526393", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/wasm.yml"}, "region": {"startLine": 72}}}]}, {"ruleId": "scanner-a127820b38526393", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "488a523e47c5ac72", "scanner": "scanner-primary", "fingerprint": "a127820b38526393", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/wasm.yml"}, "region": {"startLine": 80}}}]}, {"ruleId": "scanner-a127820b38526393", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "488a523e47c5ac72", "scanner": "scanner-primary", "fingerprint": "a127820b38526393", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/wasm.yml"}, "region": {"startLine": 109}}}]}, {"ruleId": "scanner-a127820b38526393", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "488a523e47c5ac72", "scanner": "scanner-primary", "fingerprint": "a127820b38526393", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/wasm.yml"}, "region": {"startLine": 152}}}]}, {"ruleId": "scanner-a127820b38526393", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "f56b44bf9db989af", "scanner": "scanner-primary", "fingerprint": "a127820b38526393", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/wasm.yml"}, "region": {"startLine": 211}}}]}, {"ruleId": "scanner-a127820b38526393", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ebd30e491318f227", "scanner": "scanner-primary", "fingerprint": "a127820b38526393", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/wasm.yml"}, "region": {"startLine": 236}}}]}, {"ruleId": "scanner-a127820b38526393", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "f56b44bf9db989af", "scanner": "scanner-primary", "fingerprint": "a127820b38526393", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/wasm.yml"}, "region": {"startLine": 253}}}]}, {"ruleId": "scanner-a127820b38526393", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "488a523e47c5ac72", "scanner": "scanner-primary", "fingerprint": "a127820b38526393", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/wasm.yml"}, "region": {"startLine": 289}}}]}, {"ruleId": "scanner-a127820b38526393", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ebd30e491318f227", "scanner": "scanner-primary", "fingerprint": "a127820b38526393", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/wasm.yml"}, "region": {"startLine": 300}}}]}, {"ruleId": "scanner-a127820b38526393", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "f56b44bf9db989af", "scanner": "scanner-primary", "fingerprint": "a127820b38526393", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/wasm.yml"}, "region": {"startLine": 341}}}]}, {"ruleId": "scanner-7aa31a7c4aa1ecd0", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "97fd256fe2d7f0a6", "scanner": "scanner-primary", "fingerprint": "7aa31a7c4aa1ecd0", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/linux.yml"}, "region": {"startLine": 63}}}]}, {"ruleId": "scanner-7aa31a7c4aa1ecd0", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "951355a104754264", "scanner": "scanner-primary", "fingerprint": "7aa31a7c4aa1ecd0", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/linux.yml"}, "region": {"startLine": 85}}}]}, {"ruleId": "scanner-7aa31a7c4aa1ecd0", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "951355a104754264", "scanner": "scanner-primary", "fingerprint": "7aa31a7c4aa1ecd0", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/linux.yml"}, "region": {"startLine": 95}}}]}, {"ruleId": "scanner-7aa31a7c4aa1ecd0", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "951355a104754264", "scanner": "scanner-primary", "fingerprint": "7aa31a7c4aa1ecd0", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/linux.yml"}, "region": {"startLine": 104}}}]}, {"ruleId": "scanner-7aa31a7c4aa1ecd0", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "951355a104754264", "scanner": "scanner-primary", "fingerprint": "7aa31a7c4aa1ecd0", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/linux.yml"}, "region": {"startLine": 113}}}]}, {"ruleId": "scanner-7aa31a7c4aa1ecd0", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "951355a104754264", "scanner": "scanner-primary", "fingerprint": "7aa31a7c4aa1ecd0", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/linux.yml"}, "region": {"startLine": 122}}}]}, {"ruleId": "scanner-7aa31a7c4aa1ecd0", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "951355a104754264", "scanner": "scanner-primary", "fingerprint": "7aa31a7c4aa1ecd0", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/linux.yml"}, "region": {"startLine": 160}}}]}, {"ruleId": "scanner-7aa31a7c4aa1ecd0", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "8a090a1d09beac45", "scanner": "scanner-primary", "fingerprint": "7aa31a7c4aa1ecd0", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/linux.yml"}, "region": {"startLine": 170}}}]}, {"ruleId": "scanner-7aa31a7c4aa1ecd0", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "951355a104754264", "scanner": "scanner-primary", "fingerprint": "7aa31a7c4aa1ecd0", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/linux.yml"}, "region": {"startLine": 263}}}]}, {"ruleId": "scanner-7aa31a7c4aa1ecd0", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1ef6453e0f59e34c", "scanner": "scanner-primary", "fingerprint": "7aa31a7c4aa1ecd0", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/linux.yml"}, "region": {"startLine": 293}}}]}, {"ruleId": "scanner-0bb255d83bd1c87a", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: ts/tests/e2e/package.json"}, "properties": {"repobilityId": "87fee460f65dae00", "scanner": "scanner-primary", "fingerprint": "0bb255d83bd1c87a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ts/tests/e2e/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-30cde6d328ef21c0", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: ts/packages/trees/package.json"}, "properties": {"repobilityId": "ea733299ee7a2022", "scanner": "scanner-primary", "fingerprint": "30cde6d328ef21c0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ts/packages/trees/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-956f09f3c3597648", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: ts/packages/react/package.json"}, "properties": {"repobilityId": "91a94585be1caa45", "scanner": "scanner-primary", "fingerprint": "956f09f3c3597648", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ts/packages/react/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c811962ae8fce2a5", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: ts/packages/anyfs-native/package.json"}, "properties": {"repobilityId": "acc2ba7f870d5f79", "scanner": "scanner-primary", "fingerprint": "c811962ae8fce2a5", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ts/packages/anyfs-native/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8c1607dc24e70f1e", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: ts/packages/core/package.json"}, "properties": {"repobilityId": "dbb6b0d0ef20f2f7", "scanner": "scanner-primary", "fingerprint": "8c1607dc24e70f1e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ts/packages/core/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-b929ba1aa71dc2cb", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: ts/packages/nbd-proxy/package.json"}, "properties": {"repobilityId": "23452f86e042269e", "scanner": "scanner-primary", "fingerprint": "b929ba1aa71dc2cb", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ts/packages/nbd-proxy/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3e560a1cc02b7a13", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: ts/examples/vite-demo/package.json"}, "properties": {"repobilityId": "cc8ecebc919e8626", "scanner": "scanner-primary", "fingerprint": "3e560a1cc02b7a13", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ts/examples/vite-demo/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-5f259b1453256604", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: ts/examples/electron-demo/package.json"}, "properties": {"repobilityId": "9486547dbe99d40b", "scanner": "scanner-primary", "fingerprint": "5f259b1453256604", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ts/examples/electron-demo/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "c0ac0e0b33e529ea", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "8c9272e94025e5f8", "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": "e107aaac71ec2d67", "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": "69dc751fb0861a82", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-837a9b879db3cea8", "level": "none", "message": {"text": "Commented-code block (7 lines) in scripts/lkl-wasm-tools/wasm_prefix_kernel_symbols.py:209"}, "properties": {"repobilityId": "a0f97155a225f28e", "scanner": "scanner-primary", "fingerprint": "837a9b879db3cea8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4d78262203e188a7", "level": "none", "message": {"text": "Commented-code block (7 lines) in scripts/lkl-wasm-tools/wasm_fix_absolute_brackets.py:447"}, "properties": {"repobilityId": "620547e8a519cf2f", "scanner": "scanner-primary", "fingerprint": "4d78262203e188a7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b78555508aae33cf", "level": "none", "message": {"text": "Commented-code block (6 lines) in ts/tests/integration/test-core.mjs:155"}, "properties": {"repobilityId": "9fe6566c58805f60", "scanner": "scanner-primary", "fingerprint": "b78555508aae33cf", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5c6b919c1b8bda61", "level": "none", "message": {"text": "Commented-code block (13 lines) in ts/tests/e2e/flows/whole-disk-ext4-mount.spec.ts:6"}, "properties": {"repobilityId": "9732ebe61ed27671", "scanner": "scanner-primary", "fingerprint": "5c6b919c1b8bda61", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7ad774fe51ac250d", "level": "none", "message": {"text": "Commented-code block (10 lines) in ts/tests/e2e/flows/open-browse-download.spec.ts:17"}, "properties": {"repobilityId": "9777c621fc8972f5", "scanner": "scanner-primary", "fingerprint": "7ad774fe51ac250d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2c49b0e22202dae8", "level": "none", "message": {"text": "Commented-code block (6 lines) in ts/tests/e2e/flows/url-load.spec.ts:21"}, "properties": {"repobilityId": "998c70fdc68a3685", "scanner": "scanner-primary", "fingerprint": "2c49b0e22202dae8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b2ef25a0765e28d9", "level": "none", "message": {"text": "Commented-code block (5 lines) in ts/tests/e2e/flows/errors.spec.ts:8"}, "properties": {"repobilityId": "9d729a0cc4522000", "scanner": "scanner-primary", "fingerprint": "b2ef25a0765e28d9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c1d98f96bc04bf96", "level": "none", "message": {"text": "Commented-code block (9 lines) in ts/tests/e2e/flows/formats.spec.ts:11"}, "properties": {"repobilityId": "65a7a4f67ecec74e", "scanner": "scanner-primary", "fingerprint": "c1d98f96bc04bf96", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-749264fc767dde95", "level": "none", "message": {"text": "Commented-code block (6 lines) in ts/tests/e2e/electron-only/backend-switch.spec.ts:7"}, "properties": {"repobilityId": "8b6ab91e1cd0d0e9", "scanner": "scanner-primary", "fingerprint": "749264fc767dde95", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1c9b496fe3c49678", "level": "none", "message": {"text": "Commented-code block (5 lines) in ts/tests/e2e/fixtures/manifest.ts:85"}, "properties": {"repobilityId": "d5fca9560eef94b0", "scanner": "scanner-primary", "fingerprint": "1c9b496fe3c49678", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e6ef178de9045af4", "level": "none", "message": {"text": "Commented-code block (7 lines) in ts/tests/e2e/fixtures/generate.mjs:224"}, "properties": {"repobilityId": "27e6ce98e07e8079", "scanner": "scanner-primary", "fingerprint": "e6ef178de9045af4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-37b87f5e1be20c13", "level": "none", "message": {"text": "Commented-code block (10 lines) in ts/tests/e2e/drivers/electron-driver.ts:53"}, "properties": {"repobilityId": "17448a7159758a17", "scanner": "scanner-primary", "fingerprint": "37b87f5e1be20c13", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-84759dc68c5d5edb", "level": "none", "message": {"text": "Commented-code block (10 lines) in ts/tests/e2e/drivers/dom-actions.ts:4"}, "properties": {"repobilityId": "a4ec3431edb9e66c", "scanner": "scanner-primary", "fingerprint": "84759dc68c5d5edb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-29c21cd672192402", "level": "none", "message": {"text": "Commented-code block (6 lines) in ts/tests/e2e/drivers/web-driver.ts:21"}, "properties": {"repobilityId": "4d4a62770f585f3a", "scanner": "scanner-primary", "fingerprint": "29c21cd672192402", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f8c8fac71df9a7f0", "level": "none", "message": {"text": "Commented-code block (7 lines) in ts/packages/trees/src/AnyfsFileBrowser.tsx:115"}, "properties": {"repobilityId": "80b3caac15200c4e", "scanner": "scanner-primary", "fingerprint": "f8c8fac71df9a7f0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d95fe21e3f843fc6", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 ts/packages/anyfs-native/src/http-disk-server.ts:9"}, "properties": {"repobilityId": "cc67e96f84482020", "scanner": "scanner-primary", "fingerprint": "d95fe21e3f843fc6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a836502f5c58d346", "level": "none", "message": {"text": "Commented-code block (7 lines) in ts/packages/core/test/smoke.node.mjs:5"}, "properties": {"repobilityId": "4b37ca58b9f55845", "scanner": "scanner-primary", "fingerprint": "a836502f5c58d346", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b02ee289571d0ba5", "level": "none", "message": {"text": "Commented-code block (5 lines) in ts/packages/core/src/dispatch.ts:64"}, "properties": {"repobilityId": "fe2b9cbdc98d2e86", "scanner": "scanner-primary", "fingerprint": "b02ee289571d0ba5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5330990704007482", "level": "none", "message": {"text": "Commented-code block (5 lines) in ts/packages/core/src/worker.ts:120"}, "properties": {"repobilityId": "d7e0f5df9a648e9a", "scanner": "scanner-primary", "fingerprint": "5330990704007482", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ff2f84bb7f7b1093", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 ts/packages/nbd-proxy/src/sources/http.ts:17"}, "properties": {"repobilityId": "dda5fc90ab8fd49f", "scanner": "scanner-primary", "fingerprint": "ff2f84bb7f7b1093", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c97f0ff7555a8360", "level": "none", "message": {"text": "Commented-code block (8 lines) in ts/examples/vite-demo/vite.config.ts:13"}, "properties": {"repobilityId": "79d974d1f5ae01c2", "scanner": "scanner-primary", "fingerprint": "c97f0ff7555a8360", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d5fbc1d8fa50eb0e", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 ts/examples/vite-demo/src/usePathProxy.ts:15"}, "properties": {"repobilityId": "19e905ef03dd554d", "scanner": "scanner-primary", "fingerprint": "d5fbc1d8fa50eb0e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b748b592f4e7a37e", "level": "none", "message": {"text": "Commented-code block (5 lines) in ts/examples/vite-demo/src/recents.ts:3"}, "properties": {"repobilityId": "9224c4bd149463b0", "scanner": "scanner-primary", "fingerprint": "b748b592f4e7a37e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-89bcec83c272519a", "level": "none", "message": {"text": "Commented-code block (5 lines) in ts/examples/vite-demo/src/main.tsx:6"}, "properties": {"repobilityId": "ed40f39f75345c6a", "scanner": "scanner-primary", "fingerprint": "89bcec83c272519a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fdd7f4c2af8ee6d6", "level": "none", "message": {"text": "Commented-code block (6 lines) in ts/examples/vite-demo/src/stream-download.ts:5"}, "properties": {"repobilityId": "cedd9f101e8c72b3", "scanner": "scanner-primary", "fingerprint": "fdd7f4c2af8ee6d6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-df99e4c6e0770912", "level": "none", "message": {"text": "Commented-code block (5 lines) in ts/examples/vite-demo/src/App.tsx:64"}, "properties": {"repobilityId": "4675237515ddd887", "scanner": "scanner-primary", "fingerprint": "df99e4c6e0770912", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-51cec0ed8d0e1dd0", "level": "none", "message": {"text": "Commented-code block (6 lines) in ts/examples/vite-demo/src/sw-download.ts:19"}, "properties": {"repobilityId": "d15b1a64230140c6", "scanner": "scanner-primary", "fingerprint": "51cec0ed8d0e1dd0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-acede57703787a2f", "level": "none", "message": {"text": "Commented-code block (5 lines) in ts/examples/vite-demo/src/components/SupportedFormats.tsx:243"}, "properties": {"repobilityId": "50ea15de0237ed30", "scanner": "scanner-primary", "fingerprint": "acede57703787a2f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fcbf64dedefa5bb3", "level": "none", "message": {"text": "Commented-code block (5 lines) in ts/examples/vite-demo/src/components/UrlPromptDialog.tsx:5"}, "properties": {"repobilityId": "d5a10f0fafee89a2", "scanner": "scanner-primary", "fingerprint": "fcbf64dedefa5bb3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0f5bb0f24832b124", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 ts/examples/electron-demo/src/http-proxy-worker.ts:5"}, "properties": {"repobilityId": "3631c7c6c0810642", "scanner": "scanner-primary", "fingerprint": "0f5bb0f24832b124", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-dff040c20c8939ed", "level": "none", "message": {"text": "Commented-code block (8 lines) in ts/examples/electron-demo/src/preload.ts:73"}, "properties": {"repobilityId": "5e27f55aa30976fa", "scanner": "scanner-primary", "fingerprint": "dff040c20c8939ed", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-64eb3660167493cc", "level": "none", "message": {"text": "Commented-code block (8 lines) in ts/examples/electron-demo/src/main.ts:32"}, "properties": {"repobilityId": "93402ea181eac949", "scanner": "scanner-primary", "fingerprint": "64eb3660167493cc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8c242e8db73f88be", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 ts/examples/electron-demo/src/main.ts:196"}, "properties": {"repobilityId": "a59e7e15fd24b59d", "scanner": "scanner-primary", "fingerprint": "8c242e8db73f88be", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-85c9d03df3dc5654", "level": "none", "message": {"text": "Commented-code block (7 lines) in ts/examples/electron-demo/src/native-loader.ts:102"}, "properties": {"repobilityId": "bdb6e995754afdf4", "scanner": "scanner-primary", "fingerprint": "85c9d03df3dc5654", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "fef936ecdeccf9bd", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "529eda67972508aa", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}