{"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-61fbd56bcf12e3f0", "name": "Stray `console.log` in TS/JS \u2014 src/utils/thumbnailCapture.ts:65", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/utils/thumbnailCapture.ts:65"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ec1f576b35b2a7ed", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/settings/CloudBackupSettings.tsx:506", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/settings/CloudBackupSettings.tsx:506"}, "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-9f4d651e1cd9ee09", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/settings/SettingsView.tsx:386", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/settings/SettingsView.tsx:386"}, "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-de303a85272b2129", "name": "\"active\" state uses light bg in a dark theme \u2014 src/components/settings/SettingsView.tsx:206", "shortDescription": {"text": "\"active\" state uses light bg in a dark theme \u2014 src/components/settings/SettingsView.tsx:206"}, "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-73f23d5047c66cfa", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/settings/SettingsModal.tsx:353", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/settings/SettingsModal.tsx:353"}, "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-dd01d4f48c327fd4", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/settings/FontUpload.tsx:95", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/settings/FontUpload.tsx:95"}, "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-1518cfaf2ce04d31", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/layout/OutlineNavigator.tsx:139", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/layout/OutlineNavigator.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-67f07514ebbb4498", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/ai/PatchPreviewDialog.tsx:107", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/ai/PatchPreviewDialog.tsx:107"}, "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-7320d1161b75fbc1", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/ai/AIImportWizard.tsx:288", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/ai/AIImportWizard.tsx:288"}, "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-3972fa46f58779f5", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/ai/EditorChatSidebar.tsx:333", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/ai/EditorChatSidebar.tsx:333"}, "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-8c8f51abf9b0aec9", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/print/TeacherFieldsPrint.tsx:50", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/print/TeacherFieldsPrint.tsx:50"}, "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-2d09a26c4e8484e7", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/TemplateGrid.tsx:104", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/TemplateGrid.tsx:104"}, "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-aa907e1554b8cd1c", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/TemplateGallery.tsx:159", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/TemplateGallery.tsx:159"}, "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-f70d1603280137ab", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/TrashView.tsx:135", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/TrashView.tsx:135"}, "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-4971d55d7db43e85", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/ClassesDashboard.tsx:271", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/ClassesDashboard.tsx:271"}, "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-84a16c40c8ac9c7d", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/WorksheetCard.tsx:143", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/WorksheetCard.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-8b9ee13516492ca2", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/tasks/ClozeEditor.tsx:296", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/tasks/ClozeEditor.tsx:296"}, "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-368ce085fa1f9908", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/tasks/MathInput.tsx:181", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/tasks/MathInput.tsx:181"}, "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-448d067da848d084", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/tasks/TableEditor.tsx:320", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/tasks/TableEditor.tsx:320"}, "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-7cf90b79118d848b", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/tasks/TaskCard.tsx:165", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/tasks/TaskCard.tsx:165"}, "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-88b99953ddb31872", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/editor/SlashCommandMenu.tsx:165", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/editor/SlashCommandMenu.tsx:165"}, "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-e6bb4f401a498145", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/editor/ExportWarningsDialog.tsx:108", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/editor/ExportWarningsDialog.tsx:108"}, "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-cccaaf0c8331b857", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/editor/WorksheetCanvas.tsx:450", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/editor/WorksheetCanvas.tsx:450"}, "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-6d8b60593802fb56", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/editor/SourcesManagerModal.tsx:285", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/editor/SourcesManagerModal.tsx:285"}, "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-700bafa7260e6531", "name": "Runtime dotenv file present in repo: .env", "shortDescription": {"text": "Runtime dotenv file present in repo: .env"}, "fullDescription": {"text": "`.env` looks like a runtime dotenv file. No high-confidence secret value was matched, but runtime dotenv files often drift into live credentials. Move real values to a secret manager and keep only `.env.example` style templates in source control."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-ad05d505b2a1d681", "name": "Insecure pattern 'local_storage_auth_token' in public/oauth-callback.html:52", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in public/oauth-callback.html:52"}, "fullDescription": {"text": "Found a known-risky pattern (local_storage_auth_token). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ab5f0a5d06fef27d", "name": "Insecure pattern 'domparser_html_parse' in src/utils/docx/htmlToDocx.ts:77", "shortDescription": {"text": "Insecure pattern 'domparser_html_parse' in src/utils/docx/htmlToDocx.ts:77"}, "fullDescription": {"text": "Found a known-risky pattern (domparser_html_parse). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ffed60cae458977b", "name": "Insecure pattern 'domparser_html_parse' in src/utils/docx/renderers/table.ts:288", "shortDescription": {"text": "Insecure pattern 'domparser_html_parse' in src/utils/docx/renderers/table.ts:288"}, "fullDescription": {"text": "Found a known-risky pattern (domparser_html_parse). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b1996ea94ae187f3", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/print/TeacherFieldsPrint.tsx:50", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/print/TeacherFieldsPrint.tsx:50"}, "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-8a86f706ea61e6fc", "name": "Insecure pattern 'domparser_html_parse' in src/components/tasks/InformationTaskEditor.tsx:79", "shortDescription": {"text": "Insecure pattern 'domparser_html_parse' in src/components/tasks/InformationTaskEditor.tsx:79"}, "fullDescription": {"text": "Found a known-risky pattern (domparser_html_parse). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1578d2bb120b0a5e", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/tasks/ClozeEditor.tsx:296", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/tasks/ClozeEditor.tsx:296"}, "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-662948bd76011855", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/tasks/MathInput.tsx:181", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/tasks/MathInput.tsx:181"}, "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-b7b2914a9df1aafd", "name": "Very large file: src/services/aiService.ts (2578 lines)", "shortDescription": {"text": "Very large file: src/services/aiService.ts (2578 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-e85a3038cf5165fd", "name": "Very large file: src/store/workspaceStore.ts (2272 lines)", "shortDescription": {"text": "Very large file: src/store/workspaceStore.ts (2272 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-88b89ca825d4ed33", "name": "Very large file: src/store/worksheetStore.ts (1540 lines)", "shortDescription": {"text": "Very large file: src/store/worksheetStore.ts (1540 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 168 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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 8 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 153 placeholder/mock markers across 53 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-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-2812d5f2e1414c26", "name": "Commented-code block (6 lines) in src/utils/docx/htmlToDocx.ts:324", "shortDescription": {"text": "Commented-code block (6 lines) in src/utils/docx/htmlToDocx.ts:324"}, "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-6be8dd29ac30d9aa", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/cloudSyncService.ts:113", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/cloudSyncService.ts:113"}, "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-02942169f4147310", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/cloudOAuthService.ts:138", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/cloudOAuthService.ts:138"}, "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-1b5a76780c3df9aa", "name": "1 env vars used in code but missing from .env.example", "shortDescription": {"text": "1 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `DEV`. 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/20846"}, "properties": {"repository": "TaughtMe/AB-Generator-CodexCopy", "repoUrl": "https://github.com/TaughtMe/AB-Generator-CodexCopy", "branch": "main"}, "results": [{"ruleId": "scanner-61fbd56bcf12e3f0", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/utils/thumbnailCapture.ts:65"}, "properties": {"repobilityId": "ed4d737787081dcf", "scanner": "scanner-primary", "fingerprint": "61fbd56bcf12e3f0", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-ec1f576b35b2a7ed", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/settings/CloudBackupSettings.tsx:506"}, "properties": {"repobilityId": "45189dd12b76cbca", "scanner": "scanner-primary", "fingerprint": "ec1f576b35b2a7ed", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-9f4d651e1cd9ee09", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/settings/SettingsView.tsx:386"}, "properties": {"repobilityId": "fd3f137034333b89", "scanner": "scanner-primary", "fingerprint": "9f4d651e1cd9ee09", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-de303a85272b2129", "level": "note", "message": {"text": "\"active\" state uses light bg in a dark theme \u2014 src/components/settings/SettingsView.tsx:206"}, "properties": {"repobilityId": "c77199aaa2bbfec9", "scanner": "scanner-primary", "fingerprint": "de303a85272b2129", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.active-light-bg"]}}, {"ruleId": "scanner-73f23d5047c66cfa", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/settings/SettingsModal.tsx:353"}, "properties": {"repobilityId": "c1721773ad7cce84", "scanner": "scanner-primary", "fingerprint": "73f23d5047c66cfa", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-dd01d4f48c327fd4", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/settings/FontUpload.tsx:95"}, "properties": {"repobilityId": "2e5115894cf1db14", "scanner": "scanner-primary", "fingerprint": "dd01d4f48c327fd4", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-1518cfaf2ce04d31", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/layout/OutlineNavigator.tsx:139"}, "properties": {"repobilityId": "abed1f0b1e5e905a", "scanner": "scanner-primary", "fingerprint": "1518cfaf2ce04d31", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-67f07514ebbb4498", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/ai/PatchPreviewDialog.tsx:107"}, "properties": {"repobilityId": "3daa6866d5a8a2e2", "scanner": "scanner-primary", "fingerprint": "67f07514ebbb4498", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-7320d1161b75fbc1", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/ai/AIImportWizard.tsx:288"}, "properties": {"repobilityId": "2640fe110e030518", "scanner": "scanner-primary", "fingerprint": "7320d1161b75fbc1", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-3972fa46f58779f5", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/ai/EditorChatSidebar.tsx:333"}, "properties": {"repobilityId": "af2e64b77194e1bf", "scanner": "scanner-primary", "fingerprint": "3972fa46f58779f5", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-8c8f51abf9b0aec9", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/print/TeacherFieldsPrint.tsx:50"}, "properties": {"repobilityId": "5e335a0448f4246e", "scanner": "scanner-primary", "fingerprint": "8c8f51abf9b0aec9", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-2d09a26c4e8484e7", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/TemplateGrid.tsx:104"}, "properties": {"repobilityId": "89e29fc3c0a317b6", "scanner": "scanner-primary", "fingerprint": "2d09a26c4e8484e7", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-aa907e1554b8cd1c", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/TemplateGallery.tsx:159"}, "properties": {"repobilityId": "13b3d0c730cdf2c8", "scanner": "scanner-primary", "fingerprint": "aa907e1554b8cd1c", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-f70d1603280137ab", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/TrashView.tsx:135"}, "properties": {"repobilityId": "dff67fc8dd852d8d", "scanner": "scanner-primary", "fingerprint": "f70d1603280137ab", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-4971d55d7db43e85", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/ClassesDashboard.tsx:271"}, "properties": {"repobilityId": "eb47843e18a3cb32", "scanner": "scanner-primary", "fingerprint": "4971d55d7db43e85", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-84a16c40c8ac9c7d", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/WorksheetCard.tsx:143"}, "properties": {"repobilityId": "de9177c90ab069b2", "scanner": "scanner-primary", "fingerprint": "84a16c40c8ac9c7d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-8b9ee13516492ca2", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/tasks/ClozeEditor.tsx:296"}, "properties": {"repobilityId": "229cb570428467ca", "scanner": "scanner-primary", "fingerprint": "8b9ee13516492ca2", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-368ce085fa1f9908", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/tasks/MathInput.tsx:181"}, "properties": {"repobilityId": "810df94d2fad8153", "scanner": "scanner-primary", "fingerprint": "368ce085fa1f9908", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-448d067da848d084", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/tasks/TableEditor.tsx:320"}, "properties": {"repobilityId": "b5fa3ca520e363a7", "scanner": "scanner-primary", "fingerprint": "448d067da848d084", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-7cf90b79118d848b", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/tasks/TaskCard.tsx:165"}, "properties": {"repobilityId": "dd62f81575276295", "scanner": "scanner-primary", "fingerprint": "7cf90b79118d848b", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-88b99953ddb31872", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/editor/SlashCommandMenu.tsx:165"}, "properties": {"repobilityId": "2608fdd95b828a61", "scanner": "scanner-primary", "fingerprint": "88b99953ddb31872", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-e6bb4f401a498145", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/editor/ExportWarningsDialog.tsx:108"}, "properties": {"repobilityId": "93be4100c543fe58", "scanner": "scanner-primary", "fingerprint": "e6bb4f401a498145", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-cccaaf0c8331b857", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/editor/WorksheetCanvas.tsx:450"}, "properties": {"repobilityId": "f7753d94ff5fea3a", "scanner": "scanner-primary", "fingerprint": "cccaaf0c8331b857", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-6d8b60593802fb56", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/editor/SourcesManagerModal.tsx:285"}, "properties": {"repobilityId": "233e93b83225fa4f", "scanner": "scanner-primary", "fingerprint": "6d8b60593802fb56", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-700bafa7260e6531", "level": "error", "message": {"text": "Runtime dotenv file present in repo: .env"}, "properties": {"repobilityId": "4b9c737a445874ba", "scanner": "scanner-primary", "fingerprint": "700bafa7260e6531", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["secrets", "config", "env-file", "runtime-env"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".env"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ad05d505b2a1d681", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in public/oauth-callback.html:52"}, "properties": {"repobilityId": "57ce219bea2ef671", "scanner": "scanner-primary", "fingerprint": "ad05d505b2a1d681", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "public/oauth-callback.html"}, "region": {"startLine": 52}}}]}, {"ruleId": "scanner-ab5f0a5d06fef27d", "level": "warning", "message": {"text": "Insecure pattern 'domparser_html_parse' in src/utils/docx/htmlToDocx.ts:77"}, "properties": {"repobilityId": "f6d63085712fc123", "scanner": "scanner-primary", "fingerprint": "ab5f0a5d06fef27d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "domparser_html_parse"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/utils/docx/htmlToDocx.ts"}, "region": {"startLine": 77}}}]}, {"ruleId": "scanner-ffed60cae458977b", "level": "warning", "message": {"text": "Insecure pattern 'domparser_html_parse' in src/utils/docx/renderers/table.ts:288"}, "properties": {"repobilityId": "b60761310fd4372d", "scanner": "scanner-primary", "fingerprint": "ffed60cae458977b", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "domparser_html_parse"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/utils/docx/renderers/table.ts"}, "region": {"startLine": 288}}}]}, {"ruleId": "scanner-b1996ea94ae187f3", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/print/TeacherFieldsPrint.tsx:50"}, "properties": {"repobilityId": "960c80ff4dce9327", "scanner": "scanner-primary", "fingerprint": "b1996ea94ae187f3", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/print/TeacherFieldsPrint.tsx"}, "region": {"startLine": 50}}}]}, {"ruleId": "scanner-8a86f706ea61e6fc", "level": "warning", "message": {"text": "Insecure pattern 'domparser_html_parse' in src/components/tasks/InformationTaskEditor.tsx:79"}, "properties": {"repobilityId": "6ed1088e136cd8a1", "scanner": "scanner-primary", "fingerprint": "8a86f706ea61e6fc", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "domparser_html_parse"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/tasks/InformationTaskEditor.tsx"}, "region": {"startLine": 79}}}]}, {"ruleId": "scanner-1578d2bb120b0a5e", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/tasks/ClozeEditor.tsx:296"}, "properties": {"repobilityId": "502032d46a728f1a", "scanner": "scanner-primary", "fingerprint": "1578d2bb120b0a5e", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/tasks/ClozeEditor.tsx"}, "region": {"startLine": 296}}}]}, {"ruleId": "scanner-662948bd76011855", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/tasks/MathInput.tsx:181"}, "properties": {"repobilityId": "771bca920e59f287", "scanner": "scanner-primary", "fingerprint": "662948bd76011855", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/tasks/MathInput.tsx"}, "region": {"startLine": 181}}}]}, {"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-b7b2914a9df1aafd", "level": "note", "message": {"text": "Very large file: src/services/aiService.ts (2578 lines)"}, "properties": {"repobilityId": "ce6a746bc7d12c0e", "scanner": "scanner-primary", "fingerprint": "b7b2914a9df1aafd", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-e85a3038cf5165fd", "level": "note", "message": {"text": "Very large file: src/store/workspaceStore.ts (2272 lines)"}, "properties": {"repobilityId": "c47c1c8485f1af49", "scanner": "scanner-primary", "fingerprint": "e85a3038cf5165fd", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-88b89ca825d4ed33", "level": "note", "message": {"text": "Very large file: src/store/worksheetStore.ts (1540 lines)"}, "properties": {"repobilityId": "a0865ee3ec3b059a", "scanner": "scanner-primary", "fingerprint": "88b89ca825d4ed33", "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": "0cede9b7c826fe20", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "736d5155751c62a6", "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": "260b775ee78e603d", "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": "d09591132212dbc6", "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": "2e484f1a03b90475", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "9d912d700cfe1d29", "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": "d8a3121038ffc491", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-2812d5f2e1414c26", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/utils/docx/htmlToDocx.ts:324"}, "properties": {"repobilityId": "35a8afa6a1f8ac2d", "scanner": "scanner-primary", "fingerprint": "2812d5f2e1414c26", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6be8dd29ac30d9aa", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/cloudSyncService.ts:113"}, "properties": {"repobilityId": "94c7ed206dd20cee", "scanner": "scanner-primary", "fingerprint": "6be8dd29ac30d9aa", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-02942169f4147310", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/cloudOAuthService.ts:138"}, "properties": {"repobilityId": "484ba28d5ff12818", "scanner": "scanner-primary", "fingerprint": "02942169f4147310", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1b5a76780c3df9aa", "level": "none", "message": {"text": "1 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "d04379b337b44a15", "scanner": "scanner-primary", "fingerprint": "1b5a76780c3df9aa", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}