{"version": "2.1.0", "$schema": "https://json.schemastore.org/sarif-2.1.0.json", "runs": [{"tool": {"driver": {"name": "Repobility", "informationUri": "https://repobility.com", "rules": [{"id": "scanner-bead75b0f9233e05", "name": "No API endpoints detected", "shortDescription": {"text": "No API endpoints detected"}, "fullDescription": {"text": "The scanner did not find FastAPI/Flask/Express/NestJS/GraphQL/gRPC routes. If this repo exposes APIs, the framework may be unsupported."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "info", "confidence": 1.0}}, {"id": "scanner-6f959194a71eb1a4", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 components/academy-player.tsx:265", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/academy-player.tsx:265"}, "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-e6c0dcacb6a7c270", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/layout.tsx:59", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/layout.tsx:59"}, "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-bec4c3dd031836af", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/blog/[slug]/page.tsx:71", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/blog/[slug]/page.tsx:71"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ebc2f52f18c3673e", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/offset360/page.tsx:36", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/offset360/page.tsx:36"}, "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-db964bfb02566dbf", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/academy/[slug]/page.tsx:112", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/academy/[slug]/page.tsx:112"}, "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-e80b9b9d16dee8a0", "name": "Stray `console.log` in TS/JS \u2014 app/api/asana-webhook/route.ts:65", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/api/asana-webhook/route.ts:65"}, "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-aa479a904bf705b0", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/console-validation/page.tsx:52", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/console-validation/page.tsx:52"}, "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-c0e1716d9d662231", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/console-validation/[brand]/page.tsx:54", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/console-validation/[brand]/page.tsx:54"}, "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-166dff3c3df6a10e", "name": "ORM models found but no DB engine detected", "shortDescription": {"text": "ORM models found but no DB engine detected"}, "fullDescription": {"text": "The repo defines tables/models but no DB connection string was found. Likely lives in env vars or a config file the scanner didn't read."}, "properties": {"scanner": "scanner-primary", "layer": "data", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5df5c4eb4632fb5a", "name": "Insecure pattern 'dangerous_innerhtml' in components/academy-player.tsx:265", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in components/academy-player.tsx:265"}, "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-61c129ad8fdd35c4", "name": "Possible secret in components/account-hub.tsx", "shortDescription": {"text": "Possible secret in components/account-hub.tsx"}, "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-0c93c52e3758f362", "name": "Insecure pattern 'direct_innerhtml_assignment' in components/press-schematic.tsx:178", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in components/press-schematic.tsx:178"}, "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-00b94290eda2fd4f", "name": "Insecure pattern 'dangerous_innerhtml' in app/layout.tsx:59", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/layout.tsx:59"}, "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-745f7a23ce4e47a6", "name": "Insecure pattern 'dangerous_innerhtml' in app/blog/[slug]/page.tsx:71", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/blog/[slug]/page.tsx:71"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-9dc58161a48488f8", "name": "Insecure pattern 'dangerous_innerhtml' in app/offset360/page.tsx:36", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/offset360/page.tsx:36"}, "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-422687daad358091", "name": "Insecure pattern 'dangerous_innerhtml' in app/academy/[slug]/page.tsx:112", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/academy/[slug]/page.tsx:112"}, "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-e7ee2737b21176b2", "name": "Insecure pattern 'dangerous_innerhtml' in app/console-validation/page.tsx:52", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/console-validation/page.tsx:52"}, "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-506981a7901bceb4", "name": "Insecure pattern 'dangerous_innerhtml' in app/console-validation/[brand]/page.tsx:54", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/console-validation/[brand]/page.tsx:54"}, "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-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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 170 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-faccb9061e9b52a0", "name": "No README detected", "shortDescription": {"text": "No README detected"}, "fullDescription": {"text": "No README file was found. Generated repos without README context are hard to operate, validate, or safely hand off."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-44af1c00eff6b128", "name": "Node manifest has dependencies but no lockfile: Rutherford.fr Codex 2026 vH/rutherford-site-source/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: Rutherford.fr Codex 2026 vH/rutherford-site-source/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "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 43 placeholder/mock markers across 20 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, operator-readme, lockfile. 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, operator-readme, lockfile. 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-ecb0d2c55ed6875d", "name": "Agent authority lacks a verifier contract: .claude/settings.local.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/settings.local.json"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2c5f98b152cddb6d", "name": "Agent authority lacks a verifier contract: .claude/launch.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/launch.json"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0b7df96efe44bbf3", "name": "Commented-code block (5 lines) in scripts/extract-academy-courses.mjs:5", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/extract-academy-courses.mjs: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-dcaa7eed96ff38d9", "name": "`fetch()` without try/.catch or AbortSignal \u2014 components/account-hub.tsx:635", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/account-hub.tsx:635"}, "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-c4522ca17553f5b1", "name": "`fetch()` without try/.catch or AbortSignal \u2014 components/support-page.tsx:700", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/support-page.tsx:700"}, "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-7d3a7255926a4ea7", "name": "`fetch()` without try/.catch or AbortSignal \u2014 components/console-validation-page.tsx:432", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/console-validation-page.tsx:432"}, "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-cf77ee730322851e", "name": "Commented-code block (5 lines) in components/colorloop-roi.tsx:232", "shortDescription": {"text": "Commented-code block (5 lines) in components/colorloop-roi.tsx:232"}, "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-9bc8d010401c742b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 components/support-portal.tsx:214", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/support-portal.tsx:214"}, "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-529f101234a725d0", "name": "`fetch()` without try/.catch or AbortSignal \u2014 components/academy-course-page.tsx:425", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/academy-course-page.tsx:425"}, "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-0bdbc90329a81b08", "name": "`fetch()` without try/.catch or AbortSignal \u2014 components/account-page.tsx:680", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/account-page.tsx:680"}, "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-0e15445c2bc2ec63", "name": "`fetch()` without try/.catch or AbortSignal \u2014 components/console-validations-portal.tsx:272", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/console-validations-portal.tsx:272"}, "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-d78b23eea621cb5a", "name": "Commented-code block (5 lines) in app/api/console-validation/route.ts:79", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/console-validation/route.ts: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-4dc63b9b6e50d7ef", "name": "Commented-code block (7 lines) in app/api/asana-webhook/register/route.ts:8", "shortDescription": {"text": "Commented-code block (7 lines) in app/api/asana-webhook/register/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-9be68af91cd89499", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/asana-webhook/register/route.ts:29", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/asana-webhook/register/route.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-1da6fbc77bdecf6d", "name": "Commented-code block (6 lines) in lib/asana.ts:8", "shortDescription": {"text": "Commented-code block (6 lines) in lib/asana.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-de73230049366578", "name": "Commented-code block (6 lines) in lib/console-validation-emails.ts:3", "shortDescription": {"text": "Commented-code block (6 lines) in lib/console-validation-emails.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-a3d8ad86e5460d9a", "name": "Commented-code block (6 lines) in lib/account-type.ts:3", "shortDescription": {"text": "Commented-code block (6 lines) in lib/account-type.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}}]}}, "automationDetails": {"id": "repobility/22140"}, "properties": {"repository": "veoria/Rutherford.fr", "repoUrl": "https://github.com/veoria/Rutherford.fr", "branch": "main"}, "results": [{"ruleId": "scanner-bead75b0f9233e05", "level": "none", "message": {"text": "No API endpoints detected"}, "properties": {"repobilityId": "0f8bb852027c38f8", "scanner": "scanner-primary", "fingerprint": "bead75b0f9233e05", "layer": "api", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-6f959194a71eb1a4", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/academy-player.tsx:265"}, "properties": {"repobilityId": "c4e701db883bdadb", "scanner": "scanner-primary", "fingerprint": "6f959194a71eb1a4", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-e6c0dcacb6a7c270", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/layout.tsx:59"}, "properties": {"repobilityId": "6f16eb9b82a2dcd6", "scanner": "scanner-primary", "fingerprint": "e6c0dcacb6a7c270", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-bec4c3dd031836af", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/blog/[slug]/page.tsx:71"}, "properties": {"repobilityId": "c21e1247bf006285", "scanner": "scanner-primary", "fingerprint": "bec4c3dd031836af", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-ebc2f52f18c3673e", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/offset360/page.tsx:36"}, "properties": {"repobilityId": "a07777fa256ba658", "scanner": "scanner-primary", "fingerprint": "ebc2f52f18c3673e", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-db964bfb02566dbf", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/academy/[slug]/page.tsx:112"}, "properties": {"repobilityId": "beebfc7c3d89759d", "scanner": "scanner-primary", "fingerprint": "db964bfb02566dbf", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-e80b9b9d16dee8a0", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/api/asana-webhook/route.ts:65"}, "properties": {"repobilityId": "f1dc02299514dbd0", "scanner": "scanner-primary", "fingerprint": "e80b9b9d16dee8a0", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-aa479a904bf705b0", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/console-validation/page.tsx:52"}, "properties": {"repobilityId": "2c3ea3e15fcc577c", "scanner": "scanner-primary", "fingerprint": "aa479a904bf705b0", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-c0e1716d9d662231", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/console-validation/[brand]/page.tsx:54"}, "properties": {"repobilityId": "2a64044eb8640ae1", "scanner": "scanner-primary", "fingerprint": "c0e1716d9d662231", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-166dff3c3df6a10e", "level": "warning", "message": {"text": "ORM models found but no DB engine detected"}, "properties": {"repobilityId": "cda36de65e114635", "scanner": "scanner-primary", "fingerprint": "166dff3c3df6a10e", "layer": "data", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-5df5c4eb4632fb5a", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in components/academy-player.tsx:265"}, "properties": {"repobilityId": "e981623de468b611", "scanner": "scanner-primary", "fingerprint": "5df5c4eb4632fb5a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "components/academy-player.tsx"}, "region": {"startLine": 265}}}]}, {"ruleId": "scanner-61c129ad8fdd35c4", "level": "error", "message": {"text": "Possible secret in components/account-hub.tsx"}, "properties": {"repobilityId": "c9f0e17dd89ebc6f", "scanner": "scanner-primary", "fingerprint": "61c129ad8fdd35c4", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "components/account-hub.tsx"}, "region": {"startLine": 166}}}]}, {"ruleId": "scanner-61c129ad8fdd35c4", "level": "error", "message": {"text": "Possible secret in components/account-hub.tsx"}, "properties": {"repobilityId": "c9f0e17dd89ebc6f", "scanner": "scanner-primary", "fingerprint": "61c129ad8fdd35c4", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "components/account-hub.tsx"}, "region": {"startLine": 207}}}]}, {"ruleId": "scanner-61c129ad8fdd35c4", "level": "error", "message": {"text": "Possible secret in components/account-hub.tsx"}, "properties": {"repobilityId": "c9f0e17dd89ebc6f", "scanner": "scanner-primary", "fingerprint": "61c129ad8fdd35c4", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "components/account-hub.tsx"}, "region": {"startLine": 248}}}]}, {"ruleId": "scanner-61c129ad8fdd35c4", "level": "error", "message": {"text": "Possible secret in components/account-hub.tsx"}, "properties": {"repobilityId": "c9f0e17dd89ebc6f", "scanner": "scanner-primary", "fingerprint": "61c129ad8fdd35c4", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "components/account-hub.tsx"}, "region": {"startLine": 289}}}]}, {"ruleId": "scanner-61c129ad8fdd35c4", "level": "error", "message": {"text": "Possible secret in components/account-hub.tsx"}, "properties": {"repobilityId": "c9f0e17dd89ebc6f", "scanner": "scanner-primary", "fingerprint": "61c129ad8fdd35c4", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "components/account-hub.tsx"}, "region": {"startLine": 330}}}]}, {"ruleId": "scanner-0c93c52e3758f362", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in components/press-schematic.tsx:178"}, "properties": {"repobilityId": "da4573a6b135a087", "scanner": "scanner-primary", "fingerprint": "0c93c52e3758f362", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "components/press-schematic.tsx"}, "region": {"startLine": 178}}}]}, {"ruleId": "scanner-00b94290eda2fd4f", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/layout.tsx:59"}, "properties": {"repobilityId": "69d4743587f721a0", "scanner": "scanner-primary", "fingerprint": "00b94290eda2fd4f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/layout.tsx"}, "region": {"startLine": 59}}}]}, {"ruleId": "scanner-745f7a23ce4e47a6", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/blog/[slug]/page.tsx:71"}, "properties": {"repobilityId": "9c6991e1f0c5c6d8", "scanner": "scanner-primary", "fingerprint": "745f7a23ce4e47a6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/blog/[slug]/page.tsx"}, "region": {"startLine": 71}}}]}, {"ruleId": "scanner-9dc58161a48488f8", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/offset360/page.tsx:36"}, "properties": {"repobilityId": "13ed1d71d9978a8b", "scanner": "scanner-primary", "fingerprint": "9dc58161a48488f8", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/offset360/page.tsx"}, "region": {"startLine": 36}}}]}, {"ruleId": "scanner-422687daad358091", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/academy/[slug]/page.tsx:112"}, "properties": {"repobilityId": "0ddee7e2bd7fb911", "scanner": "scanner-primary", "fingerprint": "422687daad358091", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/academy/[slug]/page.tsx"}, "region": {"startLine": 112}}}]}, {"ruleId": "scanner-e7ee2737b21176b2", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/console-validation/page.tsx:52"}, "properties": {"repobilityId": "229c21ce24f496d3", "scanner": "scanner-primary", "fingerprint": "e7ee2737b21176b2", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/console-validation/page.tsx"}, "region": {"startLine": 52}}}]}, {"ruleId": "scanner-506981a7901bceb4", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/console-validation/[brand]/page.tsx:54"}, "properties": {"repobilityId": "40dea7b20d1d4b99", "scanner": "scanner-primary", "fingerprint": "506981a7901bceb4", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/console-validation/[brand]/page.tsx"}, "region": {"startLine": 54}}}]}, {"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-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": "09cb97bc1b4a5e1f", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-faccb9061e9b52a0", "level": "note", "message": {"text": "No README detected"}, "properties": {"repobilityId": "6c3861fc7edc2cd6", "scanner": "scanner-primary", "fingerprint": "faccb9061e9b52a0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-44af1c00eff6b128", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: Rutherford.fr Codex 2026 vH/rutherford-site-source/package.json"}, "properties": {"repobilityId": "e7f11f096986f692", "scanner": "scanner-primary", "fingerprint": "44af1c00eff6b128", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Rutherford.fr Codex 2026 vH/rutherford-site-source/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "2a9806702c4b6714", "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": "21476dee5cc01dfb", "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": "c8639c6fe6d31115", "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": "7b5fbaddd3051ef9", "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": "b787c844a01c8e45", "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": "33696cabaa02f0f4", "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": "e541c17c15f7e14b", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-ecb0d2c55ed6875d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/settings.local.json"}, "properties": {"repobilityId": "d8bae33a6d517bf0", "scanner": "scanner-primary", "fingerprint": "ecb0d2c55ed6875d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/settings.local.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2c5f98b152cddb6d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/launch.json"}, "properties": {"repobilityId": "0de48c0f4ab303d8", "scanner": "scanner-primary", "fingerprint": "2c5f98b152cddb6d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/launch.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0b7df96efe44bbf3", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/extract-academy-courses.mjs:5"}, "properties": {"repobilityId": "1fa3ffae6eafb3b3", "scanner": "scanner-primary", "fingerprint": "0b7df96efe44bbf3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-dcaa7eed96ff38d9", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/account-hub.tsx:635"}, "properties": {"repobilityId": "cd810265053c6af7", "scanner": "scanner-primary", "fingerprint": "dcaa7eed96ff38d9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c4522ca17553f5b1", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/support-page.tsx:700"}, "properties": {"repobilityId": "f63b4acb24a09f3e", "scanner": "scanner-primary", "fingerprint": "c4522ca17553f5b1", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-7d3a7255926a4ea7", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/console-validation-page.tsx:432"}, "properties": {"repobilityId": "828e9122e3ad71f0", "scanner": "scanner-primary", "fingerprint": "7d3a7255926a4ea7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-cf77ee730322851e", "level": "none", "message": {"text": "Commented-code block (5 lines) in components/colorloop-roi.tsx:232"}, "properties": {"repobilityId": "b01ab2e4c63d3681", "scanner": "scanner-primary", "fingerprint": "cf77ee730322851e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9bc8d010401c742b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/support-portal.tsx:214"}, "properties": {"repobilityId": "d8f0c059bc755910", "scanner": "scanner-primary", "fingerprint": "9bc8d010401c742b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-529f101234a725d0", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/academy-course-page.tsx:425"}, "properties": {"repobilityId": "f4370f8814127fa8", "scanner": "scanner-primary", "fingerprint": "529f101234a725d0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0bdbc90329a81b08", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/account-page.tsx:680"}, "properties": {"repobilityId": "de1a232e26222de1", "scanner": "scanner-primary", "fingerprint": "0bdbc90329a81b08", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0e15445c2bc2ec63", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/console-validations-portal.tsx:272"}, "properties": {"repobilityId": "8f4a084b9001fc7a", "scanner": "scanner-primary", "fingerprint": "0e15445c2bc2ec63", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d78b23eea621cb5a", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/console-validation/route.ts:79"}, "properties": {"repobilityId": "41cb90b7dac4e010", "scanner": "scanner-primary", "fingerprint": "d78b23eea621cb5a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4dc63b9b6e50d7ef", "level": "none", "message": {"text": "Commented-code block (7 lines) in app/api/asana-webhook/register/route.ts:8"}, "properties": {"repobilityId": "6f48aaf6f7c5c4b5", "scanner": "scanner-primary", "fingerprint": "4dc63b9b6e50d7ef", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9be68af91cd89499", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/asana-webhook/register/route.ts:29"}, "properties": {"repobilityId": "25eddec5388e1d1c", "scanner": "scanner-primary", "fingerprint": "9be68af91cd89499", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1da6fbc77bdecf6d", "level": "none", "message": {"text": "Commented-code block (6 lines) in lib/asana.ts:8"}, "properties": {"repobilityId": "94d11f1a119758b1", "scanner": "scanner-primary", "fingerprint": "1da6fbc77bdecf6d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-de73230049366578", "level": "none", "message": {"text": "Commented-code block (6 lines) in lib/console-validation-emails.ts:3"}, "properties": {"repobilityId": "58e0616588860a94", "scanner": "scanner-primary", "fingerprint": "de73230049366578", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a3d8ad86e5460d9a", "level": "none", "message": {"text": "Commented-code block (6 lines) in lib/account-type.ts:3"}, "properties": {"repobilityId": "0f040af5586ac866", "scanner": "scanner-primary", "fingerprint": "a3d8ad86e5460d9a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}