{"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-4fc01e4070ac8e26", "name": "Stray `console.log` in TS/JS \u2014 prisma/seed.ts:7", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 prisma/seed.ts:7"}, "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-3aaf60c2e12738af", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/drive-item-picker.tsx:143", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/drive-item-picker.tsx:143"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-df2c30d6608f5295", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/google-calendar-picker.tsx:66", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/google-calendar-picker.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-28d206c052b36489", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/drive-folder-picker.tsx:219", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/drive-folder-picker.tsx:219"}, "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-c4ad9404a3538b18", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/profile-editor.tsx:276", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/profile-editor.tsx:276"}, "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-c42e4e1952ea8991", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/links-section.tsx:171", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/links-section.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-69f8b5bc64a0cbe1", "name": "\"active\" state uses light bg in a dark theme \u2014 src/components/app-shell/sidebar.tsx:217", "shortDescription": {"text": "\"active\" state uses light bg in a dark theme \u2014 src/components/app-shell/sidebar.tsx:217"}, "fullDescription": {"text": "A ternary like `active ? 'bg-white' : '...'` (or bg-gray-100/200) on a dark theme produces jarring white pills. Use a dark-emphasized active state instead \u2014 border + ring or slightly brighter dark bg. Example: `active ? 'bg-gray-800 border-gray-500 ring-1 ring-blue-500/30' : '\u2026'`.\n\nWhy: P-E in CHECKLIST.md \u2014 light bg in a dark theme is a class of regression.\nRule id: fq.active-light-bg"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a38596d367764200", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/app-shell/global-search.tsx:109", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/app-shell/global-search.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-4a19bf629a1b3a5f", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/app-shell/topbar.tsx:90", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/app-shell/topbar.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-d7f9fff377a48082", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/page.tsx:305", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/page.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-2ff4384760b27f5b", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/reading/reading-view.tsx:478", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/reading/reading-view.tsx:478"}, "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-62d5e0b32441063e", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/kanban/kanban-board.tsx:655", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/kanban/kanban-board.tsx:655"}, "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-a545195e49cf6a87", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/team/page.tsx:328", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/team/page.tsx:328"}, "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-11008ca026327045", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/team/team-workspace.tsx:106", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/team/team-workspace.tsx:106"}, "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-8f5e99bd306daa74", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/chat/chat-view.tsx:684", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/chat/chat-view.tsx:684"}, "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-22fa178957606154", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/students/page.tsx:112", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/students/page.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-b839a09dc7957715", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/students/[id]/manage-team-dialog.tsx:180", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/students/[id]/manage-team-dialog.tsx:180"}, "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-aa9718f5a7c22f89", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/students/[id]/thesis-publications.tsx:208", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/students/[id]/thesis-publications.tsx:208"}, "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-4595526773d511b5", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/students/[id]/page.tsx:490", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/students/[id]/page.tsx:490"}, "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-90b8b89ce4b459f5", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/students/[id]/edit-student-dialog.tsx:247", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/students/[id]/edit-student-dialog.tsx:247"}, "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-5f09316c314f3e15", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/files/files-browser.tsx:306", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/files/files-browser.tsx:306"}, "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-ca66b0a9bc5ee59d", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/admin/page.tsx:134", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/admin/page.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-5c0659d9360d21e8", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/calendar/calendar-view.tsx:938", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/calendar/calendar-view.tsx:938"}, "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-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-350fe972b4b33e1d", "name": "Very large file: src/app/(app)/kanban/kanban-board.tsx (2596 lines)", "shortDescription": {"text": "Very large file: src/app/(app)/kanban/kanban-board.tsx (2596 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-0c6d63d1f31e909e", "name": "Very large file: src/app/(app)/chat/chat-view.tsx (1776 lines)", "shortDescription": {"text": "Very large file: src/app/(app)/chat/chat-view.tsx (1776 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c94793d7068772c5", "name": "Very large file: src/app/(app)/calendar/calendar-view.tsx (3750 lines)", "shortDescription": {"text": "Very large file: src/app/(app)/calendar/calendar-view.tsx (3750 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 196 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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 88 placeholder/mock markers across 28 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, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, ci, tests. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e725d2ab884fbd49", "name": "Multiple root agent instruction files without precedence", "shortDescription": {"text": "Multiple root agent instruction files without precedence"}, "fullDescription": {"text": "The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-aac1190a92a0da45", "name": "Commented-code block (7 lines) in src/auth.ts:62", "shortDescription": {"text": "Commented-code block (7 lines) in src/auth.ts:62"}, "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-63fa9dc455961204", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/comments-thread.tsx:56", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/comments-thread.tsx:56"}, "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-05ffe6ca65c9242a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/task-peek.tsx:94", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/task-peek.tsx:94"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d50c0e78f340f4f3", "name": "Commented-code block (8 lines) in src/components/app-shell/unread-provider.tsx:13", "shortDescription": {"text": "Commented-code block (8 lines) in src/components/app-shell/unread-provider.tsx:13"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-2c41cbe9412db882", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/app-shell/notification-bell.tsx:74", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/app-shell/notification-bell.tsx:74"}, "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-0a1089a5663fd122", "name": "Commented-code block (9 lines) in src/app/api/users/[id]/route.ts:78", "shortDescription": {"text": "Commented-code block (9 lines) in src/app/api/users/[id]/route.ts:78"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-3e952e501835f60a", "name": "Commented-code block (5 lines) in src/app/api/team/suggestions/route.ts:19", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/api/team/suggestions/route.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-304a2aa1ee4c2e5f", "name": "Commented-code block (8 lines) in src/app/api/availability/route.ts:53", "shortDescription": {"text": "Commented-code block (8 lines) in src/app/api/availability/route.ts:53"}, "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-c6f26cb4c89fbf9e", "name": "Commented-code block (6 lines) in src/app/api/students/[studentId]/reading/[id]/comments/route.ts:150", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/api/students/[studentId]/reading/[id]/comments/route.ts:150"}, "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-a0d3feeb767cb182", "name": "Commented-code block (5 lines) in src/app/api/students/[id]/summary/route.ts:68", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/api/students/[id]/summary/route.ts:68"}, "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-11aed3aa81afa4f3", "name": "Commented-code block (8 lines) in src/app/api/students/[id]/calendar/route.ts:69", "shortDescription": {"text": "Commented-code block (8 lines) in src/app/api/students/[id]/calendar/route.ts:69"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-d9ed2c8c863486bd", "name": "Commented-code block (6 lines) in src/app/api/unread/route.ts:20", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/api/unread/route.ts:20"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-2f10645a7455a53c", "name": "Commented-code block (5 lines) in src/app/api/polls/[id]/route.ts:7", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/api/polls/[id]/route.ts:7"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-a276343e187d52ad", "name": "Commented-code block (7 lines) in src/app/api/polls/[id]/vote/route.ts:6", "shortDescription": {"text": "Commented-code block (7 lines) in src/app/api/polls/[id]/vote/route.ts:6"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-013511bfac43207d", "name": "Commented-code block (8 lines) in src/app/api/admin/calendar-cleanup/route.ts:16", "shortDescription": {"text": "Commented-code block (8 lines) in src/app/api/admin/calendar-cleanup/route.ts:16"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-af2b9a7fad755d4a", "name": "Commented-code block (5 lines) in src/app/api/tickets/[id]/route.ts:270", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/api/tickets/[id]/route.ts:270"}, "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-e372cdb193bd4e23", "name": "Commented-code block (5 lines) in src/app/api/tickets/[id]/comments/route.ts:118", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/api/tickets/[id]/comments/route.ts:118"}, "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-34a302dd5b331956", "name": "Commented-code block (7 lines) in src/app/api/calendar/sync/route.ts:46", "shortDescription": {"text": "Commented-code block (7 lines) in src/app/api/calendar/sync/route.ts:46"}, "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-550d71ad8b666906", "name": "Commented-code block (5 lines) in src/app/api/calendar/events/[id]/comments/route.ts:20", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/api/calendar/events/[id]/comments/route.ts:20"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-2ba76498ecb39dca", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/weekly-checkin-card.tsx:36", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/weekly-checkin-card.tsx:36"}, "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-acf404abb8e05940", "name": "Commented-code block (8 lines) in src/app/(app)/page.tsx:104", "shortDescription": {"text": "Commented-code block (8 lines) in src/app/(app)/page.tsx:104"}, "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-00e5eba124570d26", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/settings/digest-toggle.tsx:12", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/settings/digest-toggle.tsx:12"}, "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-a148d3a422ee0cb9", "name": "Commented-code block (8 lines) in src/app/(app)/reading/reading-view.tsx:228", "shortDescription": {"text": "Commented-code block (8 lines) in src/app/(app)/reading/reading-view.tsx:228"}, "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-a1427724334ba6cb", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/reading/reading-view.tsx:178", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/reading/reading-view.tsx:178"}, "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-0c0d6c5a3ffbba6e", "name": "Commented-code block (6 lines) in src/app/(app)/kanban/kanban-board.tsx:250", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/(app)/kanban/kanban-board.tsx:250"}, "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-206f0e74249dd7df", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/kanban/kanban-board.tsx:271", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/kanban/kanban-board.tsx:271"}, "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-9c92464d0bfec440", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/team/advisor-suggestions.tsx:59", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/team/advisor-suggestions.tsx:59"}, "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-84688bf3c30fd0ef", "name": "Commented-code block (5 lines) in src/app/(app)/team/page.tsx:50", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/(app)/team/page.tsx:50"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-a1b3fd296d7b49cd", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/team/team-workspace.tsx:42", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/team/team-workspace.tsx:42"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-909282d65ea52373", "name": "Commented-code block (8 lines) in src/app/(app)/chat/chat-view.tsx:138", "shortDescription": {"text": "Commented-code block (8 lines) in src/app/(app)/chat/chat-view.tsx:138"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-770a3f1b94684d20", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/chat/chat-view.tsx:249", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/chat/chat-view.tsx:249"}, "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-67ae32455a655f8e", "name": "Commented-code block (6 lines) in src/app/(app)/students/page.tsx:35", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/(app)/students/page.tsx:35"}, "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-d5bc9d6fedf68d2f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/students/[id]/supervisor-notes.tsx:41", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/students/[id]/supervisor-notes.tsx:41"}, "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-959a08d3fc3a7e04", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/students/[id]/thesis-publications.tsx:82", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/students/[id]/thesis-publications.tsx:82"}, "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-d27a7324b1d0b19a", "name": "Commented-code block (6 lines) in src/app/(app)/students/[id]/page.tsx:105", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/(app)/students/[id]/page.tsx:105"}, "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-ffa32740ddbc1e0a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/files/files-browser.tsx:135", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/files/files-browser.tsx:135"}, "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-3176a8ab951be8b8", "name": "Commented-code block (5 lines) in src/app/(app)/files/page.tsx:32", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/(app)/files/page.tsx:32"}, "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-e73283cd2f89c08d", "name": "Commented-code block (8 lines) in src/app/(app)/calendar/calendar-view.tsx:205", "shortDescription": {"text": "Commented-code block (8 lines) in src/app/(app)/calendar/calendar-view.tsx:205"}, "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-885a062ae1ad06e5", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/calendar/calendar-view.tsx:257", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/calendar/calendar-view.tsx:257"}, "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-4daedd6b153cfcad", "name": "Commented-code block (5 lines) in src/app/(app)/calendar/page.tsx:44", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/(app)/calendar/page.tsx:44"}, "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-1458ab4ffef9d752", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/feedback/feedback-view.tsx:117", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/feedback/feedback-view.tsx:117"}, "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-5070569f6614c021", "name": "Commented-code block (5 lines) in src/lib/task-event-sync.ts:117", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/task-event-sync.ts:117"}, "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-facbcb8f9766e403", "name": "Commented-code block (5 lines) in src/lib/holidays.ts:43", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/holidays.ts:43"}, "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-35ce952c1552135f", "name": "Commented-code block (6 lines) in src/lib/calendar-provisioning.ts:168", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/calendar-provisioning.ts:168"}, "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-250f57e8a1dbd3c5", "name": "4 env vars used in code but missing from .env.example", "shortDescription": {"text": "4 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `DIGEST_CRON_SECRET`, `DIGEST_FROM`, `NODE_ENV`, `RESEND_API_KEY`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/17711"}, "properties": {"repository": "rafacastrocsic/phdapp", "repoUrl": "https://github.com/rafacastrocsic/phdapp", "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-4fc01e4070ac8e26", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 prisma/seed.ts:7"}, "properties": {"repobilityId": "f77d7e0fb34b08e2", "scanner": "scanner-primary", "fingerprint": "4fc01e4070ac8e26", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-3aaf60c2e12738af", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/drive-item-picker.tsx:143"}, "properties": {"repobilityId": "09dfc93f741607d7", "scanner": "scanner-primary", "fingerprint": "3aaf60c2e12738af", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-df2c30d6608f5295", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/google-calendar-picker.tsx:66"}, "properties": {"repobilityId": "c8194a5bd70823a4", "scanner": "scanner-primary", "fingerprint": "df2c30d6608f5295", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-28d206c052b36489", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/drive-folder-picker.tsx:219"}, "properties": {"repobilityId": "6c5262087d562d3a", "scanner": "scanner-primary", "fingerprint": "28d206c052b36489", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-c4ad9404a3538b18", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/profile-editor.tsx:276"}, "properties": {"repobilityId": "fa4ec68ecb20ad3d", "scanner": "scanner-primary", "fingerprint": "c4ad9404a3538b18", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-c42e4e1952ea8991", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/links-section.tsx:171"}, "properties": {"repobilityId": "f42df9d2f3e011c9", "scanner": "scanner-primary", "fingerprint": "c42e4e1952ea8991", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-69f8b5bc64a0cbe1", "level": "note", "message": {"text": "\"active\" state uses light bg in a dark theme \u2014 src/components/app-shell/sidebar.tsx:217"}, "properties": {"repobilityId": "d4b35cfc22f1f8f4", "scanner": "scanner-primary", "fingerprint": "69f8b5bc64a0cbe1", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.active-light-bg"]}}, {"ruleId": "scanner-a38596d367764200", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/app-shell/global-search.tsx:109"}, "properties": {"repobilityId": "1c112d2be3885ef6", "scanner": "scanner-primary", "fingerprint": "a38596d367764200", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-4a19bf629a1b3a5f", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/app-shell/topbar.tsx:90"}, "properties": {"repobilityId": "bdf3f0d17614eca5", "scanner": "scanner-primary", "fingerprint": "4a19bf629a1b3a5f", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-d7f9fff377a48082", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/page.tsx:305"}, "properties": {"repobilityId": "31115dcb39ef129d", "scanner": "scanner-primary", "fingerprint": "d7f9fff377a48082", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-2ff4384760b27f5b", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/reading/reading-view.tsx:478"}, "properties": {"repobilityId": "71366cab66360292", "scanner": "scanner-primary", "fingerprint": "2ff4384760b27f5b", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-62d5e0b32441063e", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/kanban/kanban-board.tsx:655"}, "properties": {"repobilityId": "aba026a78e2aff25", "scanner": "scanner-primary", "fingerprint": "62d5e0b32441063e", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-a545195e49cf6a87", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/team/page.tsx:328"}, "properties": {"repobilityId": "651902d31b204ff5", "scanner": "scanner-primary", "fingerprint": "a545195e49cf6a87", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-11008ca026327045", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/team/team-workspace.tsx:106"}, "properties": {"repobilityId": "3a1234a1e6990baf", "scanner": "scanner-primary", "fingerprint": "11008ca026327045", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-8f5e99bd306daa74", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/chat/chat-view.tsx:684"}, "properties": {"repobilityId": "84009c62c3338666", "scanner": "scanner-primary", "fingerprint": "8f5e99bd306daa74", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-22fa178957606154", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/students/page.tsx:112"}, "properties": {"repobilityId": "38ea0a89cd2097f2", "scanner": "scanner-primary", "fingerprint": "22fa178957606154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-b839a09dc7957715", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/students/[id]/manage-team-dialog.tsx:180"}, "properties": {"repobilityId": "774a390f67944a7d", "scanner": "scanner-primary", "fingerprint": "b839a09dc7957715", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-aa9718f5a7c22f89", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/students/[id]/thesis-publications.tsx:208"}, "properties": {"repobilityId": "2f2ba005e4ece40a", "scanner": "scanner-primary", "fingerprint": "aa9718f5a7c22f89", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-4595526773d511b5", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/students/[id]/page.tsx:490"}, "properties": {"repobilityId": "01ad06d644c19f79", "scanner": "scanner-primary", "fingerprint": "4595526773d511b5", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-90b8b89ce4b459f5", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/students/[id]/edit-student-dialog.tsx:247"}, "properties": {"repobilityId": "5fa8c1c7f00f3020", "scanner": "scanner-primary", "fingerprint": "90b8b89ce4b459f5", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-5f09316c314f3e15", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/files/files-browser.tsx:306"}, "properties": {"repobilityId": "07acfa3a3c6dec18", "scanner": "scanner-primary", "fingerprint": "5f09316c314f3e15", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-ca66b0a9bc5ee59d", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/admin/page.tsx:134"}, "properties": {"repobilityId": "09ffe1c057146cfc", "scanner": "scanner-primary", "fingerprint": "ca66b0a9bc5ee59d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-5c0659d9360d21e8", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/calendar/calendar-view.tsx:938"}, "properties": {"repobilityId": "e6c89cc59dd22218", "scanner": "scanner-primary", "fingerprint": "5c0659d9360d21e8", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"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-350fe972b4b33e1d", "level": "note", "message": {"text": "Very large file: src/app/(app)/kanban/kanban-board.tsx (2596 lines)"}, "properties": {"repobilityId": "424f2db13a66b1e4", "scanner": "scanner-primary", "fingerprint": "350fe972b4b33e1d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-0c6d63d1f31e909e", "level": "note", "message": {"text": "Very large file: src/app/(app)/chat/chat-view.tsx (1776 lines)"}, "properties": {"repobilityId": "f87554db748df5c4", "scanner": "scanner-primary", "fingerprint": "0c6d63d1f31e909e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-c94793d7068772c5", "level": "note", "message": {"text": "Very large file: src/app/(app)/calendar/calendar-view.tsx (3750 lines)"}, "properties": {"repobilityId": "518eb352664e00d3", "scanner": "scanner-primary", "fingerprint": "c94793d7068772c5", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "c08faa36397c23c3", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "e9256eeed525fa1a", "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": "5c56d456da334c61", "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": "27336f9238e2b8ce", "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": "98f8235d2c9c7ecf", "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": "c90c433ae6485953", "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": "210e73a92b247cec", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-e725d2ab884fbd49", "level": "note", "message": {"text": "Multiple root agent instruction files without precedence"}, "properties": {"repobilityId": "1953db6c89508d22", "scanner": "scanner-primary", "fingerprint": "e725d2ab884fbd49", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["agent-instructions", "governance"]}}, {"ruleId": "scanner-aac1190a92a0da45", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/auth.ts:62"}, "properties": {"repobilityId": "654f912f1d2557fe", "scanner": "scanner-primary", "fingerprint": "aac1190a92a0da45", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-63fa9dc455961204", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/comments-thread.tsx:56"}, "properties": {"repobilityId": "1b1e6c950a85cba1", "scanner": "scanner-primary", "fingerprint": "63fa9dc455961204", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-05ffe6ca65c9242a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/task-peek.tsx:94"}, "properties": {"repobilityId": "ce2c3f3b26d692d1", "scanner": "scanner-primary", "fingerprint": "05ffe6ca65c9242a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d50c0e78f340f4f3", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/components/app-shell/unread-provider.tsx:13"}, "properties": {"repobilityId": "b4c37f309a8b08cd", "scanner": "scanner-primary", "fingerprint": "d50c0e78f340f4f3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2c41cbe9412db882", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/app-shell/notification-bell.tsx:74"}, "properties": {"repobilityId": "a0d9bec7cf9916a9", "scanner": "scanner-primary", "fingerprint": "2c41cbe9412db882", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0a1089a5663fd122", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/app/api/users/[id]/route.ts:78"}, "properties": {"repobilityId": "86622a452e4847f5", "scanner": "scanner-primary", "fingerprint": "0a1089a5663fd122", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3e952e501835f60a", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/api/team/suggestions/route.ts:19"}, "properties": {"repobilityId": "c1b1073306f4adc7", "scanner": "scanner-primary", "fingerprint": "3e952e501835f60a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-304a2aa1ee4c2e5f", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/app/api/availability/route.ts:53"}, "properties": {"repobilityId": "71c758ce29e29eba", "scanner": "scanner-primary", "fingerprint": "304a2aa1ee4c2e5f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c6f26cb4c89fbf9e", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/api/students/[studentId]/reading/[id]/comments/route.ts:150"}, "properties": {"repobilityId": "12eb37a8912adb96", "scanner": "scanner-primary", "fingerprint": "c6f26cb4c89fbf9e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a0d3feeb767cb182", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/api/students/[id]/summary/route.ts:68"}, "properties": {"repobilityId": "fe4ed5ca218e43fd", "scanner": "scanner-primary", "fingerprint": "a0d3feeb767cb182", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-11aed3aa81afa4f3", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/app/api/students/[id]/calendar/route.ts:69"}, "properties": {"repobilityId": "58e09bfd03b6a735", "scanner": "scanner-primary", "fingerprint": "11aed3aa81afa4f3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d9ed2c8c863486bd", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/api/unread/route.ts:20"}, "properties": {"repobilityId": "e85f537af3495734", "scanner": "scanner-primary", "fingerprint": "d9ed2c8c863486bd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2f10645a7455a53c", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/api/polls/[id]/route.ts:7"}, "properties": {"repobilityId": "b6baefa55c0f25cb", "scanner": "scanner-primary", "fingerprint": "2f10645a7455a53c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a276343e187d52ad", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/app/api/polls/[id]/vote/route.ts:6"}, "properties": {"repobilityId": "27eeed16792b376b", "scanner": "scanner-primary", "fingerprint": "a276343e187d52ad", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-013511bfac43207d", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/app/api/admin/calendar-cleanup/route.ts:16"}, "properties": {"repobilityId": "b057a88f3a4c4f74", "scanner": "scanner-primary", "fingerprint": "013511bfac43207d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-af2b9a7fad755d4a", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/api/tickets/[id]/route.ts:270"}, "properties": {"repobilityId": "0d69cc38aa2d9762", "scanner": "scanner-primary", "fingerprint": "af2b9a7fad755d4a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e372cdb193bd4e23", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/api/tickets/[id]/comments/route.ts:118"}, "properties": {"repobilityId": "84dcff397dafa9ba", "scanner": "scanner-primary", "fingerprint": "e372cdb193bd4e23", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-34a302dd5b331956", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/app/api/calendar/sync/route.ts:46"}, "properties": {"repobilityId": "0da78a1553af774d", "scanner": "scanner-primary", "fingerprint": "34a302dd5b331956", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-550d71ad8b666906", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/api/calendar/events/[id]/comments/route.ts:20"}, "properties": {"repobilityId": "8892c76e9aa26c0a", "scanner": "scanner-primary", "fingerprint": "550d71ad8b666906", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2ba76498ecb39dca", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/weekly-checkin-card.tsx:36"}, "properties": {"repobilityId": "13910da1fe55d7e3", "scanner": "scanner-primary", "fingerprint": "2ba76498ecb39dca", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-acf404abb8e05940", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/app/(app)/page.tsx:104"}, "properties": {"repobilityId": "826239b94a389d13", "scanner": "scanner-primary", "fingerprint": "acf404abb8e05940", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-00e5eba124570d26", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/settings/digest-toggle.tsx:12"}, "properties": {"repobilityId": "e70293571e40c9b3", "scanner": "scanner-primary", "fingerprint": "00e5eba124570d26", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a148d3a422ee0cb9", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/app/(app)/reading/reading-view.tsx:228"}, "properties": {"repobilityId": "ceaa8b7c238f01f3", "scanner": "scanner-primary", "fingerprint": "a148d3a422ee0cb9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a1427724334ba6cb", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/reading/reading-view.tsx:178"}, "properties": {"repobilityId": "290d12e80f1d7110", "scanner": "scanner-primary", "fingerprint": "a1427724334ba6cb", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0c0d6c5a3ffbba6e", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/(app)/kanban/kanban-board.tsx:250"}, "properties": {"repobilityId": "fab4830fb5e03f86", "scanner": "scanner-primary", "fingerprint": "0c0d6c5a3ffbba6e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-206f0e74249dd7df", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/kanban/kanban-board.tsx:271"}, "properties": {"repobilityId": "6ddcf76daf4f8942", "scanner": "scanner-primary", "fingerprint": "206f0e74249dd7df", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-9c92464d0bfec440", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/team/advisor-suggestions.tsx:59"}, "properties": {"repobilityId": "7f2f3810aae291da", "scanner": "scanner-primary", "fingerprint": "9c92464d0bfec440", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-84688bf3c30fd0ef", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/(app)/team/page.tsx:50"}, "properties": {"repobilityId": "d025d5687b2e1287", "scanner": "scanner-primary", "fingerprint": "84688bf3c30fd0ef", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a1b3fd296d7b49cd", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/team/team-workspace.tsx:42"}, "properties": {"repobilityId": "c9ad7cb13de6c856", "scanner": "scanner-primary", "fingerprint": "a1b3fd296d7b49cd", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-909282d65ea52373", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/app/(app)/chat/chat-view.tsx:138"}, "properties": {"repobilityId": "b3621388df649772", "scanner": "scanner-primary", "fingerprint": "909282d65ea52373", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-770a3f1b94684d20", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/chat/chat-view.tsx:249"}, "properties": {"repobilityId": "5aa4dda01778223e", "scanner": "scanner-primary", "fingerprint": "770a3f1b94684d20", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-67ae32455a655f8e", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/(app)/students/page.tsx:35"}, "properties": {"repobilityId": "49ec0e97d214d29f", "scanner": "scanner-primary", "fingerprint": "67ae32455a655f8e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d5bc9d6fedf68d2f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/students/[id]/supervisor-notes.tsx:41"}, "properties": {"repobilityId": "d983db232d60cc64", "scanner": "scanner-primary", "fingerprint": "d5bc9d6fedf68d2f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-959a08d3fc3a7e04", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/students/[id]/thesis-publications.tsx:82"}, "properties": {"repobilityId": "dcdcdadb80a8d037", "scanner": "scanner-primary", "fingerprint": "959a08d3fc3a7e04", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d27a7324b1d0b19a", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/(app)/students/[id]/page.tsx:105"}, "properties": {"repobilityId": "47097d95757eb750", "scanner": "scanner-primary", "fingerprint": "d27a7324b1d0b19a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ffa32740ddbc1e0a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/files/files-browser.tsx:135"}, "properties": {"repobilityId": "f7dc09e964801646", "scanner": "scanner-primary", "fingerprint": "ffa32740ddbc1e0a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3176a8ab951be8b8", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/(app)/files/page.tsx:32"}, "properties": {"repobilityId": "bedc38e07b7bbe36", "scanner": "scanner-primary", "fingerprint": "3176a8ab951be8b8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e73283cd2f89c08d", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/app/(app)/calendar/calendar-view.tsx:205"}, "properties": {"repobilityId": "dc729891be8735e7", "scanner": "scanner-primary", "fingerprint": "e73283cd2f89c08d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-885a062ae1ad06e5", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/calendar/calendar-view.tsx:257"}, "properties": {"repobilityId": "d994959b5c75e7c3", "scanner": "scanner-primary", "fingerprint": "885a062ae1ad06e5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4daedd6b153cfcad", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/(app)/calendar/page.tsx:44"}, "properties": {"repobilityId": "a8e7522b5a6c3ee6", "scanner": "scanner-primary", "fingerprint": "4daedd6b153cfcad", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1458ab4ffef9d752", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/(app)/feedback/feedback-view.tsx:117"}, "properties": {"repobilityId": "4b053120d47f42fe", "scanner": "scanner-primary", "fingerprint": "1458ab4ffef9d752", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5070569f6614c021", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/task-event-sync.ts:117"}, "properties": {"repobilityId": "b52ec9fddc962e1b", "scanner": "scanner-primary", "fingerprint": "5070569f6614c021", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-facbcb8f9766e403", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/holidays.ts:43"}, "properties": {"repobilityId": "70b4400ebc457628", "scanner": "scanner-primary", "fingerprint": "facbcb8f9766e403", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-35ce952c1552135f", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/calendar-provisioning.ts:168"}, "properties": {"repobilityId": "10a8b17cdf3c1217", "scanner": "scanner-primary", "fingerprint": "35ce952c1552135f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-250f57e8a1dbd3c5", "level": "none", "message": {"text": "4 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "57584f22b735b5ee", "scanner": "scanner-primary", "fingerprint": "250f57e8a1dbd3c5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}