{"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-307101e27b6c1c72", "name": "Stray `console.log` in TS/JS \u2014 scripts/generate-cities.ts:702", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/generate-cities.ts:702"}, "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-767802cf18ea1c30", "name": "Stray `console.log` in TS/JS \u2014 scripts/validate-build.ts:163", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/validate-build.ts:163"}, "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-6cc4c993216417df", "name": "Stray `console.log` in TS/JS \u2014 scripts/test-urls.ts:56", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/test-urls.ts:56"}, "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-5357b3be39b915a3", "name": "`truncate` class without `title=` for hover reveal \u2014 components/Breadcrumbs.tsx:141", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/Breadcrumbs.tsx:141"}, "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-28725f010fc4ade7", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 components/Breadcrumbs.tsx:98", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/Breadcrumbs.tsx:98"}, "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-bb78171658145ee0", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 components/ClientSchema.tsx:19", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/ClientSchema.tsx:19"}, "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-e47555195f7674f7", "name": "Stray `console.log` in TS/JS \u2014 components/TelClickTracker.tsx:14", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 components/TelClickTracker.tsx:14"}, "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-1de768d9bc988fc5", "name": "`truncate` class without `title=` for hover reveal \u2014 components/artisan/IDFMap.tsx:242", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/artisan/IDFMap.tsx:242"}, "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-9e6dc687717da3b9", "name": "`truncate` class without `title=` for hover reveal \u2014 components/artisan/StatusSwitch.tsx:173", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/artisan/StatusSwitch.tsx:173"}, "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-70c916f4346d1474", "name": "`truncate` class without `title=` for hover reveal \u2014 components/artisan/MissionCard.tsx:196", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/artisan/MissionCard.tsx:196"}, "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-77ab0e327911759a", "name": "`truncate` class without `title=` for hover reveal \u2014 components/artisan/MissionDrawer.tsx:230", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/artisan/MissionDrawer.tsx:230"}, "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-aaa502b26971ab93", "name": "`truncate` class without `title=` for hover reveal \u2014 components/admin/dashboard/RecentLeadsList.tsx:124", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/admin/dashboard/RecentLeadsList.tsx:124"}, "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-477b6febdaf5fdc5", "name": "`truncate` class without `title=` for hover reveal \u2014 components/sections/ScamTestimonials.tsx:183", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/sections/ScamTestimonials.tsx:183"}, "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-6132edee0d65a7c4", "name": "`truncate` class without `title=` for hover reveal \u2014 components/sections/ServicesExplorer.tsx:287", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/sections/ServicesExplorer.tsx:287"}, "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-b78ee85c7fa2f169", "name": "`truncate` class without `title=` for hover reveal \u2014 components/landing/MetierLandingPage.tsx:647", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/landing/MetierLandingPage.tsx:647"}, "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-d19387d9cd7fb35a", "name": "`truncate` class without `title=` for hover reveal \u2014 components/seo/PremiumPageRendererV2.tsx:372", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/seo/PremiumPageRendererV2.tsx:372"}, "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-461a8a1976d9e003", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 components/seo/LocalSchema.tsx:29", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/seo/LocalSchema.tsx:29"}, "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-8ced614c632fce39", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 components/seo/DepartmentFAQ.tsx:93", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/seo/DepartmentFAQ.tsx:93"}, "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-73abacad2e6c022a", "name": "`truncate` class without `title=` for hover reveal \u2014 components/seo/DepartmentCities.tsx:70", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/seo/DepartmentCities.tsx:70"}, "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-9712dc0c9df6caf0", "name": "TODO/FIXME marker in shipping code \u2014 components/seo/HomeSchema.tsx:121", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 components/seo/HomeSchema.tsx:121"}, "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-88dc14200fc8fd04", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 components/seo/HomeSchema.tsx:351", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/seo/HomeSchema.tsx:351"}, "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-18f666aa5122377d", "name": "TODO/FIXME marker in shipping code \u2014 app/page.tsx:66", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 app/page.tsx:66"}, "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-1122bb54c17b0884", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/layout.tsx:159", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/layout.tsx:159"}, "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-16f6c751b806e4c8", "name": "`truncate` class without `title=` for hover reveal \u2014 app/recherche/SearchInput.tsx:307", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/recherche/SearchInput.tsx:307"}, "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-614b7546f3428a6f", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/recherche/page.tsx:186", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/recherche/page.tsx:186"}, "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-4009cdc0406bdc98", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/blog/page.tsx:160", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/blog/page.tsx:160"}, "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-3ea595db6439bd45", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/blog/[slug]/page.tsx:212", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/blog/[slug]/page.tsx:212"}, "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-896428b6012439b7", "name": "`truncate` class without `title=` for hover reveal \u2014 app/client/_components/InterventionDrawer.tsx:347", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/client/_components/InterventionDrawer.tsx:347"}, "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-551d235853886e1c", "name": "Stray `console.log` in TS/JS \u2014 app/api/quote/route.ts:50", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/api/quote/route.ts:50"}, "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-6e4fa4f5403d36b5", "name": "Stray `console.log` in TS/JS \u2014 app/api/contact/route.ts:183", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/api/contact/route.ts:183"}, "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-c19e8d2cbdfc6a6c", "name": "Stray `console.log` in TS/JS \u2014 app/api/recruitment/route.ts:121", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/api/recruitment/route.ts:121"}, "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-c873b39ad6e0e921", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/a-propos/page.tsx:78", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/a-propos/page.tsx:78"}, "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-681c435ffd95ede3", "name": "`truncate` class without `title=` for hover reveal \u2014 app/artisan/page.tsx:698", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/artisan/page.tsx:698"}, "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-ca66c7849a136de0", "name": "\"active\" state uses light bg in a dark theme \u2014 app/artisan/missions/page.tsx:176", "shortDescription": {"text": "\"active\" state uses light bg in a dark theme \u2014 app/artisan/missions/page.tsx:176"}, "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-e4d04b4bfb7e387d", "name": "`truncate` class without `title=` for hover reveal \u2014 app/admin/layout.tsx:155", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/admin/layout.tsx:155"}, "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-792581bd0ca44be7", "name": "Icon-only button without accessible name \u2014 app/admin/contenu/page.tsx:157", "shortDescription": {"text": "Icon-only button without accessible name \u2014 app/admin/contenu/page.tsx:157"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-030c4294124df29e", "name": "`truncate` class without `title=` for hover reveal \u2014 app/admin/contenu/page.tsx:143", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/admin/contenu/page.tsx:143"}, "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-9c07cc7d02d1dc91", "name": "`truncate` class without `title=` for hover reveal \u2014 app/admin/leads/page.tsx:743", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/admin/leads/page.tsx:743"}, "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-6266e2e0415117c7", "name": "`truncate` class without `title=` for hover reveal \u2014 app/admin/leads/_components/LeadDrawer.tsx:223", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/admin/leads/_components/LeadDrawer.tsx:223"}, "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-95b7fe0642a53a93", "name": "`truncate` class without `title=` for hover reveal \u2014 app/admin/leads/_components/LeadsKanban.tsx:154", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/admin/leads/_components/LeadsKanban.tsx:154"}, "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-68d2b2bf1c0db13d", "name": "`truncate` class without `title=` for hover reveal \u2014 app/admin/medias/page.tsx:820", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/admin/medias/page.tsx:820"}, "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-de354a99a09d0080", "name": "`truncate` class without `title=` for hover reveal \u2014 app/admin/recrutement/page.tsx:658", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/admin/recrutement/page.tsx:658"}, "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-221c530c3d1fd277", "name": "\"active\" state uses light bg in a dark theme \u2014 app/admin/artisans/page.tsx:493", "shortDescription": {"text": "\"active\" state uses light bg in a dark theme \u2014 app/admin/artisans/page.tsx:493"}, "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-11855312ce0b5cc6", "name": "\"active\" state uses light bg in a dark theme \u2014 app/admin/artisans/_components/ArtisanFilters.tsx:222", "shortDescription": {"text": "\"active\" state uses light bg in a dark theme \u2014 app/admin/artisans/_components/ArtisanFilters.tsx:222"}, "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-05dc545956b9c840", "name": "`truncate` class without `title=` for hover reveal \u2014 app/admin/artisans/_components/ArtisanCard.tsx:99", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/admin/artisans/_components/ArtisanCard.tsx:99"}, "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-adc9e33312deab6c", "name": "`truncate` class without `title=` for hover reveal \u2014 app/admin/artisans/_components/ArtisanTable.tsx:105", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/admin/artisans/_components/ArtisanTable.tsx:105"}, "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-471f5b9bdae16a73", "name": "`truncate` class without `title=` for hover reveal \u2014 app/admin/seo/_components/TopPagesTable.tsx:98", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/admin/seo/_components/TopPagesTable.tsx:98"}, "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-15c58212c59801da", "name": "`truncate` class without `title=` for hover reveal \u2014 app/admin/seo/_components/OpportunityTable.tsx:82", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/admin/seo/_components/OpportunityTable.tsx:82"}, "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-c4829da6e51806be", "name": "Stray `console.log` in TS/JS \u2014 lib/tracking/ads.ts:19", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 lib/tracking/ads.ts:19"}, "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-52a211a2f82e6eb8", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 lib/seo/premium/pageHelpers.tsx:220", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 lib/seo/premium/pageHelpers.tsx:220"}, "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-58613849c3edc0c1", "name": "Insecure pattern 'dangerous_innerhtml' in components/Breadcrumbs.tsx:98", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in components/Breadcrumbs.tsx:98"}, "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-35aefdcd50a9d128", "name": "Insecure pattern 'dangerous_innerhtml' in components/ClientSchema.tsx:19", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in components/ClientSchema.tsx:19"}, "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-c6dfbc05798556f7", "name": "Insecure pattern 'dangerous_innerhtml' in components/seo/LocalSchema.tsx:29", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in components/seo/LocalSchema.tsx:29"}, "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-4c2a53b92d3a502f", "name": "Insecure pattern 'dangerous_innerhtml' in components/seo/DepartmentFAQ.tsx:93", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in components/seo/DepartmentFAQ.tsx:93"}, "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-733f5313f77909bb", "name": "Insecure pattern 'dangerous_innerhtml' in components/seo/HomeSchema.tsx:351", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in components/seo/HomeSchema.tsx:351"}, "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-554317d5a3684be6", "name": "Insecure pattern 'dangerous_innerhtml' in app/layout.tsx:159", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/layout.tsx:159"}, "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-89d496f340bc0cef", "name": "Insecure pattern 'dangerous_innerhtml' in app/recherche/page.tsx:186", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/recherche/page.tsx:186"}, "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-e3da4c3707452938", "name": "Insecure pattern 'dangerous_innerhtml' in app/blog/page.tsx:160", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/blog/page.tsx:160"}, "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-76888d7bfdb33d99", "name": "Insecure pattern 'dangerous_innerhtml' in app/blog/[slug]/page.tsx:212", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/blog/[slug]/page.tsx:212"}, "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-28c532882166fc1c", "name": "Insecure pattern 'dangerous_innerhtml' in app/a-propos/page.tsx:78", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/a-propos/page.tsx:78"}, "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-5db7f546c5919572", "name": "Insecure pattern 'dangerous_innerhtml' in lib/seo/premium/pageHelpers.tsx:220", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in lib/seo/premium/pageHelpers.tsx:220"}, "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-27924aa79fa4a517", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/upload-artifact@v5 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f93eafd029256d7e", "name": "Very large file: components/landing/MetierLandingPage.tsx (1542 lines)", "shortDescription": {"text": "Very large file: components/landing/MetierLandingPage.tsx (1542 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-d145a68e2c0dd084", "name": "Very large file: components/seo/PremiumPageRendererV2.tsx (1434 lines)", "shortDescription": {"text": "Very large file: components/seo/PremiumPageRendererV2.tsx (1434 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-788bda321faaccdd", "name": "Very large file: lib/seo/city-content.ts (1799 lines)", "shortDescription": {"text": "Very large file: lib/seo/city-content.ts (1799 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-f114a706bb74660f", "name": "Very large file: lib/seo/premium/registry.ts (887 lines)", "shortDescription": {"text": "Very large file: lib/seo/premium/registry.ts (887 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": "4 test file(s) for 635 source file(s) (ratio 0.01). 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 99 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 76 placeholder/mock markers across 32 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-11825279136b53a3", "name": "CI is configured but no tests are detected", "shortDescription": {"text": "CI is configured but no tests are detected"}, "fullDescription": {"text": "A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal."}, "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, 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": "low", "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, 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-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-3a419eda4d93c957", "name": "Commented-code block (9 lines) in eslint.config.mjs:16", "shortDescription": {"text": "Commented-code block (9 lines) in eslint.config.mjs: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-d3cc58643fc115ef", "name": "Commented-code block (6 lines) in next.config.mjs:137", "shortDescription": {"text": "Commented-code block (6 lines) in next.config.mjs:137"}, "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-fe319e8f2732a3be", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/test-urls.ts:58", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/test-urls.ts:58"}, "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-08e85a7d354c3afd", "name": "Commented-code block (5 lines) in scripts/compress-images.mjs:197", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/compress-images.mjs:197"}, "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-d0cdaa79a6ed255b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 components/QuickQuoteForm.tsx:212", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/QuickQuoteForm.tsx:212"}, "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-1145bc0e81adf25c", "name": "Commented-code block (6 lines) in components/sections/HeroCinematic.tsx:325", "shortDescription": {"text": "Commented-code block (6 lines) in components/sections/HeroCinematic.tsx:325"}, "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-d6a019af5070c6e6", "name": "Commented-code block (5 lines) in components/sections/CoverageMap.tsx:63", "shortDescription": {"text": "Commented-code block (5 lines) in components/sections/CoverageMap.tsx:63"}, "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-b6428ddf473988b4", "name": "Commented-code block (6 lines) in components/hero/JoelWordmark.tsx:408", "shortDescription": {"text": "Commented-code block (6 lines) in components/hero/JoelWordmark.tsx:408"}, "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-22448a1da031cdb0", "name": "Commented-code block (7 lines) in app/sitemap.ts:172", "shortDescription": {"text": "Commented-code block (7 lines) in app/sitemap.ts: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-f1c2f22caea38252", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/quote/route.ts:165", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/quote/route.ts:165"}, "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-3e1e606dd2102889", "name": "Commented-code block (6 lines) in app/api/contact/route.ts:42", "shortDescription": {"text": "Commented-code block (6 lines) in app/api/contact/route.ts:42"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-d68afb38c46fb8e0", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/reviews/sync-gmb/route.ts:202", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/reviews/sync-gmb/route.ts:202"}, "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-fc83a6990bb3fbf3", "name": "Legacy-named symbol `monjoel_attribution_v1` in lib/attribution.ts:26", "shortDescription": {"text": "Legacy-named symbol `monjoel_attribution_v1` in lib/attribution.ts:26"}, "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-2115a014edfd40a4", "name": "`fetch()` without try/.catch or AbortSignal \u2014 lib/notifications.ts:69", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/notifications.ts:69"}, "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-6e32e7fbd384d797", "name": "Commented-code block (5 lines) in lib/supabase.ts:23", "shortDescription": {"text": "Commented-code block (5 lines) in lib/supabase.ts: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-3e61a35916d0fc83", "name": "Legacy-named symbol `searchconsole_v1` in lib/seo/search-console-client.ts:22", "shortDescription": {"text": "Legacy-named symbol `searchconsole_v1` in lib/seo/search-console-client.ts:22"}, "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-d4151e27106d84da", "name": "Commented-code block (5 lines) in lib/seo/search-index.ts:193", "shortDescription": {"text": "Commented-code block (5 lines) in lib/seo/search-index.ts:193"}, "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-7b0fc81263127bd8", "name": "Commented-code block (5 lines) in lib/seo/premium/schema.ts:187", "shortDescription": {"text": "Commented-code block (5 lines) in lib/seo/premium/schema.ts:187"}, "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-037ec681a490c212", "name": "Commented-code block (6 lines) in lib/seo/premium/contextualLinks.ts:172", "shortDescription": {"text": "Commented-code block (6 lines) in lib/seo/premium/contextualLinks.ts: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-e5ca8db9f93ff7e4", "name": "Commented-code block (5 lines) in lib/seo/premium/registry.ts:23", "shortDescription": {"text": "Commented-code block (5 lines) in lib/seo/premium/registry.ts: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-f808a4ef3e1071fb", "name": "14 env vars used in code but missing from .env.example", "shortDescription": {"text": "14 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `CALLMEBOT_API_KEY`, `CI`, `GMB_ACCOUNT_ID`, `GMB_LOCATION_ID`, `GMB_SERVICE_ACCOUNT_KEY`, `NEXT_PUBLIC_CLARITY_ID`, `NEXT_PUBLIC_COOKIEBOT_ID`, `NEXT_PUBLIC_GOOGLE_ADS_SEND_TO` + 6 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/21815"}, "properties": {"repository": "u7404677510-pixel/Monjoel_v1", "repoUrl": "https://github.com/u7404677510-pixel/Monjoel_v1", "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-307101e27b6c1c72", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/generate-cities.ts:702"}, "properties": {"repobilityId": "80a7f2fdd60e972d", "scanner": "scanner-primary", "fingerprint": "307101e27b6c1c72", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-767802cf18ea1c30", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/validate-build.ts:163"}, "properties": {"repobilityId": "88b6b4f3cce9f5ba", "scanner": "scanner-primary", "fingerprint": "767802cf18ea1c30", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6cc4c993216417df", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/test-urls.ts:56"}, "properties": {"repobilityId": "823fc7fc1295a218", "scanner": "scanner-primary", "fingerprint": "6cc4c993216417df", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-5357b3be39b915a3", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/Breadcrumbs.tsx:141"}, "properties": {"repobilityId": "34d053f7fe389664", "scanner": "scanner-primary", "fingerprint": "5357b3be39b915a3", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-28725f010fc4ade7", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/Breadcrumbs.tsx:98"}, "properties": {"repobilityId": "9e90e2f011fac652", "scanner": "scanner-primary", "fingerprint": "28725f010fc4ade7", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-bb78171658145ee0", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/ClientSchema.tsx:19"}, "properties": {"repobilityId": "30f36d8f5aaeb4b8", "scanner": "scanner-primary", "fingerprint": "bb78171658145ee0", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-e47555195f7674f7", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 components/TelClickTracker.tsx:14"}, "properties": {"repobilityId": "9c65b74efaea133a", "scanner": "scanner-primary", "fingerprint": "e47555195f7674f7", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-1de768d9bc988fc5", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/artisan/IDFMap.tsx:242"}, "properties": {"repobilityId": "a0883e5fa3919def", "scanner": "scanner-primary", "fingerprint": "1de768d9bc988fc5", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-9e6dc687717da3b9", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/artisan/StatusSwitch.tsx:173"}, "properties": {"repobilityId": "c1e82ccb00274298", "scanner": "scanner-primary", "fingerprint": "9e6dc687717da3b9", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-70c916f4346d1474", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/artisan/MissionCard.tsx:196"}, "properties": {"repobilityId": "d12f72d4986da698", "scanner": "scanner-primary", "fingerprint": "70c916f4346d1474", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-77ab0e327911759a", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/artisan/MissionDrawer.tsx:230"}, "properties": {"repobilityId": "173d7aba9ea23986", "scanner": "scanner-primary", "fingerprint": "77ab0e327911759a", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-aaa502b26971ab93", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/admin/dashboard/RecentLeadsList.tsx:124"}, "properties": {"repobilityId": "3d099d9918b4c67a", "scanner": "scanner-primary", "fingerprint": "aaa502b26971ab93", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-477b6febdaf5fdc5", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/sections/ScamTestimonials.tsx:183"}, "properties": {"repobilityId": "6d2d6a2a5242a4db", "scanner": "scanner-primary", "fingerprint": "477b6febdaf5fdc5", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-6132edee0d65a7c4", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/sections/ServicesExplorer.tsx:287"}, "properties": {"repobilityId": "40c566c9192b28ce", "scanner": "scanner-primary", "fingerprint": "6132edee0d65a7c4", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-b78ee85c7fa2f169", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/landing/MetierLandingPage.tsx:647"}, "properties": {"repobilityId": "973b6969c5991f06", "scanner": "scanner-primary", "fingerprint": "b78ee85c7fa2f169", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-d19387d9cd7fb35a", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/seo/PremiumPageRendererV2.tsx:372"}, "properties": {"repobilityId": "3b32d167ef77b82b", "scanner": "scanner-primary", "fingerprint": "d19387d9cd7fb35a", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-461a8a1976d9e003", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/seo/LocalSchema.tsx:29"}, "properties": {"repobilityId": "5b53378c63deaadc", "scanner": "scanner-primary", "fingerprint": "461a8a1976d9e003", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-8ced614c632fce39", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/seo/DepartmentFAQ.tsx:93"}, "properties": {"repobilityId": "aba2d9940b544705", "scanner": "scanner-primary", "fingerprint": "8ced614c632fce39", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-73abacad2e6c022a", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/seo/DepartmentCities.tsx:70"}, "properties": {"repobilityId": "60d9430082cb3f88", "scanner": "scanner-primary", "fingerprint": "73abacad2e6c022a", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-9712dc0c9df6caf0", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 components/seo/HomeSchema.tsx:121"}, "properties": {"repobilityId": "9a8329a8b96c00eb", "scanner": "scanner-primary", "fingerprint": "9712dc0c9df6caf0", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-88dc14200fc8fd04", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/seo/HomeSchema.tsx:351"}, "properties": {"repobilityId": "dfa95e79ad391b96", "scanner": "scanner-primary", "fingerprint": "88dc14200fc8fd04", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-18f666aa5122377d", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 app/page.tsx:66"}, "properties": {"repobilityId": "448f4d696270c28d", "scanner": "scanner-primary", "fingerprint": "18f666aa5122377d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-1122bb54c17b0884", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/layout.tsx:159"}, "properties": {"repobilityId": "6f16eb9b82a2dcd6", "scanner": "scanner-primary", "fingerprint": "1122bb54c17b0884", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-16f6c751b806e4c8", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/recherche/SearchInput.tsx:307"}, "properties": {"repobilityId": "bfe9f00c47097bb1", "scanner": "scanner-primary", "fingerprint": "16f6c751b806e4c8", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-614b7546f3428a6f", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/recherche/page.tsx:186"}, "properties": {"repobilityId": "f0542adc571ddc91", "scanner": "scanner-primary", "fingerprint": "614b7546f3428a6f", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-4009cdc0406bdc98", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/blog/page.tsx:160"}, "properties": {"repobilityId": "1f238bbf17f33cc8", "scanner": "scanner-primary", "fingerprint": "4009cdc0406bdc98", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-3ea595db6439bd45", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/blog/[slug]/page.tsx:212"}, "properties": {"repobilityId": "c21e1247bf006285", "scanner": "scanner-primary", "fingerprint": "3ea595db6439bd45", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-896428b6012439b7", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/client/_components/InterventionDrawer.tsx:347"}, "properties": {"repobilityId": "948ab8e70fa62dab", "scanner": "scanner-primary", "fingerprint": "896428b6012439b7", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-551d235853886e1c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/api/quote/route.ts:50"}, "properties": {"repobilityId": "9c45e55ffbf4bdc6", "scanner": "scanner-primary", "fingerprint": "551d235853886e1c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6e4fa4f5403d36b5", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/api/contact/route.ts:183"}, "properties": {"repobilityId": "47dd34b78ad32b66", "scanner": "scanner-primary", "fingerprint": "6e4fa4f5403d36b5", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c19e8d2cbdfc6a6c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/api/recruitment/route.ts:121"}, "properties": {"repobilityId": "f44afab2c5c724ce", "scanner": "scanner-primary", "fingerprint": "c19e8d2cbdfc6a6c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c873b39ad6e0e921", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/a-propos/page.tsx:78"}, "properties": {"repobilityId": "fd89bfb7f13e81e9", "scanner": "scanner-primary", "fingerprint": "c873b39ad6e0e921", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-681c435ffd95ede3", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/artisan/page.tsx:698"}, "properties": {"repobilityId": "8d9272f45b49e15f", "scanner": "scanner-primary", "fingerprint": "681c435ffd95ede3", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-ca66c7849a136de0", "level": "note", "message": {"text": "\"active\" state uses light bg in a dark theme \u2014 app/artisan/missions/page.tsx:176"}, "properties": {"repobilityId": "9c9f81b945324253", "scanner": "scanner-primary", "fingerprint": "ca66c7849a136de0", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.active-light-bg"]}}, {"ruleId": "scanner-e4d04b4bfb7e387d", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/admin/layout.tsx:155"}, "properties": {"repobilityId": "66bf36e12b8d9b8c", "scanner": "scanner-primary", "fingerprint": "e4d04b4bfb7e387d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-792581bd0ca44be7", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 app/admin/contenu/page.tsx:157"}, "properties": {"repobilityId": "2912c6b14f52fa19", "scanner": "scanner-primary", "fingerprint": "792581bd0ca44be7", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-030c4294124df29e", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/admin/contenu/page.tsx:143"}, "properties": {"repobilityId": "9455372e036d7563", "scanner": "scanner-primary", "fingerprint": "030c4294124df29e", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-9c07cc7d02d1dc91", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/admin/leads/page.tsx:743"}, "properties": {"repobilityId": "35f8df3b394b5076", "scanner": "scanner-primary", "fingerprint": "9c07cc7d02d1dc91", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-6266e2e0415117c7", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/admin/leads/_components/LeadDrawer.tsx:223"}, "properties": {"repobilityId": "8d4b1187fbeccefc", "scanner": "scanner-primary", "fingerprint": "6266e2e0415117c7", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-95b7fe0642a53a93", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/admin/leads/_components/LeadsKanban.tsx:154"}, "properties": {"repobilityId": "ca0b026cf685a602", "scanner": "scanner-primary", "fingerprint": "95b7fe0642a53a93", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-68d2b2bf1c0db13d", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/admin/medias/page.tsx:820"}, "properties": {"repobilityId": "3102ff7d7ad71a31", "scanner": "scanner-primary", "fingerprint": "68d2b2bf1c0db13d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-de354a99a09d0080", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/admin/recrutement/page.tsx:658"}, "properties": {"repobilityId": "a924d542036c43f8", "scanner": "scanner-primary", "fingerprint": "de354a99a09d0080", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-221c530c3d1fd277", "level": "note", "message": {"text": "\"active\" state uses light bg in a dark theme \u2014 app/admin/artisans/page.tsx:493"}, "properties": {"repobilityId": "c7c847b3fa8934b8", "scanner": "scanner-primary", "fingerprint": "221c530c3d1fd277", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.active-light-bg"]}}, {"ruleId": "scanner-11855312ce0b5cc6", "level": "note", "message": {"text": "\"active\" state uses light bg in a dark theme \u2014 app/admin/artisans/_components/ArtisanFilters.tsx:222"}, "properties": {"repobilityId": "9ebb08ffad771a13", "scanner": "scanner-primary", "fingerprint": "11855312ce0b5cc6", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.active-light-bg"]}}, {"ruleId": "scanner-05dc545956b9c840", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/admin/artisans/_components/ArtisanCard.tsx:99"}, "properties": {"repobilityId": "b1c03eb35da9adff", "scanner": "scanner-primary", "fingerprint": "05dc545956b9c840", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-adc9e33312deab6c", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/admin/artisans/_components/ArtisanTable.tsx:105"}, "properties": {"repobilityId": "d8cbdd6418e42a7d", "scanner": "scanner-primary", "fingerprint": "adc9e33312deab6c", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-471f5b9bdae16a73", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/admin/seo/_components/TopPagesTable.tsx:98"}, "properties": {"repobilityId": "72bbbfde99970222", "scanner": "scanner-primary", "fingerprint": "471f5b9bdae16a73", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-15c58212c59801da", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/admin/seo/_components/OpportunityTable.tsx:82"}, "properties": {"repobilityId": "77efa553058d48b6", "scanner": "scanner-primary", "fingerprint": "15c58212c59801da", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-c4829da6e51806be", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 lib/tracking/ads.ts:19"}, "properties": {"repobilityId": "3156b5711fffc2c1", "scanner": "scanner-primary", "fingerprint": "c4829da6e51806be", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-52a211a2f82e6eb8", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 lib/seo/premium/pageHelpers.tsx:220"}, "properties": {"repobilityId": "c3de5b0e260ceaea", "scanner": "scanner-primary", "fingerprint": "52a211a2f82e6eb8", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-58613849c3edc0c1", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in components/Breadcrumbs.tsx:98"}, "properties": {"repobilityId": "49ff05c9628a3b70", "scanner": "scanner-primary", "fingerprint": "58613849c3edc0c1", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "components/Breadcrumbs.tsx"}, "region": {"startLine": 98}}}]}, {"ruleId": "scanner-35aefdcd50a9d128", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in components/ClientSchema.tsx:19"}, "properties": {"repobilityId": "13222aba9d15375d", "scanner": "scanner-primary", "fingerprint": "35aefdcd50a9d128", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "components/ClientSchema.tsx"}, "region": {"startLine": 19}}}]}, {"ruleId": "scanner-c6dfbc05798556f7", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in components/seo/LocalSchema.tsx:29"}, "properties": {"repobilityId": "d6fe175186cb90cc", "scanner": "scanner-primary", "fingerprint": "c6dfbc05798556f7", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "components/seo/LocalSchema.tsx"}, "region": {"startLine": 29}}}]}, {"ruleId": "scanner-4c2a53b92d3a502f", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in components/seo/DepartmentFAQ.tsx:93"}, "properties": {"repobilityId": "b1e27635db282ca4", "scanner": "scanner-primary", "fingerprint": "4c2a53b92d3a502f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "components/seo/DepartmentFAQ.tsx"}, "region": {"startLine": 93}}}]}, {"ruleId": "scanner-733f5313f77909bb", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in components/seo/HomeSchema.tsx:351"}, "properties": {"repobilityId": "c5dc646adf7a0614", "scanner": "scanner-primary", "fingerprint": "733f5313f77909bb", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "components/seo/HomeSchema.tsx"}, "region": {"startLine": 351}}}]}, {"ruleId": "scanner-554317d5a3684be6", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/layout.tsx:159"}, "properties": {"repobilityId": "69d4743587f721a0", "scanner": "scanner-primary", "fingerprint": "554317d5a3684be6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/layout.tsx"}, "region": {"startLine": 159}}}]}, {"ruleId": "scanner-89d496f340bc0cef", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/recherche/page.tsx:186"}, "properties": {"repobilityId": "011c8930df7c1469", "scanner": "scanner-primary", "fingerprint": "89d496f340bc0cef", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/recherche/page.tsx"}, "region": {"startLine": 186}}}]}, {"ruleId": "scanner-e3da4c3707452938", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/blog/page.tsx:160"}, "properties": {"repobilityId": "4b5bb7451f415d1c", "scanner": "scanner-primary", "fingerprint": "e3da4c3707452938", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/blog/page.tsx"}, "region": {"startLine": 160}}}]}, {"ruleId": "scanner-76888d7bfdb33d99", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/blog/[slug]/page.tsx:212"}, "properties": {"repobilityId": "9c6991e1f0c5c6d8", "scanner": "scanner-primary", "fingerprint": "76888d7bfdb33d99", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/blog/[slug]/page.tsx"}, "region": {"startLine": 212}}}]}, {"ruleId": "scanner-28c532882166fc1c", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/a-propos/page.tsx:78"}, "properties": {"repobilityId": "1d4e5153182d3c69", "scanner": "scanner-primary", "fingerprint": "28c532882166fc1c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/a-propos/page.tsx"}, "region": {"startLine": 78}}}]}, {"ruleId": "scanner-5db7f546c5919572", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in lib/seo/premium/pageHelpers.tsx:220"}, "properties": {"repobilityId": "83ab7b82fc91cb36", "scanner": "scanner-primary", "fingerprint": "5db7f546c5919572", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/seo/premium/pageHelpers.tsx"}, "region": {"startLine": 220}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b26ce68c37b84c6f", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 69}}}]}, {"ruleId": "scanner-f93eafd029256d7e", "level": "note", "message": {"text": "Very large file: components/landing/MetierLandingPage.tsx (1542 lines)"}, "properties": {"repobilityId": "2328f860864133ee", "scanner": "scanner-primary", "fingerprint": "f93eafd029256d7e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-d145a68e2c0dd084", "level": "note", "message": {"text": "Very large file: components/seo/PremiumPageRendererV2.tsx (1434 lines)"}, "properties": {"repobilityId": "af86c3eed5d5d887", "scanner": "scanner-primary", "fingerprint": "d145a68e2c0dd084", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-788bda321faaccdd", "level": "note", "message": {"text": "Very large file: lib/seo/city-content.ts (1799 lines)"}, "properties": {"repobilityId": "6ebf85ed1e607bec", "scanner": "scanner-primary", "fingerprint": "788bda321faaccdd", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-f114a706bb74660f", "level": "note", "message": {"text": "Very large file: lib/seo/premium/registry.ts (887 lines)"}, "properties": {"repobilityId": "c164411952400ecf", "scanner": "scanner-primary", "fingerprint": "f114a706bb74660f", "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": "839724c012bbd279", "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": "9fa198d311e09180", "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": "fafc96e488164539", "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": "92e7641040f88c1c", "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": "ae547023ccda2206", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-11825279136b53a3", "level": "warning", "message": {"text": "CI is configured but no tests are detected"}, "properties": {"repobilityId": "818601a6a0717a7a", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "292eb2d8323213f1", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "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": "7373bd507d131567", "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": "4902250716df6964", "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": "0d86eaf9f0c21f95", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"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-3a419eda4d93c957", "level": "none", "message": {"text": "Commented-code block (9 lines) in eslint.config.mjs:16"}, "properties": {"repobilityId": "03fc66778d1f8975", "scanner": "scanner-primary", "fingerprint": "3a419eda4d93c957", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d3cc58643fc115ef", "level": "none", "message": {"text": "Commented-code block (6 lines) in next.config.mjs:137"}, "properties": {"repobilityId": "3457170610e9b8cf", "scanner": "scanner-primary", "fingerprint": "d3cc58643fc115ef", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fe319e8f2732a3be", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/test-urls.ts:58"}, "properties": {"repobilityId": "0942a199fc2b73df", "scanner": "scanner-primary", "fingerprint": "fe319e8f2732a3be", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-08e85a7d354c3afd", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/compress-images.mjs:197"}, "properties": {"repobilityId": "17ae1141085e0b50", "scanner": "scanner-primary", "fingerprint": "08e85a7d354c3afd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d0cdaa79a6ed255b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/QuickQuoteForm.tsx:212"}, "properties": {"repobilityId": "57bd1ea9973fa1ab", "scanner": "scanner-primary", "fingerprint": "d0cdaa79a6ed255b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1145bc0e81adf25c", "level": "none", "message": {"text": "Commented-code block (6 lines) in components/sections/HeroCinematic.tsx:325"}, "properties": {"repobilityId": "fcef66500af7b898", "scanner": "scanner-primary", "fingerprint": "1145bc0e81adf25c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d6a019af5070c6e6", "level": "none", "message": {"text": "Commented-code block (5 lines) in components/sections/CoverageMap.tsx:63"}, "properties": {"repobilityId": "16ebb92bd74d6f97", "scanner": "scanner-primary", "fingerprint": "d6a019af5070c6e6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b6428ddf473988b4", "level": "none", "message": {"text": "Commented-code block (6 lines) in components/hero/JoelWordmark.tsx:408"}, "properties": {"repobilityId": "84b86f98bc190c89", "scanner": "scanner-primary", "fingerprint": "b6428ddf473988b4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-22448a1da031cdb0", "level": "none", "message": {"text": "Commented-code block (7 lines) in app/sitemap.ts:172"}, "properties": {"repobilityId": "b4a8f0ec7f49d083", "scanner": "scanner-primary", "fingerprint": "22448a1da031cdb0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f1c2f22caea38252", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/quote/route.ts:165"}, "properties": {"repobilityId": "8150c1bf72a0600f", "scanner": "scanner-primary", "fingerprint": "f1c2f22caea38252", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3e1e606dd2102889", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/api/contact/route.ts:42"}, "properties": {"repobilityId": "1744ec6373e2af1c", "scanner": "scanner-primary", "fingerprint": "3e1e606dd2102889", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d68afb38c46fb8e0", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/reviews/sync-gmb/route.ts:202"}, "properties": {"repobilityId": "c234256fbe5474c1", "scanner": "scanner-primary", "fingerprint": "d68afb38c46fb8e0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-fc83a6990bb3fbf3", "level": "note", "message": {"text": "Legacy-named symbol `monjoel_attribution_v1` in lib/attribution.ts:26"}, "properties": {"repobilityId": "b33dec6a76f11e01", "scanner": "scanner-primary", "fingerprint": "fc83a6990bb3fbf3", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-2115a014edfd40a4", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/notifications.ts:69"}, "properties": {"repobilityId": "d32d72aebea29d4e", "scanner": "scanner-primary", "fingerprint": "2115a014edfd40a4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-6e32e7fbd384d797", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/supabase.ts:23"}, "properties": {"repobilityId": "89c27e0b6ce4927e", "scanner": "scanner-primary", "fingerprint": "6e32e7fbd384d797", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3e61a35916d0fc83", "level": "note", "message": {"text": "Legacy-named symbol `searchconsole_v1` in lib/seo/search-console-client.ts:22"}, "properties": {"repobilityId": "50ef234189f1a05a", "scanner": "scanner-primary", "fingerprint": "3e61a35916d0fc83", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-d4151e27106d84da", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/seo/search-index.ts:193"}, "properties": {"repobilityId": "6114f1267a1daa4d", "scanner": "scanner-primary", "fingerprint": "d4151e27106d84da", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7b0fc81263127bd8", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/seo/premium/schema.ts:187"}, "properties": {"repobilityId": "5a5854a2efe742d4", "scanner": "scanner-primary", "fingerprint": "7b0fc81263127bd8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-037ec681a490c212", "level": "none", "message": {"text": "Commented-code block (6 lines) in lib/seo/premium/contextualLinks.ts:172"}, "properties": {"repobilityId": "8ac7fc379baab0db", "scanner": "scanner-primary", "fingerprint": "037ec681a490c212", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e5ca8db9f93ff7e4", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/seo/premium/registry.ts:23"}, "properties": {"repobilityId": "eaae590c41751212", "scanner": "scanner-primary", "fingerprint": "e5ca8db9f93ff7e4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f808a4ef3e1071fb", "level": "note", "message": {"text": "14 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "ce6b2ec4be4ec75a", "scanner": "scanner-primary", "fingerprint": "f808a4ef3e1071fb", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}