{"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-9877a8d4ebe89865", "name": "Stray `console.log` in TS/JS \u2014 scripts/job-stats.ts:35", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/job-stats.ts:35"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6cab22e066bf9fc6", "name": "Stray `console.log` in TS/JS \u2014 scripts/probe-transcript.ts:11", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/probe-transcript.ts:11"}, "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-7bea7dabf7ac114a", "name": "Stray `console.log` in TS/JS \u2014 scripts/probe-supadata.ts:40", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/probe-supadata.ts:40"}, "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-f0e1cb8b46eda13d", "name": "Stray `console.log` in TS/JS \u2014 scripts/rebuild-lessons.ts:46", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/rebuild-lessons.ts:46"}, "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-450ca4d09dcca894", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/AttentionTimeline.tsx:153", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/AttentionTimeline.tsx:153"}, "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-3ddcb97e7602ede7", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/ui/chart.tsx:73", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/ui/chart.tsx:73"}, "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-868dd5b4e0a40ec8", "name": "Stray `console.log` in TS/JS \u2014 src/lib/processLesson.server.ts:36", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/processLesson.server.ts:36"}, "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-28b5a0085a7d7b39", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/ui/chart.tsx:73", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/ui/chart.tsx:73"}, "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-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "18 tests / 117 src (ratio 0.15)."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "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 41 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 16 placeholder/mock markers across 10 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-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. 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-b58a12cb30e3f65f", "name": "Commented-code block (6 lines) in vite.config.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in vite.config.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-8c4f0e1b53b1b3db", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/job-stats.ts:23", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/job-stats.ts:23"}, "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-3c84bbdb37224247", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/rebuild-lessons.ts:31", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/rebuild-lessons.ts:31"}, "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-ceb252804e13e360", "name": "Commented-code block (5 lines) in src/components/LessonSkeleton.tsx:4", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/LessonSkeleton.tsx:4"}, "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-0f0de302e3c062a6", "name": "Commented-code block (5 lines) in src/components/VerdictBadge.tsx:4", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/VerdictBadge.tsx:4"}, "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-e6839dce61374bd4", "name": "Commented-code block (6 lines) in src/lib/processLesson.server.test.ts:20", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/processLesson.server.test.ts:20"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-f33bd55b21e2301d", "name": "Commented-code block (5 lines) in src/lib/lessonPrompt.test.ts:4", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/lessonPrompt.test.ts:4"}, "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-6538d1d2a2458dcd", "name": "Commented-code block (5 lines) in src/lib/serverEnv.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/serverEnv.ts:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-368851456c1c767b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/openaiLesson.server.ts:90", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/openaiLesson.server.ts:90"}, "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-2ff9808449e53a95", "name": "Commented-code block (5 lines) in src/lib/mvpFlow.ts:131", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/mvpFlow.ts:131"}, "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-8aac537dd09e3c1b", "name": "Commented-code block (6 lines) in src/lib/ingest.functions.ts:38", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/ingest.functions.ts:38"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-4f5840514b2c6ff5", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/ogImage.server.ts:15", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/ogImage.server.ts:15"}, "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-271182b25146f68d", "name": "Commented-code block (8 lines) in src/lib/config.server.ts:10", "shortDescription": {"text": "Commented-code block (8 lines) in src/lib/config.server.ts:10"}, "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-c36fe0670942de5b", "name": "Commented-code block (7 lines) in src/lib/api/example.functions.ts:6", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/api/example.functions.ts:6"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-ce466e9054450503", "name": "Commented-code block (7 lines) in src/routes/processing.$videoId.tsx:45", "shortDescription": {"text": "Commented-code block (7 lines) in src/routes/processing.$videoId.tsx:45"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/18753"}, "properties": {"repository": "sahilsinghM/watchlater", "repoUrl": "https://github.com/sahilsinghM/watchlater", "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-9877a8d4ebe89865", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/job-stats.ts:35"}, "properties": {"repobilityId": "205369a42b8064d3", "scanner": "scanner-primary", "fingerprint": "9877a8d4ebe89865", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6cab22e066bf9fc6", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/probe-transcript.ts:11"}, "properties": {"repobilityId": "1b9589440777613a", "scanner": "scanner-primary", "fingerprint": "6cab22e066bf9fc6", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-7bea7dabf7ac114a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/probe-supadata.ts:40"}, "properties": {"repobilityId": "a6761e23d963118f", "scanner": "scanner-primary", "fingerprint": "7bea7dabf7ac114a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f0e1cb8b46eda13d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/rebuild-lessons.ts:46"}, "properties": {"repobilityId": "910e4edb7cf69fb8", "scanner": "scanner-primary", "fingerprint": "f0e1cb8b46eda13d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-450ca4d09dcca894", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/AttentionTimeline.tsx:153"}, "properties": {"repobilityId": "41fec2a586ae4d36", "scanner": "scanner-primary", "fingerprint": "450ca4d09dcca894", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-3ddcb97e7602ede7", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/ui/chart.tsx:73"}, "properties": {"repobilityId": "b8c68f17a4018107", "scanner": "scanner-primary", "fingerprint": "3ddcb97e7602ede7", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-868dd5b4e0a40ec8", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/processLesson.server.ts:36"}, "properties": {"repobilityId": "0de9f6268ebdd06d", "scanner": "scanner-primary", "fingerprint": "868dd5b4e0a40ec8", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-28b5a0085a7d7b39", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/ui/chart.tsx:73"}, "properties": {"repobilityId": "33f10636e53b4298", "scanner": "scanner-primary", "fingerprint": "28b5a0085a7d7b39", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/ui/chart.tsx"}, "region": {"startLine": 73}}}]}, {"ruleId": "scanner-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "93875f7779eadc4b", "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": "a615ee1f98d6be0a", "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": "bac90a90094fd947", "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": "948b27abf565cacf", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "edfbca55e0358f88", "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": "505259bdda86009c", "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": "5c3e44f3c31b3036", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-b58a12cb30e3f65f", "level": "none", "message": {"text": "Commented-code block (6 lines) in vite.config.ts:1"}, "properties": {"repobilityId": "304265361978ccb8", "scanner": "scanner-primary", "fingerprint": "b58a12cb30e3f65f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8c4f0e1b53b1b3db", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/job-stats.ts:23"}, "properties": {"repobilityId": "25e260adb4437b52", "scanner": "scanner-primary", "fingerprint": "8c4f0e1b53b1b3db", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3c84bbdb37224247", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/rebuild-lessons.ts:31"}, "properties": {"repobilityId": "d5bc20d576f7d2d9", "scanner": "scanner-primary", "fingerprint": "3c84bbdb37224247", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-ceb252804e13e360", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/LessonSkeleton.tsx:4"}, "properties": {"repobilityId": "ea921643f3044e56", "scanner": "scanner-primary", "fingerprint": "ceb252804e13e360", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0f0de302e3c062a6", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/VerdictBadge.tsx:4"}, "properties": {"repobilityId": "b318f9be82f66c0c", "scanner": "scanner-primary", "fingerprint": "0f0de302e3c062a6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e6839dce61374bd4", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/processLesson.server.test.ts:20"}, "properties": {"repobilityId": "04a37457cf08cae4", "scanner": "scanner-primary", "fingerprint": "e6839dce61374bd4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f33bd55b21e2301d", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/lessonPrompt.test.ts:4"}, "properties": {"repobilityId": "a79a0b3d8e45343a", "scanner": "scanner-primary", "fingerprint": "f33bd55b21e2301d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6538d1d2a2458dcd", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/serverEnv.ts:3"}, "properties": {"repobilityId": "02895973da93c697", "scanner": "scanner-primary", "fingerprint": "6538d1d2a2458dcd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-368851456c1c767b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/openaiLesson.server.ts:90"}, "properties": {"repobilityId": "e17a5abab5c4b6e9", "scanner": "scanner-primary", "fingerprint": "368851456c1c767b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2ff9808449e53a95", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/mvpFlow.ts:131"}, "properties": {"repobilityId": "bb51aeb092023dab", "scanner": "scanner-primary", "fingerprint": "2ff9808449e53a95", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8aac537dd09e3c1b", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/ingest.functions.ts:38"}, "properties": {"repobilityId": "89c26d758c1ddc77", "scanner": "scanner-primary", "fingerprint": "8aac537dd09e3c1b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4f5840514b2c6ff5", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/ogImage.server.ts:15"}, "properties": {"repobilityId": "626f2e27e92fb35e", "scanner": "scanner-primary", "fingerprint": "4f5840514b2c6ff5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-271182b25146f68d", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/lib/config.server.ts:10"}, "properties": {"repobilityId": "0fe19510db4ea396", "scanner": "scanner-primary", "fingerprint": "271182b25146f68d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c36fe0670942de5b", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/api/example.functions.ts:6"}, "properties": {"repobilityId": "bb4ff698c669d1cb", "scanner": "scanner-primary", "fingerprint": "c36fe0670942de5b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ce466e9054450503", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/routes/processing.$videoId.tsx:45"}, "properties": {"repobilityId": "e4d8602d12e0bce3", "scanner": "scanner-primary", "fingerprint": "ce466e9054450503", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}