{"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-436463dcec5c3318", "name": "`truncate` class without `title=` for hover reveal \u2014 src/features/auth/UserBadge.tsx:87", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/features/auth/UserBadge.tsx:87"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-64870500cb6c1c3f", "name": "`truncate` class without `title=` for hover reveal \u2014 src/features/synonyms/SynonymDecksPage.tsx:193", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/features/synonyms/SynonymDecksPage.tsx:193"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-d63da3583b14afc0", "name": "Dockerfile runs as root: Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5cd2a8cc34a24eeb", "name": "Docker base image is tag-pinned but not digest-pinned: node:${NODE_VERSION}-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:${NODE_VERSION}-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-317932093ccf0181", "name": "Docker base image is tag-pinned but not digest-pinned: nginx:1.27-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: nginx:1.27-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-aa5acaa49eb8315b", "name": "Containers defined but no K8s/orchestration manifest found", "shortDescription": {"text": "Containers defined but no K8s/orchestration manifest found"}, "fullDescription": {"text": "Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-28c4a04bd807da0c", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/deploy-pages@v5 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-ad6701f0a8405e22", "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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 18 placeholder/mock markers across 12 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-8769bcc771831214", "name": "Agent instruction contains unpinned remote install: .claude/settings.json", "shortDescription": {"text": "Agent instruction contains unpinned remote install: .claude/settings.json"}, "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-a4f42b20e61e9837", "name": "Commented-code block (5 lines) in scripts/fix-deck-csvs.mjs:1", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/fix-deck-csvs.mjs:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-9124258b5229292c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/presets/index.ts:119", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/presets/index.ts:119"}, "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-f098eb6c4f8b1e85", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/presets/synonyms.ts:36", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/presets/synonyms.ts:36"}, "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-3840da36e111b3ad", "name": "Commented-code block (6 lines) in src/lib/api/client.test.ts:14", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/api/client.test.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-c3c8193ff5d8911c", "name": "Commented-code block (6 lines) in src/features/review/ReviewStep2.tsx:61", "shortDescription": {"text": "Commented-code block (6 lines) in src/features/review/ReviewStep2.tsx:61"}, "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-5eab030245e36486", "name": "Commented-code block (5 lines) in src/features/review/ReviewStep1.tsx:11", "shortDescription": {"text": "Commented-code block (5 lines) in src/features/review/ReviewStep1.tsx:11"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-319e66a630e14977", "name": "2 env vars used in code but missing from .env.example", "shortDescription": {"text": "2 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `BASE_URL`, `DEV`. 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}}, {"id": "scanner-195f5737625b0527", "name": "Frontend route `login` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `login` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3f94ef14cbb7521d", "name": "Frontend route `auth/callback` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `auth/callback` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-fc32b480e098effe", "name": "Frontend route `review` has no Link/navigate to it \u2014 src/components/Layout.test.tsx", "shortDescription": {"text": "Frontend route `review` has no Link/navigate to it \u2014 src/components/Layout.test.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6ece65679ce03ac7", "name": "Frontend route `practice` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `practice` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4a6d3f86dfb11200", "name": "Frontend route `synonyms` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `synonyms` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a56f9508852892fc", "name": "Frontend route `synonyms/:deckId` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `synonyms/:deckId` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1fa6ca9e97fd3cdf", "name": "Frontend route `cards` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `cards` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-977180bf68832328", "name": "Frontend route `import` has no Link/navigate to it \u2014 src/components/Layout.test.tsx", "shortDescription": {"text": "Frontend route `import` has no Link/navigate to it \u2014 src/components/Layout.test.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-dfa375ace6613d0b", "name": "Frontend route `stats` has no Link/navigate to it \u2014 src/components/Layout.test.tsx", "shortDescription": {"text": "Frontend route `stats` has no Link/navigate to it \u2014 src/components/Layout.test.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0d390927b91e8fb5", "name": "Frontend route `/synonyms/:deckId` has no Link/navigate to it \u2014 src/features/synonyms/SynonymStudyPage.test.tsx", "shortDescription": {"text": "Frontend route `/synonyms/:deckId` has no Link/navigate to it \u2014 src/features/synonyms/SynonymStudyPage.test.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/18252"}, "properties": {"repository": "rmv0x11/ild", "repoUrl": "https://github.com/rmv0x11/ild", "branch": "main"}, "results": [{"ruleId": "scanner-436463dcec5c3318", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/features/auth/UserBadge.tsx:87"}, "properties": {"repobilityId": "2f6cf3e18ea36cd7", "scanner": "scanner-primary", "fingerprint": "436463dcec5c3318", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-64870500cb6c1c3f", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/features/synonyms/SynonymDecksPage.tsx:193"}, "properties": {"repobilityId": "cfae40b651e35e8c", "scanner": "scanner-primary", "fingerprint": "64870500cb6c1c3f", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-d63da3583b14afc0", "level": "warning", "message": {"text": "Dockerfile runs as root: Dockerfile"}, "properties": {"repobilityId": "a2ed1bd120e507db", "scanner": "scanner-primary", "fingerprint": "d63da3583b14afc0", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-5cd2a8cc34a24eeb", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:${NODE_VERSION}-alpine"}, "properties": {"repobilityId": "c8195a24650145da", "scanner": "scanner-primary", "fingerprint": "5cd2a8cc34a24eeb", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 5}}}]}, {"ruleId": "scanner-317932093ccf0181", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: nginx:1.27-alpine"}, "properties": {"repobilityId": "2476880f63021bf4", "scanner": "scanner-primary", "fingerprint": "317932093ccf0181", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 32}}}]}, {"ruleId": "scanner-aa5acaa49eb8315b", "level": "note", "message": {"text": "Containers defined but no K8s/orchestration manifest found"}, "properties": {"repobilityId": "b230ea9b68736081", "scanner": "scanner-primary", "fingerprint": "aa5acaa49eb8315b", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["coverage", "deployment"]}}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "4544a649b35fa68b", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 62}}}]}, {"ruleId": "scanner-ad6701f0a8405e22", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "8384c23520d55657", "scanner": "scanner-primary", "fingerprint": "ad6701f0a8405e22", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "489281eeec590191", "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": "f2baa6fb6de3da60", "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": "f0e13bcdd7c91aa0", "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": "662f47ed0e7ea3f7", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-8769bcc771831214", "level": "warning", "message": {"text": "Agent instruction contains unpinned remote install: .claude/settings.json"}, "properties": {"repobilityId": "f94968d1c8aa7dc6", "scanner": "scanner-primary", "fingerprint": "8769bcc771831214", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "supply-chain", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/settings.json"}, "region": {"startLine": 58}}}]}, {"ruleId": "scanner-a4f42b20e61e9837", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/fix-deck-csvs.mjs:1"}, "properties": {"repobilityId": "f6cb202a5aba5774", "scanner": "scanner-primary", "fingerprint": "a4f42b20e61e9837", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9124258b5229292c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/presets/index.ts:119"}, "properties": {"repobilityId": "1f69a537b57746c4", "scanner": "scanner-primary", "fingerprint": "9124258b5229292c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f098eb6c4f8b1e85", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/presets/synonyms.ts:36"}, "properties": {"repobilityId": "5853238ef54aa7c9", "scanner": "scanner-primary", "fingerprint": "f098eb6c4f8b1e85", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3840da36e111b3ad", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/api/client.test.ts:14"}, "properties": {"repobilityId": "8bb67a2d4bb1cb3e", "scanner": "scanner-primary", "fingerprint": "3840da36e111b3ad", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c3c8193ff5d8911c", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/features/review/ReviewStep2.tsx:61"}, "properties": {"repobilityId": "fe4142ddb045c0ba", "scanner": "scanner-primary", "fingerprint": "c3c8193ff5d8911c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5eab030245e36486", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/features/review/ReviewStep1.tsx:11"}, "properties": {"repobilityId": "f6cd1afa842ae434", "scanner": "scanner-primary", "fingerprint": "5eab030245e36486", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-319e66a630e14977", "level": "none", "message": {"text": "2 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "d838d1fc5d8231c9", "scanner": "scanner-primary", "fingerprint": "319e66a630e14977", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-195f5737625b0527", "level": "warning", "message": {"text": "Frontend route `login` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "dd6b26ba8a960e15", "scanner": "scanner-primary", "fingerprint": "195f5737625b0527", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-3f94ef14cbb7521d", "level": "warning", "message": {"text": "Frontend route `auth/callback` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "4f5058c111441a0a", "scanner": "scanner-primary", "fingerprint": "3f94ef14cbb7521d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-fc32b480e098effe", "level": "warning", "message": {"text": "Frontend route `review` has no Link/navigate to it \u2014 src/components/Layout.test.tsx"}, "properties": {"repobilityId": "dff921a88aab352e", "scanner": "scanner-primary", "fingerprint": "fc32b480e098effe", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-6ece65679ce03ac7", "level": "warning", "message": {"text": "Frontend route `practice` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "7141485ba4ca8faf", "scanner": "scanner-primary", "fingerprint": "6ece65679ce03ac7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-4a6d3f86dfb11200", "level": "warning", "message": {"text": "Frontend route `synonyms` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "12574e6f9428c231", "scanner": "scanner-primary", "fingerprint": "4a6d3f86dfb11200", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-a56f9508852892fc", "level": "warning", "message": {"text": "Frontend route `synonyms/:deckId` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "981013d313bbdfbf", "scanner": "scanner-primary", "fingerprint": "a56f9508852892fc", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-1fa6ca9e97fd3cdf", "level": "warning", "message": {"text": "Frontend route `cards` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "11a77bcf08f9519a", "scanner": "scanner-primary", "fingerprint": "1fa6ca9e97fd3cdf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-977180bf68832328", "level": "warning", "message": {"text": "Frontend route `import` has no Link/navigate to it \u2014 src/components/Layout.test.tsx"}, "properties": {"repobilityId": "339f74a0f9e5b1d1", "scanner": "scanner-primary", "fingerprint": "977180bf68832328", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-dfa375ace6613d0b", "level": "warning", "message": {"text": "Frontend route `stats` has no Link/navigate to it \u2014 src/components/Layout.test.tsx"}, "properties": {"repobilityId": "f7dc38af162517b5", "scanner": "scanner-primary", "fingerprint": "dfa375ace6613d0b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-0d390927b91e8fb5", "level": "warning", "message": {"text": "Frontend route `/synonyms/:deckId` has no Link/navigate to it \u2014 src/features/synonyms/SynonymStudyPage.test.tsx"}, "properties": {"repobilityId": "f6e2370d17ac10a6", "scanner": "scanner-primary", "fingerprint": "0d390927b91e8fb5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}]}]}