{"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-320398580dc15187", "name": "Stray `console.log` in TS/JS \u2014 scripts/extract-guides.ts:74", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/extract-guides.ts:74"}, "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-b576e124df83e3b2", "name": "Stray `console.log` in TS/JS \u2014 scripts/extract-data.ts:70", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/extract-data.ts:70"}, "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-c41ca9df2f7004a1", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/Breadcrumb.tsx:148", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/Breadcrumb.tsx:148"}, "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-e45f2d69f9248376", "name": "Icon-only button without accessible name \u2014 src/components/EbookModal.tsx:58", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/components/EbookModal.tsx:58"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5c089940d05edf5a", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/ToolStructuredData.tsx:33", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/ToolStructuredData.tsx:33"}, "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-e678c40b753a4f04", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/AchievementNotification.tsx:20", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/AchievementNotification.tsx:20"}, "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-569f3af9febe70c7", "name": "Icon-only button without accessible name \u2014 src/components/SchedulePicker.tsx:19", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/components/SchedulePicker.tsx:19"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d3e7f3a904fde8df", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/ActivityCard.tsx:39", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/ActivityCard.tsx:39"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e36ed0922dc9de3f", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/HeaderAuthButton.tsx:55", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/HeaderAuthButton.tsx:55"}, "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-b294ae08e59c81f7", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/seo/UnitSEOContent.tsx:215", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/seo/UnitSEOContent.tsx:215"}, "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-c652248ed71797aa", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/page.tsx:96", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/page.tsx:96"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ffaa8e72fd15dea0", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/layout.tsx:104", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/layout.tsx:104"}, "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-a87f8928f9b737c4", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/about/page.tsx:25", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/about/page.tsx:25"}, "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-f4d5b69fb7cd0120", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/blog/page.tsx:76", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/blog/page.tsx:76"}, "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-addf1d5d73e62d50", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/blog/[slug]/page.tsx:177", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/blog/[slug]/page.tsx:177"}, "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-ce1749616fe27506", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/blog/[slug]/page.tsx:166", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/blog/[slug]/page.tsx:166"}, "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-26fcda49ecb86a3b", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/jlpt-n5/unit/[id]/ClientPage.tsx:61", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/jlpt-n5/unit/[id]/ClientPage.tsx:61"}, "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-318da4bee04362d4", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/jlpt-n5/guide/GuideOverviewClient.tsx:73", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/jlpt-n5/guide/GuideOverviewClient.tsx:73"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-7c9cf678996bc92d", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/intermediate/unit/[id]/ClientPage.tsx:100", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/intermediate/unit/[id]/ClientPage.tsx:100"}, "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-99742d745f8b88a7", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/intermediate/guide/GuideOverviewClient.tsx:75", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/intermediate/guide/GuideOverviewClient.tsx:75"}, "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-bf8ed516384faa58", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/dashboard/schedule/page.tsx:91", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/dashboard/schedule/page.tsx:91"}, "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-47abb8ea64509d90", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/upper-intermediate/unit/[id]/ClientPage.tsx:100", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/upper-intermediate/unit/[id]/ClientPage.tsx:100"}, "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-d0891688930c2a18", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/upper-intermediate/guide/GuideOverviewClient.tsx:73", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/upper-intermediate/guide/GuideOverviewClient.tsx:73"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-862ea3a05ea29273", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/exam-info/page.tsx:130", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/exam-info/page.tsx:130"}, "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-b932ef2f6f083a9d", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/jlpt-n2/unit/[id]/ClientPage.tsx:61", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/jlpt-n2/unit/[id]/ClientPage.tsx:61"}, "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-594f953f00961903", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/jlpt-n2/guide/GuideOverviewClient.tsx:75", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/jlpt-n2/guide/GuideOverviewClient.tsx:75"}, "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-ae5d5c5dc9230b42", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/jlpt-n1/unit/[id]/ClientPage.tsx:61", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/jlpt-n1/unit/[id]/ClientPage.tsx:61"}, "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-175db839d5741816", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/jlpt-n1/guide/GuideOverviewClient.tsx:52", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/jlpt-n1/guide/GuideOverviewClient.tsx:52"}, "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-6e387626f42d5a8c", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/jlpt-n3/unit/[id]/ClientPage.tsx:61", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/jlpt-n3/unit/[id]/ClientPage.tsx:61"}, "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-36fb7f6222050af7", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/jlpt-n3/guide/GuideOverviewClient.tsx:75", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/jlpt-n3/guide/GuideOverviewClient.tsx:75"}, "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-21a7b0372d344fd4", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/elementary/unit/[id]/ClientPage.tsx:100", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/elementary/unit/[id]/ClientPage.tsx:100"}, "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-2b5b8a52c4c998d3", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/elementary/guide/GuideOverviewClient.tsx:75", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/elementary/guide/GuideOverviewClient.tsx:75"}, "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-386e5d912325028a", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/jlpt-n4/unit/[id]/ClientPage.tsx:61", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/jlpt-n4/unit/[id]/ClientPage.tsx:61"}, "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-5041747d6602814c", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/jlpt-n4/guide/GuideOverviewClient.tsx:73", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/jlpt-n4/guide/GuideOverviewClient.tsx:73"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-6eecbe4945e6d5d7", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/faq/page.tsx:89", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/faq/page.tsx:89"}, "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-166dff3c3df6a10e", "name": "ORM models found but no DB engine detected", "shortDescription": {"text": "ORM models found but no DB engine detected"}, "fullDescription": {"text": "The repo defines tables/models but no DB connection string was found. Likely lives in env vars or a config file the scanner didn't read."}, "properties": {"scanner": "scanner-primary", "layer": "data", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-c260516c2fa65b75", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/Breadcrumb.tsx:148", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/Breadcrumb.tsx:148"}, "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-a30e967427b1f23f", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/ToolStructuredData.tsx:33", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/ToolStructuredData.tsx:33"}, "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-d8f9e0c77ee0839a", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/seo/UnitSEOContent.tsx:215", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/seo/UnitSEOContent.tsx:215"}, "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-c3547efc86abc18b", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/page.tsx:96", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/page.tsx:96"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-50279372f6ff0e38", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/layout.tsx:104", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/layout.tsx:104"}, "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-4d0f0f00e6925f00", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/about/page.tsx:25", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/about/page.tsx:25"}, "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-0d81316ce8a352e8", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/blog/page.tsx:76", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/blog/page.tsx:76"}, "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-481830c56782bcb6", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/blog/[slug]/page.tsx:166", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/blog/[slug]/page.tsx:166"}, "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-8a273f0f08c14f3c", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/exam-info/page.tsx:130", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/exam-info/page.tsx:130"}, "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-7023c8b3a0bd9e09", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/faq/page.tsx:89", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/faq/page.tsx:89"}, "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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "16 test file(s) for 264 source file(s) (ratio 0.06). 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 24 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 114 placeholder/mock markers across 51 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-11825279136b53a3", "name": "CI is configured but no tests are detected", "shortDescription": {"text": "CI is configured but no tests are detected"}, "fullDescription": {"text": "A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, tests. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-17d866d91a7c451e", "name": "Agent instruction/config may expose a secret: CLAUDE.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: CLAUDE.md"}, "fullDescription": {"text": "Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-c0ad9dec62e5f292", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/DailyChallenge.tsx:59", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/DailyChallenge.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-2cf695f1905baac7", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/ebook-request/route.ts:16", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/ebook-request/route.ts:16"}, "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-1f8467963a3b6270", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/supabase-server.ts:9", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/supabase-server.ts:9"}, "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}}]}}, "automationDetails": {"id": "repobility/22127"}, "properties": {"repository": "vega-create/learn-chparenting-cloudflare", "repoUrl": "https://github.com/vega-create/learn-chparenting-cloudflare", "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-320398580dc15187", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/extract-guides.ts:74"}, "properties": {"repobilityId": "b344544db46ee69e", "scanner": "scanner-primary", "fingerprint": "320398580dc15187", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-b576e124df83e3b2", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/extract-data.ts:70"}, "properties": {"repobilityId": "aff44d051490979c", "scanner": "scanner-primary", "fingerprint": "b576e124df83e3b2", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c41ca9df2f7004a1", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/Breadcrumb.tsx:148"}, "properties": {"repobilityId": "8e156425474ba28a", "scanner": "scanner-primary", "fingerprint": "c41ca9df2f7004a1", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-e45f2d69f9248376", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/components/EbookModal.tsx:58"}, "properties": {"repobilityId": "2d8fe38e95d276ce", "scanner": "scanner-primary", "fingerprint": "e45f2d69f9248376", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-5c089940d05edf5a", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/ToolStructuredData.tsx:33"}, "properties": {"repobilityId": "0144be837bf08f03", "scanner": "scanner-primary", "fingerprint": "5c089940d05edf5a", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-e678c40b753a4f04", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/AchievementNotification.tsx:20"}, "properties": {"repobilityId": "16d71ae5993970f7", "scanner": "scanner-primary", "fingerprint": "e678c40b753a4f04", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-569f3af9febe70c7", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/components/SchedulePicker.tsx:19"}, "properties": {"repobilityId": "b10822571d6b0dcf", "scanner": "scanner-primary", "fingerprint": "569f3af9febe70c7", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-d3e7f3a904fde8df", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/ActivityCard.tsx:39"}, "properties": {"repobilityId": "9c05020a97e3ed48", "scanner": "scanner-primary", "fingerprint": "d3e7f3a904fde8df", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-e36ed0922dc9de3f", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/HeaderAuthButton.tsx:55"}, "properties": {"repobilityId": "69069f1eed60531c", "scanner": "scanner-primary", "fingerprint": "e36ed0922dc9de3f", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-b294ae08e59c81f7", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/seo/UnitSEOContent.tsx:215"}, "properties": {"repobilityId": "654518204a46ff8e", "scanner": "scanner-primary", "fingerprint": "b294ae08e59c81f7", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-c652248ed71797aa", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/page.tsx:96"}, "properties": {"repobilityId": "4d4ab3e03315f684", "scanner": "scanner-primary", "fingerprint": "c652248ed71797aa", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-ffaa8e72fd15dea0", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/layout.tsx:104"}, "properties": {"repobilityId": "0d72350965068f5b", "scanner": "scanner-primary", "fingerprint": "ffaa8e72fd15dea0", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-a87f8928f9b737c4", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/about/page.tsx:25"}, "properties": {"repobilityId": "8fd3d3d868e82023", "scanner": "scanner-primary", "fingerprint": "a87f8928f9b737c4", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-f4d5b69fb7cd0120", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/blog/page.tsx:76"}, "properties": {"repobilityId": "41b4d8ab3226bd10", "scanner": "scanner-primary", "fingerprint": "f4d5b69fb7cd0120", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-addf1d5d73e62d50", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/blog/[slug]/page.tsx:177"}, "properties": {"repobilityId": "ebab03108feea57d", "scanner": "scanner-primary", "fingerprint": "addf1d5d73e62d50", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-ce1749616fe27506", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/blog/[slug]/page.tsx:166"}, "properties": {"repobilityId": "edc166468e8868e7", "scanner": "scanner-primary", "fingerprint": "ce1749616fe27506", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-26fcda49ecb86a3b", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/jlpt-n5/unit/[id]/ClientPage.tsx:61"}, "properties": {"repobilityId": "c7ed22274d1a5e55", "scanner": "scanner-primary", "fingerprint": "26fcda49ecb86a3b", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-318da4bee04362d4", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/jlpt-n5/guide/GuideOverviewClient.tsx:73"}, "properties": {"repobilityId": "484e35f7b2f6285c", "scanner": "scanner-primary", "fingerprint": "318da4bee04362d4", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-7c9cf678996bc92d", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/intermediate/unit/[id]/ClientPage.tsx:100"}, "properties": {"repobilityId": "6e24ddb677e9c10f", "scanner": "scanner-primary", "fingerprint": "7c9cf678996bc92d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-99742d745f8b88a7", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/intermediate/guide/GuideOverviewClient.tsx:75"}, "properties": {"repobilityId": "981f24d6b48ad3d7", "scanner": "scanner-primary", "fingerprint": "99742d745f8b88a7", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-bf8ed516384faa58", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/dashboard/schedule/page.tsx:91"}, "properties": {"repobilityId": "cef2ddab964f2065", "scanner": "scanner-primary", "fingerprint": "bf8ed516384faa58", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-47abb8ea64509d90", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/upper-intermediate/unit/[id]/ClientPage.tsx:100"}, "properties": {"repobilityId": "8c24ac03577f5a6c", "scanner": "scanner-primary", "fingerprint": "47abb8ea64509d90", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-d0891688930c2a18", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/upper-intermediate/guide/GuideOverviewClient.tsx:73"}, "properties": {"repobilityId": "792100a8dcc06bc8", "scanner": "scanner-primary", "fingerprint": "d0891688930c2a18", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-862ea3a05ea29273", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/exam-info/page.tsx:130"}, "properties": {"repobilityId": "e4c583ea44f7ce07", "scanner": "scanner-primary", "fingerprint": "862ea3a05ea29273", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-b932ef2f6f083a9d", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/jlpt-n2/unit/[id]/ClientPage.tsx:61"}, "properties": {"repobilityId": "37337b02f2841797", "scanner": "scanner-primary", "fingerprint": "b932ef2f6f083a9d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-594f953f00961903", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/jlpt-n2/guide/GuideOverviewClient.tsx:75"}, "properties": {"repobilityId": "c71bb8dccb4d54d3", "scanner": "scanner-primary", "fingerprint": "594f953f00961903", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-ae5d5c5dc9230b42", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/jlpt-n1/unit/[id]/ClientPage.tsx:61"}, "properties": {"repobilityId": "48acca8b6a5c0d75", "scanner": "scanner-primary", "fingerprint": "ae5d5c5dc9230b42", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-175db839d5741816", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/jlpt-n1/guide/GuideOverviewClient.tsx:52"}, "properties": {"repobilityId": "5f3257c7e1581812", "scanner": "scanner-primary", "fingerprint": "175db839d5741816", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-6e387626f42d5a8c", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/jlpt-n3/unit/[id]/ClientPage.tsx:61"}, "properties": {"repobilityId": "99caf75a0c818335", "scanner": "scanner-primary", "fingerprint": "6e387626f42d5a8c", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-36fb7f6222050af7", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/jlpt-n3/guide/GuideOverviewClient.tsx:75"}, "properties": {"repobilityId": "e8fdefb5f9586c3c", "scanner": "scanner-primary", "fingerprint": "36fb7f6222050af7", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-21a7b0372d344fd4", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/elementary/unit/[id]/ClientPage.tsx:100"}, "properties": {"repobilityId": "5a6f5fc516d4a28b", "scanner": "scanner-primary", "fingerprint": "21a7b0372d344fd4", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-2b5b8a52c4c998d3", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/elementary/guide/GuideOverviewClient.tsx:75"}, "properties": {"repobilityId": "8589dd500ab3b8b2", "scanner": "scanner-primary", "fingerprint": "2b5b8a52c4c998d3", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-386e5d912325028a", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/jlpt-n4/unit/[id]/ClientPage.tsx:61"}, "properties": {"repobilityId": "16d8368a380d58d4", "scanner": "scanner-primary", "fingerprint": "386e5d912325028a", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-5041747d6602814c", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/jlpt-n4/guide/GuideOverviewClient.tsx:73"}, "properties": {"repobilityId": "4fb95f0931ee0f33", "scanner": "scanner-primary", "fingerprint": "5041747d6602814c", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-6eecbe4945e6d5d7", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/faq/page.tsx:89"}, "properties": {"repobilityId": "7607b1ef167f7cdd", "scanner": "scanner-primary", "fingerprint": "6eecbe4945e6d5d7", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-166dff3c3df6a10e", "level": "warning", "message": {"text": "ORM models found but no DB engine detected"}, "properties": {"repobilityId": "cda36de65e114635", "scanner": "scanner-primary", "fingerprint": "166dff3c3df6a10e", "layer": "data", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-c260516c2fa65b75", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/Breadcrumb.tsx:148"}, "properties": {"repobilityId": "4bf882d361c01e58", "scanner": "scanner-primary", "fingerprint": "c260516c2fa65b75", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/Breadcrumb.tsx"}, "region": {"startLine": 148}}}]}, {"ruleId": "scanner-a30e967427b1f23f", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/ToolStructuredData.tsx:33"}, "properties": {"repobilityId": "422f7e88cbb7831f", "scanner": "scanner-primary", "fingerprint": "a30e967427b1f23f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/ToolStructuredData.tsx"}, "region": {"startLine": 33}}}]}, {"ruleId": "scanner-d8f9e0c77ee0839a", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/seo/UnitSEOContent.tsx:215"}, "properties": {"repobilityId": "594f47a0b49d2dbd", "scanner": "scanner-primary", "fingerprint": "d8f9e0c77ee0839a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/seo/UnitSEOContent.tsx"}, "region": {"startLine": 215}}}]}, {"ruleId": "scanner-c3547efc86abc18b", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/page.tsx:96"}, "properties": {"repobilityId": "88fd235b712bda65", "scanner": "scanner-primary", "fingerprint": "c3547efc86abc18b", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/page.tsx"}, "region": {"startLine": 96}}}]}, {"ruleId": "scanner-50279372f6ff0e38", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/layout.tsx:104"}, "properties": {"repobilityId": "0bca654fa2052eb0", "scanner": "scanner-primary", "fingerprint": "50279372f6ff0e38", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/layout.tsx"}, "region": {"startLine": 104}}}]}, {"ruleId": "scanner-4d0f0f00e6925f00", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/about/page.tsx:25"}, "properties": {"repobilityId": "7ba73de1c01fa8e9", "scanner": "scanner-primary", "fingerprint": "4d0f0f00e6925f00", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/about/page.tsx"}, "region": {"startLine": 25}}}]}, {"ruleId": "scanner-0d81316ce8a352e8", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/blog/page.tsx:76"}, "properties": {"repobilityId": "0f7434f401785d28", "scanner": "scanner-primary", "fingerprint": "0d81316ce8a352e8", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/blog/page.tsx"}, "region": {"startLine": 76}}}]}, {"ruleId": "scanner-481830c56782bcb6", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/blog/[slug]/page.tsx:166"}, "properties": {"repobilityId": "df5a2a4c38f975f6", "scanner": "scanner-primary", "fingerprint": "481830c56782bcb6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/blog/[slug]/page.tsx"}, "region": {"startLine": 166}}}]}, {"ruleId": "scanner-8a273f0f08c14f3c", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/exam-info/page.tsx:130"}, "properties": {"repobilityId": "ec1b0a79c86656ec", "scanner": "scanner-primary", "fingerprint": "8a273f0f08c14f3c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/exam-info/page.tsx"}, "region": {"startLine": 130}}}]}, {"ruleId": "scanner-7023c8b3a0bd9e09", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/faq/page.tsx:89"}, "properties": {"repobilityId": "ed9209e1f5af80f5", "scanner": "scanner-primary", "fingerprint": "7023c8b3a0bd9e09", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/faq/page.tsx"}, "region": {"startLine": 89}}}]}, {"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": "48f35acb947c0623", "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": "7d2b9e4c720bdde9", "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": "2d5998190bd42cbb", "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": "ff02a5c85c5a3e74", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-11825279136b53a3", "level": "warning", "message": {"text": "CI is configured but no tests are detected"}, "properties": {"repobilityId": "b30f26f97f4c32c4", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "ac576e4f4e1fb9c5", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "ead6bca64c6f950b", "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": "da750122d65f870e", "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": "73c7853d56707454", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-17d866d91a7c451e", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: CLAUDE.md"}, "properties": {"repobilityId": "ccce5984e58a48f0", "scanner": "scanner-primary", "fingerprint": "17d866d91a7c451e", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "CLAUDE.md"}, "region": {"startLine": 75}}}]}, {"ruleId": "scanner-c0ad9dec62e5f292", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/DailyChallenge.tsx:59"}, "properties": {"repobilityId": "d75e1531f34c8a7c", "scanner": "scanner-primary", "fingerprint": "c0ad9dec62e5f292", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2cf695f1905baac7", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/ebook-request/route.ts:16"}, "properties": {"repobilityId": "796b426457f3ba27", "scanner": "scanner-primary", "fingerprint": "2cf695f1905baac7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1f8467963a3b6270", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/supabase-server.ts:9"}, "properties": {"repobilityId": "a56de4779b1f84dc", "scanner": "scanner-primary", "fingerprint": "1f8467963a3b6270", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}