{"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-bead75b0f9233e05", "name": "No API endpoints detected", "shortDescription": {"text": "No API endpoints detected"}, "fullDescription": {"text": "The scanner did not find FastAPI/Flask/Express/NestJS/GraphQL/gRPC routes. If this repo exposes APIs, the framework may be unsupported."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "info", "confidence": 1.0}}, {"id": "scanner-2c90e6eb0332a062", "name": "Stray `console.log` in TS/JS \u2014 eslint.config.js:80", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 eslint.config.js:80"}, "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-6eba17f43966c951", "name": "TODO/FIXME marker in shipping code \u2014 src/main.tsx:86", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/main.tsx:86"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-b89dca8fd4a5b75e", "name": "TODO/FIXME marker in shipping code \u2014 src/components/workspace/BranchPRTabContainer.tsx:98", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/components/workspace/BranchPRTabContainer.tsx:98"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-6f365c8a49df9207", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/code/CodeViewer.tsx:531", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/code/CodeViewer.tsx:531"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d89b9283cfd594eb", "name": "Icon-only button without accessible name \u2014 src/components/support/SupportPanel.tsx:89", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/components/support/SupportPanel.tsx:89"}, "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-439cc6b642291f2b", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/support/ArticleView.tsx:71", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/support/ArticleView.tsx:71"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2be34dd6e26999f9", "name": "Stray `console.log` in TS/JS \u2014 src/lib/logger.ts:89", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/logger.ts:89"}, "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-822f121c82c4fc32", "name": "Possible secret in scripts/build-notarized.sh", "shortDescription": {"text": "Possible secret in scripts/build-notarized.sh"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-0f03d15439098abe", "name": "Insecure pattern 'cors_wildcard' in src-tauri/src/static_server.rs:455", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in src-tauri/src/static_server.rs:455"}, "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-fd3f9fd17fe92621", "name": "Insecure pattern 'direct_innerhtml_assignment' in src-tauri/src/proxy/html.rs:232", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src-tauri/src/proxy/html.rs:232"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4b33e6a347abd184", "name": "Insecure pattern 'direct_innerhtml_assignment' in src-tauri/src/proxy/select_script.html:206", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src-tauri/src/proxy/select_script.html:206"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6b1732ce64ccc826", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/code/CodeViewer.tsx:531", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/code/CodeViewer.tsx:531"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-89624f540b45539a", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/support/ArticleView.tsx:71", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/support/ArticleView.tsx:71"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8d61b3f9b8b5fa4a", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/components/edit/selectScript.test.ts:44", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/components/edit/selectScript.test.ts:44"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-27924aa79fa4a517", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/setup-node@v6 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-427068349e91b6e3", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/setup-node@v6 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-283a29b7bac0d817", "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-46c644c6227e4d4a", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/setup-node@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-1838a141491ce38c", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-cb639d9a10a47b23", "name": "package.json defines install-time lifecycle scripts", "shortDescription": {"text": "package.json defines install-time lifecycle scripts"}, "fullDescription": {"text": "preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ff28ba6cb6518130", "name": "Very large file: src-tauri/src/commands/edit.rs (2988 lines)", "shortDescription": {"text": "Very large file: src-tauri/src/commands/edit.rs (2988 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-9feb982f48c91ff3", "name": "Very large file: src-tauri/src/commands/mobile.rs (3089 lines)", "shortDescription": {"text": "Very large file: src-tauri/src/commands/mobile.rs (3089 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-a62d5b939d8d7f5c", "name": "Very large file: src-tauri/src/commands/i18n.rs (1588 lines)", "shortDescription": {"text": "Very large file: src-tauri/src/commands/i18n.rs (1588 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-f678ef3c78e85112", "name": "Very large file: src/components/workspace/WorkspaceView.tsx (1570 lines)", "shortDescription": {"text": "Very large file: src/components/workspace/WorkspaceView.tsx (1570 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-a0fcb49775b06cea", "name": "Very large file: src/components/setup/OnboardingScreen.test.tsx (1906 lines)", "shortDescription": {"text": "Very large file: src/components/setup/OnboardingScreen.test.tsx (1906 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "40 tests / 346 src (ratio 0.12)."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 6 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 78 placeholder/mock markers across 44 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-24f2ea4bd14badc1", "name": "Agent instruction contains unpinned remote install: CLAUDE.md", "shortDescription": {"text": "Agent instruction contains unpinned remote install: CLAUDE.md"}, "fullDescription": {"text": "Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e725d2ab884fbd49", "name": "Multiple root agent instruction files without precedence", "shortDescription": {"text": "Multiple root agent instruction files without precedence"}, "fullDescription": {"text": "The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b03cb65ce7a670ca", "name": "Commented-code block (5 lines) in eslint.config.js:85", "shortDescription": {"text": "Commented-code block (5 lines) in eslint.config.js: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-7119eed5c9649876", "name": "Commented-code block (7 lines) in src/main.tsx:66", "shortDescription": {"text": "Commented-code block (7 lines) in src/main.tsx:66"}, "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-9ce67cc0ef2d0dd9", "name": "Commented-code block (7 lines) in src/test/setup.ts:14", "shortDescription": {"text": "Commented-code block (7 lines) in src/test/setup.ts:14"}, "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-67ddea1e79746491", "name": "Commented-code block (5 lines) in src/commands/useAppCommands.tsx:165", "shortDescription": {"text": "Commented-code block (5 lines) in src/commands/useAppCommands.tsx:165"}, "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-5fc73e44105e45db", "name": "Commented-code block (5 lines) in src/components/dashboard/ProjectRail.tsx:71", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/dashboard/ProjectRail.tsx:71"}, "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-947ede1a1c1e35c6", "name": "Commented-code block (5 lines) in src/components/workspace/ProjectSettingsModal.tsx:43", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/workspace/ProjectSettingsModal.tsx:43"}, "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-631cbcdeb3e7852d", "name": "Commented-code block (5 lines) in src/components/workspace/WorkspaceSidebar.tsx:264", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/workspace/WorkspaceSidebar.tsx:264"}, "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-aa28837987ecdb00", "name": "Commented-code block (5 lines) in src/components/workspace/WorkspaceView.tsx:628", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/workspace/WorkspaceView.tsx:628"}, "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-8f0e6c08911edb0c", "name": "Commented-code block (5 lines) in src/components/preview/BrowserDropdown.tsx:95", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/preview/BrowserDropdown.tsx:95"}, "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-df24ba8611826fa1", "name": "Commented-code block (5 lines) in src/components/preview/DeviceMirror.tsx:144", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/preview/DeviceMirror.tsx:144"}, "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-e5d2cacea958d93f", "name": "Commented-code block (6 lines) in src/components/preview/Preview.tsx:295", "shortDescription": {"text": "Commented-code block (6 lines) in src/components/preview/Preview.tsx:295"}, "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-d54f990cc15d003f", "name": "Commented-code block (7 lines) in src/components/terminal/Terminal.tsx:142", "shortDescription": {"text": "Commented-code block (7 lines) in src/components/terminal/Terminal.tsx:142"}, "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-4355a8cc52c4d0d5", "name": "Commented-code block (6 lines) in src/components/terminal/DevServerLogs.tsx:204", "shortDescription": {"text": "Commented-code block (6 lines) in src/components/terminal/DevServerLogs.tsx:204"}, "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-da26ed66a5276228", "name": "Commented-code block (8 lines) in src/components/branches/PublishBranchDropdown.tsx:124", "shortDescription": {"text": "Commented-code block (8 lines) in src/components/branches/PublishBranchDropdown.tsx:124"}, "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-7cdeee8fa4f1db78", "name": "Commented-code block (9 lines) in src/components/setup/OnboardingScreen.test.tsx:733", "shortDescription": {"text": "Commented-code block (9 lines) in src/components/setup/OnboardingScreen.test.tsx:733"}, "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-04e505ae38a93ef4", "name": "Commented-code block (5 lines) in src/contexts/ModalContext.tsx:70", "shortDescription": {"text": "Commented-code block (5 lines) in src/contexts/ModalContext.tsx:70"}, "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-3f39cca170d9d4d8", "name": "Commented-code block (7 lines) in src/lib/project.ts:385", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/project.ts:385"}, "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-d60ebb5ae5354f7b", "name": "Commented-code block (6 lines) in src/lib/edit.ts:151", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/edit.ts:151"}, "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-d82de4f2a975f5ba", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/plugins.ts:84", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/plugins.ts:84"}, "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-26dc24e4f2d15b77", "name": "Legacy-named symbol `restore_backup` in src/lib/backups.ts:63", "shortDescription": {"text": "Legacy-named symbol `restore_backup` in src/lib/backups.ts:63"}, "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-b51680f2d0984c10", "name": "Commented-code block (6 lines) in src/hooks/usePreviewResize.ts:165", "shortDescription": {"text": "Commented-code block (6 lines) in src/hooks/usePreviewResize.ts:165"}, "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-e50cc4f1087e7c21", "name": "Commented-code block (10 lines) in src/hooks/useDevServer.ts:386", "shortDescription": {"text": "Commented-code block (10 lines) in src/hooks/useDevServer.ts:386"}, "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-675928e175f8a227", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/hooks/useDevServer.ts:167", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/hooks/useDevServer.ts:167"}, "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-05f19063434a5eca", "name": "Commented-code block (6 lines) in src/hooks/useWorkspaceLayout.ts:47", "shortDescription": {"text": "Commented-code block (6 lines) in src/hooks/useWorkspaceLayout.ts:47"}, "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-29c9d94a19e1a613", "name": "Commented-code block (6 lines) in src/hooks/usePreviewConnection.ts:231", "shortDescription": {"text": "Commented-code block (6 lines) in src/hooks/usePreviewConnection.ts:231"}, "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-1e8d9476ff66c90a", "name": "Commented-code block (5 lines) in src/hooks/useProjectLifecycle.ts:352", "shortDescription": {"text": "Commented-code block (5 lines) in src/hooks/useProjectLifecycle.ts:352"}, "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: `DEV`, `PROD`, `TAURI_DEV_HOST`, `VITE_SENTRY_FORCE`. 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/19491"}, "properties": {"repository": "ship-studio/ship-studio", "repoUrl": "https://github.com/ship-studio/ship-studio", "branch": "main"}, "results": [{"ruleId": "scanner-bead75b0f9233e05", "level": "none", "message": {"text": "No API endpoints detected"}, "properties": {"repobilityId": "0f8bb852027c38f8", "scanner": "scanner-primary", "fingerprint": "bead75b0f9233e05", "layer": "api", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-2c90e6eb0332a062", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 eslint.config.js:80"}, "properties": {"repobilityId": "89d8ab177d7dcc61", "scanner": "scanner-primary", "fingerprint": "2c90e6eb0332a062", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6eba17f43966c951", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/main.tsx:86"}, "properties": {"repobilityId": "695d01aea1526440", "scanner": "scanner-primary", "fingerprint": "6eba17f43966c951", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-b89dca8fd4a5b75e", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/components/workspace/BranchPRTabContainer.tsx:98"}, "properties": {"repobilityId": "b94b9fd2eee84ce4", "scanner": "scanner-primary", "fingerprint": "b89dca8fd4a5b75e", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-6f365c8a49df9207", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/code/CodeViewer.tsx:531"}, "properties": {"repobilityId": "676fcafaf34ae87b", "scanner": "scanner-primary", "fingerprint": "6f365c8a49df9207", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-d89b9283cfd594eb", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/components/support/SupportPanel.tsx:89"}, "properties": {"repobilityId": "5fa8a21f1c15e2b9", "scanner": "scanner-primary", "fingerprint": "d89b9283cfd594eb", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-439cc6b642291f2b", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/support/ArticleView.tsx:71"}, "properties": {"repobilityId": "6c36604b94a9bd4e", "scanner": "scanner-primary", "fingerprint": "439cc6b642291f2b", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-2be34dd6e26999f9", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/logger.ts:89"}, "properties": {"repobilityId": "d91dbb6e420e1181", "scanner": "scanner-primary", "fingerprint": "2be34dd6e26999f9", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-822f121c82c4fc32", "level": "error", "message": {"text": "Possible secret in scripts/build-notarized.sh"}, "properties": {"repobilityId": "8c76c576e6e2d598", "scanner": "scanner-primary", "fingerprint": "822f121c82c4fc32", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/build-notarized.sh"}, "region": {"startLine": 11}}}]}, {"ruleId": "scanner-822f121c82c4fc32", "level": "error", "message": {"text": "Possible secret in scripts/build-notarized.sh"}, "properties": {"repobilityId": "8c76c576e6e2d598", "scanner": "scanner-primary", "fingerprint": "822f121c82c4fc32", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/build-notarized.sh"}, "region": {"startLine": 49}}}]}, {"ruleId": "scanner-0f03d15439098abe", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in src-tauri/src/static_server.rs:455"}, "properties": {"repobilityId": "cd8cdf5caba1845b", "scanner": "scanner-primary", "fingerprint": "0f03d15439098abe", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src-tauri/src/static_server.rs"}, "region": {"startLine": 455}}}]}, {"ruleId": "scanner-fd3f9fd17fe92621", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src-tauri/src/proxy/html.rs:232"}, "properties": {"repobilityId": "0c2363bbe60f36e4", "scanner": "scanner-primary", "fingerprint": "fd3f9fd17fe92621", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src-tauri/src/proxy/html.rs"}, "region": {"startLine": 232}}}]}, {"ruleId": "scanner-4b33e6a347abd184", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src-tauri/src/proxy/select_script.html:206"}, "properties": {"repobilityId": "0de84b4f76e355e6", "scanner": "scanner-primary", "fingerprint": "4b33e6a347abd184", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src-tauri/src/proxy/select_script.html"}, "region": {"startLine": 206}}}]}, {"ruleId": "scanner-6b1732ce64ccc826", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/code/CodeViewer.tsx:531"}, "properties": {"repobilityId": "eed4a24b2760c3a5", "scanner": "scanner-primary", "fingerprint": "6b1732ce64ccc826", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/code/CodeViewer.tsx"}, "region": {"startLine": 531}}}]}, {"ruleId": "scanner-89624f540b45539a", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/support/ArticleView.tsx:71"}, "properties": {"repobilityId": "f47fd4029726c41e", "scanner": "scanner-primary", "fingerprint": "89624f540b45539a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/support/ArticleView.tsx"}, "region": {"startLine": 71}}}]}, {"ruleId": "scanner-8d61b3f9b8b5fa4a", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/components/edit/selectScript.test.ts:44"}, "properties": {"repobilityId": "2ac4bd0c7d739a3e", "scanner": "scanner-primary", "fingerprint": "8d61b3f9b8b5fa4a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/edit/selectScript.test.ts"}, "region": {"startLine": 44}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "4a63b1fd6887cae9", "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": 44}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "9e5617d449b061f6", "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": 49}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "a22664b58dca3181", "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": 58}}}]}, {"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": 112}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1445e524ecb04481", "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": 117}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "4a63b1fd6887cae9", "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": 155}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "9e5617d449b061f6", "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": 160}}}]}, {"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": 170}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1445e524ecb04481", "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": 173}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "4a63b1fd6887cae9", "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": 205}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "9e5617d449b061f6", "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": 210}}}]}, {"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": 215}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1445e524ecb04481", "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": 218}}}]}, {"ruleId": "scanner-427068349e91b6e3", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "8e8c50fdf84c0ef5", "scanner": "scanner-primary", "fingerprint": "427068349e91b6e3", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-windows.yml"}, "region": {"startLine": 21}}}]}, {"ruleId": "scanner-427068349e91b6e3", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ad98cca0bb9f96ec", "scanner": "scanner-primary", "fingerprint": "427068349e91b6e3", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-windows.yml"}, "region": {"startLine": 26}}}]}, {"ruleId": "scanner-427068349e91b6e3", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "e1e254809dc8447b", "scanner": "scanner-primary", "fingerprint": "427068349e91b6e3", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-windows.yml"}, "region": {"startLine": 31}}}]}, {"ruleId": "scanner-427068349e91b6e3", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "207a998b2b4ef7ed", "scanner": "scanner-primary", "fingerprint": "427068349e91b6e3", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-windows.yml"}, "region": {"startLine": 34}}}]}, {"ruleId": "scanner-427068349e91b6e3", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ec8eae4608f4a04d", "scanner": "scanner-primary", "fingerprint": "427068349e91b6e3", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-windows.yml"}, "region": {"startLine": 43}}}]}, {"ruleId": "scanner-427068349e91b6e3", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "8cf07d3de04b18a4", "scanner": "scanner-primary", "fingerprint": "427068349e91b6e3", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-windows.yml"}, "region": {"startLine": 86}}}]}, {"ruleId": "scanner-427068349e91b6e3", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1aa241f4152ef1e4", "scanner": "scanner-primary", "fingerprint": "427068349e91b6e3", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-windows.yml"}, "region": {"startLine": 99}}}]}, {"ruleId": "scanner-427068349e91b6e3", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "341a19786c3420be", "scanner": "scanner-primary", "fingerprint": "427068349e91b6e3", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-windows.yml"}, "region": {"startLine": 102}}}]}, {"ruleId": "scanner-427068349e91b6e3", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "d353d10bd815c1ce", "scanner": "scanner-primary", "fingerprint": "427068349e91b6e3", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-windows.yml"}, "region": {"startLine": 190}}}]}, {"ruleId": "scanner-283a29b7bac0d817", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "90b80beae5faffb8", "scanner": "scanner-primary", "fingerprint": "283a29b7bac0d817", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-windows.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b28f2eb9ce3eea56", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 18}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "9dfacdabb01880ef", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 23}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b28f2eb9ce3eea56", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 58}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "9dfacdabb01880ef", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 63}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "9e54fac6c290138e", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 68}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b8d11574406cfe94", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 100}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "3863e0af2f2768cd", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 161}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "04f6c832d67a7838", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 174}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "a6b989c9e6964e37", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 177}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "f0dc584a111ffc00", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 279}}}]}, {"ruleId": "scanner-1838a141491ce38c", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "b8fd4f5048f96576", "scanner": "scanner-primary", "fingerprint": "1838a141491ce38c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-cb639d9a10a47b23", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "b86179956da3a4a8", "scanner": "scanner-primary", "fingerprint": "cb639d9a10a47b23", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ff28ba6cb6518130", "level": "note", "message": {"text": "Very large file: src-tauri/src/commands/edit.rs (2988 lines)"}, "properties": {"repobilityId": "25d52f9fe96be784", "scanner": "scanner-primary", "fingerprint": "ff28ba6cb6518130", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-9feb982f48c91ff3", "level": "note", "message": {"text": "Very large file: src-tauri/src/commands/mobile.rs (3089 lines)"}, "properties": {"repobilityId": "54adaca4accb0afa", "scanner": "scanner-primary", "fingerprint": "9feb982f48c91ff3", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-a62d5b939d8d7f5c", "level": "note", "message": {"text": "Very large file: src-tauri/src/commands/i18n.rs (1588 lines)"}, "properties": {"repobilityId": "a838bd92842a58ef", "scanner": "scanner-primary", "fingerprint": "a62d5b939d8d7f5c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-f678ef3c78e85112", "level": "note", "message": {"text": "Very large file: src/components/workspace/WorkspaceView.tsx (1570 lines)"}, "properties": {"repobilityId": "50c67515a6a4a5f9", "scanner": "scanner-primary", "fingerprint": "f678ef3c78e85112", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-a0fcb49775b06cea", "level": "note", "message": {"text": "Very large file: src/components/setup/OnboardingScreen.test.tsx (1906 lines)"}, "properties": {"repobilityId": "9b6674fa92d7d453", "scanner": "scanner-primary", "fingerprint": "a0fcb49775b06cea", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "4abdd00ff4263f73", "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": "a39fbc3f9c3ba393", "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": "15d1b8e70826cfb6", "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": "a4a4f276a637bf70", "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": "77b4935999a2c48e", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-24f2ea4bd14badc1", "level": "warning", "message": {"text": "Agent instruction contains unpinned remote install: CLAUDE.md"}, "properties": {"repobilityId": "0f6049734704e537", "scanner": "scanner-primary", "fingerprint": "24f2ea4bd14badc1", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "supply-chain", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "CLAUDE.md"}, "region": {"startLine": 208}}}]}, {"ruleId": "scanner-e725d2ab884fbd49", "level": "note", "message": {"text": "Multiple root agent instruction files without precedence"}, "properties": {"repobilityId": "1953db6c89508d22", "scanner": "scanner-primary", "fingerprint": "e725d2ab884fbd49", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["agent-instructions", "governance"]}}, {"ruleId": "scanner-b03cb65ce7a670ca", "level": "none", "message": {"text": "Commented-code block (5 lines) in eslint.config.js:85"}, "properties": {"repobilityId": "b576ceeeb0b099e0", "scanner": "scanner-primary", "fingerprint": "b03cb65ce7a670ca", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7119eed5c9649876", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/main.tsx:66"}, "properties": {"repobilityId": "39ebbb2f54910eae", "scanner": "scanner-primary", "fingerprint": "7119eed5c9649876", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9ce67cc0ef2d0dd9", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/test/setup.ts:14"}, "properties": {"repobilityId": "8afc6bc4b28f9d89", "scanner": "scanner-primary", "fingerprint": "9ce67cc0ef2d0dd9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-67ddea1e79746491", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/commands/useAppCommands.tsx:165"}, "properties": {"repobilityId": "91156d685ccc046c", "scanner": "scanner-primary", "fingerprint": "67ddea1e79746491", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5fc73e44105e45db", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/dashboard/ProjectRail.tsx:71"}, "properties": {"repobilityId": "9005e31c06d6d702", "scanner": "scanner-primary", "fingerprint": "5fc73e44105e45db", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-947ede1a1c1e35c6", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/workspace/ProjectSettingsModal.tsx:43"}, "properties": {"repobilityId": "b1333b2746c84521", "scanner": "scanner-primary", "fingerprint": "947ede1a1c1e35c6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-631cbcdeb3e7852d", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/workspace/WorkspaceSidebar.tsx:264"}, "properties": {"repobilityId": "542924c83a8d5d40", "scanner": "scanner-primary", "fingerprint": "631cbcdeb3e7852d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-aa28837987ecdb00", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/workspace/WorkspaceView.tsx:628"}, "properties": {"repobilityId": "7f238c1d4318b5c4", "scanner": "scanner-primary", "fingerprint": "aa28837987ecdb00", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8f0e6c08911edb0c", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/preview/BrowserDropdown.tsx:95"}, "properties": {"repobilityId": "c4657c4c40399ab9", "scanner": "scanner-primary", "fingerprint": "8f0e6c08911edb0c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-df24ba8611826fa1", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/preview/DeviceMirror.tsx:144"}, "properties": {"repobilityId": "f6665902d2e8d4ac", "scanner": "scanner-primary", "fingerprint": "df24ba8611826fa1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e5d2cacea958d93f", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/components/preview/Preview.tsx:295"}, "properties": {"repobilityId": "4be24c4e53e39c40", "scanner": "scanner-primary", "fingerprint": "e5d2cacea958d93f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d54f990cc15d003f", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/components/terminal/Terminal.tsx:142"}, "properties": {"repobilityId": "7d526fc703a7ebf7", "scanner": "scanner-primary", "fingerprint": "d54f990cc15d003f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4355a8cc52c4d0d5", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/components/terminal/DevServerLogs.tsx:204"}, "properties": {"repobilityId": "b0a2fd73d2bfaaa7", "scanner": "scanner-primary", "fingerprint": "4355a8cc52c4d0d5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-da26ed66a5276228", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/components/branches/PublishBranchDropdown.tsx:124"}, "properties": {"repobilityId": "6926ea33557086ec", "scanner": "scanner-primary", "fingerprint": "da26ed66a5276228", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7cdeee8fa4f1db78", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/components/setup/OnboardingScreen.test.tsx:733"}, "properties": {"repobilityId": "2570884bfca2a30f", "scanner": "scanner-primary", "fingerprint": "7cdeee8fa4f1db78", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-04e505ae38a93ef4", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/contexts/ModalContext.tsx:70"}, "properties": {"repobilityId": "3607068c132aac86", "scanner": "scanner-primary", "fingerprint": "04e505ae38a93ef4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3f39cca170d9d4d8", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/project.ts:385"}, "properties": {"repobilityId": "603f65eef9db3bcf", "scanner": "scanner-primary", "fingerprint": "3f39cca170d9d4d8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d60ebb5ae5354f7b", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/edit.ts:151"}, "properties": {"repobilityId": "40fbd6cb29890cac", "scanner": "scanner-primary", "fingerprint": "d60ebb5ae5354f7b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d82de4f2a975f5ba", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/plugins.ts:84"}, "properties": {"repobilityId": "c5316eaaeb5e6cf3", "scanner": "scanner-primary", "fingerprint": "d82de4f2a975f5ba", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-26dc24e4f2d15b77", "level": "note", "message": {"text": "Legacy-named symbol `restore_backup` in src/lib/backups.ts:63"}, "properties": {"repobilityId": "8f49ff1e10ee12ee", "scanner": "scanner-primary", "fingerprint": "26dc24e4f2d15b77", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-b51680f2d0984c10", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/hooks/usePreviewResize.ts:165"}, "properties": {"repobilityId": "95b01ed28c3af6c8", "scanner": "scanner-primary", "fingerprint": "b51680f2d0984c10", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e50cc4f1087e7c21", "level": "none", "message": {"text": "Commented-code block (10 lines) in src/hooks/useDevServer.ts:386"}, "properties": {"repobilityId": "0c24bb3d62be7b88", "scanner": "scanner-primary", "fingerprint": "e50cc4f1087e7c21", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-675928e175f8a227", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/hooks/useDevServer.ts:167"}, "properties": {"repobilityId": "f764c022b358b8d5", "scanner": "scanner-primary", "fingerprint": "675928e175f8a227", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-05f19063434a5eca", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/hooks/useWorkspaceLayout.ts:47"}, "properties": {"repobilityId": "4a7c43f0f663ab74", "scanner": "scanner-primary", "fingerprint": "05f19063434a5eca", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-29c9d94a19e1a613", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/hooks/usePreviewConnection.ts:231"}, "properties": {"repobilityId": "7b872f8d79afd45c", "scanner": "scanner-primary", "fingerprint": "29c9d94a19e1a613", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1e8d9476ff66c90a", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/hooks/useProjectLifecycle.ts:352"}, "properties": {"repobilityId": "c696228048a5a93e", "scanner": "scanner-primary", "fingerprint": "1e8d9476ff66c90a", "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"]}}]}]}