{"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-20d8e5b55a838c20", "name": "Stray `console.log` in TS/JS \u2014 frontend/slices/icon-picker/lib/lucide-icons.ts:19", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 frontend/slices/icon-picker/lib/lucide-icons.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-f44b3ea876b73ef8", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/theme-presets/components/ThemePresetSwitcher.tsx:15", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/theme-presets/components/ThemePresetSwitcher.tsx:157"}, "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-2d83ee6c3e77eb0d", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/image-picker/components/image-picker/UnsplashTab.ts", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/image-picker/components/image-picker/UnsplashTab.tsx:63"}, "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-9112a6c077cae28c", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-shell/components/Subpages.tsx:36", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-shell/components/Subpages.tsx:36"}, "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-2e491914c2677b75", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-shell/components/MentionTypeahead.tsx:124", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-shell/components/MentionTypeahead.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-795de957c4f720c7", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-shell/components/SlashMenu.tsx:87", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-shell/components/SlashMenu.tsx:87"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-6c3091663af19c34", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-shell/components/PageBreadcrumbs.tsx:32", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-shell/components/PageBreadcrumbs.tsx:32"}, "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-3169cdd1cc2763ef", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/slices/notion-shell/components/blocks/EquationBlock.tsx:5", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/slices/notion-shell/components/blocks/EquationBlock.tsx:57"}, "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-2c4f18fd3b7bba7f", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/slices/notion-shell/components/blocks/CodeBlock.tsx:96", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/slices/notion-shell/components/blocks/CodeBlock.tsx:96"}, "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-8e5a20c331cc39f7", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-shell/components/blocks/EmbedRenderer.tsx:96", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-shell/components/blocks/EmbedRenderer.tsx:96"}, "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-980c3510c5878089", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-shell/components/blocks/PageLinkBlock.tsx:21", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-shell/components/blocks/PageLinkBlock.tsx:21"}, "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-c52ff6838f981611", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/FilterBuilder-value.tsx:", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/FilterBuilder-value.tsx:89"}, "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-0b25e6f1fd52bc43", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/NotionProperty.tsx:73", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/NotionProperty.tsx:73"}, "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-0ab1d10333f4e82e", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/ColumnHeaderMenu.tsx:83", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/ColumnHeaderMenu.tsx:83"}, "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-efce3d899bcf6d51", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/NotionDatabase.tsx:136", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/NotionDatabase.tsx:136"}, "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-c37ce5e95afd4362", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/io/csv-mapping.tsx:39", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/io/csv-mapping.tsx:39"}, "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-9db6c8097e7e7d97", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/column-header/items.tsx:", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/column-header/items.tsx:25"}, "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-61cf61ef37c1be08", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/cells/RelationCell.tsx:9", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/cells/RelationCell.tsx:93"}, "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-4611148b1209cc65", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/cells/PersonCell.tsx:51", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/cells/PersonCell.tsx:51"}, "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-d5dcc2d87751fb3c", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/cells/FilesCell.tsx:64", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/cells/FilesCell.tsx:64"}, "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-8d574ea06c7d8e94", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/cells/DateCell.tsx:74", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/cells/DateCell.tsx:74"}, "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-bcde83b2e09f1c56", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/cells/LinkCell.tsx:57", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/cells/LinkCell.tsx:57"}, "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-2386c91552bd329d", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/FeedView.tsx:44", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/FeedView.tsx:44"}, "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-dc94a3837864ce86", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/TableView.tsx:64", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/TableView.tsx:64"}, "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-2b256f0cbe0080c6", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/timeline-bar.tsx:9", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/timeline-bar.tsx:90"}, "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-750b01042521ef91", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/DashboardView.tsx:", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/DashboardView.tsx:125"}, "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-01ef810ffea25ff7", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/TimelineView.tsx:1", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/TimelineView.tsx:151"}, "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-dd93cb3edf947736", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/CalcFooter.tsx:40", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/CalcFooter.tsx:40"}, "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-7ebbf3faf88249d6", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/GalleryView.tsx:45", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/GalleryView.tsx:45"}, "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-ccf55c697c7476d4", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/dashboard-parts.ts", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/dashboard-parts.tsx:43"}, "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-aff734f0275d3948", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/MapView.tsx:103", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/MapView.tsx:103"}, "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-d6ffdc6b8a27b905", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/form-settings.tsx:", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/form-settings.tsx:72"}, "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-8f1e77d7a63a0ec9", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/CalendarView.tsx:8", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/CalendarView.tsx:81"}, "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-3501d2db96d282d7", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/ListView.tsx:35", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/ListView.tsx:35"}, "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-ba52a209e64b66c9", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 components/ui/chart.tsx:95", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/ui/chart.tsx:95"}, "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-173eeab483c6911e", "name": "`truncate` class without `title=` for hover reveal \u2014 components/templates/konsultan/slices/admin/analytics/AnalyticsView", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/konsultan/slices/admin/analytics/AnalyticsView.tsx:109"}, "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-3210357ea7791fa9", "name": "`truncate` class without `title=` for hover reveal \u2014 components/templates/konsultan/slices/admin/dashboard/DashboardView", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/konsultan/slices/admin/dashboard/DashboardView.tsx:50"}, "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-b8e1f7a2566b2e12", "name": "`truncate` class without `title=` for hover reveal \u2014 components/templates/konsultan/slices/admin/calendar/CalendarView.t", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/konsultan/slices/admin/calendar/CalendarView.tsx:109"}, "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-3334cbd665f3c9d4", "name": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/ui/workspace-switcher.tsx:66", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/ui/workspace-switcher.tsx:66"}, "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-1503c4f71f6e59b4", "name": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/ui/admin-nav-items.tsx:53", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/ui/admin-nav-items.tsx:53"}, "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-6563eddb91516e15", "name": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/ui/admin-sidebar.tsx:92", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/ui/admin-sidebar.tsx:92"}, "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-cc705b8241ea1c2a", "name": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/ui/secondary-sidebar.tsx:62", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/ui/secondary-sidebar.tsx:62"}, "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-c960bf9e010a73ec", "name": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/admin-panel/blocks/settings/integratio", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/admin-panel/blocks/settings/integration-grid.tsx:22"}, "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-a46f3aa979b29cfe", "name": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/admin-panel/blocks/settings/api-keys-l", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/admin-panel/blocks/settings/api-keys-list.tsx:35"}, "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-d615017e06d79e02", "name": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/admin-panel/blocks/users/UsersBlockVie", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/admin-panel/blocks/users/UsersBlockView.tsx:122"}, "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-01de6e0778007c81", "name": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/admin-panel/blocks/analytics/funnel-an", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/admin-panel/blocks/analytics/funnel-and-pages.tsx:44"}, "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-5b480b5d5e23060d", "name": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/admin-panel/blocks/audit-log/event-row", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/admin-panel/blocks/audit-log/event-row.tsx:50"}, "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-40a91b1605e42c65", "name": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/admin-panel/blocks/audit-log/diff-tree", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/admin-panel/blocks/audit-log/diff-tree.tsx:31"}, "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-b7dc079352c8afad", "name": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/admin-panel/blocks/ai-config/provider-", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/admin-panel/blocks/ai-config/provider-card.tsx:31"}, "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-17f5e37f1f958071", "name": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/admin-panel/blocks/webhooks/delivery-t", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/admin-panel/blocks/webhooks/delivery-table.tsx:47"}, "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-82267c2ce4a9f9a8", "name": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/admin-panel/blocks/webhooks/endpoint-r", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/admin-panel/blocks/webhooks/endpoint-row.tsx:36"}, "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-dd60b5654aa27130", "name": "Insecure pattern 'dangerous_innerhtml' in frontend/slices/notion-shell/components/blocks/EquationBlock.tsx:57", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/slices/notion-shell/components/blocks/EquationBlock.tsx:57"}, "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-0d294feff7615bf2", "name": "Insecure pattern 'dangerous_innerhtml' in frontend/slices/notion-shell/components/blocks/CodeBlock.tsx:96", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/slices/notion-shell/components/blocks/CodeBlock.tsx:96"}, "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-0771254da2565acd", "name": "Insecure pattern 'node_child_process' in scripts/smoke-test.mjs:9", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/smoke-test.mjs:9"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b0d529b221d7fce7", "name": "Insecure pattern 'node_child_process' in scripts/setup-auth.mjs:6", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/setup-auth.mjs:6"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-c8828b526257cfa9", "name": "Insecure pattern 'dangerous_innerhtml' in components/ui/chart.tsx:95", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in components/ui/chart.tsx:95"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "7 test file(s) for 570 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 12 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 159 placeholder/mock markers across 78 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci. 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-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-20a3457b442668c1", "name": "Commented-code block (5 lines) in frontend/slices/icon-picker/lib/picker-handlers.ts:38", "shortDescription": {"text": "Commented-code block (5 lines) in frontend/slices/icon-picker/lib/picker-handlers.ts:38"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-a66b82930b9cfe4d", "name": "Commented-code block (8 lines) in frontend/slices/notion-shell/index.ts:19", "shortDescription": {"text": "Commented-code block (8 lines) in frontend/slices/notion-shell/index.ts:19"}, "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-24c15eef8095b6f4", "name": "Commented-code block (5 lines) in frontend/slices/notion-database/components/cells/DateCellEditor.tsx:66", "shortDescription": {"text": "Commented-code block (5 lines) in frontend/slices/notion-database/components/cells/DateCellEditor.tsx:66"}, "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-f154837c06ee73fa", "name": "Commented-code block (5 lines) in frontend/slices/onboarding-wizard/components/theme-preset-field.tsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in frontend/slices/onboarding-wizard/components/theme-preset-field.tsx:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-47cb42c21fb9484d", "name": "Commented-code block (5 lines) in scripts/setup-auth.mjs:1", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/setup-auth.mjs:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-7d0ad1a5d7606b8e", "name": "Commented-code block (5 lines) in components/templates/_shared/config/template-paths.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in components/templates/_shared/config/template-paths.ts:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-8d561c5ea10b9a86", "name": "Commented-code block (10 lines) in components/templates/_shared/admin-panel/ui/tones.ts:5", "shortDescription": {"text": "Commented-code block (10 lines) in components/templates/_shared/admin-panel/ui/tones.ts:5"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-d27429d6f232de76", "name": "Legacy-named symbol `wh_old` in components/templates/_shared/admin-panel/blocks/audit-log/seed.ts:133", "shortDescription": {"text": "Legacy-named symbol `wh_old` in components/templates/_shared/admin-panel/blocks/audit-log/seed.ts:133"}, "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-ace3de6399fe86c0", "name": "Commented-code block (5 lines) in components/templates/_shared/admin-panel/blocks/audit-log/types.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in components/templates/_shared/admin-panel/blocks/audit-log/types.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-89d988d2ef962185", "name": "Commented-code block (5 lines) in components/onboarding/onboarding-wizard.tsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in components/onboarding/onboarding-wizard.tsx:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-06a7cdbffcce3b31", "name": "Commented-code block (7 lines) in convex/auth.ts:5", "shortDescription": {"text": "Commented-code block (7 lines) in convex/auth.ts:5"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-4a3241eead4e654a", "name": "Commented-code block (5 lines) in convex/update.ts:6", "shortDescription": {"text": "Commented-code block (5 lines) in convex/update.ts:6"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-a3a93f6af1086692", "name": "Commented-code block (5 lines) in lib/stage.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in lib/stage.ts:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-8e047ab7af03962f", "name": "7 env vars used in code but missing from .env.example", "shortDescription": {"text": "7 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `CONVEX_SITE_URL`, `NEXT_PUBLIC_CLONE_URL`, `NEXT_PUBLIC_DEMO`, `NEXT_PUBLIC_SITE_URL`, `NODE_ENV`, `VERCEL_PROJECT_PRODUCTION_URL`, `VERCEL_URL`. 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/17740"}, "properties": {"repository": "rahmanef63/template-konsultan-os", "repoUrl": "https://github.com/rahmanef63/template-konsultan-os", "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-20d8e5b55a838c20", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 frontend/slices/icon-picker/lib/lucide-icons.ts:19"}, "properties": {"repobilityId": "fc399203d90a0056", "scanner": "scanner-primary", "fingerprint": "20d8e5b55a838c20", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f44b3ea876b73ef8", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/theme-presets/components/ThemePresetSwitcher.tsx:157"}, "properties": {"repobilityId": "a88a44232b92032a", "scanner": "scanner-primary", "fingerprint": "f44b3ea876b73ef8", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-2d83ee6c3e77eb0d", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/image-picker/components/image-picker/UnsplashTab.tsx:63"}, "properties": {"repobilityId": "9a26cb7d81d7dd32", "scanner": "scanner-primary", "fingerprint": "2d83ee6c3e77eb0d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-9112a6c077cae28c", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-shell/components/Subpages.tsx:36"}, "properties": {"repobilityId": "877ba835e4d4bf94", "scanner": "scanner-primary", "fingerprint": "9112a6c077cae28c", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-2e491914c2677b75", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-shell/components/MentionTypeahead.tsx:124"}, "properties": {"repobilityId": "2b287f250c87ca91", "scanner": "scanner-primary", "fingerprint": "2e491914c2677b75", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-795de957c4f720c7", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-shell/components/SlashMenu.tsx:87"}, "properties": {"repobilityId": "34634f6e5771d7d8", "scanner": "scanner-primary", "fingerprint": "795de957c4f720c7", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-6c3091663af19c34", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-shell/components/PageBreadcrumbs.tsx:32"}, "properties": {"repobilityId": "2169e96650fa7920", "scanner": "scanner-primary", "fingerprint": "6c3091663af19c34", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-3169cdd1cc2763ef", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/slices/notion-shell/components/blocks/EquationBlock.tsx:57"}, "properties": {"repobilityId": "0c058da9122463fa", "scanner": "scanner-primary", "fingerprint": "3169cdd1cc2763ef", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-2c4f18fd3b7bba7f", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/slices/notion-shell/components/blocks/CodeBlock.tsx:96"}, "properties": {"repobilityId": "3c27b227e2697611", "scanner": "scanner-primary", "fingerprint": "2c4f18fd3b7bba7f", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-8e5a20c331cc39f7", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-shell/components/blocks/EmbedRenderer.tsx:96"}, "properties": {"repobilityId": "6c4239140a2f4e0d", "scanner": "scanner-primary", "fingerprint": "8e5a20c331cc39f7", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-980c3510c5878089", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-shell/components/blocks/PageLinkBlock.tsx:21"}, "properties": {"repobilityId": "6dce99153bca143c", "scanner": "scanner-primary", "fingerprint": "980c3510c5878089", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-c52ff6838f981611", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/FilterBuilder-value.tsx:89"}, "properties": {"repobilityId": "59b2ea11a0656307", "scanner": "scanner-primary", "fingerprint": "c52ff6838f981611", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-0b25e6f1fd52bc43", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/NotionProperty.tsx:73"}, "properties": {"repobilityId": "532842abe891426f", "scanner": "scanner-primary", "fingerprint": "0b25e6f1fd52bc43", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-0ab1d10333f4e82e", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/ColumnHeaderMenu.tsx:83"}, "properties": {"repobilityId": "ea40f5baf205466c", "scanner": "scanner-primary", "fingerprint": "0ab1d10333f4e82e", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-efce3d899bcf6d51", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/NotionDatabase.tsx:136"}, "properties": {"repobilityId": "19b780c3096c65cd", "scanner": "scanner-primary", "fingerprint": "efce3d899bcf6d51", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-c37ce5e95afd4362", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/io/csv-mapping.tsx:39"}, "properties": {"repobilityId": "ae8f6198c3da0ac7", "scanner": "scanner-primary", "fingerprint": "c37ce5e95afd4362", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-9db6c8097e7e7d97", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/column-header/items.tsx:25"}, "properties": {"repobilityId": "f84f8fd4ce044e4f", "scanner": "scanner-primary", "fingerprint": "9db6c8097e7e7d97", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-61cf61ef37c1be08", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/cells/RelationCell.tsx:93"}, "properties": {"repobilityId": "b78803da54406e2a", "scanner": "scanner-primary", "fingerprint": "61cf61ef37c1be08", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-4611148b1209cc65", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/cells/PersonCell.tsx:51"}, "properties": {"repobilityId": "08d2b435ed0c19a7", "scanner": "scanner-primary", "fingerprint": "4611148b1209cc65", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-d5dcc2d87751fb3c", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/cells/FilesCell.tsx:64"}, "properties": {"repobilityId": "e0b2bf5496a26214", "scanner": "scanner-primary", "fingerprint": "d5dcc2d87751fb3c", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-8d574ea06c7d8e94", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/cells/DateCell.tsx:74"}, "properties": {"repobilityId": "6c44e06dad853a60", "scanner": "scanner-primary", "fingerprint": "8d574ea06c7d8e94", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-bcde83b2e09f1c56", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/cells/LinkCell.tsx:57"}, "properties": {"repobilityId": "df5d9cdbfbf27e69", "scanner": "scanner-primary", "fingerprint": "bcde83b2e09f1c56", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-2386c91552bd329d", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/FeedView.tsx:44"}, "properties": {"repobilityId": "c0e7cb67d83a997a", "scanner": "scanner-primary", "fingerprint": "2386c91552bd329d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-dc94a3837864ce86", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/TableView.tsx:64"}, "properties": {"repobilityId": "5d0b33e3ddd35ad3", "scanner": "scanner-primary", "fingerprint": "dc94a3837864ce86", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-2b256f0cbe0080c6", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/timeline-bar.tsx:90"}, "properties": {"repobilityId": "b4f4739546bae9a2", "scanner": "scanner-primary", "fingerprint": "2b256f0cbe0080c6", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-750b01042521ef91", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/DashboardView.tsx:125"}, "properties": {"repobilityId": "07a97ae68b4222ce", "scanner": "scanner-primary", "fingerprint": "750b01042521ef91", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-01ef810ffea25ff7", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/TimelineView.tsx:151"}, "properties": {"repobilityId": "ecb0a255bfc2bc17", "scanner": "scanner-primary", "fingerprint": "01ef810ffea25ff7", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-dd93cb3edf947736", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/CalcFooter.tsx:40"}, "properties": {"repobilityId": "cc2106a763c15bc7", "scanner": "scanner-primary", "fingerprint": "dd93cb3edf947736", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-7ebbf3faf88249d6", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/GalleryView.tsx:45"}, "properties": {"repobilityId": "bee0007b645cfdbf", "scanner": "scanner-primary", "fingerprint": "7ebbf3faf88249d6", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-ccf55c697c7476d4", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/dashboard-parts.tsx:43"}, "properties": {"repobilityId": "f5815e25f4658aed", "scanner": "scanner-primary", "fingerprint": "ccf55c697c7476d4", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-aff734f0275d3948", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/MapView.tsx:103"}, "properties": {"repobilityId": "6e7db4f7141c68de", "scanner": "scanner-primary", "fingerprint": "aff734f0275d3948", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-d6ffdc6b8a27b905", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/form-settings.tsx:72"}, "properties": {"repobilityId": "cf8a1ddc4698a372", "scanner": "scanner-primary", "fingerprint": "d6ffdc6b8a27b905", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-8f1e77d7a63a0ec9", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/CalendarView.tsx:81"}, "properties": {"repobilityId": "e78c1fd629eb16cd", "scanner": "scanner-primary", "fingerprint": "8f1e77d7a63a0ec9", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-3501d2db96d282d7", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/slices/notion-database/components/views/ListView.tsx:35"}, "properties": {"repobilityId": "f5d1997008752c1f", "scanner": "scanner-primary", "fingerprint": "3501d2db96d282d7", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-ba52a209e64b66c9", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/ui/chart.tsx:95"}, "properties": {"repobilityId": "dd1e3f2d87b6f488", "scanner": "scanner-primary", "fingerprint": "ba52a209e64b66c9", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-173eeab483c6911e", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/konsultan/slices/admin/analytics/AnalyticsView.tsx:109"}, "properties": {"repobilityId": "9c3f497731fa223d", "scanner": "scanner-primary", "fingerprint": "173eeab483c6911e", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-3210357ea7791fa9", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/konsultan/slices/admin/dashboard/DashboardView.tsx:50"}, "properties": {"repobilityId": "9b61bc54f9ba5e3c", "scanner": "scanner-primary", "fingerprint": "3210357ea7791fa9", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-b8e1f7a2566b2e12", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/konsultan/slices/admin/calendar/CalendarView.tsx:109"}, "properties": {"repobilityId": "5d6be7d07474fe7a", "scanner": "scanner-primary", "fingerprint": "b8e1f7a2566b2e12", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-3334cbd665f3c9d4", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/ui/workspace-switcher.tsx:66"}, "properties": {"repobilityId": "d864ead72e686a48", "scanner": "scanner-primary", "fingerprint": "3334cbd665f3c9d4", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-1503c4f71f6e59b4", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/ui/admin-nav-items.tsx:53"}, "properties": {"repobilityId": "cbb18ece3ed2057d", "scanner": "scanner-primary", "fingerprint": "1503c4f71f6e59b4", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-6563eddb91516e15", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/ui/admin-sidebar.tsx:92"}, "properties": {"repobilityId": "9126a0297826848d", "scanner": "scanner-primary", "fingerprint": "6563eddb91516e15", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-cc705b8241ea1c2a", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/ui/secondary-sidebar.tsx:62"}, "properties": {"repobilityId": "f8b6e5aeda444018", "scanner": "scanner-primary", "fingerprint": "cc705b8241ea1c2a", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-c960bf9e010a73ec", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/admin-panel/blocks/settings/integration-grid.tsx:22"}, "properties": {"repobilityId": "66515725caac5a73", "scanner": "scanner-primary", "fingerprint": "c960bf9e010a73ec", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-a46f3aa979b29cfe", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/admin-panel/blocks/settings/api-keys-list.tsx:35"}, "properties": {"repobilityId": "57a9b05118e59536", "scanner": "scanner-primary", "fingerprint": "a46f3aa979b29cfe", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-d615017e06d79e02", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/admin-panel/blocks/users/UsersBlockView.tsx:122"}, "properties": {"repobilityId": "60ac821ebf99361d", "scanner": "scanner-primary", "fingerprint": "d615017e06d79e02", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-01de6e0778007c81", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/admin-panel/blocks/analytics/funnel-and-pages.tsx:44"}, "properties": {"repobilityId": "ea9ce32b34fbd27f", "scanner": "scanner-primary", "fingerprint": "01de6e0778007c81", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-5b480b5d5e23060d", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/admin-panel/blocks/audit-log/event-row.tsx:50"}, "properties": {"repobilityId": "8dcf29c61665b142", "scanner": "scanner-primary", "fingerprint": "5b480b5d5e23060d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-40a91b1605e42c65", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/admin-panel/blocks/audit-log/diff-tree.tsx:31"}, "properties": {"repobilityId": "a2297451ef5e18e9", "scanner": "scanner-primary", "fingerprint": "40a91b1605e42c65", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-b7dc079352c8afad", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/admin-panel/blocks/ai-config/provider-card.tsx:31"}, "properties": {"repobilityId": "63fad67e2d135548", "scanner": "scanner-primary", "fingerprint": "b7dc079352c8afad", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-17f5e37f1f958071", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/admin-panel/blocks/webhooks/delivery-table.tsx:47"}, "properties": {"repobilityId": "e6d3665e394ff976", "scanner": "scanner-primary", "fingerprint": "17f5e37f1f958071", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-82267c2ce4a9f9a8", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/templates/_shared/admin-panel/blocks/webhooks/endpoint-row.tsx:36"}, "properties": {"repobilityId": "d6739952a8ebfcac", "scanner": "scanner-primary", "fingerprint": "82267c2ce4a9f9a8", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-dd60b5654aa27130", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/slices/notion-shell/components/blocks/EquationBlock.tsx:57"}, "properties": {"repobilityId": "f4d313bc62da6f84", "scanner": "scanner-primary", "fingerprint": "dd60b5654aa27130", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/slices/notion-shell/components/blocks/EquationBlock.tsx"}, "region": {"startLine": 57}}}]}, {"ruleId": "scanner-0d294feff7615bf2", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/slices/notion-shell/components/blocks/CodeBlock.tsx:96"}, "properties": {"repobilityId": "23f6583df42a7a36", "scanner": "scanner-primary", "fingerprint": "0d294feff7615bf2", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/slices/notion-shell/components/blocks/CodeBlock.tsx"}, "region": {"startLine": 96}}}]}, {"ruleId": "scanner-0771254da2565acd", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/smoke-test.mjs:9"}, "properties": {"repobilityId": "5c65a52cf1b528d0", "scanner": "scanner-primary", "fingerprint": "0771254da2565acd", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/smoke-test.mjs"}, "region": {"startLine": 9}}}]}, {"ruleId": "scanner-b0d529b221d7fce7", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/setup-auth.mjs:6"}, "properties": {"repobilityId": "f52740ae489856a8", "scanner": "scanner-primary", "fingerprint": "b0d529b221d7fce7", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/setup-auth.mjs"}, "region": {"startLine": 6}}}]}, {"ruleId": "scanner-c8828b526257cfa9", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in components/ui/chart.tsx:95"}, "properties": {"repobilityId": "c41c7626c87bbabe", "scanner": "scanner-primary", "fingerprint": "c8828b526257cfa9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "components/ui/chart.tsx"}, "region": {"startLine": 95}}}]}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "661c9689e69da084", "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": "4020ce6d89449569", "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": "62ad6d7780d6abc8", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "f1889ccfa8b28f6f", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "f327d63e2a00a7da", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "9d269e5b7427c710", "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": "2711ff46abceedab", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-20a3457b442668c1", "level": "none", "message": {"text": "Commented-code block (5 lines) in frontend/slices/icon-picker/lib/picker-handlers.ts:38"}, "properties": {"repobilityId": "e4a41a3537fe255e", "scanner": "scanner-primary", "fingerprint": "20a3457b442668c1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a66b82930b9cfe4d", "level": "none", "message": {"text": "Commented-code block (8 lines) in frontend/slices/notion-shell/index.ts:19"}, "properties": {"repobilityId": "4b777b09fbd62984", "scanner": "scanner-primary", "fingerprint": "a66b82930b9cfe4d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-24c15eef8095b6f4", "level": "none", "message": {"text": "Commented-code block (5 lines) in frontend/slices/notion-database/components/cells/DateCellEditor.tsx:66"}, "properties": {"repobilityId": "201a07820cb9dd34", "scanner": "scanner-primary", "fingerprint": "24c15eef8095b6f4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f154837c06ee73fa", "level": "none", "message": {"text": "Commented-code block (5 lines) in frontend/slices/onboarding-wizard/components/theme-preset-field.tsx:3"}, "properties": {"repobilityId": "45a9d9aaca1848a4", "scanner": "scanner-primary", "fingerprint": "f154837c06ee73fa", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-47cb42c21fb9484d", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/setup-auth.mjs:1"}, "properties": {"repobilityId": "f7e16bc28b0bc08c", "scanner": "scanner-primary", "fingerprint": "47cb42c21fb9484d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7d0ad1a5d7606b8e", "level": "none", "message": {"text": "Commented-code block (5 lines) in components/templates/_shared/config/template-paths.ts:3"}, "properties": {"repobilityId": "053f6dd4d8074e33", "scanner": "scanner-primary", "fingerprint": "7d0ad1a5d7606b8e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8d561c5ea10b9a86", "level": "none", "message": {"text": "Commented-code block (10 lines) in components/templates/_shared/admin-panel/ui/tones.ts:5"}, "properties": {"repobilityId": "f7ebd20ea5a8c59a", "scanner": "scanner-primary", "fingerprint": "8d561c5ea10b9a86", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d27429d6f232de76", "level": "note", "message": {"text": "Legacy-named symbol `wh_old` in components/templates/_shared/admin-panel/blocks/audit-log/seed.ts:133"}, "properties": {"repobilityId": "c304b268b5a121bf", "scanner": "scanner-primary", "fingerprint": "d27429d6f232de76", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-ace3de6399fe86c0", "level": "none", "message": {"text": "Commented-code block (5 lines) in components/templates/_shared/admin-panel/blocks/audit-log/types.ts:1"}, "properties": {"repobilityId": "72eee25c1127d072", "scanner": "scanner-primary", "fingerprint": "ace3de6399fe86c0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-89d988d2ef962185", "level": "none", "message": {"text": "Commented-code block (5 lines) in components/onboarding/onboarding-wizard.tsx:3"}, "properties": {"repobilityId": "70242e3b5c7db80d", "scanner": "scanner-primary", "fingerprint": "89d988d2ef962185", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-06a7cdbffcce3b31", "level": "none", "message": {"text": "Commented-code block (7 lines) in convex/auth.ts:5"}, "properties": {"repobilityId": "1f843dcd2e80818e", "scanner": "scanner-primary", "fingerprint": "06a7cdbffcce3b31", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4a3241eead4e654a", "level": "none", "message": {"text": "Commented-code block (5 lines) in convex/update.ts:6"}, "properties": {"repobilityId": "f0e36f3a137cb403", "scanner": "scanner-primary", "fingerprint": "4a3241eead4e654a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a3a93f6af1086692", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/stage.ts:3"}, "properties": {"repobilityId": "35d6a367a09205a9", "scanner": "scanner-primary", "fingerprint": "a3a93f6af1086692", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8e047ab7af03962f", "level": "note", "message": {"text": "7 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "5a0455f6498c27ad", "scanner": "scanner-primary", "fingerprint": "8e047ab7af03962f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}