{"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-2b9e0509e28f6441", "name": "TODO/FIXME marker in shipping code \u2014 apps/ios/app/(tabs)/friends.tsx:5", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 apps/ios/app/(tabs)/friends.tsx:5"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-ba6fef3232744079", "name": "Stray `console.log` in TS/JS \u2014 apps/web/app/b/[slug]/opengraph-image.tsx:23", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/web/app/b/[slug]/opengraph-image.tsx:23"}, "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-6719ea56efe5cc8b", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/app/me/_components/me-content.tsx:68", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/app/me/_components/me-content.tsx:68"}, "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-42efcbea29f92442", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/app/boards/[id]/_components/link-list.tsx:66", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/app/boards/[id]/_components/link-list.tsx:66"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-468822cfd7a53dcb", "name": "Stray `console.log` in TS/JS \u2014 supabase/functions/extract-youtube/index.ts:210", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 supabase/functions/extract-youtube/index.ts:210"}, "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-9573a9b84564e4b8", "name": "React Flow edge with `label=` but no project-wide edge-label CSS override \u2014 supabase/functions/extract-youtube/pipeline/", "shortDescription": {"text": "React Flow edge with `label=` but no project-wide edge-label CSS override \u2014 supabase/functions/extract-youtube/pipeline/maplinks.ts:104"}, "fullDescription": {"text": "React Flow edge labels render with a white rectangle behind the text by default, which scatters bright boxes across a dark canvas. Either drop the label, or override `.react-flow__edge-textbg` and `.react-flow__edge-text` in your stylesheet.\n\nWhy: P-H in CHECKLIST.md \u2014 vendor edge labels bleed white through a dark canvas.\nRule id: fq.edge-label.no-bg"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6735504d0834c783", "name": "Stray `console.log` in TS/JS \u2014 supabase/functions/extract-youtube/pipeline/youtube.ts:152", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 supabase/functions/extract-youtube/pipeline/youtube.ts:152"}, "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-fc828aeac897e404", "name": "Insecure pattern 'direct_innerhtml_assignment' in apps/web/app/b/[slug]/_components/public-board-map.tsx:20", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in apps/web/app/b/[slug]/_components/public-board-map.tsx:20"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-499356235fe50226", "name": "Insecure pattern 'direct_innerhtml_assignment' in apps/web/app/boards/[id]/_components/place-map.tsx:20", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in apps/web/app/boards/[id]/_components/place-map.tsx:20"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a4c8ff3b103f68be", "name": "Insecure pattern 'cors_wildcard' in supabase/functions/resolve-place/index.ts:40", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in supabase/functions/resolve-place/index.ts:40"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8bbaf8141b157429", "name": "Insecure pattern 'cors_wildcard' in supabase/functions/extract-youtube/index.ts:526", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in supabase/functions/extract-youtube/index.ts:526"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e9d6f8243940d26f", "name": "Insecure pattern 'domparser_html_parse' in supabase/functions/extract-youtube/pipeline/blog.ts:92", "shortDescription": {"text": "Insecure pattern 'domparser_html_parse' in supabase/functions/extract-youtube/pipeline/blog.ts:92"}, "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-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-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "29 tests / 132 src (ratio 0.22)."}, "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-06c2b64d96b53876", "name": "Node manifest has dependencies but no lockfile: apps/ios/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/ios/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4a9eb7dc7c6e3880", "name": "Node manifest has dependencies but no lockfile: apps/web/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/web/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-0a0634ffe3eb1107", "name": "Node manifest has dependencies but no lockfile: packages/api/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/api/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8c92dfc9a15b9c07", "name": "Node manifest has dependencies but no lockfile: packages/ui-tokens/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/ui-tokens/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-28e92806c0db3cd2", "name": "Node manifest has dependencies but no lockfile: packages/core/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/core/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "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 20 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 12 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, lockfile. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, ci, lockfile. 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-ad6054712d37af23", "name": "Commented-code block (5 lines) in apps/ios/metro.config.js:16", "shortDescription": {"text": "Commented-code block (5 lines) in apps/ios/metro.config.js:16"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-efc0a56d5213b736", "name": "Commented-code block (5 lines) in apps/ios/app.config.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in apps/ios/app.config.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-f1ff40a4c1f9b212", "name": "Commented-code block (5 lines) in apps/ios/__tests__/toast.test.tsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in apps/ios/__tests__/toast.test.tsx: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-ac61c6123d59eece", "name": "Commented-code block (6 lines) in apps/ios/__tests__/onboard-card.test.tsx:3", "shortDescription": {"text": "Commented-code block (6 lines) in apps/ios/__tests__/onboard-card.test.tsx: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-6e4b6ca030440f5f", "name": "Commented-code block (5 lines) in apps/ios/__tests__/step-indicator.test.tsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in apps/ios/__tests__/step-indicator.test.tsx: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-55e19b6310f535ca", "name": "Commented-code block (5 lines) in apps/ios/__tests__/failed-screen.test.tsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in apps/ios/__tests__/failed-screen.test.tsx: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-40237b5be1892116", "name": "Commented-code block (9 lines) in apps/ios/__tests__/realtime.test.ts:3", "shortDescription": {"text": "Commented-code block (9 lines) in apps/ios/__tests__/realtime.test.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-fa469e2a4ef465c8", "name": "Commented-code block (8 lines) in apps/ios/__tests__/onboarding.test.ts:3", "shortDescription": {"text": "Commented-code block (8 lines) in apps/ios/__tests__/onboarding.test.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-04bf1764c5c7b800", "name": "Commented-code block (9 lines) in apps/ios/__tests__/extraction-store.test.ts:3", "shortDescription": {"text": "Commented-code block (9 lines) in apps/ios/__tests__/extraction-store.test.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-edeae3a4633f53d5", "name": "Commented-code block (6 lines) in apps/ios/components/boards/city-picker.tsx:1", "shortDescription": {"text": "Commented-code block (6 lines) in apps/ios/components/boards/city-picker.tsx: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-3a0543dbafd8994a", "name": "Commented-code block (5 lines) in apps/ios/components/boards/place-list.tsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in apps/ios/components/boards/place-list.tsx: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-86f3696e5dbb6fc7", "name": "Commented-code block (5 lines) in apps/ios/components/boards/pin-sheet.tsx:31", "shortDescription": {"text": "Commented-code block (5 lines) in apps/ios/components/boards/pin-sheet.tsx:31"}, "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-946f001610862cb3", "name": "Commented-code block (7 lines) in apps/ios/app/boards/[id].tsx:272", "shortDescription": {"text": "Commented-code block (7 lines) in apps/ios/app/boards/[id].tsx:272"}, "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-7a7558069070977c", "name": "Commented-code block (8 lines) in apps/ios/lib/fonts.ts:3", "shortDescription": {"text": "Commented-code block (8 lines) in apps/ios/lib/fonts.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-4c19962db06c68f0", "name": "Commented-code block (5 lines) in supabase/functions/resolve-place/index.ts:14", "shortDescription": {"text": "Commented-code block (5 lines) in supabase/functions/resolve-place/index.ts:14"}, "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-7a790dfd8a0cde1c", "name": "Commented-code block (5 lines) in supabase/functions/resolve-place/pipeline/places-search.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in supabase/functions/resolve-place/pipeline/places-search.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-6624d62e79923fe2", "name": "Commented-code block (12 lines) in supabase/functions/extract-youtube/index.ts:1", "shortDescription": {"text": "Commented-code block (12 lines) in supabase/functions/extract-youtube/index.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-cbe0cf247c20423f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/extract-youtube/index.ts:102", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/extract-youtube/index.ts:102"}, "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-3bfc7b8011f783a5", "name": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/extract-youtube/pipeline/blog.ts:61", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/extract-youtube/pipeline/blog.ts:61"}, "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-72fd9c444c48f943", "name": "Commented-code block (5 lines) in supabase/functions/extract-youtube/pipeline/source.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in supabase/functions/extract-youtube/pipeline/source.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-df0452666bc2bf77", "name": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/extract-youtube/pipeline/claude.ts:56", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/extract-youtube/pipeline/claude.ts:56"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3aa80124169982ef", "name": "Commented-code block (8 lines) in supabase/functions/extract-youtube/pipeline/youtube.ts:81", "shortDescription": {"text": "Commented-code block (8 lines) in supabase/functions/extract-youtube/pipeline/youtube.ts:81"}, "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-0bcf9ce5e34e50a9", "name": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/extract-youtube/pipeline/youtube.ts:62", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/extract-youtube/pipeline/youtube.ts:62"}, "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-7c98a245773d2253", "name": "Commented-code block (5 lines) in supabase/functions/extract-youtube/pipeline/instagram.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in supabase/functions/extract-youtube/pipeline/instagram.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}}]}}, "automationDetails": {"id": "repobility/19286"}, "properties": {"repository": "SerendipityLife/MOAJOA", "repoUrl": "https://github.com/SerendipityLife/MOAJOA", "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-2b9e0509e28f6441", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 apps/ios/app/(tabs)/friends.tsx:5"}, "properties": {"repobilityId": "c94d4a8f1f876190", "scanner": "scanner-primary", "fingerprint": "2b9e0509e28f6441", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-ba6fef3232744079", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/web/app/b/[slug]/opengraph-image.tsx:23"}, "properties": {"repobilityId": "0edcf8169590cbb5", "scanner": "scanner-primary", "fingerprint": "ba6fef3232744079", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6719ea56efe5cc8b", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/app/me/_components/me-content.tsx:68"}, "properties": {"repobilityId": "9d871e21aefdef22", "scanner": "scanner-primary", "fingerprint": "6719ea56efe5cc8b", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-42efcbea29f92442", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/app/boards/[id]/_components/link-list.tsx:66"}, "properties": {"repobilityId": "6cc91b4e7e0a77e0", "scanner": "scanner-primary", "fingerprint": "42efcbea29f92442", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-468822cfd7a53dcb", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 supabase/functions/extract-youtube/index.ts:210"}, "properties": {"repobilityId": "589594b6a67a1cfa", "scanner": "scanner-primary", "fingerprint": "468822cfd7a53dcb", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-9573a9b84564e4b8", "level": "note", "message": {"text": "React Flow edge with `label=` but no project-wide edge-label CSS override \u2014 supabase/functions/extract-youtube/pipeline/maplinks.ts:104"}, "properties": {"repobilityId": "7c64c8c33e459ab8", "scanner": "scanner-primary", "fingerprint": "9573a9b84564e4b8", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.edge-label.no-bg"]}}, {"ruleId": "scanner-6735504d0834c783", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 supabase/functions/extract-youtube/pipeline/youtube.ts:152"}, "properties": {"repobilityId": "5711a4ec52cb6897", "scanner": "scanner-primary", "fingerprint": "6735504d0834c783", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-fc828aeac897e404", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in apps/web/app/b/[slug]/_components/public-board-map.tsx:20"}, "properties": {"repobilityId": "1136328d55978c67", "scanner": "scanner-primary", "fingerprint": "fc828aeac897e404", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/web/app/b/[slug]/_components/public-board-map.tsx"}, "region": {"startLine": 20}}}]}, {"ruleId": "scanner-499356235fe50226", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in apps/web/app/boards/[id]/_components/place-map.tsx:20"}, "properties": {"repobilityId": "deb2d2c17160533a", "scanner": "scanner-primary", "fingerprint": "499356235fe50226", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/web/app/boards/[id]/_components/place-map.tsx"}, "region": {"startLine": 20}}}]}, {"ruleId": "scanner-a4c8ff3b103f68be", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in supabase/functions/resolve-place/index.ts:40"}, "properties": {"repobilityId": "1cbc3f44e123450a", "scanner": "scanner-primary", "fingerprint": "a4c8ff3b103f68be", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "supabase/functions/resolve-place/index.ts"}, "region": {"startLine": 40}}}]}, {"ruleId": "scanner-8bbaf8141b157429", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in supabase/functions/extract-youtube/index.ts:526"}, "properties": {"repobilityId": "d55a86b080bd4ec4", "scanner": "scanner-primary", "fingerprint": "8bbaf8141b157429", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "supabase/functions/extract-youtube/index.ts"}, "region": {"startLine": 526}}}]}, {"ruleId": "scanner-e9d6f8243940d26f", "level": "warning", "message": {"text": "Insecure pattern 'domparser_html_parse' in supabase/functions/extract-youtube/pipeline/blog.ts:92"}, "properties": {"repobilityId": "ab371a6f94a3a056", "scanner": "scanner-primary", "fingerprint": "e9d6f8243940d26f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "domparser_html_parse"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "supabase/functions/extract-youtube/pipeline/blog.ts"}, "region": {"startLine": 92}}}]}, {"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-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": "68fda84743f2b87d", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-06c2b64d96b53876", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/ios/package.json"}, "properties": {"repobilityId": "4db1e6cfec07ddef", "scanner": "scanner-primary", "fingerprint": "06c2b64d96b53876", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/ios/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4a9eb7dc7c6e3880", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/web/package.json"}, "properties": {"repobilityId": "6c1704bf24cf19ac", "scanner": "scanner-primary", "fingerprint": "4a9eb7dc7c6e3880", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/web/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0a0634ffe3eb1107", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/api/package.json"}, "properties": {"repobilityId": "61aa8b13d545e157", "scanner": "scanner-primary", "fingerprint": "0a0634ffe3eb1107", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/api/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8c92dfc9a15b9c07", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/ui-tokens/package.json"}, "properties": {"repobilityId": "8d101b3a6ce65725", "scanner": "scanner-primary", "fingerprint": "8c92dfc9a15b9c07", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ui-tokens/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-28e92806c0db3cd2", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/core/package.json"}, "properties": {"repobilityId": "8640e46be7e3f9b2", "scanner": "scanner-primary", "fingerprint": "28e92806c0db3cd2", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/core/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "48f3d230fd8746dc", "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": "d1995519cc2fa976", "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": "420e7286fdae9b06", "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": "16a0403725686728", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "5dd9496715cbe12b", "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": "1df454dadbffd1ee", "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": "d939bafe0d9666f8", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-ad6054712d37af23", "level": "none", "message": {"text": "Commented-code block (5 lines) in apps/ios/metro.config.js:16"}, "properties": {"repobilityId": "a5c04b35949d5dc6", "scanner": "scanner-primary", "fingerprint": "ad6054712d37af23", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-efc0a56d5213b736", "level": "none", "message": {"text": "Commented-code block (5 lines) in apps/ios/app.config.ts:3"}, "properties": {"repobilityId": "740fa247932da346", "scanner": "scanner-primary", "fingerprint": "efc0a56d5213b736", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f1ff40a4c1f9b212", "level": "none", "message": {"text": "Commented-code block (5 lines) in apps/ios/__tests__/toast.test.tsx:3"}, "properties": {"repobilityId": "c8160c615bc63f2e", "scanner": "scanner-primary", "fingerprint": "f1ff40a4c1f9b212", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ac61c6123d59eece", "level": "none", "message": {"text": "Commented-code block (6 lines) in apps/ios/__tests__/onboard-card.test.tsx:3"}, "properties": {"repobilityId": "0be4cb0f0a59f65f", "scanner": "scanner-primary", "fingerprint": "ac61c6123d59eece", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6e4b6ca030440f5f", "level": "none", "message": {"text": "Commented-code block (5 lines) in apps/ios/__tests__/step-indicator.test.tsx:3"}, "properties": {"repobilityId": "67bbc537feb4c330", "scanner": "scanner-primary", "fingerprint": "6e4b6ca030440f5f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-55e19b6310f535ca", "level": "none", "message": {"text": "Commented-code block (5 lines) in apps/ios/__tests__/failed-screen.test.tsx:3"}, "properties": {"repobilityId": "ad6e142c807d94ba", "scanner": "scanner-primary", "fingerprint": "55e19b6310f535ca", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-40237b5be1892116", "level": "none", "message": {"text": "Commented-code block (9 lines) in apps/ios/__tests__/realtime.test.ts:3"}, "properties": {"repobilityId": "f0ab3083e768fcb0", "scanner": "scanner-primary", "fingerprint": "40237b5be1892116", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fa469e2a4ef465c8", "level": "none", "message": {"text": "Commented-code block (8 lines) in apps/ios/__tests__/onboarding.test.ts:3"}, "properties": {"repobilityId": "032cc9a1ab0be5c9", "scanner": "scanner-primary", "fingerprint": "fa469e2a4ef465c8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-04bf1764c5c7b800", "level": "none", "message": {"text": "Commented-code block (9 lines) in apps/ios/__tests__/extraction-store.test.ts:3"}, "properties": {"repobilityId": "21650f6ad3d33700", "scanner": "scanner-primary", "fingerprint": "04bf1764c5c7b800", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-edeae3a4633f53d5", "level": "none", "message": {"text": "Commented-code block (6 lines) in apps/ios/components/boards/city-picker.tsx:1"}, "properties": {"repobilityId": "b75a8e7fad2dc498", "scanner": "scanner-primary", "fingerprint": "edeae3a4633f53d5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3a0543dbafd8994a", "level": "none", "message": {"text": "Commented-code block (5 lines) in apps/ios/components/boards/place-list.tsx:3"}, "properties": {"repobilityId": "e1676575c91c275c", "scanner": "scanner-primary", "fingerprint": "3a0543dbafd8994a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-86f3696e5dbb6fc7", "level": "none", "message": {"text": "Commented-code block (5 lines) in apps/ios/components/boards/pin-sheet.tsx:31"}, "properties": {"repobilityId": "eeb8bf5898c95f22", "scanner": "scanner-primary", "fingerprint": "86f3696e5dbb6fc7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-946f001610862cb3", "level": "none", "message": {"text": "Commented-code block (7 lines) in apps/ios/app/boards/[id].tsx:272"}, "properties": {"repobilityId": "d0689c1e44132592", "scanner": "scanner-primary", "fingerprint": "946f001610862cb3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7a7558069070977c", "level": "none", "message": {"text": "Commented-code block (8 lines) in apps/ios/lib/fonts.ts:3"}, "properties": {"repobilityId": "affeaf55a8177f2e", "scanner": "scanner-primary", "fingerprint": "7a7558069070977c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4c19962db06c68f0", "level": "none", "message": {"text": "Commented-code block (5 lines) in supabase/functions/resolve-place/index.ts:14"}, "properties": {"repobilityId": "878fa93f310a93ab", "scanner": "scanner-primary", "fingerprint": "4c19962db06c68f0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7a790dfd8a0cde1c", "level": "none", "message": {"text": "Commented-code block (5 lines) in supabase/functions/resolve-place/pipeline/places-search.ts:3"}, "properties": {"repobilityId": "fde9e5e69aab9f93", "scanner": "scanner-primary", "fingerprint": "7a790dfd8a0cde1c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6624d62e79923fe2", "level": "none", "message": {"text": "Commented-code block (12 lines) in supabase/functions/extract-youtube/index.ts:1"}, "properties": {"repobilityId": "bdfa2fe71b9cd531", "scanner": "scanner-primary", "fingerprint": "6624d62e79923fe2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-cbe0cf247c20423f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/extract-youtube/index.ts:102"}, "properties": {"repobilityId": "20d0843b11bc5074", "scanner": "scanner-primary", "fingerprint": "cbe0cf247c20423f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3bfc7b8011f783a5", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/extract-youtube/pipeline/blog.ts:61"}, "properties": {"repobilityId": "4b1ce3e73468ad9a", "scanner": "scanner-primary", "fingerprint": "3bfc7b8011f783a5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-72fd9c444c48f943", "level": "none", "message": {"text": "Commented-code block (5 lines) in supabase/functions/extract-youtube/pipeline/source.ts:3"}, "properties": {"repobilityId": "e90b11a10c9d6cb4", "scanner": "scanner-primary", "fingerprint": "72fd9c444c48f943", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-df0452666bc2bf77", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/extract-youtube/pipeline/claude.ts:56"}, "properties": {"repobilityId": "f90b48b510839f16", "scanner": "scanner-primary", "fingerprint": "df0452666bc2bf77", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3aa80124169982ef", "level": "none", "message": {"text": "Commented-code block (8 lines) in supabase/functions/extract-youtube/pipeline/youtube.ts:81"}, "properties": {"repobilityId": "e5c12243009574df", "scanner": "scanner-primary", "fingerprint": "3aa80124169982ef", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0bcf9ce5e34e50a9", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/extract-youtube/pipeline/youtube.ts:62"}, "properties": {"repobilityId": "392cc50325ba608a", "scanner": "scanner-primary", "fingerprint": "0bcf9ce5e34e50a9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-7c98a245773d2253", "level": "none", "message": {"text": "Commented-code block (5 lines) in supabase/functions/extract-youtube/pipeline/instagram.ts:3"}, "properties": {"repobilityId": "570edc86834d31b7", "scanner": "scanner-primary", "fingerprint": "7c98a245773d2253", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}