{"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-c62bdf8023d69c14", "name": "Stray `console.log` in TS/JS \u2014 tests/e2e/flows/core-writing-flow.spec.ts:55", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/e2e/flows/core-writing-flow.spec.ts:55"}, "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-149274f6a142a3a7", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/DashboardBody.tsx:259", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/DashboardBody.tsx:259"}, "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-a29b9977ae76d086", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/practice/NextProblemView.tsx:276", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/practice/NextProblemView.tsx:276"}, "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-4d734fe08e3c73c6", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/practice/RetryModal.tsx:182", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/practice/RetryModal.tsx:182"}, "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-32ee74c428fa8d0d", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/practice/ProblemTypeFilterCards.tsx:80", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/practice/ProblemTypeFilterCards.tsx:80"}, "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-33657a227413666d", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/practice/RecommendationsView.tsx:87", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/practice/RecommendationsView.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-59bed2662467a033", "name": "Insecure pattern 'direct_innerhtml_assignment' in landing.html:564", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in landing.html:564"}, "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-e524f47a246f551d", "name": "Insecure pattern 'node_child_process' in scripts/i18n/scan-unmigrated.mjs:10", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/i18n/scan-unmigrated.mjs:10"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 16 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 50 placeholder/mock markers across 29 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-bea357a6497a2d5d", "name": "Agent authority lacks a verifier contract: CLAUDE.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: CLAUDE.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-58a902611e871469", "name": "Agent authority lacks a verifier contract: .codex/skills/dynamic-workflow-generator/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .codex/skills/dynamic-workflow-generator/SKILL.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-9d8e4109ac9b0399", "name": "Agent authority lacks a verifier contract: .claude/skills/dynamic-workflow-generator/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/dynamic-workflow-generator/SKILL.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "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-10d188ddc70c1b0b", "name": "Commented-code block (8 lines) in vitest.config.ts:15", "shortDescription": {"text": "Commented-code block (8 lines) in vitest.config.ts:15"}, "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-7139a03582805ed0", "name": "Commented-code block (6 lines) in next.config.ts:12", "shortDescription": {"text": "Commented-code block (6 lines) in next.config.ts: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-9bc8cc71248a1b08", "name": "Commented-code block (5 lines) in tests/setup.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in tests/setup.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-96caac7fb1384991", "name": "Commented-code block (6 lines) in tests/scripts/build-preflight.test.ts:3", "shortDescription": {"text": "Commented-code block (6 lines) in tests/scripts/build-preflight.test.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-9c27b4bb5271d51c", "name": "Commented-code block (5 lines) in tests/theme/theme-contract.test.ts:16", "shortDescription": {"text": "Commented-code block (5 lines) in tests/theme/theme-contract.test.ts:16"}, "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-306b739cd2c1cf55", "name": "Commented-code block (5 lines) in tests/components/practice/WeaknessView.test.tsx:213", "shortDescription": {"text": "Commented-code block (5 lines) in tests/components/practice/WeaknessView.test.tsx:213"}, "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-1741fc2028aa3774", "name": "Commented-code block (5 lines) in tests/components/library/LibrarySubmissionsTab.test.tsx:56", "shortDescription": {"text": "Commented-code block (5 lines) in tests/components/library/LibrarySubmissionsTab.test.tsx:56"}, "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-e18924da0e7af58b", "name": "Commented-code block (5 lines) in tests/components/auth/PasswordResetRequestForm.test.tsx:42", "shortDescription": {"text": "Commented-code block (5 lines) in tests/components/auth/PasswordResetRequestForm.test.tsx:42"}, "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-aa847a14a4932799", "name": "Commented-code block (5 lines) in tests/components/settings/NotificationPrefsForm.test.tsx:30", "shortDescription": {"text": "Commented-code block (5 lines) in tests/components/settings/NotificationPrefsForm.test.tsx:30"}, "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-ee141d9b3ffddc00", "name": "Commented-code block (5 lines) in tests/integration/library-flow.test.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in tests/integration/library-flow.test.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-b7b18c74d62cba16", "name": "Commented-code block (7 lines) in tests/integration/learning-flow.test.ts:45", "shortDescription": {"text": "Commented-code block (7 lines) in tests/integration/learning-flow.test.ts:45"}, "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-66cf7b7fddfd4272", "name": "Commented-code block (5 lines) in tests/e2e/notification-error-states.spec.ts:5", "shortDescription": {"text": "Commented-code block (5 lines) in tests/e2e/notification-error-states.spec.ts:5"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-dfe8d80a5387550f", "name": "Commented-code block (5 lines) in tests/e2e/notification-failure-states.spec.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in tests/e2e/notification-failure-states.spec.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-b7c73fd6b3b8c403", "name": "Commented-code block (9 lines) in tests/e2e/flows/core-writing-flow.spec.ts:6", "shortDescription": {"text": "Commented-code block (9 lines) in tests/e2e/flows/core-writing-flow.spec.ts:6"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-318fecfca5a37289", "name": "Commented-code block (8 lines) in tests/e2e/screens/workspace-logout.spec.ts:5", "shortDescription": {"text": "Commented-code block (8 lines) in tests/e2e/screens/workspace-logout.spec.ts:5"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-4f64c9a934e23f35", "name": "Commented-code block (5 lines) in tests/e2e/_setup/auth.setup.ts:4", "shortDescription": {"text": "Commented-code block (5 lines) in tests/e2e/_setup/auth.setup.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-73c039b068e45137", "name": "Commented-code block (5 lines) in scripts/build-preflight.mjs:8", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/build-preflight.mjs: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-44ac86710333563d", "name": "Commented-code block (10 lines) in scripts/design-review/render-shot.mjs:8", "shortDescription": {"text": "Commented-code block (10 lines) in scripts/design-review/render-shot.mjs: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-06ab234c9506bf41", "name": "Commented-code block (9 lines) in src/app/api/export/pdf/route.ts:3", "shortDescription": {"text": "Commented-code block (9 lines) in src/app/api/export/pdf/route.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-8a556ef0b9b8fec0", "name": "Commented-code block (6 lines) in src/app/api/notifications/dispatch-email/route.ts:3", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/api/notifications/dispatch-email/route.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-12e36ac72d7c2d29", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/notifications/dispatch-email/route.ts:8", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/notifications/dispatch-email/route.ts:8"}, "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-0f85a794c90b17c7", "name": "Commented-code block (7 lines) in src/app/api/notifications/unsubscribe/route.ts:3", "shortDescription": {"text": "Commented-code block (7 lines) in src/app/api/notifications/unsubscribe/route.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-94501a4ba4a26ecc", "name": "Commented-code block (5 lines) in src/app/auth/callback-fragment/page.tsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/auth/callback-fragment/page.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-58f822df49f068db", "name": "Commented-code block (7 lines) in src/app/auth/callback/route.ts:12", "shortDescription": {"text": "Commented-code block (7 lines) in src/app/auth/callback/route.ts: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-4f6cb063e9fd327f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/auth/callback/route.ts:38", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/auth/callback/route.ts:38"}, "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-fbcadbb311151ffe", "name": "Commented-code block (9 lines) in src/app/auth/sign-out/route.ts:6", "shortDescription": {"text": "Commented-code block (9 lines) in src/app/auth/sign-out/route.ts:6"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-8839393dad2f7556", "name": "Commented-code block (5 lines) in src/app/privacy/page.tsx:10", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/privacy/page.tsx:10"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-48695462d6662110", "name": "Commented-code block (5 lines) in src/app/(workspace)/practice/weakness/page.tsx:55", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/(workspace)/practice/weakness/page.tsx:55"}, "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-93549ae13f6df3b2", "name": "Commented-code block (5 lines) in src/theme/components/shared.ts:8", "shortDescription": {"text": "Commented-code block (5 lines) in src/theme/components/shared.ts:8"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-53dc6808d5e32dc0", "name": "Commented-code block (6 lines) in src/components/library/LibrarySubmissionsTab.tsx:89", "shortDescription": {"text": "Commented-code block (6 lines) in src/components/library/LibrarySubmissionsTab.tsx:89"}, "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-17d555404a53093c", "name": "Commented-code block (5 lines) in src/components/auth/AuthMascot.tsx:5", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/auth/AuthMascot.tsx:5"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-b9d6ba7d13c31948", "name": "Commented-code block (6 lines) in src/components/auth/CallbackFragmentFallback.tsx:10", "shortDescription": {"text": "Commented-code block (6 lines) in src/components/auth/CallbackFragmentFallback.tsx:10"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-108388f0ff45a6b9", "name": "Commented-code block (5 lines) in src/components/auth/AuthErrorCard.tsx:5", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/auth/AuthErrorCard.tsx:5"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-c35f572dd44ca745", "name": "Commented-code block (6 lines) in src/components/auth/LoginForm.tsx:29", "shortDescription": {"text": "Commented-code block (6 lines) in src/components/auth/LoginForm.tsx:29"}, "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-ef6f857b1ac6157e", "name": "Commented-code block (5 lines) in src/components/settings/LanguageForm.tsx:219", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/settings/LanguageForm.tsx:219"}, "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-d7ada99a3c60ae07", "name": "Commented-code block (6 lines) in src/i18n/request.ts:61", "shortDescription": {"text": "Commented-code block (6 lines) in src/i18n/request.ts: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-77eefba6a45153d6", "name": "Commented-code block (5 lines) in src/lib/export/pdf-export-client.ts:5", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/export/pdf-export-client.ts:5"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-8a90f4e7e25a8512", "name": "Commented-code block (5 lines) in src/lib/practice/next.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/practice/next.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-1ae8ae9000cf9ebe", "name": "Commented-code block (5 lines) in src/lib/practice/weakness.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/practice/weakness.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-a5d7fdb05462ed61", "name": "Commented-code block (5 lines) in src/lib/library/server.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/library/server.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-4256453b6a00958e", "name": "Commented-code block (5 lines) in src/lib/writing/server.ts:169", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/writing/server.ts:169"}, "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-268321213b08328f", "name": "Commented-code block (5 lines) in src/lib/writing/constants.ts:5", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/writing/constants.ts:5"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-6b15e8e22a4392e8", "name": "Commented-code block (5 lines) in src/lib/writing/mutations.ts:103", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/writing/mutations.ts:103"}, "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-fe12708573e2862b", "name": "Commented-code block (5 lines) in src/lib/auth/error-mapping.ts:65", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/auth/error-mapping.ts:65"}, "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-030da566069872e9", "name": "15 env vars used in code but missing from .env.example", "shortDescription": {"text": "15 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `AI_BUILD_PREFLIGHT_FORCE`, `E2E_BASE_URL`, `NODE_ENV`, `NOTIFICATION_WORKER_SECRET`, `RESEND_API_KEY`, `RESEND_FROM`, `RS_LABEL`, `RS_ORIGIN` + 7 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/24623"}, "properties": {"repository": "blackstarzck/topik-project-v13", "repoUrl": "https://github.com/blackstarzck/topik-project-v13", "branch": "main"}, "results": [{"ruleId": "scanner-c62bdf8023d69c14", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/e2e/flows/core-writing-flow.spec.ts:55"}, "properties": {"repobilityId": "1709c1fdfff38cba", "scanner": "scanner-primary", "fingerprint": "c62bdf8023d69c14", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-149274f6a142a3a7", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/DashboardBody.tsx:259"}, "properties": {"repobilityId": "26e8ede8641bf73d", "scanner": "scanner-primary", "fingerprint": "149274f6a142a3a7", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-a29b9977ae76d086", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/practice/NextProblemView.tsx:276"}, "properties": {"repobilityId": "5c25ebefb2329ec5", "scanner": "scanner-primary", "fingerprint": "a29b9977ae76d086", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-4d734fe08e3c73c6", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/practice/RetryModal.tsx:182"}, "properties": {"repobilityId": "07462dc12ee88a53", "scanner": "scanner-primary", "fingerprint": "4d734fe08e3c73c6", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-32ee74c428fa8d0d", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/practice/ProblemTypeFilterCards.tsx:80"}, "properties": {"repobilityId": "9ff5168dd1021af6", "scanner": "scanner-primary", "fingerprint": "32ee74c428fa8d0d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-33657a227413666d", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/practice/RecommendationsView.tsx:87"}, "properties": {"repobilityId": "2226d49195fb266b", "scanner": "scanner-primary", "fingerprint": "33657a227413666d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-59bed2662467a033", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in landing.html:564"}, "properties": {"repobilityId": "5b2c9c5410f6bea7", "scanner": "scanner-primary", "fingerprint": "59bed2662467a033", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "landing.html"}, "region": {"startLine": 564}}}]}, {"ruleId": "scanner-e524f47a246f551d", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/i18n/scan-unmigrated.mjs:10"}, "properties": {"repobilityId": "986868fbc021d2e7", "scanner": "scanner-primary", "fingerprint": "e524f47a246f551d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/i18n/scan-unmigrated.mjs"}, "region": {"startLine": 10}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ae16880318b99912", "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": 19}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "989a74409a402368", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 22}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "66490125b1f274c3", "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": "21318534b0af0d0a", "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": "5ef11ede342a95ee", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-bea357a6497a2d5d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: CLAUDE.md"}, "properties": {"repobilityId": "aae72df3934829ac", "scanner": "scanner-primary", "fingerprint": "bea357a6497a2d5d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "CLAUDE.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-58a902611e871469", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .codex/skills/dynamic-workflow-generator/SKILL.md"}, "properties": {"repobilityId": "cfc2cd61e31bf33f", "scanner": "scanner-primary", "fingerprint": "58a902611e871469", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "codex_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".codex/skills/dynamic-workflow-generator/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-9d8e4109ac9b0399", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/dynamic-workflow-generator/SKILL.md"}, "properties": {"repobilityId": "3da0326b5cacf6e1", "scanner": "scanner-primary", "fingerprint": "9d8e4109ac9b0399", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/dynamic-workflow-generator/SKILL.md"}, "region": {"startLine": 1}}}]}, {"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-10d188ddc70c1b0b", "level": "none", "message": {"text": "Commented-code block (8 lines) in vitest.config.ts:15"}, "properties": {"repobilityId": "471fa56de6b2d5c0", "scanner": "scanner-primary", "fingerprint": "10d188ddc70c1b0b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7139a03582805ed0", "level": "none", "message": {"text": "Commented-code block (6 lines) in next.config.ts:12"}, "properties": {"repobilityId": "d7c409dbd8bf2a54", "scanner": "scanner-primary", "fingerprint": "7139a03582805ed0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9bc8cc71248a1b08", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/setup.ts:3"}, "properties": {"repobilityId": "ab9189fc56bde307", "scanner": "scanner-primary", "fingerprint": "9bc8cc71248a1b08", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-96caac7fb1384991", "level": "none", "message": {"text": "Commented-code block (6 lines) in tests/scripts/build-preflight.test.ts:3"}, "properties": {"repobilityId": "a6b536ea6aa5462a", "scanner": "scanner-primary", "fingerprint": "96caac7fb1384991", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9c27b4bb5271d51c", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/theme/theme-contract.test.ts:16"}, "properties": {"repobilityId": "95dbadd3a4e3c3aa", "scanner": "scanner-primary", "fingerprint": "9c27b4bb5271d51c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-306b739cd2c1cf55", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/components/practice/WeaknessView.test.tsx:213"}, "properties": {"repobilityId": "0b2f4d1fdc11b0f7", "scanner": "scanner-primary", "fingerprint": "306b739cd2c1cf55", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1741fc2028aa3774", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/components/library/LibrarySubmissionsTab.test.tsx:56"}, "properties": {"repobilityId": "946ec62dfa68e20f", "scanner": "scanner-primary", "fingerprint": "1741fc2028aa3774", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e18924da0e7af58b", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/components/auth/PasswordResetRequestForm.test.tsx:42"}, "properties": {"repobilityId": "9ed57a8e47647c72", "scanner": "scanner-primary", "fingerprint": "e18924da0e7af58b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-aa847a14a4932799", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/components/settings/NotificationPrefsForm.test.tsx:30"}, "properties": {"repobilityId": "42bdbc769e5cdc48", "scanner": "scanner-primary", "fingerprint": "aa847a14a4932799", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ee141d9b3ffddc00", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/integration/library-flow.test.ts:3"}, "properties": {"repobilityId": "aa8474eba6525bcd", "scanner": "scanner-primary", "fingerprint": "ee141d9b3ffddc00", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b7b18c74d62cba16", "level": "none", "message": {"text": "Commented-code block (7 lines) in tests/integration/learning-flow.test.ts:45"}, "properties": {"repobilityId": "ee6ca1fdf79983e5", "scanner": "scanner-primary", "fingerprint": "b7b18c74d62cba16", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-66cf7b7fddfd4272", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/e2e/notification-error-states.spec.ts:5"}, "properties": {"repobilityId": "7cb7a5f869d24554", "scanner": "scanner-primary", "fingerprint": "66cf7b7fddfd4272", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-dfe8d80a5387550f", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/e2e/notification-failure-states.spec.ts:3"}, "properties": {"repobilityId": "fa573913f6c29c6f", "scanner": "scanner-primary", "fingerprint": "dfe8d80a5387550f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b7c73fd6b3b8c403", "level": "none", "message": {"text": "Commented-code block (9 lines) in tests/e2e/flows/core-writing-flow.spec.ts:6"}, "properties": {"repobilityId": "eb372d0a57a54e22", "scanner": "scanner-primary", "fingerprint": "b7c73fd6b3b8c403", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-318fecfca5a37289", "level": "none", "message": {"text": "Commented-code block (8 lines) in tests/e2e/screens/workspace-logout.spec.ts:5"}, "properties": {"repobilityId": "9ab6767984965489", "scanner": "scanner-primary", "fingerprint": "318fecfca5a37289", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4f64c9a934e23f35", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/e2e/_setup/auth.setup.ts:4"}, "properties": {"repobilityId": "95c2304ca1a34314", "scanner": "scanner-primary", "fingerprint": "4f64c9a934e23f35", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-73c039b068e45137", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/build-preflight.mjs:8"}, "properties": {"repobilityId": "c8270206c7089a3f", "scanner": "scanner-primary", "fingerprint": "73c039b068e45137", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-44ac86710333563d", "level": "none", "message": {"text": "Commented-code block (10 lines) in scripts/design-review/render-shot.mjs:8"}, "properties": {"repobilityId": "ead2ccb37c1b244a", "scanner": "scanner-primary", "fingerprint": "44ac86710333563d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-06ab234c9506bf41", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/app/api/export/pdf/route.ts:3"}, "properties": {"repobilityId": "4cd6b857c42cd23e", "scanner": "scanner-primary", "fingerprint": "06ab234c9506bf41", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8a556ef0b9b8fec0", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/api/notifications/dispatch-email/route.ts:3"}, "properties": {"repobilityId": "f2ab9018f410d23b", "scanner": "scanner-primary", "fingerprint": "8a556ef0b9b8fec0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-12e36ac72d7c2d29", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/notifications/dispatch-email/route.ts:8"}, "properties": {"repobilityId": "134e386ed0c2b27f", "scanner": "scanner-primary", "fingerprint": "12e36ac72d7c2d29", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0f85a794c90b17c7", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/app/api/notifications/unsubscribe/route.ts:3"}, "properties": {"repobilityId": "0f38a0c311065c24", "scanner": "scanner-primary", "fingerprint": "0f85a794c90b17c7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-94501a4ba4a26ecc", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/auth/callback-fragment/page.tsx:3"}, "properties": {"repobilityId": "c17152eb94dbd2a4", "scanner": "scanner-primary", "fingerprint": "94501a4ba4a26ecc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-58f822df49f068db", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/app/auth/callback/route.ts:12"}, "properties": {"repobilityId": "cd8c002f49583517", "scanner": "scanner-primary", "fingerprint": "58f822df49f068db", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4f6cb063e9fd327f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/auth/callback/route.ts:38"}, "properties": {"repobilityId": "a3672cb456530949", "scanner": "scanner-primary", "fingerprint": "4f6cb063e9fd327f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-fbcadbb311151ffe", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/app/auth/sign-out/route.ts:6"}, "properties": {"repobilityId": "d7d4f1ef593de141", "scanner": "scanner-primary", "fingerprint": "fbcadbb311151ffe", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8839393dad2f7556", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/privacy/page.tsx:10"}, "properties": {"repobilityId": "7e0929936fb707b6", "scanner": "scanner-primary", "fingerprint": "8839393dad2f7556", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-48695462d6662110", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/(workspace)/practice/weakness/page.tsx:55"}, "properties": {"repobilityId": "aa03bf056ec1a76e", "scanner": "scanner-primary", "fingerprint": "48695462d6662110", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-93549ae13f6df3b2", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/theme/components/shared.ts:8"}, "properties": {"repobilityId": "d49c4a502ade2f04", "scanner": "scanner-primary", "fingerprint": "93549ae13f6df3b2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-53dc6808d5e32dc0", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/components/library/LibrarySubmissionsTab.tsx:89"}, "properties": {"repobilityId": "7eac119f47c2b04f", "scanner": "scanner-primary", "fingerprint": "53dc6808d5e32dc0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-17d555404a53093c", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/auth/AuthMascot.tsx:5"}, "properties": {"repobilityId": "2fafe33715b33411", "scanner": "scanner-primary", "fingerprint": "17d555404a53093c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b9d6ba7d13c31948", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/components/auth/CallbackFragmentFallback.tsx:10"}, "properties": {"repobilityId": "dc710f374dae8f55", "scanner": "scanner-primary", "fingerprint": "b9d6ba7d13c31948", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-108388f0ff45a6b9", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/auth/AuthErrorCard.tsx:5"}, "properties": {"repobilityId": "96ca22e49e1a54fb", "scanner": "scanner-primary", "fingerprint": "108388f0ff45a6b9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c35f572dd44ca745", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/components/auth/LoginForm.tsx:29"}, "properties": {"repobilityId": "23f41e3e84152bff", "scanner": "scanner-primary", "fingerprint": "c35f572dd44ca745", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ef6f857b1ac6157e", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/settings/LanguageForm.tsx:219"}, "properties": {"repobilityId": "80f728f845f0a599", "scanner": "scanner-primary", "fingerprint": "ef6f857b1ac6157e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d7ada99a3c60ae07", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/i18n/request.ts:61"}, "properties": {"repobilityId": "f1a1fa882d7d6218", "scanner": "scanner-primary", "fingerprint": "d7ada99a3c60ae07", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-77eefba6a45153d6", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/export/pdf-export-client.ts:5"}, "properties": {"repobilityId": "028fd1bed6ee4d5c", "scanner": "scanner-primary", "fingerprint": "77eefba6a45153d6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8a90f4e7e25a8512", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/practice/next.ts:1"}, "properties": {"repobilityId": "ed0919ee90ad026f", "scanner": "scanner-primary", "fingerprint": "8a90f4e7e25a8512", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1ae8ae9000cf9ebe", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/practice/weakness.ts:1"}, "properties": {"repobilityId": "4cab8c2016e1318d", "scanner": "scanner-primary", "fingerprint": "1ae8ae9000cf9ebe", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a5d7fdb05462ed61", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/library/server.ts:1"}, "properties": {"repobilityId": "dca8502ff69ae568", "scanner": "scanner-primary", "fingerprint": "a5d7fdb05462ed61", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4256453b6a00958e", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/writing/server.ts:169"}, "properties": {"repobilityId": "09141f7c4e617fdb", "scanner": "scanner-primary", "fingerprint": "4256453b6a00958e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-268321213b08328f", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/writing/constants.ts:5"}, "properties": {"repobilityId": "e8d6218bbc46050e", "scanner": "scanner-primary", "fingerprint": "268321213b08328f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6b15e8e22a4392e8", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/writing/mutations.ts:103"}, "properties": {"repobilityId": "400626dd6a3bfc86", "scanner": "scanner-primary", "fingerprint": "6b15e8e22a4392e8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fe12708573e2862b", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/auth/error-mapping.ts:65"}, "properties": {"repobilityId": "01ec1e810b1ae510", "scanner": "scanner-primary", "fingerprint": "fe12708573e2862b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-030da566069872e9", "level": "note", "message": {"text": "15 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "0519c1c0e8c1f8e4", "scanner": "scanner-primary", "fingerprint": "030da566069872e9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}