{"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-71c823680e2f320b", "name": "Icon-only button without accessible name \u2014 docs/design/skein/project/live-context-canvas.jsx:369", "shortDescription": {"text": "Icon-only button without accessible name \u2014 docs/design/skein/project/live-context-canvas.jsx:369"}, "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-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-27924aa79fa4a517", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions-rust-lang/setup-rust-toolchain@v1 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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-rust-lang/setup-rust-toolchain@v1 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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-f82550a8824c9476", "name": "Very large file: docs/design/skein/project/skein-proto.jsx (1399 lines)", "shortDescription": {"text": "Very large file: docs/design/skein/project/skein-proto.jsx (1399 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-84635dd9325e9bc5", "name": "Very large file: app/src-tauri/src/harness_actions_claude.rs (1396 lines)", "shortDescription": {"text": "Very large file: app/src-tauri/src/harness_actions_claude.rs (1396 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-355cbafb49037a41", "name": "Very large file: app/src-tauri/src/harness_events_claude.rs (1487 lines)", "shortDescription": {"text": "Very large file: app/src-tauri/src/harness_events_claude.rs (1487 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-9bcbe584944233e0", "name": "Very large file: app/src/App.tsx (2413 lines)", "shortDescription": {"text": "Very large file: app/src/App.tsx (2413 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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "1 test file(s) for 56 source file(s) (ratio 0.02). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 15 placeholder/mock markers across 9 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-28dd2de6511b4279", "name": "Commented-code block (6 lines) in docs/design/skein/project/tweaks-panel.jsx:12", "shortDescription": {"text": "Commented-code block (6 lines) in docs/design/skein/project/tweaks-panel.jsx:12"}, "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-cceb2c477d4474d1", "name": "Commented-code block (5 lines) in docs/design/skein/project/lc-proto.jsx:417", "shortDescription": {"text": "Commented-code block (5 lines) in docs/design/skein/project/lc-proto.jsx:417"}, "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-f42edd5c759757c8", "name": "Commented-code block (6 lines) in docs/design/skein/project/design-canvas.jsx:2", "shortDescription": {"text": "Commented-code block (6 lines) in docs/design/skein/project/design-canvas.jsx:2"}, "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-d9d9d1144fb0b223", "name": "`fetch()` without try/.catch or AbortSignal \u2014 docs/design/skein/project/design-canvas.jsx:63", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 docs/design/skein/project/design-canvas.jsx:63"}, "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-a4748782338188ca", "name": "Commented-code block (6 lines) in docs/design/skein/project/skein-proto.jsx:428", "shortDescription": {"text": "Commented-code block (6 lines) in docs/design/skein/project/skein-proto.jsx:428"}, "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-5bda4a88160f7410", "name": "Commented-code block (5 lines) in docs/design/skein/project/live-context-rows.jsx:6", "shortDescription": {"text": "Commented-code block (5 lines) in docs/design/skein/project/live-context-rows.jsx: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-0772113a8ef6b7d6", "name": "Commented-code block (11 lines) in app/vite.config.ts:13", "shortDescription": {"text": "Commented-code block (11 lines) in app/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-d4df9eaf2a46f18c", "name": "Commented-code block (5 lines) in app/src/useFocusRestore.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in app/src/useFocusRestore.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-2aa0cc1034df8165", "name": "Commented-code block (12 lines) in app/src/LiveTerminal.tsx:12", "shortDescription": {"text": "Commented-code block (12 lines) in app/src/LiveTerminal.tsx:12"}, "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-f4d58e03f48bf911", "name": "Commented-code block (5 lines) in app/src/shortcuts.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in app/src/shortcuts.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-14b56161f0a25e18", "name": "Commented-code block (5 lines) in app/src/harnessEvents.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in app/src/harnessEvents.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-975d4c9f2f96fd1d", "name": "Commented-code block (5 lines) in app/src/data.tsx:33", "shortDescription": {"text": "Commented-code block (5 lines) in app/src/data.tsx:33"}, "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-773a412a9e46fc0a", "name": "Commented-code block (5 lines) in app/src/harnessActivity.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in app/src/harnessActivity.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-84459366a23f4bd1", "name": "Commented-code block (5 lines) in app/src/Splitter.tsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in app/src/Splitter.tsx: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-424c0465ddc66a51", "name": "Commented-code block (6 lines) in app/src/harnessPatterns.ts:4", "shortDescription": {"text": "Commented-code block (6 lines) in app/src/harnessPatterns.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-5d89ba92fe9a452c", "name": "Commented-code block (5 lines) in app/src/ReopenRoomModal.tsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in app/src/ReopenRoomModal.tsx: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-b5f7d5954a8127f6", "name": "Commented-code block (8 lines) in app/src/App.tsx:3", "shortDescription": {"text": "Commented-code block (8 lines) in app/src/App.tsx: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-c71161ba079ee2fb", "name": "Commented-code block (5 lines) in app/src/types.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in app/src/types.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-eb327c611d324e6a", "name": "Commented-code block (5 lines) in app/src/liveContext/Row.tsx:1", "shortDescription": {"text": "Commented-code block (5 lines) in app/src/liveContext/Row.tsx:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-38687847d0ddad0c", "name": "Commented-code block (6 lines) in app/src/liveContext/store.ts:18", "shortDescription": {"text": "Commented-code block (6 lines) in app/src/liveContext/store.ts:18"}, "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-479795a5aeba7c81", "name": "Commented-code block (7 lines) in app/src/liveContext/ResultPreview.tsx:3", "shortDescription": {"text": "Commented-code block (7 lines) in app/src/liveContext/ResultPreview.tsx: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-731a0a77d63275f4", "name": "Commented-code block (7 lines) in app/src/liveContext/LiveContext.tsx:8", "shortDescription": {"text": "Commented-code block (7 lines) in app/src/liveContext/LiveContext.tsx: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-a9542d99edc1f4e5", "name": "Commented-code block (6 lines) in app/src/liveContext/payload.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in app/src/liveContext/payload.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-64fed72ca9b50d54", "name": "Commented-code block (5 lines) in app/src/liveContext/CardStack.tsx:1", "shortDescription": {"text": "Commented-code block (5 lines) in app/src/liveContext/CardStack.tsx:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-14e4ded69a5ba011", "name": "Commented-code block (5 lines) in app/src/liveContext/rows.tsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in app/src/liveContext/rows.tsx: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-f277d131f2596a40", "name": "Commented-code block (7 lines) in app/src/liveContext/ActivityCard.tsx:3", "shortDescription": {"text": "Commented-code block (7 lines) in app/src/liveContext/ActivityCard.tsx: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-ecd19f479df47c96", "name": "Commented-code block (6 lines) in app/src/liveContext/toolRows.tsx:3", "shortDescription": {"text": "Commented-code block (6 lines) in app/src/liveContext/toolRows.tsx: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-431c0ef7063a9405", "name": "Commented-code block (8 lines) in app/src/liveContext/feedItems.tsx:3", "shortDescription": {"text": "Commented-code block (8 lines) in app/src/liveContext/feedItems.tsx: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}}]}}, "automationDetails": {"id": "repobility/21291"}, "properties": {"repository": "timeloop-vault/skein", "repoUrl": "https://github.com/timeloop-vault/skein", "branch": "main"}, "results": [{"ruleId": "scanner-71c823680e2f320b", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 docs/design/skein/project/live-context-canvas.jsx:369"}, "properties": {"repobilityId": "c42a7453381483ce", "scanner": "scanner-primary", "fingerprint": "71c823680e2f320b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-27924aa79fa4a517", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "08eb656aeb701f41", "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": 25}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "7e761758ea56e585", "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": 30}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "08eb656aeb701f41", "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": 50}}}]}, {"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": 69}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "7e761758ea56e585", "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": 78}}}]}, {"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": 94}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "08eb656aeb701f41", "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": 133}}}]}, {"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": 154}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "7e761758ea56e585", "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": 167}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "d9b04f1d27abc23a", "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": 39}}}]}, {"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": 60}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "a0f3bb36d11e757e", "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": 69}}}]}, {"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": 123}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "5ab0c5bd71e63ad8", "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": 152}}}]}, {"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-f82550a8824c9476", "level": "note", "message": {"text": "Very large file: docs/design/skein/project/skein-proto.jsx (1399 lines)"}, "properties": {"repobilityId": "35126c1acf8599f2", "scanner": "scanner-primary", "fingerprint": "f82550a8824c9476", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-84635dd9325e9bc5", "level": "note", "message": {"text": "Very large file: app/src-tauri/src/harness_actions_claude.rs (1396 lines)"}, "properties": {"repobilityId": "1ed3b64d93ac29c8", "scanner": "scanner-primary", "fingerprint": "84635dd9325e9bc5", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-355cbafb49037a41", "level": "note", "message": {"text": "Very large file: app/src-tauri/src/harness_events_claude.rs (1487 lines)"}, "properties": {"repobilityId": "ff744b83c00088f2", "scanner": "scanner-primary", "fingerprint": "355cbafb49037a41", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-9bcbe584944233e0", "level": "note", "message": {"text": "Very large file: app/src/App.tsx (2413 lines)"}, "properties": {"repobilityId": "7c9076aeb842196d", "scanner": "scanner-primary", "fingerprint": "9bcbe584944233e0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "9941e9f5872114b0", "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": "97ff5941d33cb0ec", "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": "b4d483ddc91b79a0", "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": "085371be88926a68", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-28dd2de6511b4279", "level": "none", "message": {"text": "Commented-code block (6 lines) in docs/design/skein/project/tweaks-panel.jsx:12"}, "properties": {"repobilityId": "3e8709d6e8d52478", "scanner": "scanner-primary", "fingerprint": "28dd2de6511b4279", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-cceb2c477d4474d1", "level": "none", "message": {"text": "Commented-code block (5 lines) in docs/design/skein/project/lc-proto.jsx:417"}, "properties": {"repobilityId": "2a2920cc35ffd7f9", "scanner": "scanner-primary", "fingerprint": "cceb2c477d4474d1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f42edd5c759757c8", "level": "none", "message": {"text": "Commented-code block (6 lines) in docs/design/skein/project/design-canvas.jsx:2"}, "properties": {"repobilityId": "851af6d411dc8d47", "scanner": "scanner-primary", "fingerprint": "f42edd5c759757c8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d9d9d1144fb0b223", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 docs/design/skein/project/design-canvas.jsx:63"}, "properties": {"repobilityId": "059e0f8c1138294f", "scanner": "scanner-primary", "fingerprint": "d9d9d1144fb0b223", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a4748782338188ca", "level": "none", "message": {"text": "Commented-code block (6 lines) in docs/design/skein/project/skein-proto.jsx:428"}, "properties": {"repobilityId": "7deeabca94b8adad", "scanner": "scanner-primary", "fingerprint": "a4748782338188ca", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5bda4a88160f7410", "level": "none", "message": {"text": "Commented-code block (5 lines) in docs/design/skein/project/live-context-rows.jsx:6"}, "properties": {"repobilityId": "217ef39d59084c15", "scanner": "scanner-primary", "fingerprint": "5bda4a88160f7410", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0772113a8ef6b7d6", "level": "none", "message": {"text": "Commented-code block (11 lines) in app/vite.config.ts:13"}, "properties": {"repobilityId": "2a548845ca3e9f15", "scanner": "scanner-primary", "fingerprint": "0772113a8ef6b7d6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d4df9eaf2a46f18c", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/src/useFocusRestore.ts:3"}, "properties": {"repobilityId": "efc76312d86a20bb", "scanner": "scanner-primary", "fingerprint": "d4df9eaf2a46f18c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2aa0cc1034df8165", "level": "none", "message": {"text": "Commented-code block (12 lines) in app/src/LiveTerminal.tsx:12"}, "properties": {"repobilityId": "dd32e9454475ca87", "scanner": "scanner-primary", "fingerprint": "2aa0cc1034df8165", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f4d58e03f48bf911", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/src/shortcuts.ts:3"}, "properties": {"repobilityId": "7f7c57a8a96348ad", "scanner": "scanner-primary", "fingerprint": "f4d58e03f48bf911", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-14b56161f0a25e18", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/src/harnessEvents.ts:3"}, "properties": {"repobilityId": "4149a48c51f4429f", "scanner": "scanner-primary", "fingerprint": "14b56161f0a25e18", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-975d4c9f2f96fd1d", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/src/data.tsx:33"}, "properties": {"repobilityId": "34aea8fe0e0becf5", "scanner": "scanner-primary", "fingerprint": "975d4c9f2f96fd1d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-773a412a9e46fc0a", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/src/harnessActivity.ts:3"}, "properties": {"repobilityId": "62c9d090c6749fee", "scanner": "scanner-primary", "fingerprint": "773a412a9e46fc0a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-84459366a23f4bd1", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/src/Splitter.tsx:3"}, "properties": {"repobilityId": "dd31c8b4b3c095f9", "scanner": "scanner-primary", "fingerprint": "84459366a23f4bd1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-424c0465ddc66a51", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/src/harnessPatterns.ts:4"}, "properties": {"repobilityId": "70a88f0a87b982b4", "scanner": "scanner-primary", "fingerprint": "424c0465ddc66a51", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5d89ba92fe9a452c", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/src/ReopenRoomModal.tsx:3"}, "properties": {"repobilityId": "fbc7778564e715cc", "scanner": "scanner-primary", "fingerprint": "5d89ba92fe9a452c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b5f7d5954a8127f6", "level": "none", "message": {"text": "Commented-code block (8 lines) in app/src/App.tsx:3"}, "properties": {"repobilityId": "4d73e447e5e1f455", "scanner": "scanner-primary", "fingerprint": "b5f7d5954a8127f6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c71161ba079ee2fb", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/src/types.ts:3"}, "properties": {"repobilityId": "ad5554ea181dec87", "scanner": "scanner-primary", "fingerprint": "c71161ba079ee2fb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-eb327c611d324e6a", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/src/liveContext/Row.tsx:1"}, "properties": {"repobilityId": "aefc1cf5ad21a7a6", "scanner": "scanner-primary", "fingerprint": "eb327c611d324e6a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-38687847d0ddad0c", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/src/liveContext/store.ts:18"}, "properties": {"repobilityId": "1b8325f50d23c05f", "scanner": "scanner-primary", "fingerprint": "38687847d0ddad0c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-479795a5aeba7c81", "level": "none", "message": {"text": "Commented-code block (7 lines) in app/src/liveContext/ResultPreview.tsx:3"}, "properties": {"repobilityId": "4fbd44e7266d7b04", "scanner": "scanner-primary", "fingerprint": "479795a5aeba7c81", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-731a0a77d63275f4", "level": "none", "message": {"text": "Commented-code block (7 lines) in app/src/liveContext/LiveContext.tsx:8"}, "properties": {"repobilityId": "2f30c2d8fe08b0ab", "scanner": "scanner-primary", "fingerprint": "731a0a77d63275f4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a9542d99edc1f4e5", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/src/liveContext/payload.ts:1"}, "properties": {"repobilityId": "d84ffff89d4246d9", "scanner": "scanner-primary", "fingerprint": "a9542d99edc1f4e5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-64fed72ca9b50d54", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/src/liveContext/CardStack.tsx:1"}, "properties": {"repobilityId": "6a283b37c1117b85", "scanner": "scanner-primary", "fingerprint": "64fed72ca9b50d54", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-14e4ded69a5ba011", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/src/liveContext/rows.tsx:3"}, "properties": {"repobilityId": "9e85229d4182e62e", "scanner": "scanner-primary", "fingerprint": "14e4ded69a5ba011", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f277d131f2596a40", "level": "none", "message": {"text": "Commented-code block (7 lines) in app/src/liveContext/ActivityCard.tsx:3"}, "properties": {"repobilityId": "0c20244d0a23ade9", "scanner": "scanner-primary", "fingerprint": "f277d131f2596a40", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ecd19f479df47c96", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/src/liveContext/toolRows.tsx:3"}, "properties": {"repobilityId": "ec162ca5b3d48b3b", "scanner": "scanner-primary", "fingerprint": "ecd19f479df47c96", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-431c0ef7063a9405", "level": "none", "message": {"text": "Commented-code block (8 lines) in app/src/liveContext/feedItems.tsx:3"}, "properties": {"repobilityId": "4122d8003c991334", "scanner": "scanner-primary", "fingerprint": "431c0ef7063a9405", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}