{"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-bcfd83652e7646f0", "name": "Stray `console.log` in TS/JS \u2014 auth.ts:182", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 auth.ts:182"}, "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-d7aaa52c28bab5d9", "name": "`truncate` class without `title=` for hover reveal \u2014 components/hero-activity.tsx:1045", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/hero-activity.tsx:1045"}, "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-7f2df1f92629fc1f", "name": "`truncate` class without `title=` for hover reveal \u2014 components/auth-panel.tsx:349", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/auth-panel.tsx:349"}, "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-7bd44bc1cb6c1a91", "name": "`truncate` class without `title=` for hover reveal \u2014 components/billing-panel.tsx:547", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/billing-panel.tsx:547"}, "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-800a4938c810c933", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 components/code-block.tsx:297", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/code-block.tsx:297"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8428bb6f44770dbe", "name": "`truncate` class without `title=` for hover reveal \u2014 components/dashboard-nav.tsx:523", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/dashboard-nav.tsx:523"}, "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-aa099ca6e26f3dba", "name": "\"active\" state uses light bg in a dark theme \u2014 components/mobile-nav.tsx:115", "shortDescription": {"text": "\"active\" state uses light bg in a dark theme \u2014 components/mobile-nav.tsx:115"}, "fullDescription": {"text": "A ternary like `active ? 'bg-white' : '...'` (or bg-gray-100/200) on a dark theme produces jarring white pills. Use a dark-emphasized active state instead \u2014 border + ring or slightly brighter dark bg. Example: `active ? 'bg-gray-800 border-gray-500 ring-1 ring-blue-500/30' : '\u2026'`.\n\nWhy: P-E in CHECKLIST.md \u2014 light bg in a dark theme is a class of regression.\nRule id: fq.active-light-bg"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f2d9e17363a26c9e", "name": "`truncate` class without `title=` for hover reveal \u2014 components/compare-plans.tsx:289", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/compare-plans.tsx:289"}, "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-4dabd583b69ff640", "name": "`truncate` class without `title=` for hover reveal \u2014 components/checkout-form.tsx:234", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/checkout-form.tsx:234"}, "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-a57f746265272c46", "name": "`truncate` class without `title=` for hover reveal \u2014 components/learn/learn-sidebar.tsx:95", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/learn/learn-sidebar.tsx:95"}, "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-94e721d1562d2020", "name": "\"active\" state uses light bg in a dark theme \u2014 components/learn/learn-sidebar.tsx:90", "shortDescription": {"text": "\"active\" state uses light bg in a dark theme \u2014 components/learn/learn-sidebar.tsx:90"}, "fullDescription": {"text": "A ternary like `active ? 'bg-white' : '...'` (or bg-gray-100/200) on a dark theme produces jarring white pills. Use a dark-emphasized active state instead \u2014 border + ring or slightly brighter dark bg. Example: `active ? 'bg-gray-800 border-gray-500 ring-1 ring-blue-500/30' : '\u2026'`.\n\nWhy: P-E in CHECKLIST.md \u2014 light bg in a dark theme is a class of regression.\nRule id: fq.active-light-bg"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b4c454aa57a706c7", "name": "\"active\" state uses light bg in a dark theme \u2014 components/learn/learn-piece-view.tsx:256", "shortDescription": {"text": "\"active\" state uses light bg in a dark theme \u2014 components/learn/learn-piece-view.tsx:256"}, "fullDescription": {"text": "A ternary like `active ? 'bg-white' : '...'` (or bg-gray-100/200) on a dark theme produces jarring white pills. Use a dark-emphasized active state instead \u2014 border + ring or slightly brighter dark bg. Example: `active ? 'bg-gray-800 border-gray-500 ring-1 ring-blue-500/30' : '\u2026'`.\n\nWhy: P-E in CHECKLIST.md \u2014 light bg in a dark theme is a class of regression.\nRule id: fq.active-light-bg"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4edb05d957ff5e8f", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/layout.tsx:153", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/layout.tsx:153"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-257c271a8099fb31", "name": "Stray `console.log` in TS/JS \u2014 app/api/ai/chat/route.ts:1023", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/api/ai/chat/route.ts:1023"}, "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-e7d1201e73fd357e", "name": "TODO/FIXME marker in shipping code \u2014 app/api/desktop/billing/payment-intent/route.ts:84", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 app/api/desktop/billing/payment-intent/route.ts:84"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-0d23090a924141d1", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/(site)/learn/p/[slug]/page.tsx:120", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/(site)/learn/p/[slug]/page.tsx:120"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-49b200d59986ff89", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/(site)/learn/[slug]/page.tsx:87", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/(site)/learn/[slug]/page.tsx:87"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2b7ec77c155b4f78", "name": "`truncate` class without `title=` for hover reveal \u2014 app/account/page.tsx:443", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/account/page.tsx:443"}, "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-1c729ded8052f3be", "name": "`truncate` class without `title=` for hover reveal \u2014 app/account/usage/page.tsx:617", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/account/usage/page.tsx:617"}, "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-0106c6e0306e498c", "name": "`truncate` class without `title=` for hover reveal \u2014 app/account/referral/page.tsx:65", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/account/referral/page.tsx:65"}, "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-7c827073193778f9", "name": "`truncate` class without `title=` for hover reveal \u2014 app/account/content/page.tsx:176", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/account/content/page.tsx:176"}, "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-9b9c88715252b742", "name": "`truncate` class without `title=` for hover reveal \u2014 app/account/content/[id]/page.tsx:225", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/account/content/[id]/page.tsx:225"}, "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-05a2366e1f284067", "name": "Stray `console.log` in TS/JS \u2014 lib/vraelis-monitor.ts:55", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 lib/vraelis-monitor.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-f3ca6f15c053e40d", "name": "Stray `console.log` in TS/JS \u2014 lib/metrics.ts:81", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 lib/metrics.ts:81"}, "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-e140e8b39e08659d", "name": "Insecure pattern 'direct_innerhtml_assignment' in desktop/splash.html:669", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in desktop/splash.html:669"}, "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-557d07be14845797", "name": "Possible secret in desktop/src/i18n/strings.ts", "shortDescription": {"text": "Possible secret in desktop/src/i18n/strings.ts"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-b7dfdeda7ba5018d", "name": "Insecure pattern 'dangerous_innerhtml' in components/code-block.tsx:297", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in components/code-block.tsx:297"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-c3d6d18231365765", "name": "Insecure pattern 'direct_innerhtml_assignment' in components/code-block.tsx:116", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in components/code-block.tsx:116"}, "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-94bdea4e2205b9b0", "name": "Insecure pattern 'dangerous_innerhtml' in app/layout.tsx:153", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/layout.tsx:153"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3a88d59547fb34e6", "name": "Insecure pattern 'cors_wildcard' in app/api/vraelis/intake/route.ts:26", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in app/api/vraelis/intake/route.ts:26"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e7eeb6ee9a24dfb7", "name": "Insecure pattern 'cors_wildcard' in app/api/vraelis/intake/continue/route.ts:32", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in app/api/vraelis/intake/continue/route.ts:32"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-273060aea2de4eb3", "name": "Insecure pattern 'cors_wildcard' in app/api/vraelis/book/route.ts:22", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in app/api/vraelis/book/route.ts:22"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-bfd86e851f83464f", "name": "Insecure pattern 'dangerous_innerhtml' in app/(site)/learn/p/[slug]/page.tsx:120", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/(site)/learn/p/[slug]/page.tsx:120"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6f04a949ee49a8b7", "name": "Insecure pattern 'dangerous_innerhtml' in app/(site)/learn/[slug]/page.tsx:87", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/(site)/learn/[slug]/page.tsx:87"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a5558c31c0407797", "name": "Insecure pattern 'direct_innerhtml_assignment' in public/widget.js:40", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/widget.js:40"}, "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-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a1ada193b4c96d6e", "name": "Very large file: desktop/src/floating-copilot.tsx (1958 lines)", "shortDescription": {"text": "Very large file: desktop/src/floating-copilot.tsx (1958 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-6a6a9e5367f9988a", "name": "Very large file: desktop/src/workspace.tsx (2351 lines)", "shortDescription": {"text": "Very large file: desktop/src/workspace.tsx (2351 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-67091a2a5bf42331", "name": "Very large file: desktop/src/billing-panel.tsx (1420 lines)", "shortDescription": {"text": "Very large file: desktop/src/billing-panel.tsx (1420 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-b88750077722f087", "name": "Very large file: desktop/src/chat-view.tsx (4216 lines)", "shortDescription": {"text": "Very large file: desktop/src/chat-view.tsx (4216 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-8ee985b98ae686b1", "name": "Very large file: components/web-chat.tsx (4678 lines)", "shortDescription": {"text": "Very large file: components/web-chat.tsx (4678 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-52b33c236bf0bdb5", "name": "Very large file: components/hero-activity.tsx (2166 lines)", "shortDescription": {"text": "Very large file: components/hero-activity.tsx (2166 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-547ac73fe0363053", "name": "Very large file: app/api/ai/chat/route.ts (1401 lines)", "shortDescription": {"text": "Very large file: app/api/ai/chat/route.ts (1401 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-d8b7e8b980ddef72", "name": "Very large file: app/(vraelis)/v/account/page.tsx (1089 lines)", "shortDescription": {"text": "Very large file: app/(vraelis)/v/account/page.tsx (1089 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-35ab2b580a320278", "name": "Very large file: app/(vraelis)/_components/vraelis-ui.tsx (1381 lines)", "shortDescription": {"text": "Very large file: app/(vraelis)/_components/vraelis-ui.tsx (1381 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": "2 test file(s) for 470 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 47 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 265 placeholder/mock markers across 67 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-9d79c4077342a7d0", "name": "Runtime service client appears to use placeholder configuration", "shortDescription": {"text": "Runtime service client appears to use placeholder configuration"}, "fullDescription": {"text": "A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured."}, "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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, ci, tests. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "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-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-c05a898e5f4073da", "name": "Commented-code block (5 lines) in auth.ts:18", "shortDescription": {"text": "Commented-code block (5 lines) in auth.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-75d8d5ed41288723", "name": "Commented-code block (5 lines) in proxy.ts:4", "shortDescription": {"text": "Commented-code block (5 lines) in proxy.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-0d0487cb4f7b7d4e", "name": "Legacy-named symbol `rest_v1` in scripts/ingest-content.mjs:183", "shortDescription": {"text": "Legacy-named symbol `rest_v1` in scripts/ingest-content.mjs:183"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7a98623c3e2d2b7c", "name": "Commented-code block (6 lines) in scripts/ingest-content.mjs:11", "shortDescription": {"text": "Commented-code block (6 lines) in scripts/ingest-content.mjs: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-fbdba15faa2b9b99", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/ingest-content.mjs:169", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/ingest-content.mjs:169"}, "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-3d1c812819730217", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/setup-payments.mjs:42", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/setup-payments.mjs:42"}, "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-6f3c4c18a8aa65b1", "name": "Commented-code block (5 lines) in desktop/src/updates-view.tsx:34", "shortDescription": {"text": "Commented-code block (5 lines) in desktop/src/updates-view.tsx:34"}, "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-960a1c2459a2d15d", "name": "Commented-code block (5 lines) in desktop/src/api.ts:14", "shortDescription": {"text": "Commented-code block (5 lines) in desktop/src/api.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-43e5521aa7f289ae", "name": "`fetch()` without try/.catch or AbortSignal \u2014 desktop/src/api.ts:94", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 desktop/src/api.ts:94"}, "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-fd8a5351384b8784", "name": "`fetch()` without try/.catch or AbortSignal \u2014 desktop/src/auth.ts:31", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 desktop/src/auth.ts:31"}, "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-e52f17604c27c049", "name": "Commented-code block (6 lines) in desktop/src/floating-copilot.tsx:23", "shortDescription": {"text": "Commented-code block (6 lines) in desktop/src/floating-copilot.tsx:23"}, "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-3031834546e09fbc", "name": "Commented-code block (5 lines) in desktop/src/billing-api.ts:20", "shortDescription": {"text": "Commented-code block (5 lines) in desktop/src/billing-api.ts:20"}, "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-41ec408b53dc20ba", "name": "`fetch()` without try/.catch or AbortSignal \u2014 desktop/src/billing-api.ts:114", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 desktop/src/billing-api.ts:114"}, "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-72f3279f55e6459f", "name": "Commented-code block (6 lines) in desktop/src/code-preview.tsx:5", "shortDescription": {"text": "Commented-code block (6 lines) in desktop/src/code-preview.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-14de856d8eaae02b", "name": "Commented-code block (5 lines) in desktop/src/billing-panel.tsx:30", "shortDescription": {"text": "Commented-code block (5 lines) in desktop/src/billing-panel.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-bb0f5b2a7ad89cb3", "name": "Commented-code block (5 lines) in desktop/src/updater.ts:8", "shortDescription": {"text": "Commented-code block (5 lines) in desktop/src/updater.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-9fa79668d9d6a42c", "name": "Commented-code block (9 lines) in desktop/src/chat-view.tsx:79", "shortDescription": {"text": "Commented-code block (9 lines) in desktop/src/chat-view.tsx:79"}, "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-24aa23c7c9aafd62", "name": "Commented-code block (5 lines) in desktop/src/use-smooth-stream.ts:5", "shortDescription": {"text": "Commented-code block (5 lines) in desktop/src/use-smooth-stream.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-181f8583f11ba03c", "name": "Commented-code block (9 lines) in desktop/src/update-ui.tsx:11", "shortDescription": {"text": "Commented-code block (9 lines) in desktop/src/update-ui.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-55900600b7e0bd77", "name": "Commented-code block (7 lines) in desktop/src/chat-input-menu.tsx:1", "shortDescription": {"text": "Commented-code block (7 lines) in desktop/src/chat-input-menu.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-7e27fe1eba309425", "name": "Commented-code block (7 lines) in desktop/src/App.tsx:172", "shortDescription": {"text": "Commented-code block (7 lines) in desktop/src/App.tsx:172"}, "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-9ed03bd58b13a0d0", "name": "Commented-code block (6 lines) in components/web-chat.tsx:20", "shortDescription": {"text": "Commented-code block (6 lines) in components/web-chat.tsx:20"}, "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-a8f1c754ba74b2eb", "name": "`fetch()` without try/.catch or AbortSignal \u2014 components/web-chat.tsx:590", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/web-chat.tsx:590"}, "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-e39b3fa960fca076", "name": "Commented-code block (9 lines) in components/copilot-bar.tsx:176", "shortDescription": {"text": "Commented-code block (9 lines) in components/copilot-bar.tsx:176"}, "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-07d0a54b7e9d5c0f", "name": "Commented-code block (5 lines) in components/auth-panel.tsx:189", "shortDescription": {"text": "Commented-code block (5 lines) in components/auth-panel.tsx:189"}, "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-f2addad854710038", "name": "Commented-code block (6 lines) in components/canvas-renderer.tsx:16", "shortDescription": {"text": "Commented-code block (6 lines) in components/canvas-renderer.tsx: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-38ba974703f937d2", "name": "Commented-code block (5 lines) in components/billing-panel.tsx:14", "shortDescription": {"text": "Commented-code block (5 lines) in components/billing-panel.tsx: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-f8fc189c2e7eaea0", "name": "Commented-code block (6 lines) in components/code-block.tsx:82", "shortDescription": {"text": "Commented-code block (6 lines) in components/code-block.tsx:82"}, "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-213af10bb667e598", "name": "Commented-code block (5 lines) in components/reveal-on-scroll.tsx:10", "shortDescription": {"text": "Commented-code block (5 lines) in components/reveal-on-scroll.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-edd03ad454ae564a", "name": "Commented-code block (7 lines) in components/project-picker.tsx:5", "shortDescription": {"text": "Commented-code block (7 lines) in components/project-picker.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-e5da604f11ec155a", "name": "Commented-code block (5 lines) in components/use-tilt.ts:5", "shortDescription": {"text": "Commented-code block (5 lines) in components/use-tilt.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-0b1ed9cdd21926d8", "name": "Commented-code block (7 lines) in components/inflight-back-to-chat.tsx:80", "shortDescription": {"text": "Commented-code block (7 lines) in components/inflight-back-to-chat.tsx:80"}, "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-33f8a3959a3ef45d", "name": "Commented-code block (5 lines) in components/dashboard-nav.tsx:132", "shortDescription": {"text": "Commented-code block (5 lines) in components/dashboard-nav.tsx:132"}, "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-73ba776090fd8fad", "name": "Commented-code block (5 lines) in components/vraelis-auth.tsx:4", "shortDescription": {"text": "Commented-code block (5 lines) in components/vraelis-auth.tsx: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-71f5cbe882472566", "name": "Commented-code block (6 lines) in components/chat-history-rail.tsx:110", "shortDescription": {"text": "Commented-code block (6 lines) in components/chat-history-rail.tsx:110"}, "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-b8e129c9bde5011e", "name": "`fetch()` without try/.catch or AbortSignal \u2014 components/chat-history-rail.tsx:291", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/chat-history-rail.tsx:291"}, "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-016c2ea793cacbf9", "name": "Commented-code block (8 lines) in components/vraelis-card.tsx:5", "shortDescription": {"text": "Commented-code block (8 lines) in components/vraelis-card.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-3664be448f33a889", "name": "`fetch()` without try/.catch or AbortSignal \u2014 components/paypal-checkout-button.tsx:67", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/paypal-checkout-button.tsx:67"}, "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-821f2f21f4b30772", "name": "Commented-code block (5 lines) in components/compare-plans.tsx:109", "shortDescription": {"text": "Commented-code block (5 lines) in components/compare-plans.tsx:109"}, "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-c9f0abb581858886", "name": "Commented-code block (7 lines) in components/zone-shell.tsx:23", "shortDescription": {"text": "Commented-code block (7 lines) in components/zone-shell.tsx:23"}, "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-50aaa82dd975959c", "name": "Commented-code block (5 lines) in components/learn/become-contributor-card.tsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in components/learn/become-contributor-card.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-3553055919a6da01", "name": "Commented-code block (5 lines) in components/learn/learn-shell.tsx:6", "shortDescription": {"text": "Commented-code block (5 lines) in components/learn/learn-shell.tsx:6"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-10152515eb533723", "name": "Commented-code block (6 lines) in components/learn/article-blocks.tsx:95", "shortDescription": {"text": "Commented-code block (6 lines) in components/learn/article-blocks.tsx:95"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-651c7a0df2d08c59", "name": "Commented-code block (5 lines) in components/learn/learn-sidebar.tsx:12", "shortDescription": {"text": "Commented-code block (5 lines) in components/learn/learn-sidebar.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-4f2ef76e5d72aad5", "name": "Commented-code block (5 lines) in components/learn/learn-piece-view.tsx:12", "shortDescription": {"text": "Commented-code block (5 lines) in components/learn/learn-piece-view.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-2f9c71b9117e26e1", "name": "Commented-code block (7 lines) in components/landing/cinematic-scrim.tsx:3", "shortDescription": {"text": "Commented-code block (7 lines) in components/landing/cinematic-scrim.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-0425c85ef1518539", "name": "Commented-code block (7 lines) in components/landing/cinematic-act.tsx:11", "shortDescription": {"text": "Commented-code block (7 lines) in components/landing/cinematic-act.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-da2195263fa5c83c", "name": "Commented-code block (12 lines) in components/3d/workshop-brain.tsx:17", "shortDescription": {"text": "Commented-code block (12 lines) in components/3d/workshop-brain.tsx:17"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-3999d83f90a1bed4", "name": "Commented-code block (5 lines) in components/3d/lens-case.tsx:13", "shortDescription": {"text": "Commented-code block (5 lines) in components/3d/lens-case.tsx: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-b5fe5407908ce721", "name": "Commented-code block (6 lines) in components/3d/ecosystem-orbit.tsx:17", "shortDescription": {"text": "Commented-code block (6 lines) in components/3d/ecosystem-orbit.tsx:17"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-306b4b4a77015235", "name": "Commented-code block (14 lines) in components/3d/whisper-earbud.tsx:16", "shortDescription": {"text": "Commented-code block (14 lines) in components/3d/whisper-earbud.tsx: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-3ca8dc4db568069a", "name": "Commented-code block (15 lines) in components/3d/lens-object.tsx:17", "shortDescription": {"text": "Commented-code block (15 lines) in components/3d/lens-object.tsx:17"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-6d5e3c2c43f4b277", "name": "Commented-code block (5 lines) in components/3d/product-exploded.tsx:11", "shortDescription": {"text": "Commented-code block (5 lines) in components/3d/product-exploded.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-64ca6b2fab463e40", "name": "Commented-code block (7 lines) in components/3d/studio-rig.tsx:12", "shortDescription": {"text": "Commented-code block (7 lines) in components/3d/studio-rig.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-6b8e25bfe66e2d63", "name": "Commented-code block (6 lines) in components/3d/use-gltf-or-fallback.tsx:14", "shortDescription": {"text": "Commented-code block (6 lines) in components/3d/use-gltf-or-fallback.tsx: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-f127c457c9804882", "name": "Commented-code block (5 lines) in app/layout.tsx:71", "shortDescription": {"text": "Commented-code block (5 lines) in app/layout.tsx:71"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-b4bc29732836425b", "name": "Commented-code block (6 lines) in app/api/integrations/github/disconnect/route.ts:7", "shortDescription": {"text": "Commented-code block (6 lines) in app/api/integrations/github/disconnect/route.ts:7"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-730f070b221a3725", "name": "Commented-code block (5 lines) in app/api/integrations/github/callback/route.ts:8", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/integrations/github/callback/route.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-c609f28359dcea38", "name": "Commented-code block (6 lines) in app/api/integrations/github/oauth/route.ts:7", "shortDescription": {"text": "Commented-code block (6 lines) in app/api/integrations/github/oauth/route.ts:7"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-ae27641d594bd82f", "name": "Commented-code block (5 lines) in app/api/ai/image/route.ts:38", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/ai/image/route.ts:38"}, "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-96dea5b9e087b426", "name": "Commented-code block (6 lines) in app/api/ai/summarize-thread/route.ts:13", "shortDescription": {"text": "Commented-code block (6 lines) in app/api/ai/summarize-thread/route.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-ee5e62573fda4017", "name": "Commented-code block (5 lines) in app/api/ai/chat/route.ts:171", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/ai/chat/route.ts:171"}, "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-021c835d4388b309", "name": "Commented-code block (5 lines) in app/api/ai/voice/speak/route.ts:69", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/ai/voice/speak/route.ts:69"}, "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-21d343ff4477d758", "name": "Commented-code block (6 lines) in app/api/ai/voice/transcribe/route.ts:55", "shortDescription": {"text": "Commented-code block (6 lines) in app/api/ai/voice/transcribe/route.ts: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-eb024116a1a57f22", "name": "Commented-code block (5 lines) in app/api/ai/deep-research/route.ts:18", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/ai/deep-research/route.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-05411dc4ec274527", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/ai/deep-research/route.ts:67", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/ai/deep-research/route.ts:67"}, "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-cf49a115f3dd5e98", "name": "Commented-code block (6 lines) in app/api/ai/duel/route.ts:3", "shortDescription": {"text": "Commented-code block (6 lines) in app/api/ai/duel/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-474eaa6abbadd494", "name": "Commented-code block (5 lines) in app/api/ai/copilot/route.ts:74", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/ai/copilot/route.ts:74"}, "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-bffa6ae449ee1c24", "name": "Commented-code block (5 lines) in app/api/ai/video/route.ts:9", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/ai/video/route.ts:9"}, "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-8471f8f57054b4e2", "name": "Commented-code block (6 lines) in app/api/threads/route.ts:27", "shortDescription": {"text": "Commented-code block (6 lines) in app/api/threads/route.ts:27"}, "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-db63e0a62bd6bda5", "name": "Commented-code block (5 lines) in app/api/auth/desktop/redeem/route.ts:10", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/auth/desktop/redeem/route.ts: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-d71a998c7a8706c1", "name": "Commented-code block (5 lines) in app/api/vraelis/inbound/email/route.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/vraelis/inbound/email/route.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-3ff9ddb7b8add15e", "name": "Commented-code block (5 lines) in app/api/vraelis/intake/route.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/vraelis/intake/route.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-c76e4c7ab1db759f", "name": "Commented-code block (7 lines) in app/api/vraelis/cron/recovery/route.ts:1", "shortDescription": {"text": "Commented-code block (7 lines) in app/api/vraelis/cron/recovery/route.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-2b2b20a338ad35e1", "name": "Commented-code block (8 lines) in app/api/vraelis/cron/reconcile/route.ts:1", "shortDescription": {"text": "Commented-code block (8 lines) in app/api/vraelis/cron/reconcile/route.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-02caef9cd8c6fbe6", "name": "Commented-code block (6 lines) in app/api/vraelis/sms/inbound/route.ts:132", "shortDescription": {"text": "Commented-code block (6 lines) in app/api/vraelis/sms/inbound/route.ts:132"}, "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-27fbdbf68d15f652", "name": "Commented-code block (5 lines) in app/api/vraelis/book/route.ts:78", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/vraelis/book/route.ts:78"}, "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-e2cde5eb00a6b5b3", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/vraelis/paypal/record/route.ts:21", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/vraelis/paypal/record/route.ts:21"}, "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-621bdc565c13ebc8", "name": "Commented-code block (5 lines) in app/api/desktop/releases/route.ts:10", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/desktop/releases/route.ts: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-0fbd5f0b68a1bdc0", "name": "Commented-code block (5 lines) in app/api/desktop/updates/latest/route.ts:16", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/desktop/updates/latest/route.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-cec3ac79bbbfa2d5", "name": "Commented-code block (5 lines) in app/api/desktop/billing/state/route.ts:25", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/desktop/billing/state/route.ts:25"}, "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-04c5969a56ceba95", "name": "Commented-code block (6 lines) in app/api/desktop/billing/payment-intent/route.ts:77", "shortDescription": {"text": "Commented-code block (6 lines) in app/api/desktop/billing/payment-intent/route.ts:77"}, "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-072f5d63300a3c86", "name": "Commented-code block (5 lines) in app/api/desktop/billing/credits/route.ts:6", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/desktop/billing/credits/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-f0d73ab1886cd67e", "name": "Commented-code block (6 lines) in app/api/account/billing/usage-summary/route.ts:14", "shortDescription": {"text": "Commented-code block (6 lines) in app/api/account/billing/usage-summary/route.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-8656406be04fdca3", "name": "Commented-code block (6 lines) in app/api/account/billing/reset-all-to-free/route.ts:47", "shortDescription": {"text": "Commented-code block (6 lines) in app/api/account/billing/reset-all-to-free/route.ts:47"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-d4a48272cec925fe", "name": "Commented-code block (7 lines) in app/api/account/billing/reset-to-free/route.ts:10", "shortDescription": {"text": "Commented-code block (7 lines) in app/api/account/billing/reset-to-free/route.ts: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-21092a19273dfe47", "name": "Commented-code block (5 lines) in app/api/account/billing/credits/route.ts:57", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/account/billing/credits/route.ts:57"}, "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-0e764c41c1e20ed8", "name": "Commented-code block (7 lines) in app/api/metrics/route.ts:3", "shortDescription": {"text": "Commented-code block (7 lines) in app/api/metrics/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-2021b5e5abc0527a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/metrics/route.ts:3", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/metrics/route.ts:3"}, "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-3bf2fba2bbbdc158", "name": "Commented-code block (5 lines) in app/api/stripe/webhook/route.ts:50", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/stripe/webhook/route.ts:50"}, "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-1f438b7374bd158d", "name": "Commented-code block (5 lines) in app/api/stripe/payment-intent/route.ts:112", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/stripe/payment-intent/route.ts:112"}, "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-802564dc6bf7849f", "name": "Commented-code block (5 lines) in app/(vraelis)/layout.tsx:5", "shortDescription": {"text": "Commented-code block (5 lines) in app/(vraelis)/layout.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-a13a4fb9e7d4e1d8", "name": "Commented-code block (5 lines) in app/(vraelis)/v/account/actions.ts:156", "shortDescription": {"text": "Commented-code block (5 lines) in app/(vraelis)/v/account/actions.ts:156"}, "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-5aaa6df754065cd7", "name": "Commented-code block (6 lines) in app/(vraelis)/v/account/page.tsx:364", "shortDescription": {"text": "Commented-code block (6 lines) in app/(vraelis)/v/account/page.tsx:364"}, "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-2b9d0294c5dc8dee", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/(vraelis)/v/checkout/checkout-client.tsx:27", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(vraelis)/v/checkout/checkout-client.tsx:27"}, "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-a81989f700bdd0b5", "name": "Commented-code block (6 lines) in app/(vraelis)/_components/vraelis-ui.tsx:4", "shortDescription": {"text": "Commented-code block (6 lines) in app/(vraelis)/_components/vraelis-ui.tsx: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-50d4fc2d60551447", "name": "Commented-code block (5 lines) in app/(site)/loading.tsx:1", "shortDescription": {"text": "Commented-code block (5 lines) in app/(site)/loading.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-22a2313c1342bc50", "name": "Commented-code block (5 lines) in app/(site)/product/page.tsx:7", "shortDescription": {"text": "Commented-code block (5 lines) in app/(site)/product/page.tsx:7"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-9652bed2096072da", "name": "Commented-code block (6 lines) in app/(site)/contribute/page.tsx:10", "shortDescription": {"text": "Commented-code block (6 lines) in app/(site)/contribute/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-f1775cf7b337a58a", "name": "Commented-code block (6 lines) in app/(site)/lens/page.tsx:8", "shortDescription": {"text": "Commented-code block (6 lines) in app/(site)/lens/page.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-93d44c9207805433", "name": "Commented-code block (6 lines) in app/signin/page.tsx:31", "shortDescription": {"text": "Commented-code block (6 lines) in app/signin/page.tsx:31"}, "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-255399a938cbfc40", "name": "Commented-code block (5 lines) in app/signin/layout.tsx:6", "shortDescription": {"text": "Commented-code block (5 lines) in app/signin/layout.tsx:6"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-bb8923f1cedb57be", "name": "Commented-code block (5 lines) in app/account/page.tsx:16", "shortDescription": {"text": "Commented-code block (5 lines) in app/account/page.tsx: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-3d14a2b68182aca2", "name": "Commented-code block (6 lines) in app/account/content/page.tsx:21", "shortDescription": {"text": "Commented-code block (6 lines) in app/account/content/page.tsx:21"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-f7066c26bca26196", "name": "Commented-code block (6 lines) in app/account/broadcasts/broadcast-composer.tsx:6", "shortDescription": {"text": "Commented-code block (6 lines) in app/account/broadcasts/broadcast-composer.tsx:6"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-83f9960eb0c09bd7", "name": "Commented-code block (5 lines) in app/account/contributors/page.tsx:15", "shortDescription": {"text": "Commented-code block (5 lines) in app/account/contributors/page.tsx: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-88c63d23407ecbbe", "name": "Commented-code block (5 lines) in lib/email.ts:827", "shortDescription": {"text": "Commented-code block (5 lines) in lib/email.ts:827"}, "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-876765bfcd577723", "name": "Commented-code block (6 lines) in lib/stripe.ts:78", "shortDescription": {"text": "Commented-code block (6 lines) in lib/stripe.ts:78"}, "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-95166e86d5a20622", "name": "Commented-code block (11 lines) in lib/plan-limits.ts:37", "shortDescription": {"text": "Commented-code block (11 lines) in lib/plan-limits.ts:37"}, "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-61617166955dd7fd", "name": "`fetch()` without try/.catch or AbortSignal \u2014 lib/billing.ts:29", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/billing.ts:29"}, "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-bd0bb6792dc4079b", "name": "Commented-code block (7 lines) in lib/billing-state.ts:138", "shortDescription": {"text": "Commented-code block (7 lines) in lib/billing-state.ts:138"}, "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-aae339f8f6e75846", "name": "Commented-code block (5 lines) in lib/paypal.ts:242", "shortDescription": {"text": "Commented-code block (5 lines) in lib/paypal.ts:242"}, "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-7400c1c01f86132f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 lib/paypal.ts:45", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/paypal.ts:45"}, "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-f01d375b66b08db2", "name": "Commented-code block (5 lines) in lib/zone.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in lib/zone.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-ba762d630c93c90b", "name": "Commented-code block (5 lines) in lib/broadcasts.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in lib/broadcasts.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-a82633ee57bab7c2", "name": "Commented-code block (9 lines) in lib/active-addons.ts:3", "shortDescription": {"text": "Commented-code block (9 lines) in lib/active-addons.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-ab2ada5d37b811a4", "name": "Commented-code block (6 lines) in lib/credits.ts:8", "shortDescription": {"text": "Commented-code block (6 lines) in lib/credits.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-2204035f3d8b5bb9", "name": "Commented-code block (6 lines) in lib/ai-models.ts:91", "shortDescription": {"text": "Commented-code block (6 lines) in lib/ai-models.ts:91"}, "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-8c3018a48ee7b7f2", "name": "Commented-code block (5 lines) in lib/duel-history.ts:7", "shortDescription": {"text": "Commented-code block (5 lines) in lib/duel-history.ts:7"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-16629a59609ce408", "name": "Commented-code block (5 lines) in lib/learn-content.tsx:24", "shortDescription": {"text": "Commented-code block (5 lines) in lib/learn-content.tsx:24"}, "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-62768ab86338fe2e", "name": "`fetch()` without try/.catch or AbortSignal \u2014 lib/learn-content.tsx:419", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/learn-content.tsx:419"}, "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-af8bcc578abab856", "name": "Commented-code block (5 lines) in lib/vraelis-notify.ts:6", "shortDescription": {"text": "Commented-code block (5 lines) in lib/vraelis-notify.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-af4c8573b582a464", "name": "Commented-code block (7 lines) in lib/vraelis-calendar.ts:5", "shortDescription": {"text": "Commented-code block (7 lines) in lib/vraelis-calendar.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-c4ea1a897e93c327", "name": "Commented-code block (6 lines) in lib/duel-stats.ts:3", "shortDescription": {"text": "Commented-code block (6 lines) in lib/duel-stats.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-3d83c62da4575302", "name": "Commented-code block (8 lines) in lib/vraelis-connect.ts:3", "shortDescription": {"text": "Commented-code block (8 lines) in lib/vraelis-connect.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-d1da2fc927401960", "name": "Commented-code block (7 lines) in lib/vraelis-sms.ts:9", "shortDescription": {"text": "Commented-code block (7 lines) in lib/vraelis-sms.ts:9"}, "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-4b8d6e907e82cbd6", "name": "Commented-code block (7 lines) in lib/pricing.ts:13", "shortDescription": {"text": "Commented-code block (7 lines) in lib/pricing.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-aca4e8d3212f21de", "name": "Commented-code block (6 lines) in lib/projects.ts:3", "shortDescription": {"text": "Commented-code block (6 lines) in lib/projects.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-b99b3afece7fcc76", "name": "Commented-code block (6 lines) in lib/vraelis-billing.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in lib/vraelis-billing.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-637c74604ab2ec71", "name": "Commented-code block (6 lines) in lib/metrics.ts:3", "shortDescription": {"text": "Commented-code block (6 lines) in lib/metrics.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-8e0d106c7104456e", "name": "Commented-code block (7 lines) in lib/vraelis-payment-settle.ts:28", "shortDescription": {"text": "Commented-code block (7 lines) in lib/vraelis-payment-settle.ts:28"}, "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-4c8578ee36319c29", "name": "Commented-code block (5 lines) in lib/vraelis-db.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in lib/vraelis-db.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-6b07109ae9039197", "name": "Commented-code block (5 lines) in lib/vraelis-email.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in lib/vraelis-email.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-30c1b7c50c2b1165", "name": "Commented-code block (6 lines) in lib/referral.ts:6", "shortDescription": {"text": "Commented-code block (6 lines) in lib/referral.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-9165d0630beffe7d", "name": "Commented-code block (5 lines) in lib/chat-history.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in lib/chat-history.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-8816ce92babba6b7", "name": "Commented-code block (6 lines) in lib/i18n/index.ts:8", "shortDescription": {"text": "Commented-code block (6 lines) in lib/i18n/index.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-65c9214fd5d68a91", "name": "`fetch()` without try/.catch or AbortSignal \u2014 public/widget.js:162", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/widget.js:162"}, "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-04d44dcf16a2d0a8", "name": "Commented-code block (7 lines) in Vraelis Design System/ui_kits/website/CinematicAct.jsx:1", "shortDescription": {"text": "Commented-code block (7 lines) in Vraelis Design System/ui_kits/website/CinematicAct.jsx: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-2a68d84925e6b4d8", "name": "47 env vars used in code but missing from .env.example", "shortDescription": {"text": "47 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `ADMIN_EMAILS`, `AUTH_COOKIE_DOMAIN`, `AUTH_SECRET`, `BRAVE_SEARCH_API_KEY`, `CRON_SECRET`, `DUEL_GPT_MODEL`, `GITHUB_CLIENT_ID`, `GITHUB_CLIENT_SECRET` + 39 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}}, {"id": "scanner-2c04133e54348533", "name": "Near-duplicate function bodies in 2 places", "shortDescription": {"text": "Near-duplicate function bodies in 2 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nscripts/humanize_engine.py:humanize_text, scripts/humanize_engine.py:humanize_text\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/18931"}, "properties": {"repository": "sansxelt/sen-site", "repoUrl": "https://github.com/sansxelt/sen-site", "branch": "main"}, "results": [{"ruleId": "scanner-bcfd83652e7646f0", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 auth.ts:182"}, "properties": {"repobilityId": "a0c5ab5fac82939a", "scanner": "scanner-primary", "fingerprint": "bcfd83652e7646f0", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d7aaa52c28bab5d9", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/hero-activity.tsx:1045"}, "properties": {"repobilityId": "3dec2002d2f9e41d", "scanner": "scanner-primary", "fingerprint": "d7aaa52c28bab5d9", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-7f2df1f92629fc1f", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/auth-panel.tsx:349"}, "properties": {"repobilityId": "eb0c8a70d9e8ac61", "scanner": "scanner-primary", "fingerprint": "7f2df1f92629fc1f", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-7bd44bc1cb6c1a91", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/billing-panel.tsx:547"}, "properties": {"repobilityId": "ea1c3af7cc001cb7", "scanner": "scanner-primary", "fingerprint": "7bd44bc1cb6c1a91", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-800a4938c810c933", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/code-block.tsx:297"}, "properties": {"repobilityId": "996b421b7aaee020", "scanner": "scanner-primary", "fingerprint": "800a4938c810c933", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-8428bb6f44770dbe", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/dashboard-nav.tsx:523"}, "properties": {"repobilityId": "4e57ad06fd372f6f", "scanner": "scanner-primary", "fingerprint": "8428bb6f44770dbe", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-aa099ca6e26f3dba", "level": "note", "message": {"text": "\"active\" state uses light bg in a dark theme \u2014 components/mobile-nav.tsx:115"}, "properties": {"repobilityId": "271c849f6d9c74ca", "scanner": "scanner-primary", "fingerprint": "aa099ca6e26f3dba", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.active-light-bg"]}}, {"ruleId": "scanner-f2d9e17363a26c9e", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/compare-plans.tsx:289"}, "properties": {"repobilityId": "a60d29d26d35177b", "scanner": "scanner-primary", "fingerprint": "f2d9e17363a26c9e", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-4dabd583b69ff640", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/checkout-form.tsx:234"}, "properties": {"repobilityId": "589e7a000ae9e844", "scanner": "scanner-primary", "fingerprint": "4dabd583b69ff640", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-a57f746265272c46", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/learn/learn-sidebar.tsx:95"}, "properties": {"repobilityId": "80ae35caa37c1d8e", "scanner": "scanner-primary", "fingerprint": "a57f746265272c46", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-94e721d1562d2020", "level": "note", "message": {"text": "\"active\" state uses light bg in a dark theme \u2014 components/learn/learn-sidebar.tsx:90"}, "properties": {"repobilityId": "24094aa875cdbb83", "scanner": "scanner-primary", "fingerprint": "94e721d1562d2020", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.active-light-bg"]}}, {"ruleId": "scanner-b4c454aa57a706c7", "level": "note", "message": {"text": "\"active\" state uses light bg in a dark theme \u2014 components/learn/learn-piece-view.tsx:256"}, "properties": {"repobilityId": "e33946c11482c3cb", "scanner": "scanner-primary", "fingerprint": "b4c454aa57a706c7", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.active-light-bg"]}}, {"ruleId": "scanner-4edb05d957ff5e8f", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/layout.tsx:153"}, "properties": {"repobilityId": "6f16eb9b82a2dcd6", "scanner": "scanner-primary", "fingerprint": "4edb05d957ff5e8f", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-257c271a8099fb31", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/api/ai/chat/route.ts:1023"}, "properties": {"repobilityId": "da81b2f6c31f0a75", "scanner": "scanner-primary", "fingerprint": "257c271a8099fb31", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e7d1201e73fd357e", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 app/api/desktop/billing/payment-intent/route.ts:84"}, "properties": {"repobilityId": "42acbc6441ef79dd", "scanner": "scanner-primary", "fingerprint": "e7d1201e73fd357e", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-0d23090a924141d1", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/(site)/learn/p/[slug]/page.tsx:120"}, "properties": {"repobilityId": "2488cc365f41902e", "scanner": "scanner-primary", "fingerprint": "0d23090a924141d1", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-49b200d59986ff89", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/(site)/learn/[slug]/page.tsx:87"}, "properties": {"repobilityId": "3af03e55c37623e1", "scanner": "scanner-primary", "fingerprint": "49b200d59986ff89", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-2b7ec77c155b4f78", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/account/page.tsx:443"}, "properties": {"repobilityId": "a4a6ff881247ae73", "scanner": "scanner-primary", "fingerprint": "2b7ec77c155b4f78", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-1c729ded8052f3be", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/account/usage/page.tsx:617"}, "properties": {"repobilityId": "5e273e81844b06e8", "scanner": "scanner-primary", "fingerprint": "1c729ded8052f3be", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-0106c6e0306e498c", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/account/referral/page.tsx:65"}, "properties": {"repobilityId": "9bbd215213f95cfe", "scanner": "scanner-primary", "fingerprint": "0106c6e0306e498c", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-7c827073193778f9", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/account/content/page.tsx:176"}, "properties": {"repobilityId": "dd70dc64fa1be322", "scanner": "scanner-primary", "fingerprint": "7c827073193778f9", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-9b9c88715252b742", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/account/content/[id]/page.tsx:225"}, "properties": {"repobilityId": "0168ec735c1fa10b", "scanner": "scanner-primary", "fingerprint": "9b9c88715252b742", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-05a2366e1f284067", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 lib/vraelis-monitor.ts:55"}, "properties": {"repobilityId": "c2a5b10653a4d1b4", "scanner": "scanner-primary", "fingerprint": "05a2366e1f284067", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f3ca6f15c053e40d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 lib/metrics.ts:81"}, "properties": {"repobilityId": "3c7f4de64e7bc33e", "scanner": "scanner-primary", "fingerprint": "f3ca6f15c053e40d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e140e8b39e08659d", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in desktop/splash.html:669"}, "properties": {"repobilityId": "820653c76ee2b849", "scanner": "scanner-primary", "fingerprint": "e140e8b39e08659d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "desktop/splash.html"}, "region": {"startLine": 669}}}]}, {"ruleId": "scanner-557d07be14845797", "level": "error", "message": {"text": "Possible secret in desktop/src/i18n/strings.ts"}, "properties": {"repobilityId": "4dafc7d18d87ef9a", "scanner": "scanner-primary", "fingerprint": "557d07be14845797", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "desktop/src/i18n/strings.ts"}, "region": {"startLine": 56}}}]}, {"ruleId": "scanner-557d07be14845797", "level": "error", "message": {"text": "Possible secret in desktop/src/i18n/strings.ts"}, "properties": {"repobilityId": "4dafc7d18d87ef9a", "scanner": "scanner-primary", "fingerprint": "557d07be14845797", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "desktop/src/i18n/strings.ts"}, "region": {"startLine": 102}}}]}, {"ruleId": "scanner-557d07be14845797", "level": "error", "message": {"text": "Possible secret in desktop/src/i18n/strings.ts"}, "properties": {"repobilityId": "4dafc7d18d87ef9a", "scanner": "scanner-primary", "fingerprint": "557d07be14845797", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "desktop/src/i18n/strings.ts"}, "region": {"startLine": 139}}}]}, {"ruleId": "scanner-557d07be14845797", "level": "error", "message": {"text": "Possible secret in desktop/src/i18n/strings.ts"}, "properties": {"repobilityId": "4dafc7d18d87ef9a", "scanner": "scanner-primary", "fingerprint": "557d07be14845797", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "desktop/src/i18n/strings.ts"}, "region": {"startLine": 176}}}]}, {"ruleId": "scanner-557d07be14845797", "level": "error", "message": {"text": "Possible secret in desktop/src/i18n/strings.ts"}, "properties": {"repobilityId": "4dafc7d18d87ef9a", "scanner": "scanner-primary", "fingerprint": "557d07be14845797", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "desktop/src/i18n/strings.ts"}, "region": {"startLine": 361}}}]}, {"ruleId": "scanner-557d07be14845797", "level": "error", "message": {"text": "Possible secret in desktop/src/i18n/strings.ts"}, "properties": {"repobilityId": "4dafc7d18d87ef9a", "scanner": "scanner-primary", "fingerprint": "557d07be14845797", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "desktop/src/i18n/strings.ts"}, "region": {"startLine": 400}}}]}, {"ruleId": "scanner-b7dfdeda7ba5018d", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in components/code-block.tsx:297"}, "properties": {"repobilityId": "85e69d3862db6b66", "scanner": "scanner-primary", "fingerprint": "b7dfdeda7ba5018d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "components/code-block.tsx"}, "region": {"startLine": 297}}}]}, {"ruleId": "scanner-c3d6d18231365765", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in components/code-block.tsx:116"}, "properties": {"repobilityId": "734f5122fc5a8931", "scanner": "scanner-primary", "fingerprint": "c3d6d18231365765", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "components/code-block.tsx"}, "region": {"startLine": 116}}}]}, {"ruleId": "scanner-94bdea4e2205b9b0", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/layout.tsx:153"}, "properties": {"repobilityId": "69d4743587f721a0", "scanner": "scanner-primary", "fingerprint": "94bdea4e2205b9b0", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/layout.tsx"}, "region": {"startLine": 153}}}]}, {"ruleId": "scanner-3a88d59547fb34e6", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in app/api/vraelis/intake/route.ts:26"}, "properties": {"repobilityId": "6d8337b5987b5f6e", "scanner": "scanner-primary", "fingerprint": "3a88d59547fb34e6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/api/vraelis/intake/route.ts"}, "region": {"startLine": 26}}}]}, {"ruleId": "scanner-e7eeb6ee9a24dfb7", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in app/api/vraelis/intake/continue/route.ts:32"}, "properties": {"repobilityId": "68a5cedd0fbd0d62", "scanner": "scanner-primary", "fingerprint": "e7eeb6ee9a24dfb7", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/api/vraelis/intake/continue/route.ts"}, "region": {"startLine": 32}}}]}, {"ruleId": "scanner-273060aea2de4eb3", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in app/api/vraelis/book/route.ts:22"}, "properties": {"repobilityId": "99a1aa26eb697232", "scanner": "scanner-primary", "fingerprint": "273060aea2de4eb3", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/api/vraelis/book/route.ts"}, "region": {"startLine": 22}}}]}, {"ruleId": "scanner-bfd86e851f83464f", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/(site)/learn/p/[slug]/page.tsx:120"}, "properties": {"repobilityId": "0e28c02091c87cf6", "scanner": "scanner-primary", "fingerprint": "bfd86e851f83464f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/(site)/learn/p/[slug]/page.tsx"}, "region": {"startLine": 120}}}]}, {"ruleId": "scanner-6f04a949ee49a8b7", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/(site)/learn/[slug]/page.tsx:87"}, "properties": {"repobilityId": "541ca0c2da0c2e3f", "scanner": "scanner-primary", "fingerprint": "6f04a949ee49a8b7", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/(site)/learn/[slug]/page.tsx"}, "region": {"startLine": 87}}}]}, {"ruleId": "scanner-a5558c31c0407797", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/widget.js:40"}, "properties": {"repobilityId": "478de7554c3cd586", "scanner": "scanner-primary", "fingerprint": "a5558c31c0407797", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "public/widget.js"}, "region": {"startLine": 40}}}]}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-a1ada193b4c96d6e", "level": "note", "message": {"text": "Very large file: desktop/src/floating-copilot.tsx (1958 lines)"}, "properties": {"repobilityId": "407734071fef78dc", "scanner": "scanner-primary", "fingerprint": "a1ada193b4c96d6e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6a6a9e5367f9988a", "level": "note", "message": {"text": "Very large file: desktop/src/workspace.tsx (2351 lines)"}, "properties": {"repobilityId": "964dde5d341f8292", "scanner": "scanner-primary", "fingerprint": "6a6a9e5367f9988a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-67091a2a5bf42331", "level": "note", "message": {"text": "Very large file: desktop/src/billing-panel.tsx (1420 lines)"}, "properties": {"repobilityId": "a1d7d4c4cf8adebb", "scanner": "scanner-primary", "fingerprint": "67091a2a5bf42331", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-b88750077722f087", "level": "note", "message": {"text": "Very large file: desktop/src/chat-view.tsx (4216 lines)"}, "properties": {"repobilityId": "1520c97d47abcbca", "scanner": "scanner-primary", "fingerprint": "b88750077722f087", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-8ee985b98ae686b1", "level": "note", "message": {"text": "Very large file: components/web-chat.tsx (4678 lines)"}, "properties": {"repobilityId": "f67953201ca34d81", "scanner": "scanner-primary", "fingerprint": "8ee985b98ae686b1", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-52b33c236bf0bdb5", "level": "note", "message": {"text": "Very large file: components/hero-activity.tsx (2166 lines)"}, "properties": {"repobilityId": "ddb8099f78aff855", "scanner": "scanner-primary", "fingerprint": "52b33c236bf0bdb5", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-547ac73fe0363053", "level": "note", "message": {"text": "Very large file: app/api/ai/chat/route.ts (1401 lines)"}, "properties": {"repobilityId": "5ac8b9295fdd7264", "scanner": "scanner-primary", "fingerprint": "547ac73fe0363053", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-d8b7e8b980ddef72", "level": "note", "message": {"text": "Very large file: app/(vraelis)/v/account/page.tsx (1089 lines)"}, "properties": {"repobilityId": "c712c76ed9ff3d01", "scanner": "scanner-primary", "fingerprint": "d8b7e8b980ddef72", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-35ab2b580a320278", "level": "note", "message": {"text": "Very large file: app/(vraelis)/_components/vraelis-ui.tsx (1381 lines)"}, "properties": {"repobilityId": "1050085d80d13f54", "scanner": "scanner-primary", "fingerprint": "35ab2b580a320278", "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-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "8e0fb714353cbe6d", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "26366daa0833b73d", "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": "3a61b211f555ade3", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-9d79c4077342a7d0", "level": "warning", "message": {"text": "Runtime service client appears to use placeholder configuration"}, "properties": {"repobilityId": "a039837d564b2e8b", "scanner": "scanner-primary", "fingerprint": "9d79c4077342a7d0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "runtime-config", "service-client", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "03682b7ed78e11de", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "8e9381e013fa6548", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "c4bb7cc64469d124", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "9f3e0a677a79f7e0", "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": "85529ccaf0ac9141", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"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-c05a898e5f4073da", "level": "none", "message": {"text": "Commented-code block (5 lines) in auth.ts:18"}, "properties": {"repobilityId": "245f07c155eb82f1", "scanner": "scanner-primary", "fingerprint": "c05a898e5f4073da", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-75d8d5ed41288723", "level": "none", "message": {"text": "Commented-code block (5 lines) in proxy.ts:4"}, "properties": {"repobilityId": "39945a0e74f69119", "scanner": "scanner-primary", "fingerprint": "75d8d5ed41288723", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0d0487cb4f7b7d4e", "level": "note", "message": {"text": "Legacy-named symbol `rest_v1` in scripts/ingest-content.mjs:183"}, "properties": {"repobilityId": "8bb8c22981de8ff2", "scanner": "scanner-primary", "fingerprint": "0d0487cb4f7b7d4e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-7a98623c3e2d2b7c", "level": "none", "message": {"text": "Commented-code block (6 lines) in scripts/ingest-content.mjs:11"}, "properties": {"repobilityId": "c5f194a06864501b", "scanner": "scanner-primary", "fingerprint": "7a98623c3e2d2b7c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fbdba15faa2b9b99", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/ingest-content.mjs:169"}, "properties": {"repobilityId": "a9a60a414e0b8231", "scanner": "scanner-primary", "fingerprint": "fbdba15faa2b9b99", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3d1c812819730217", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/setup-payments.mjs:42"}, "properties": {"repobilityId": "f54dd7fe57f4159c", "scanner": "scanner-primary", "fingerprint": "3d1c812819730217", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-6f3c4c18a8aa65b1", "level": "none", "message": {"text": "Commented-code block (5 lines) in desktop/src/updates-view.tsx:34"}, "properties": {"repobilityId": "4f2d4c6db559979c", "scanner": "scanner-primary", "fingerprint": "6f3c4c18a8aa65b1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-960a1c2459a2d15d", "level": "none", "message": {"text": "Commented-code block (5 lines) in desktop/src/api.ts:14"}, "properties": {"repobilityId": "f20ca9978b98262e", "scanner": "scanner-primary", "fingerprint": "960a1c2459a2d15d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-43e5521aa7f289ae", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 desktop/src/api.ts:94"}, "properties": {"repobilityId": "2cae7944a1ea7e4c", "scanner": "scanner-primary", "fingerprint": "43e5521aa7f289ae", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-fd8a5351384b8784", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 desktop/src/auth.ts:31"}, "properties": {"repobilityId": "3b25ae1cffa1bd3b", "scanner": "scanner-primary", "fingerprint": "fd8a5351384b8784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e52f17604c27c049", "level": "none", "message": {"text": "Commented-code block (6 lines) in desktop/src/floating-copilot.tsx:23"}, "properties": {"repobilityId": "a25c915986744522", "scanner": "scanner-primary", "fingerprint": "e52f17604c27c049", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3031834546e09fbc", "level": "none", "message": {"text": "Commented-code block (5 lines) in desktop/src/billing-api.ts:20"}, "properties": {"repobilityId": "4fc9e32e1bf88859", "scanner": "scanner-primary", "fingerprint": "3031834546e09fbc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-41ec408b53dc20ba", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 desktop/src/billing-api.ts:114"}, "properties": {"repobilityId": "5ec9c6416bcdd225", "scanner": "scanner-primary", "fingerprint": "41ec408b53dc20ba", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-72f3279f55e6459f", "level": "none", "message": {"text": "Commented-code block (6 lines) in desktop/src/code-preview.tsx:5"}, "properties": {"repobilityId": "bfef1b8d8df2ec0f", "scanner": "scanner-primary", "fingerprint": "72f3279f55e6459f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-14de856d8eaae02b", "level": "none", "message": {"text": "Commented-code block (5 lines) in desktop/src/billing-panel.tsx:30"}, "properties": {"repobilityId": "2875a9146d433f44", "scanner": "scanner-primary", "fingerprint": "14de856d8eaae02b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bb0f5b2a7ad89cb3", "level": "none", "message": {"text": "Commented-code block (5 lines) in desktop/src/updater.ts:8"}, "properties": {"repobilityId": "be1b97a6089e113b", "scanner": "scanner-primary", "fingerprint": "bb0f5b2a7ad89cb3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9fa79668d9d6a42c", "level": "none", "message": {"text": "Commented-code block (9 lines) in desktop/src/chat-view.tsx:79"}, "properties": {"repobilityId": "53e9348d01608f22", "scanner": "scanner-primary", "fingerprint": "9fa79668d9d6a42c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-24aa23c7c9aafd62", "level": "none", "message": {"text": "Commented-code block (5 lines) in desktop/src/use-smooth-stream.ts:5"}, "properties": {"repobilityId": "9abb1f9f70358201", "scanner": "scanner-primary", "fingerprint": "24aa23c7c9aafd62", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-181f8583f11ba03c", "level": "none", "message": {"text": "Commented-code block (9 lines) in desktop/src/update-ui.tsx:11"}, "properties": {"repobilityId": "3bc20b52af3d3ae2", "scanner": "scanner-primary", "fingerprint": "181f8583f11ba03c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-55900600b7e0bd77", "level": "none", "message": {"text": "Commented-code block (7 lines) in desktop/src/chat-input-menu.tsx:1"}, "properties": {"repobilityId": "90e8ac84a58a8111", "scanner": "scanner-primary", "fingerprint": "55900600b7e0bd77", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7e27fe1eba309425", "level": "none", "message": {"text": "Commented-code block (7 lines) in desktop/src/App.tsx:172"}, "properties": {"repobilityId": "ec67ad8252fc23d2", "scanner": "scanner-primary", "fingerprint": "7e27fe1eba309425", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9ed03bd58b13a0d0", "level": "none", "message": {"text": "Commented-code block (6 lines) in components/web-chat.tsx:20"}, "properties": {"repobilityId": "df7c8aa17e59915c", "scanner": "scanner-primary", "fingerprint": "9ed03bd58b13a0d0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a8f1c754ba74b2eb", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/web-chat.tsx:590"}, "properties": {"repobilityId": "ceaf0c582d3a340c", "scanner": "scanner-primary", "fingerprint": "a8f1c754ba74b2eb", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e39b3fa960fca076", "level": "none", "message": {"text": "Commented-code block (9 lines) in components/copilot-bar.tsx:176"}, "properties": {"repobilityId": "dbf69738f3436288", "scanner": "scanner-primary", "fingerprint": "e39b3fa960fca076", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-07d0a54b7e9d5c0f", "level": "none", "message": {"text": "Commented-code block (5 lines) in components/auth-panel.tsx:189"}, "properties": {"repobilityId": "a60e4c742b17d391", "scanner": "scanner-primary", "fingerprint": "07d0a54b7e9d5c0f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f2addad854710038", "level": "none", "message": {"text": "Commented-code block (6 lines) in components/canvas-renderer.tsx:16"}, "properties": {"repobilityId": "dae46b1dd2905cad", "scanner": "scanner-primary", "fingerprint": "f2addad854710038", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-38ba974703f937d2", "level": "none", "message": {"text": "Commented-code block (5 lines) in components/billing-panel.tsx:14"}, "properties": {"repobilityId": "10c9660e36cdce9b", "scanner": "scanner-primary", "fingerprint": "38ba974703f937d2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f8fc189c2e7eaea0", "level": "none", "message": {"text": "Commented-code block (6 lines) in components/code-block.tsx:82"}, "properties": {"repobilityId": "81b08c4d5ba14380", "scanner": "scanner-primary", "fingerprint": "f8fc189c2e7eaea0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-213af10bb667e598", "level": "none", "message": {"text": "Commented-code block (5 lines) in components/reveal-on-scroll.tsx:10"}, "properties": {"repobilityId": "0b5a01fd79378bb0", "scanner": "scanner-primary", "fingerprint": "213af10bb667e598", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-edd03ad454ae564a", "level": "none", "message": {"text": "Commented-code block (7 lines) in components/project-picker.tsx:5"}, "properties": {"repobilityId": "63563d3e3bc1d75b", "scanner": "scanner-primary", "fingerprint": "edd03ad454ae564a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e5da604f11ec155a", "level": "none", "message": {"text": "Commented-code block (5 lines) in components/use-tilt.ts:5"}, "properties": {"repobilityId": "e5b67fdb85ad71cc", "scanner": "scanner-primary", "fingerprint": "e5da604f11ec155a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0b1ed9cdd21926d8", "level": "none", "message": {"text": "Commented-code block (7 lines) in components/inflight-back-to-chat.tsx:80"}, "properties": {"repobilityId": "6d0ae9073d3d6eca", "scanner": "scanner-primary", "fingerprint": "0b1ed9cdd21926d8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-33f8a3959a3ef45d", "level": "none", "message": {"text": "Commented-code block (5 lines) in components/dashboard-nav.tsx:132"}, "properties": {"repobilityId": "09511fce7c8e1c55", "scanner": "scanner-primary", "fingerprint": "33f8a3959a3ef45d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-73ba776090fd8fad", "level": "none", "message": {"text": "Commented-code block (5 lines) in components/vraelis-auth.tsx:4"}, "properties": {"repobilityId": "e3bab1248f911b62", "scanner": "scanner-primary", "fingerprint": "73ba776090fd8fad", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-71f5cbe882472566", "level": "none", "message": {"text": "Commented-code block (6 lines) in components/chat-history-rail.tsx:110"}, "properties": {"repobilityId": "716e5d515d61149d", "scanner": "scanner-primary", "fingerprint": "71f5cbe882472566", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b8e129c9bde5011e", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/chat-history-rail.tsx:291"}, "properties": {"repobilityId": "3e0cc6501af6a489", "scanner": "scanner-primary", "fingerprint": "b8e129c9bde5011e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-016c2ea793cacbf9", "level": "none", "message": {"text": "Commented-code block (8 lines) in components/vraelis-card.tsx:5"}, "properties": {"repobilityId": "e07092503e749528", "scanner": "scanner-primary", "fingerprint": "016c2ea793cacbf9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3664be448f33a889", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/paypal-checkout-button.tsx:67"}, "properties": {"repobilityId": "954a476257fb4981", "scanner": "scanner-primary", "fingerprint": "3664be448f33a889", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-821f2f21f4b30772", "level": "none", "message": {"text": "Commented-code block (5 lines) in components/compare-plans.tsx:109"}, "properties": {"repobilityId": "428f64e0fec69e8d", "scanner": "scanner-primary", "fingerprint": "821f2f21f4b30772", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c9f0abb581858886", "level": "none", "message": {"text": "Commented-code block (7 lines) in components/zone-shell.tsx:23"}, "properties": {"repobilityId": "cd18cdc38ef3ad40", "scanner": "scanner-primary", "fingerprint": "c9f0abb581858886", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-50aaa82dd975959c", "level": "none", "message": {"text": "Commented-code block (5 lines) in components/learn/become-contributor-card.tsx:3"}, "properties": {"repobilityId": "fbc2eb0d0b389016", "scanner": "scanner-primary", "fingerprint": "50aaa82dd975959c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3553055919a6da01", "level": "none", "message": {"text": "Commented-code block (5 lines) in components/learn/learn-shell.tsx:6"}, "properties": {"repobilityId": "c92cedcb8546ace8", "scanner": "scanner-primary", "fingerprint": "3553055919a6da01", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-10152515eb533723", "level": "none", "message": {"text": "Commented-code block (6 lines) in components/learn/article-blocks.tsx:95"}, "properties": {"repobilityId": "7204c3c57fa3566c", "scanner": "scanner-primary", "fingerprint": "10152515eb533723", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-651c7a0df2d08c59", "level": "none", "message": {"text": "Commented-code block (5 lines) in components/learn/learn-sidebar.tsx:12"}, "properties": {"repobilityId": "c34a36919c7699c5", "scanner": "scanner-primary", "fingerprint": "651c7a0df2d08c59", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4f2ef76e5d72aad5", "level": "none", "message": {"text": "Commented-code block (5 lines) in components/learn/learn-piece-view.tsx:12"}, "properties": {"repobilityId": "d2c51e01d4019a94", "scanner": "scanner-primary", "fingerprint": "4f2ef76e5d72aad5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2f9c71b9117e26e1", "level": "none", "message": {"text": "Commented-code block (7 lines) in components/landing/cinematic-scrim.tsx:3"}, "properties": {"repobilityId": "59adec727013cdef", "scanner": "scanner-primary", "fingerprint": "2f9c71b9117e26e1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0425c85ef1518539", "level": "none", "message": {"text": "Commented-code block (7 lines) in components/landing/cinematic-act.tsx:11"}, "properties": {"repobilityId": "52ce526e5daef334", "scanner": "scanner-primary", "fingerprint": "0425c85ef1518539", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-da2195263fa5c83c", "level": "none", "message": {"text": "Commented-code block (12 lines) in components/3d/workshop-brain.tsx:17"}, "properties": {"repobilityId": "b53f4ebf4fbfb908", "scanner": "scanner-primary", "fingerprint": "da2195263fa5c83c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3999d83f90a1bed4", "level": "none", "message": {"text": "Commented-code block (5 lines) in components/3d/lens-case.tsx:13"}, "properties": {"repobilityId": "b9e114addb89473d", "scanner": "scanner-primary", "fingerprint": "3999d83f90a1bed4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b5fe5407908ce721", "level": "none", "message": {"text": "Commented-code block (6 lines) in components/3d/ecosystem-orbit.tsx:17"}, "properties": {"repobilityId": "546194f2905e7424", "scanner": "scanner-primary", "fingerprint": "b5fe5407908ce721", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-306b4b4a77015235", "level": "none", "message": {"text": "Commented-code block (14 lines) in components/3d/whisper-earbud.tsx:16"}, "properties": {"repobilityId": "45864c13667ca0cb", "scanner": "scanner-primary", "fingerprint": "306b4b4a77015235", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3ca8dc4db568069a", "level": "none", "message": {"text": "Commented-code block (15 lines) in components/3d/lens-object.tsx:17"}, "properties": {"repobilityId": "12825d536918b636", "scanner": "scanner-primary", "fingerprint": "3ca8dc4db568069a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6d5e3c2c43f4b277", "level": "none", "message": {"text": "Commented-code block (5 lines) in components/3d/product-exploded.tsx:11"}, "properties": {"repobilityId": "7e489b838229e70d", "scanner": "scanner-primary", "fingerprint": "6d5e3c2c43f4b277", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-64ca6b2fab463e40", "level": "none", "message": {"text": "Commented-code block (7 lines) in components/3d/studio-rig.tsx:12"}, "properties": {"repobilityId": "5fd1947b46062a39", "scanner": "scanner-primary", "fingerprint": "64ca6b2fab463e40", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6b8e25bfe66e2d63", "level": "none", "message": {"text": "Commented-code block (6 lines) in components/3d/use-gltf-or-fallback.tsx:14"}, "properties": {"repobilityId": "1489057cdafa3321", "scanner": "scanner-primary", "fingerprint": "6b8e25bfe66e2d63", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f127c457c9804882", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/layout.tsx:71"}, "properties": {"repobilityId": "2559714b32c708e1", "scanner": "scanner-primary", "fingerprint": "f127c457c9804882", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b4bc29732836425b", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/api/integrations/github/disconnect/route.ts:7"}, "properties": {"repobilityId": "7762c6f8294413cd", "scanner": "scanner-primary", "fingerprint": "b4bc29732836425b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-730f070b221a3725", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/integrations/github/callback/route.ts:8"}, "properties": {"repobilityId": "57f149abc1a59acc", "scanner": "scanner-primary", "fingerprint": "730f070b221a3725", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c609f28359dcea38", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/api/integrations/github/oauth/route.ts:7"}, "properties": {"repobilityId": "94269ad098dab800", "scanner": "scanner-primary", "fingerprint": "c609f28359dcea38", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ae27641d594bd82f", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/ai/image/route.ts:38"}, "properties": {"repobilityId": "8fb68cdc171151d5", "scanner": "scanner-primary", "fingerprint": "ae27641d594bd82f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-96dea5b9e087b426", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/api/ai/summarize-thread/route.ts:13"}, "properties": {"repobilityId": "03c3670bfae6c2d3", "scanner": "scanner-primary", "fingerprint": "96dea5b9e087b426", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ee5e62573fda4017", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/ai/chat/route.ts:171"}, "properties": {"repobilityId": "3f74b906381cbce3", "scanner": "scanner-primary", "fingerprint": "ee5e62573fda4017", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-021c835d4388b309", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/ai/voice/speak/route.ts:69"}, "properties": {"repobilityId": "c04356320134b25d", "scanner": "scanner-primary", "fingerprint": "021c835d4388b309", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-21d343ff4477d758", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/api/ai/voice/transcribe/route.ts:55"}, "properties": {"repobilityId": "46bd99c5da7801f3", "scanner": "scanner-primary", "fingerprint": "21d343ff4477d758", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-eb024116a1a57f22", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/ai/deep-research/route.ts:18"}, "properties": {"repobilityId": "610f05d58615953e", "scanner": "scanner-primary", "fingerprint": "eb024116a1a57f22", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-05411dc4ec274527", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/ai/deep-research/route.ts:67"}, "properties": {"repobilityId": "c66d1bb440308147", "scanner": "scanner-primary", "fingerprint": "05411dc4ec274527", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-cf49a115f3dd5e98", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/api/ai/duel/route.ts:3"}, "properties": {"repobilityId": "01f5db49ddfd77e2", "scanner": "scanner-primary", "fingerprint": "cf49a115f3dd5e98", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-474eaa6abbadd494", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/ai/copilot/route.ts:74"}, "properties": {"repobilityId": "34cbac0c58809c14", "scanner": "scanner-primary", "fingerprint": "474eaa6abbadd494", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bffa6ae449ee1c24", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/ai/video/route.ts:9"}, "properties": {"repobilityId": "a309a40d30714606", "scanner": "scanner-primary", "fingerprint": "bffa6ae449ee1c24", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8471f8f57054b4e2", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/api/threads/route.ts:27"}, "properties": {"repobilityId": "a940cb18d384bb3b", "scanner": "scanner-primary", "fingerprint": "8471f8f57054b4e2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-db63e0a62bd6bda5", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/auth/desktop/redeem/route.ts:10"}, "properties": {"repobilityId": "22151008979bd4c0", "scanner": "scanner-primary", "fingerprint": "db63e0a62bd6bda5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d71a998c7a8706c1", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/vraelis/inbound/email/route.ts:1"}, "properties": {"repobilityId": "8590e3144d24c850", "scanner": "scanner-primary", "fingerprint": "d71a998c7a8706c1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3ff9ddb7b8add15e", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/vraelis/intake/route.ts:1"}, "properties": {"repobilityId": "2331fefb22e095c4", "scanner": "scanner-primary", "fingerprint": "3ff9ddb7b8add15e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c76e4c7ab1db759f", "level": "none", "message": {"text": "Commented-code block (7 lines) in app/api/vraelis/cron/recovery/route.ts:1"}, "properties": {"repobilityId": "ff9842cd7f39ef59", "scanner": "scanner-primary", "fingerprint": "c76e4c7ab1db759f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2b2b20a338ad35e1", "level": "none", "message": {"text": "Commented-code block (8 lines) in app/api/vraelis/cron/reconcile/route.ts:1"}, "properties": {"repobilityId": "058a1a4a83a21991", "scanner": "scanner-primary", "fingerprint": "2b2b20a338ad35e1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-02caef9cd8c6fbe6", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/api/vraelis/sms/inbound/route.ts:132"}, "properties": {"repobilityId": "556d978e31487955", "scanner": "scanner-primary", "fingerprint": "02caef9cd8c6fbe6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-27fbdbf68d15f652", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/vraelis/book/route.ts:78"}, "properties": {"repobilityId": "4c52c0fb6ba28864", "scanner": "scanner-primary", "fingerprint": "27fbdbf68d15f652", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e2cde5eb00a6b5b3", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/vraelis/paypal/record/route.ts:21"}, "properties": {"repobilityId": "5c21e48e1f2ae4b3", "scanner": "scanner-primary", "fingerprint": "e2cde5eb00a6b5b3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-621bdc565c13ebc8", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/desktop/releases/route.ts:10"}, "properties": {"repobilityId": "c521c06f394838db", "scanner": "scanner-primary", "fingerprint": "621bdc565c13ebc8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0fbd5f0b68a1bdc0", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/desktop/updates/latest/route.ts:16"}, "properties": {"repobilityId": "fa64a199680b0ecb", "scanner": "scanner-primary", "fingerprint": "0fbd5f0b68a1bdc0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-cec3ac79bbbfa2d5", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/desktop/billing/state/route.ts:25"}, "properties": {"repobilityId": "9086372eb3e61518", "scanner": "scanner-primary", "fingerprint": "cec3ac79bbbfa2d5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-04c5969a56ceba95", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/api/desktop/billing/payment-intent/route.ts:77"}, "properties": {"repobilityId": "38591e9ded5546b2", "scanner": "scanner-primary", "fingerprint": "04c5969a56ceba95", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-072f5d63300a3c86", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/desktop/billing/credits/route.ts:6"}, "properties": {"repobilityId": "b532c53c8f7b0e80", "scanner": "scanner-primary", "fingerprint": "072f5d63300a3c86", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f0d73ab1886cd67e", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/api/account/billing/usage-summary/route.ts:14"}, "properties": {"repobilityId": "a1df8b9da5094eeb", "scanner": "scanner-primary", "fingerprint": "f0d73ab1886cd67e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8656406be04fdca3", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/api/account/billing/reset-all-to-free/route.ts:47"}, "properties": {"repobilityId": "b0df44e718d9a95d", "scanner": "scanner-primary", "fingerprint": "8656406be04fdca3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d4a48272cec925fe", "level": "none", "message": {"text": "Commented-code block (7 lines) in app/api/account/billing/reset-to-free/route.ts:10"}, "properties": {"repobilityId": "012e160764f465d4", "scanner": "scanner-primary", "fingerprint": "d4a48272cec925fe", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-21092a19273dfe47", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/account/billing/credits/route.ts:57"}, "properties": {"repobilityId": "e63dbf2168d0ea6d", "scanner": "scanner-primary", "fingerprint": "21092a19273dfe47", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0e764c41c1e20ed8", "level": "none", "message": {"text": "Commented-code block (7 lines) in app/api/metrics/route.ts:3"}, "properties": {"repobilityId": "2d369a507af3eb8d", "scanner": "scanner-primary", "fingerprint": "0e764c41c1e20ed8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2021b5e5abc0527a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/metrics/route.ts:3"}, "properties": {"repobilityId": "9240d77c06adfb64", "scanner": "scanner-primary", "fingerprint": "2021b5e5abc0527a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3bf2fba2bbbdc158", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/stripe/webhook/route.ts:50"}, "properties": {"repobilityId": "a6a634198571f943", "scanner": "scanner-primary", "fingerprint": "3bf2fba2bbbdc158", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1f438b7374bd158d", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/stripe/payment-intent/route.ts:112"}, "properties": {"repobilityId": "36255a6d5a2ea3f0", "scanner": "scanner-primary", "fingerprint": "1f438b7374bd158d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-802564dc6bf7849f", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/(vraelis)/layout.tsx:5"}, "properties": {"repobilityId": "8f1207c6352c6d8a", "scanner": "scanner-primary", "fingerprint": "802564dc6bf7849f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a13a4fb9e7d4e1d8", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/(vraelis)/v/account/actions.ts:156"}, "properties": {"repobilityId": "0df7d09a14e44336", "scanner": "scanner-primary", "fingerprint": "a13a4fb9e7d4e1d8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5aaa6df754065cd7", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/(vraelis)/v/account/page.tsx:364"}, "properties": {"repobilityId": "4e5ee48aa93252d7", "scanner": "scanner-primary", "fingerprint": "5aaa6df754065cd7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2b9d0294c5dc8dee", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(vraelis)/v/checkout/checkout-client.tsx:27"}, "properties": {"repobilityId": "e9187d67e8338bb8", "scanner": "scanner-primary", "fingerprint": "2b9d0294c5dc8dee", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a81989f700bdd0b5", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/(vraelis)/_components/vraelis-ui.tsx:4"}, "properties": {"repobilityId": "75acaee865a65d98", "scanner": "scanner-primary", "fingerprint": "a81989f700bdd0b5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-50d4fc2d60551447", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/(site)/loading.tsx:1"}, "properties": {"repobilityId": "d183ecc2dc8f9f6e", "scanner": "scanner-primary", "fingerprint": "50d4fc2d60551447", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-22a2313c1342bc50", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/(site)/product/page.tsx:7"}, "properties": {"repobilityId": "d2f192d119ec0c49", "scanner": "scanner-primary", "fingerprint": "22a2313c1342bc50", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9652bed2096072da", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/(site)/contribute/page.tsx:10"}, "properties": {"repobilityId": "493980aa2c645e70", "scanner": "scanner-primary", "fingerprint": "9652bed2096072da", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f1775cf7b337a58a", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/(site)/lens/page.tsx:8"}, "properties": {"repobilityId": "c16b8692d719ca8d", "scanner": "scanner-primary", "fingerprint": "f1775cf7b337a58a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-93d44c9207805433", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/signin/page.tsx:31"}, "properties": {"repobilityId": "7304b03454837eae", "scanner": "scanner-primary", "fingerprint": "93d44c9207805433", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-255399a938cbfc40", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/signin/layout.tsx:6"}, "properties": {"repobilityId": "40fcaea42eeff3d3", "scanner": "scanner-primary", "fingerprint": "255399a938cbfc40", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bb8923f1cedb57be", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/account/page.tsx:16"}, "properties": {"repobilityId": "724b7d3c4414a30b", "scanner": "scanner-primary", "fingerprint": "bb8923f1cedb57be", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3d14a2b68182aca2", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/account/content/page.tsx:21"}, "properties": {"repobilityId": "e6c052f44e8da1cc", "scanner": "scanner-primary", "fingerprint": "3d14a2b68182aca2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f7066c26bca26196", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/account/broadcasts/broadcast-composer.tsx:6"}, "properties": {"repobilityId": "7b6fa270525405e0", "scanner": "scanner-primary", "fingerprint": "f7066c26bca26196", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-83f9960eb0c09bd7", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/account/contributors/page.tsx:15"}, "properties": {"repobilityId": "663091eb39bff443", "scanner": "scanner-primary", "fingerprint": "83f9960eb0c09bd7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-88c63d23407ecbbe", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/email.ts:827"}, "properties": {"repobilityId": "0aa8fc17977c3b4d", "scanner": "scanner-primary", "fingerprint": "88c63d23407ecbbe", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-876765bfcd577723", "level": "none", "message": {"text": "Commented-code block (6 lines) in lib/stripe.ts:78"}, "properties": {"repobilityId": "32ed25d72711cd8f", "scanner": "scanner-primary", "fingerprint": "876765bfcd577723", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-95166e86d5a20622", "level": "none", "message": {"text": "Commented-code block (11 lines) in lib/plan-limits.ts:37"}, "properties": {"repobilityId": "671e158c44ad916b", "scanner": "scanner-primary", "fingerprint": "95166e86d5a20622", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-61617166955dd7fd", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/billing.ts:29"}, "properties": {"repobilityId": "e842741db9bcdd55", "scanner": "scanner-primary", "fingerprint": "61617166955dd7fd", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-bd0bb6792dc4079b", "level": "none", "message": {"text": "Commented-code block (7 lines) in lib/billing-state.ts:138"}, "properties": {"repobilityId": "2007ec690830a672", "scanner": "scanner-primary", "fingerprint": "bd0bb6792dc4079b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-aae339f8f6e75846", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/paypal.ts:242"}, "properties": {"repobilityId": "cdc7a868de2d154d", "scanner": "scanner-primary", "fingerprint": "aae339f8f6e75846", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7400c1c01f86132f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/paypal.ts:45"}, "properties": {"repobilityId": "f95eb7fdad8e1c85", "scanner": "scanner-primary", "fingerprint": "7400c1c01f86132f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f01d375b66b08db2", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/zone.ts:1"}, "properties": {"repobilityId": "4cfc1dc67b2c2296", "scanner": "scanner-primary", "fingerprint": "f01d375b66b08db2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ba762d630c93c90b", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/broadcasts.ts:3"}, "properties": {"repobilityId": "861714ba62b4c080", "scanner": "scanner-primary", "fingerprint": "ba762d630c93c90b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a82633ee57bab7c2", "level": "none", "message": {"text": "Commented-code block (9 lines) in lib/active-addons.ts:3"}, "properties": {"repobilityId": "1ed15837b115af2c", "scanner": "scanner-primary", "fingerprint": "a82633ee57bab7c2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ab2ada5d37b811a4", "level": "none", "message": {"text": "Commented-code block (6 lines) in lib/credits.ts:8"}, "properties": {"repobilityId": "8d553dbc6a31db05", "scanner": "scanner-primary", "fingerprint": "ab2ada5d37b811a4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2204035f3d8b5bb9", "level": "none", "message": {"text": "Commented-code block (6 lines) in lib/ai-models.ts:91"}, "properties": {"repobilityId": "cc3f48c748aad2e0", "scanner": "scanner-primary", "fingerprint": "2204035f3d8b5bb9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8c3018a48ee7b7f2", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/duel-history.ts:7"}, "properties": {"repobilityId": "6886270693070d9a", "scanner": "scanner-primary", "fingerprint": "8c3018a48ee7b7f2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-16629a59609ce408", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/learn-content.tsx:24"}, "properties": {"repobilityId": "71baaed84bf18e5e", "scanner": "scanner-primary", "fingerprint": "16629a59609ce408", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-62768ab86338fe2e", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/learn-content.tsx:419"}, "properties": {"repobilityId": "0677980e8dddc8a7", "scanner": "scanner-primary", "fingerprint": "62768ab86338fe2e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-af8bcc578abab856", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/vraelis-notify.ts:6"}, "properties": {"repobilityId": "b2af82a60736a386", "scanner": "scanner-primary", "fingerprint": "af8bcc578abab856", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-af4c8573b582a464", "level": "none", "message": {"text": "Commented-code block (7 lines) in lib/vraelis-calendar.ts:5"}, "properties": {"repobilityId": "e1a46afed11e30c4", "scanner": "scanner-primary", "fingerprint": "af4c8573b582a464", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c4ea1a897e93c327", "level": "none", "message": {"text": "Commented-code block (6 lines) in lib/duel-stats.ts:3"}, "properties": {"repobilityId": "15332207d52c0974", "scanner": "scanner-primary", "fingerprint": "c4ea1a897e93c327", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3d83c62da4575302", "level": "none", "message": {"text": "Commented-code block (8 lines) in lib/vraelis-connect.ts:3"}, "properties": {"repobilityId": "379c85d34f40a356", "scanner": "scanner-primary", "fingerprint": "3d83c62da4575302", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d1da2fc927401960", "level": "none", "message": {"text": "Commented-code block (7 lines) in lib/vraelis-sms.ts:9"}, "properties": {"repobilityId": "8c427180b1824915", "scanner": "scanner-primary", "fingerprint": "d1da2fc927401960", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4b8d6e907e82cbd6", "level": "none", "message": {"text": "Commented-code block (7 lines) in lib/pricing.ts:13"}, "properties": {"repobilityId": "a56e7641649053b5", "scanner": "scanner-primary", "fingerprint": "4b8d6e907e82cbd6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-aca4e8d3212f21de", "level": "none", "message": {"text": "Commented-code block (6 lines) in lib/projects.ts:3"}, "properties": {"repobilityId": "0c539a47879c7db7", "scanner": "scanner-primary", "fingerprint": "aca4e8d3212f21de", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b99b3afece7fcc76", "level": "none", "message": {"text": "Commented-code block (6 lines) in lib/vraelis-billing.ts:1"}, "properties": {"repobilityId": "b3e1a30cd83cb5a3", "scanner": "scanner-primary", "fingerprint": "b99b3afece7fcc76", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-637c74604ab2ec71", "level": "none", "message": {"text": "Commented-code block (6 lines) in lib/metrics.ts:3"}, "properties": {"repobilityId": "0bb281bb729a63af", "scanner": "scanner-primary", "fingerprint": "637c74604ab2ec71", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8e0d106c7104456e", "level": "none", "message": {"text": "Commented-code block (7 lines) in lib/vraelis-payment-settle.ts:28"}, "properties": {"repobilityId": "ad781625a57d69a0", "scanner": "scanner-primary", "fingerprint": "8e0d106c7104456e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4c8578ee36319c29", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/vraelis-db.ts:1"}, "properties": {"repobilityId": "41e6c6761643820e", "scanner": "scanner-primary", "fingerprint": "4c8578ee36319c29", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6b07109ae9039197", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/vraelis-email.ts:1"}, "properties": {"repobilityId": "405ae113a70f4fcb", "scanner": "scanner-primary", "fingerprint": "6b07109ae9039197", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-30c1b7c50c2b1165", "level": "none", "message": {"text": "Commented-code block (6 lines) in lib/referral.ts:6"}, "properties": {"repobilityId": "927683d591ba83bc", "scanner": "scanner-primary", "fingerprint": "30c1b7c50c2b1165", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9165d0630beffe7d", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/chat-history.ts:3"}, "properties": {"repobilityId": "cb5ee8c32fb82db8", "scanner": "scanner-primary", "fingerprint": "9165d0630beffe7d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8816ce92babba6b7", "level": "none", "message": {"text": "Commented-code block (6 lines) in lib/i18n/index.ts:8"}, "properties": {"repobilityId": "7659fea0485c5f03", "scanner": "scanner-primary", "fingerprint": "8816ce92babba6b7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-65c9214fd5d68a91", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/widget.js:162"}, "properties": {"repobilityId": "4f8d9118a385e878", "scanner": "scanner-primary", "fingerprint": "65c9214fd5d68a91", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-04d44dcf16a2d0a8", "level": "none", "message": {"text": "Commented-code block (7 lines) in Vraelis Design System/ui_kits/website/CinematicAct.jsx:1"}, "properties": {"repobilityId": "66441ac6207793e3", "scanner": "scanner-primary", "fingerprint": "04d44dcf16a2d0a8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2a68d84925e6b4d8", "level": "note", "message": {"text": "47 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "82fb9703fa20a5fa", "scanner": "scanner-primary", "fingerprint": "2a68d84925e6b4d8", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "39a581d885b182f0", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "e4a6aadf93fbd8cb", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "c5ada60903146f14", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "2fe66e3d67aedddc", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "5fb493b734a29906", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "acbbafa5f52c8791", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}