{"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-bb916778329b8aec", "name": "Stray `console.log` in TS/JS \u2014 app.js:12", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app.js:12"}, "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-1a0ee707daeddf54", "name": "Stray `console.log` in TS/JS \u2014 server.js:38", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 server.js:38"}, "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-94718c8ec851c6f8", "name": "Stray `console.log` in TS/JS \u2014 functions/lib/index.js:119", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 functions/lib/index.js:119"}, "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-9129cf10247e91b3", "name": "Stray `console.log` in TS/JS \u2014 functions/src/index.ts:130", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 functions/src/index.ts:130"}, "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-f91d53a2638c57ae", "name": "Stray `console.log` in TS/JS \u2014 scripts/build-prod.js:49", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/build-prod.js:49"}, "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-dd09828264bacf67", "name": "Stray `console.log` in TS/JS \u2014 public/firebase-messaging-sw.js:24", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 public/firebase-messaging-sw.js:24"}, "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-be84ad7f26281bf0", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/Header.tsx:242", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/Header.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-227b22ef7261d8f2", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/parent/ParentEvaluationDetail.tsx:252", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/parent/ParentEvaluationDetail.tsx:252"}, "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-9c9f1f47a14e9a09", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/parent/ParentVoiceFeedback.tsx:112", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/parent/ParentVoiceFeedback.tsx:112"}, "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-bf9f062ef6393efb", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/parent/ParentSessionVideos.tsx:121", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/parent/ParentSessionVideos.tsx:121"}, "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-69e8c39c66fe0c0e", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/parent/ParentEvaluationList.tsx:92", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/parent/ParentEvaluationList.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-08410713a1a18fd4", "name": "Stray `console.log` in TS/JS \u2014 src/components/ui/Toast.tsx:35", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/components/ui/Toast.tsx:35"}, "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-9d7dffdbd2f48404", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/team/TeamMemberCard.tsx:102", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/team/TeamMemberCard.tsx:102"}, "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-b2d845aa742a086a", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/evaluations/EvaluationComparisonView.tsx:134", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/evaluations/EvaluationComparisonView.tsx:134"}, "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-6a38ae82d859a24f", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/evaluations/EvaluationComparison.tsx:193", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/evaluations/EvaluationComparison.tsx:193"}, "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-6065bc44eb649a17", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/evaluations/CARSList.tsx:184", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/evaluations/CARSList.tsx:184"}, "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-2f505838ab4b0f2d", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/evaluations/CarolinaWizard.tsx:311", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/evaluations/CarolinaWizard.tsx:311"}, "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-f75b889ecf6ee880", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/evaluations/PortageList.tsx:183", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/evaluations/PortageList.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-a41d6d96ae55dcac", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/evaluations/EvaluationProgressChart.tsx:259", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/evaluations/EvaluationProgressChart.tsx:259"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-7f1cf8b676574a78", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/evaluations/CarolinaList.tsx:171", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/evaluations/CarolinaList.tsx:171"}, "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-14b75fe2ba6ed62d", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/evaluations/shared/CategoryBottomSheet.tsx:54", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/evaluations/shared/CategoryBottomSheet.tsx:54"}, "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-e7021e56c09a1d79", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/evaluations/shared/MobileEvaluationContainer.tsx:41", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/evaluations/shared/MobileEvaluationContainer.tsx:41"}, "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-55a0efa5eea34a65", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/billing/ClientInvoicesTable.tsx:305", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/billing/ClientInvoicesTable.tsx:305"}, "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-04b77c9ced19acdd", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/billing/ExpenseManager.tsx:198", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/billing/ExpenseManager.tsx:198"}, "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-f73472987217a7a8", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/billing/BillingOverview.tsx:114", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/billing/BillingOverview.tsx:114"}, "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-6cca5d930877fc7f", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/billing/TeamPayoutsTable.tsx:139", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/billing/TeamPayoutsTable.tsx:139"}, "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-1b0314cb8bb66595", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/CommandPalette/index.tsx:466", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/CommandPalette/index.tsx:466"}, "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-46aa22391f898ab2", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/clients/CreatePlanModal.tsx:372", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/clients/CreatePlanModal.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-ba1f226089e351de", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/clients/ClientOverviewTab.tsx:156", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/clients/ClientOverviewTab.tsx:156"}, "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-8bd3ad3936656b49", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/clients/ClientSessionsTab.tsx:198", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/clients/ClientSessionsTab.tsx:198"}, "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-6ea60813427abb9a", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/clients/ClientCard.tsx:207", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/clients/ClientCard.tsx:207"}, "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-c84b3045e8668291", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/clients/ClientDocsTab.tsx:313", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/clients/ClientDocsTab.tsx:313"}, "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-1b8c3c3428a1333e", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/assistant/AssistantPanel.tsx:260", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/assistant/AssistantPanel.tsx:260"}, "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-f4a4058ae012687d", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/calendar/CalendarToolbar.tsx:98", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/calendar/CalendarToolbar.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-9971a692082684c1", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/calendar/DayView.tsx:195", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/calendar/DayView.tsx:195"}, "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-cfae8ee2ecd0050f", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/calendar/WeekView.tsx:263", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/calendar/WeekView.tsx:263"}, "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-6cd7168ba0c87200", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/calendar/MonthView.tsx:151", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/calendar/MonthView.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-74c7baf8729249ef", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/calendar/MonthAgendaView.tsx:142", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/calendar/MonthAgendaView.tsx:142"}, "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-b76b77a954366246", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/calendar/EventDetailPanel/SessionVideosSection.tsx:2", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/calendar/EventDetailPanel/SessionVideosSection.tsx:205"}, "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-52a87f83ec790b81", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/calendar/EventDetailPanel/index.tsx:682", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/calendar/EventDetailPanel/index.tsx:682"}, "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-e5896e629b1f1c3a", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/calendar/EventDetailPanel/VoiceFeedbackSection.tsx:1", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/calendar/EventDetailPanel/VoiceFeedbackSection.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-f365eb0b4e641a7c", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/calendar/NewEventModal/StepTeam.tsx:195", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/calendar/NewEventModal/StepTeam.tsx:195"}, "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-060b6e250a51b915", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/layout.tsx:124", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/layout.tsx:124"}, "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-3f5fc956d0f411bc", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/parent/docs/page.tsx:230", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/parent/docs/page.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-e466a6470f75ed77", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/parent/dashboard/page.tsx:205", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/parent/dashboard/page.tsx:205"}, "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-376466b21c6c412f", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/parent/billing/page.tsx:228", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/parent/billing/page.tsx:228"}, "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-4d8cf3347b6e6199", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/parent/profile/page.tsx:83", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/parent/profile/page.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-66e50851049efb9d", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/parent/calendar/page.tsx:125", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/parent/calendar/page.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-80ee3aeffeb760db", "name": "Stray `console.log` in TS/JS \u2014 src/app/login/page.tsx:63", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/app/login/page.tsx:63"}, "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-e70cac70e84b0462", "name": "Stray `console.log` in TS/JS \u2014 src/app/api/cloud-functions/route.ts:54", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/app/api/cloud-functions/route.ts:54"}, "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-4e31983a7b9cd009", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(dashboard)/page.tsx:372", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(dashboard)/page.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-5bc42a872b59141c", "name": "Stray `console.log` in TS/JS \u2014 src/app/(dashboard)/page.tsx:58", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/app/(dashboard)/page.tsx:58"}, "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-f9a9457f84d27c4b", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(dashboard)/ai-usage/page.tsx:170", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(dashboard)/ai-usage/page.tsx:170"}, "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-e5e01887ae52fbc4", "name": "Stray `console.log` in TS/JS \u2014 src/lib/notificationService.ts:37", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/notificationService.ts:37"}, "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-5ffee87cef1839cb", "name": "Stray `console.log` in TS/JS \u2014 src/lib/i18n/index.ts:51", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/i18n/index.ts:51"}, "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-730995377abec2b8", "name": "Stray `console.log` in TS/JS \u2014 src/lib/i18n/sync.ts:38", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/i18n/sync.ts:38"}, "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-8b0a78c3ab93619a", "name": "Stray `console.log` in TS/JS \u2014 src/hooks/useChat.ts:243", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/hooks/useChat.ts:243"}, "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-309546024f853c5b", "name": "Stray `console.log` in TS/JS \u2014 src/context/NotificationContext.tsx:98", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/context/NotificationContext.tsx:98"}, "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-3a9832a00f77dac6", "name": "Stray `console.log` in TS/JS \u2014 src/context/AuthContext.tsx:75", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/context/AuthContext.tsx:75"}, "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-7c636e9bda845af0", "name": "Stray `console.log` in TS/JS \u2014 src/context/ParentAuthContext.tsx:41", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/context/ParentAuthContext.tsx:41"}, "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-96f5e8cc7cc81c3c", "name": "Stray `console.log` in TS/JS \u2014 src/context/ToastContext.tsx:30", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/context/ToastContext.tsx:30"}, "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-88c9f7bb91ee0525", "name": "Insecure pattern 'direct_innerhtml_assignment' in calendar-new.html:1001", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in calendar-new.html:1001"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-28e7b9e3bfae2aea", "name": "Insecure pattern 'direct_innerhtml_assignment' in dashboard-new.html:1117", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in dashboard-new.html:1117"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-41389f0adbbc6a0f", "name": "Insecure pattern 'cors_wildcard' in functions/lib/index.js:12", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in functions/lib/index.js:12"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-24989b17fb093734", "name": "Insecure pattern 'cors_wildcard' in functions/src/index.ts:12", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in functions/src/index.ts:12"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a36902932ca303c4", "name": "Insecure pattern 'node_child_process' in scripts/build-prod.js:21", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/build-prod.js:21"}, "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-09a2568293c38aa8", "name": "Possible secret in public/firebase-messaging-sw.js", "shortDescription": {"text": "Possible secret in public/firebase-messaging-sw.js"}, "fullDescription": {"text": "Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-c59f75cdcddeb3c2", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/parent/ParentEvaluationDetail.tsx:252", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/parent/ParentEvaluationDetail.tsx:252"}, "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-fc8b435d50042e8c", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/layout.tsx:124", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/layout.tsx:124"}, "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": "1 test file(s) for 255 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-faccb9061e9b52a0", "name": "No README detected", "shortDescription": {"text": "No README detected"}, "fullDescription": {"text": "No README file was found. Generated repos without README context are hard to operate, validate, or safely hand off."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 91 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 120 placeholder/mock markers across 50 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-9d79c4077342a7d0", "name": "Runtime service client appears to use placeholder configuration", "shortDescription": {"text": "Runtime service client appears to use placeholder configuration"}, "fullDescription": {"text": "A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, tests, operator-readme. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, ci, tests, operator-readme. 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-c104b36c9c323475", "name": "Agent instruction/config may expose a secret: GEMINI.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: GEMINI.md"}, "fullDescription": {"text": "Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-5ec4a3fae876e636", "name": "Commented-code block (7 lines) in scripts/build-prod.js:144", "shortDescription": {"text": "Commented-code block (7 lines) in scripts/build-prod.js:144"}, "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-7dce574cfbfffe70", "name": "`fetch()` without try/.catch or AbortSignal \u2014 public/workbox-4754cb34.js:1", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/workbox-4754cb34.js:1"}, "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-0d7edbe3f757eeea", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/billing/ClientInvoicesTable.tsx:121", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/billing/ClientInvoicesTable.tsx:121"}, "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-4fda92e3284fa461", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/smartbill/invoice/route.ts:89", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/smartbill/invoice/route.ts:89"}, "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-7e52fed4c5bb2d88", "name": "Commented-code block (6 lines) in src/lib/abllsAgeReference.ts:3", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/abllsAgeReference.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-7c94066de74a92b6", "name": "Commented-code block (5 lines) in src/lib/evaluationComparison.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/evaluationComparison.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-34572a94e1dc9d7c", "name": "Legacy-named symbol `upperOld` in src/lib/clientCodeSync.ts:19", "shortDescription": {"text": "Legacy-named symbol `upperOld` in src/lib/clientCodeSync.ts:19"}, "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-0cc32fd11c79eff0", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/assistant/clientApi.ts:52", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/assistant/clientApi.ts:52"}, "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-70285ba388ea4a18", "name": "Commented-code block (5 lines) in src/lib/assistant/knowledge.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/assistant/knowledge.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-12cc42ace1f13c29", "name": "Commented-code block (5 lines) in src/lib/assistant/tools.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/assistant/tools.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-420de9ad754cfc91", "name": "Commented-code block (5 lines) in src/hooks/usePortage.ts:40", "shortDescription": {"text": "Commented-code block (5 lines) in src/hooks/usePortage.ts:40"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/20270"}, "properties": {"repository": "stefandinca/tempo-app-2", "repoUrl": "https://github.com/stefandinca/tempo-app-2", "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-bb916778329b8aec", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app.js:12"}, "properties": {"repobilityId": "59748ac0372fad2e", "scanner": "scanner-primary", "fingerprint": "bb916778329b8aec", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-1a0ee707daeddf54", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 server.js:38"}, "properties": {"repobilityId": "a9deebb5fdc93edc", "scanner": "scanner-primary", "fingerprint": "1a0ee707daeddf54", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-94718c8ec851c6f8", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 functions/lib/index.js:119"}, "properties": {"repobilityId": "cccc7b01fc145094", "scanner": "scanner-primary", "fingerprint": "94718c8ec851c6f8", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-9129cf10247e91b3", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 functions/src/index.ts:130"}, "properties": {"repobilityId": "afe001e09fb2bddf", "scanner": "scanner-primary", "fingerprint": "9129cf10247e91b3", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f91d53a2638c57ae", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/build-prod.js:49"}, "properties": {"repobilityId": "eb6c42f73977577c", "scanner": "scanner-primary", "fingerprint": "f91d53a2638c57ae", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-dd09828264bacf67", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 public/firebase-messaging-sw.js:24"}, "properties": {"repobilityId": "720f798f5fa18ba2", "scanner": "scanner-primary", "fingerprint": "dd09828264bacf67", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-be84ad7f26281bf0", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/Header.tsx:242"}, "properties": {"repobilityId": "bd9f8473299439e0", "scanner": "scanner-primary", "fingerprint": "be84ad7f26281bf0", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-227b22ef7261d8f2", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/parent/ParentEvaluationDetail.tsx:252"}, "properties": {"repobilityId": "9d8d283998d5db82", "scanner": "scanner-primary", "fingerprint": "227b22ef7261d8f2", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-9c9f1f47a14e9a09", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/parent/ParentVoiceFeedback.tsx:112"}, "properties": {"repobilityId": "a4d8c358fa2083c3", "scanner": "scanner-primary", "fingerprint": "9c9f1f47a14e9a09", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-bf9f062ef6393efb", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/parent/ParentSessionVideos.tsx:121"}, "properties": {"repobilityId": "73a035fd4542b40f", "scanner": "scanner-primary", "fingerprint": "bf9f062ef6393efb", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-69e8c39c66fe0c0e", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/parent/ParentEvaluationList.tsx:92"}, "properties": {"repobilityId": "c6d920f449d89a69", "scanner": "scanner-primary", "fingerprint": "69e8c39c66fe0c0e", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-08410713a1a18fd4", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/components/ui/Toast.tsx:35"}, "properties": {"repobilityId": "d17cee1d6cf421c2", "scanner": "scanner-primary", "fingerprint": "08410713a1a18fd4", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-9d7dffdbd2f48404", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/team/TeamMemberCard.tsx:102"}, "properties": {"repobilityId": "c329aad5b599b2fa", "scanner": "scanner-primary", "fingerprint": "9d7dffdbd2f48404", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-b2d845aa742a086a", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/evaluations/EvaluationComparisonView.tsx:134"}, "properties": {"repobilityId": "69cbe412b16c03a3", "scanner": "scanner-primary", "fingerprint": "b2d845aa742a086a", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-6a38ae82d859a24f", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/evaluations/EvaluationComparison.tsx:193"}, "properties": {"repobilityId": "2fe57890031ae48a", "scanner": "scanner-primary", "fingerprint": "6a38ae82d859a24f", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-6065bc44eb649a17", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/evaluations/CARSList.tsx:184"}, "properties": {"repobilityId": "525e430bec7b1eaa", "scanner": "scanner-primary", "fingerprint": "6065bc44eb649a17", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-2f505838ab4b0f2d", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/evaluations/CarolinaWizard.tsx:311"}, "properties": {"repobilityId": "fc71787dac8046ad", "scanner": "scanner-primary", "fingerprint": "2f505838ab4b0f2d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-f75b889ecf6ee880", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/evaluations/PortageList.tsx:183"}, "properties": {"repobilityId": "5f73f63ebfc94e38", "scanner": "scanner-primary", "fingerprint": "f75b889ecf6ee880", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-a41d6d96ae55dcac", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/evaluations/EvaluationProgressChart.tsx:259"}, "properties": {"repobilityId": "3edcd3e9d8e8fe81", "scanner": "scanner-primary", "fingerprint": "a41d6d96ae55dcac", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-7f1cf8b676574a78", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/evaluations/CarolinaList.tsx:171"}, "properties": {"repobilityId": "c22ad5403de64cb5", "scanner": "scanner-primary", "fingerprint": "7f1cf8b676574a78", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-14b75fe2ba6ed62d", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/evaluations/shared/CategoryBottomSheet.tsx:54"}, "properties": {"repobilityId": "bd9cc34c14e84c49", "scanner": "scanner-primary", "fingerprint": "14b75fe2ba6ed62d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-e7021e56c09a1d79", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/evaluations/shared/MobileEvaluationContainer.tsx:41"}, "properties": {"repobilityId": "0ab9e0b8fbdb4931", "scanner": "scanner-primary", "fingerprint": "e7021e56c09a1d79", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-55a0efa5eea34a65", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/billing/ClientInvoicesTable.tsx:305"}, "properties": {"repobilityId": "713fe3589703a22c", "scanner": "scanner-primary", "fingerprint": "55a0efa5eea34a65", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-04b77c9ced19acdd", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/billing/ExpenseManager.tsx:198"}, "properties": {"repobilityId": "f453fe82e6efd5ef", "scanner": "scanner-primary", "fingerprint": "04b77c9ced19acdd", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-f73472987217a7a8", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/billing/BillingOverview.tsx:114"}, "properties": {"repobilityId": "396fc0bab659a7b6", "scanner": "scanner-primary", "fingerprint": "f73472987217a7a8", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-6cca5d930877fc7f", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/billing/TeamPayoutsTable.tsx:139"}, "properties": {"repobilityId": "68e028bc163fd0eb", "scanner": "scanner-primary", "fingerprint": "6cca5d930877fc7f", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-1b0314cb8bb66595", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/CommandPalette/index.tsx:466"}, "properties": {"repobilityId": "2fe5f41726096da3", "scanner": "scanner-primary", "fingerprint": "1b0314cb8bb66595", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-46aa22391f898ab2", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/clients/CreatePlanModal.tsx:372"}, "properties": {"repobilityId": "bed4ee225f74c12b", "scanner": "scanner-primary", "fingerprint": "46aa22391f898ab2", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-ba1f226089e351de", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/clients/ClientOverviewTab.tsx:156"}, "properties": {"repobilityId": "ef71c5d474f3eae5", "scanner": "scanner-primary", "fingerprint": "ba1f226089e351de", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-8bd3ad3936656b49", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/clients/ClientSessionsTab.tsx:198"}, "properties": {"repobilityId": "0f0546ba3c83fd54", "scanner": "scanner-primary", "fingerprint": "8bd3ad3936656b49", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-6ea60813427abb9a", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/clients/ClientCard.tsx:207"}, "properties": {"repobilityId": "f16461f573b1ca61", "scanner": "scanner-primary", "fingerprint": "6ea60813427abb9a", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-c84b3045e8668291", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/clients/ClientDocsTab.tsx:313"}, "properties": {"repobilityId": "bac0023ef0a1f09f", "scanner": "scanner-primary", "fingerprint": "c84b3045e8668291", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-1b8c3c3428a1333e", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/assistant/AssistantPanel.tsx:260"}, "properties": {"repobilityId": "42057e9510a268e2", "scanner": "scanner-primary", "fingerprint": "1b8c3c3428a1333e", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-f4a4058ae012687d", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/calendar/CalendarToolbar.tsx:98"}, "properties": {"repobilityId": "1bb4c35dab865fce", "scanner": "scanner-primary", "fingerprint": "f4a4058ae012687d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-9971a692082684c1", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/calendar/DayView.tsx:195"}, "properties": {"repobilityId": "7108ac2c34443d56", "scanner": "scanner-primary", "fingerprint": "9971a692082684c1", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-cfae8ee2ecd0050f", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/calendar/WeekView.tsx:263"}, "properties": {"repobilityId": "0d2e5942fc00179b", "scanner": "scanner-primary", "fingerprint": "cfae8ee2ecd0050f", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-6cd7168ba0c87200", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/calendar/MonthView.tsx:151"}, "properties": {"repobilityId": "ba809b52eac93ffd", "scanner": "scanner-primary", "fingerprint": "6cd7168ba0c87200", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-74c7baf8729249ef", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/calendar/MonthAgendaView.tsx:142"}, "properties": {"repobilityId": "9145b494de4da5e2", "scanner": "scanner-primary", "fingerprint": "74c7baf8729249ef", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-b76b77a954366246", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/calendar/EventDetailPanel/SessionVideosSection.tsx:205"}, "properties": {"repobilityId": "1924cf039671bc94", "scanner": "scanner-primary", "fingerprint": "b76b77a954366246", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-52a87f83ec790b81", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/calendar/EventDetailPanel/index.tsx:682"}, "properties": {"repobilityId": "8637e2533ec70aeb", "scanner": "scanner-primary", "fingerprint": "52a87f83ec790b81", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-e5896e629b1f1c3a", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/calendar/EventDetailPanel/VoiceFeedbackSection.tsx:196"}, "properties": {"repobilityId": "b497b29f16e73ae1", "scanner": "scanner-primary", "fingerprint": "e5896e629b1f1c3a", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-f365eb0b4e641a7c", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/calendar/NewEventModal/StepTeam.tsx:195"}, "properties": {"repobilityId": "4edaf9e8cc56500e", "scanner": "scanner-primary", "fingerprint": "f365eb0b4e641a7c", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-060b6e250a51b915", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/layout.tsx:124"}, "properties": {"repobilityId": "0d72350965068f5b", "scanner": "scanner-primary", "fingerprint": "060b6e250a51b915", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-3f5fc956d0f411bc", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/parent/docs/page.tsx:230"}, "properties": {"repobilityId": "769cea9389c0f4b1", "scanner": "scanner-primary", "fingerprint": "3f5fc956d0f411bc", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-e466a6470f75ed77", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/parent/dashboard/page.tsx:205"}, "properties": {"repobilityId": "e8c4a6e3140cde5f", "scanner": "scanner-primary", "fingerprint": "e466a6470f75ed77", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-376466b21c6c412f", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/parent/billing/page.tsx:228"}, "properties": {"repobilityId": "13d2b09022e70b45", "scanner": "scanner-primary", "fingerprint": "376466b21c6c412f", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-4d8cf3347b6e6199", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/parent/profile/page.tsx:83"}, "properties": {"repobilityId": "57fa4869a9e26108", "scanner": "scanner-primary", "fingerprint": "4d8cf3347b6e6199", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-66e50851049efb9d", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/parent/calendar/page.tsx:125"}, "properties": {"repobilityId": "ff1182e005cb49ee", "scanner": "scanner-primary", "fingerprint": "66e50851049efb9d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-80ee3aeffeb760db", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/app/login/page.tsx:63"}, "properties": {"repobilityId": "744e3a6ebe663543", "scanner": "scanner-primary", "fingerprint": "80ee3aeffeb760db", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e70cac70e84b0462", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/app/api/cloud-functions/route.ts:54"}, "properties": {"repobilityId": "2a5f0dcd2759c948", "scanner": "scanner-primary", "fingerprint": "e70cac70e84b0462", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-4e31983a7b9cd009", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(dashboard)/page.tsx:372"}, "properties": {"repobilityId": "2e0e552b19569a45", "scanner": "scanner-primary", "fingerprint": "4e31983a7b9cd009", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-5bc42a872b59141c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/app/(dashboard)/page.tsx:58"}, "properties": {"repobilityId": "b82d023c1afa8f29", "scanner": "scanner-primary", "fingerprint": "5bc42a872b59141c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f9a9457f84d27c4b", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(dashboard)/ai-usage/page.tsx:170"}, "properties": {"repobilityId": "2693a3bd23ae8cd5", "scanner": "scanner-primary", "fingerprint": "f9a9457f84d27c4b", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-e5e01887ae52fbc4", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/notificationService.ts:37"}, "properties": {"repobilityId": "b2a9ebc9e9651306", "scanner": "scanner-primary", "fingerprint": "e5e01887ae52fbc4", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-5ffee87cef1839cb", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/i18n/index.ts:51"}, "properties": {"repobilityId": "7a1591947ee67784", "scanner": "scanner-primary", "fingerprint": "5ffee87cef1839cb", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-730995377abec2b8", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/i18n/sync.ts:38"}, "properties": {"repobilityId": "bcfd2b8fb4a6b863", "scanner": "scanner-primary", "fingerprint": "730995377abec2b8", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8b0a78c3ab93619a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/hooks/useChat.ts:243"}, "properties": {"repobilityId": "f3a1fa413c4a332f", "scanner": "scanner-primary", "fingerprint": "8b0a78c3ab93619a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-309546024f853c5b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/context/NotificationContext.tsx:98"}, "properties": {"repobilityId": "6a4648441187137b", "scanner": "scanner-primary", "fingerprint": "309546024f853c5b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-3a9832a00f77dac6", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/context/AuthContext.tsx:75"}, "properties": {"repobilityId": "a95ace208ddebd07", "scanner": "scanner-primary", "fingerprint": "3a9832a00f77dac6", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-7c636e9bda845af0", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/context/ParentAuthContext.tsx:41"}, "properties": {"repobilityId": "dfc7ca7bc2783399", "scanner": "scanner-primary", "fingerprint": "7c636e9bda845af0", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-96f5e8cc7cc81c3c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/context/ToastContext.tsx:30"}, "properties": {"repobilityId": "71a4a173d33106d8", "scanner": "scanner-primary", "fingerprint": "96f5e8cc7cc81c3c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-88c9f7bb91ee0525", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in calendar-new.html:1001"}, "properties": {"repobilityId": "8a682c2f440e62f2", "scanner": "scanner-primary", "fingerprint": "88c9f7bb91ee0525", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "calendar-new.html"}, "region": {"startLine": 1001}}}]}, {"ruleId": "scanner-28e7b9e3bfae2aea", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in dashboard-new.html:1117"}, "properties": {"repobilityId": "36cc0861fff8619c", "scanner": "scanner-primary", "fingerprint": "28e7b9e3bfae2aea", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "dashboard-new.html"}, "region": {"startLine": 1117}}}]}, {"ruleId": "scanner-41389f0adbbc6a0f", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in functions/lib/index.js:12"}, "properties": {"repobilityId": "d41254ebabab8e04", "scanner": "scanner-primary", "fingerprint": "41389f0adbbc6a0f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "functions/lib/index.js"}, "region": {"startLine": 12}}}]}, {"ruleId": "scanner-24989b17fb093734", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in functions/src/index.ts:12"}, "properties": {"repobilityId": "49667e59980f7b92", "scanner": "scanner-primary", "fingerprint": "24989b17fb093734", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "functions/src/index.ts"}, "region": {"startLine": 12}}}]}, {"ruleId": "scanner-a36902932ca303c4", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/build-prod.js:21"}, "properties": {"repobilityId": "5f5466c850efb968", "scanner": "scanner-primary", "fingerprint": "a36902932ca303c4", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/build-prod.js"}, "region": {"startLine": 21}}}]}, {"ruleId": "scanner-09a2568293c38aa8", "level": "error", "message": {"text": "Possible secret in public/firebase-messaging-sw.js"}, "properties": {"repobilityId": "7f8d326dce3b5ab3", "scanner": "scanner-primary", "fingerprint": "09a2568293c38aa8", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "public/firebase-messaging-sw.js"}, "region": {"startLine": 6}}}]}, {"ruleId": "scanner-c59f75cdcddeb3c2", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/parent/ParentEvaluationDetail.tsx:252"}, "properties": {"repobilityId": "e79b054e68c30cdb", "scanner": "scanner-primary", "fingerprint": "c59f75cdcddeb3c2", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/parent/ParentEvaluationDetail.tsx"}, "region": {"startLine": 252}}}]}, {"ruleId": "scanner-fc8b435d50042e8c", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/layout.tsx:124"}, "properties": {"repobilityId": "0bca654fa2052eb0", "scanner": "scanner-primary", "fingerprint": "fc8b435d50042e8c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/layout.tsx"}, "region": {"startLine": 124}}}]}, {"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": "c203d4c4013d9379", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-faccb9061e9b52a0", "level": "note", "message": {"text": "No README detected"}, "properties": {"repobilityId": "43f9f24d042f889d", "scanner": "scanner-primary", "fingerprint": "faccb9061e9b52a0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "4c3e4fb43f640ad4", "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": "658639e129322c11", "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": "5f3ebefcef192601", "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": "a65b78b2524f1b4a", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "6da0077a3adef90d", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "3e8e97f902676138", "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": "7a8fa7dbba4d2866", "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": "9d00816d68d2141b", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-c104b36c9c323475", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: GEMINI.md"}, "properties": {"repobilityId": "83d70c1e74d67dc2", "scanner": "scanner-primary", "fingerprint": "c104b36c9c323475", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "gemini_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "GEMINI.md"}, "region": {"startLine": 694}}}]}, {"ruleId": "scanner-5ec4a3fae876e636", "level": "none", "message": {"text": "Commented-code block (7 lines) in scripts/build-prod.js:144"}, "properties": {"repobilityId": "ae87a04b31668f3f", "scanner": "scanner-primary", "fingerprint": "5ec4a3fae876e636", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7dce574cfbfffe70", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/workbox-4754cb34.js:1"}, "properties": {"repobilityId": "f17428e2494cce74", "scanner": "scanner-primary", "fingerprint": "7dce574cfbfffe70", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0d7edbe3f757eeea", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/billing/ClientInvoicesTable.tsx:121"}, "properties": {"repobilityId": "305cc0884ab570a1", "scanner": "scanner-primary", "fingerprint": "0d7edbe3f757eeea", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4fda92e3284fa461", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/smartbill/invoice/route.ts:89"}, "properties": {"repobilityId": "55235e020f50f3a5", "scanner": "scanner-primary", "fingerprint": "4fda92e3284fa461", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-7e52fed4c5bb2d88", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/abllsAgeReference.ts:3"}, "properties": {"repobilityId": "a738b5ae1c284137", "scanner": "scanner-primary", "fingerprint": "7e52fed4c5bb2d88", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7c94066de74a92b6", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/evaluationComparison.ts:3"}, "properties": {"repobilityId": "b621488d2600e0ab", "scanner": "scanner-primary", "fingerprint": "7c94066de74a92b6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-34572a94e1dc9d7c", "level": "note", "message": {"text": "Legacy-named symbol `upperOld` in src/lib/clientCodeSync.ts:19"}, "properties": {"repobilityId": "1a6cd3f15bacf9c3", "scanner": "scanner-primary", "fingerprint": "34572a94e1dc9d7c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-0cc32fd11c79eff0", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/assistant/clientApi.ts:52"}, "properties": {"repobilityId": "293e7a9b687ace4f", "scanner": "scanner-primary", "fingerprint": "0cc32fd11c79eff0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-70285ba388ea4a18", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/assistant/knowledge.ts:1"}, "properties": {"repobilityId": "3b7da711004b5209", "scanner": "scanner-primary", "fingerprint": "70285ba388ea4a18", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-12cc42ace1f13c29", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/assistant/tools.ts:1"}, "properties": {"repobilityId": "e4451100378c905f", "scanner": "scanner-primary", "fingerprint": "12cc42ace1f13c29", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-420de9ad754cfc91", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/hooks/usePortage.ts:40"}, "properties": {"repobilityId": "ce40076fe5872dd4", "scanner": "scanner-primary", "fingerprint": "420de9ad754cfc91", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}