{"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-4f6a97cfe8cd85fa", "name": "Stray `console.log` in TS/JS \u2014 scripts/persist-recovered-booking.ts:25", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/persist-recovered-booking.ts:25"}, "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-25b7ff39c5306813", "name": "Stray `console.log` in TS/JS \u2014 scripts/build-destinations-seed.ts:358", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/build-destinations-seed.ts:358"}, "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-b7db98aedd4771f5", "name": "Stray `console.log` in TS/JS \u2014 scripts/run-lighthouse.ts:143", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/run-lighthouse.ts:143"}, "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-125068d8e5d7c77c", "name": "Stray `console.log` in TS/JS \u2014 scripts/audit-polish-coverage.ts:40", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/audit-polish-coverage.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-069bf05f9fe9f01e", "name": "Stray `console.log` in TS/JS \u2014 scripts/test-destinations-sample.ts:204", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/test-destinations-sample.ts:204"}, "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-af1f0ea7b194a887", "name": "Stray `console.log` in TS/JS \u2014 scripts/booking-smoke.ts:22", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/booking-smoke.ts:22"}, "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-719088bcca84832f", "name": "Stray `console.log` in TS/JS \u2014 scripts/smoke-liteapi.ts:44", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/smoke-liteapi.ts:44"}, "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-865397dc68db454f", "name": "Stray `console.log` in TS/JS \u2014 prisma/seed.ts:68", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 prisma/seed.ts:68"}, "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-0816b1296cefd125", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/flights/flight-filters.tsx:57", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/flights/flight-filters.tsx:57"}, "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-f6966a79640e7241", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/flights/airport-combobox.tsx:145", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/flights/airport-combobox.tsx:145"}, "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-00901b8dbd688936", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/search/guests-field.tsx:140", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/search/guests-field.tsx:140"}, "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-04d51dfb8d722cfa", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/publisher/mood-landing.tsx:124", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/publisher/mood-landing.tsx:124"}, "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-4da99bacce2791df", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/publisher/category-page.tsx:86", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/publisher/category-page.tsx:86"}, "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-2775a23229ee90f9", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/layout.tsx:171", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/layout.tsx:171"}, "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-ecfcd721a9e1dc5d", "name": "Stray `console.log` in TS/JS \u2014 src/app/api/liteapi/flights-webhook/route.ts:163", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/app/api/liteapi/flights-webhook/route.ts:163"}, "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-a67b49593aec6833", "name": "Stray `console.log` in TS/JS \u2014 src/app/api/booking/webhook/route.ts:119", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/app/api/booking/webhook/route.ts:119"}, "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-f407be47bdd2dda4", "name": "Stray `console.log` in TS/JS \u2014 src/app/api/booking/book/route.ts:123", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/app/api/booking/book/route.ts:123"}, "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-1bff7626a75ed2be", "name": "Stray `console.log` in TS/JS \u2014 src/app/api/vitals/route.ts:9", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/app/api/vitals/route.ts:9"}, "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-4ad1b29c2c4f9f0f", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/raporty/page.tsx:57", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/raporty/page.tsx:57"}, "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-fb23ae32d29cdbd7", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/raporty/[slug]/page.tsx:119", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/raporty/[slug]/page.tsx:119"}, "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-05e5105b6a8c6c22", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/porownanie/page.tsx:83", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/porownanie/page.tsx:83"}, "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-5c1bc7bef1e0b9e3", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/porownanie/[para]/page.tsx:354", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/porownanie/[para]/page.tsx:354"}, "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-2b656acd1739c459", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/hotele/szukaj/_components/collapsible-search-bar.tsx:87", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/hotele/szukaj/_components/collapsible-search-bar.tsx:87"}, "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-585bed1b5dc82a5c", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/hotele/szukaj/_components/result-card.tsx:160", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/hotele/szukaj/_components/result-card.tsx:160"}, "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-8f8f26a59ca11455", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/hotele/[hotelId]/page.tsx:321", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/hotele/[hotelId]/page.tsx:321"}, "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-a1602f8d9cef28f8", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/hotele/[hotelId]/page.tsx:292", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/hotele/[hotelId]/page.tsx:292"}, "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-6a7b0c7a68a4226e", "name": "\"active\" state uses light bg in a dark theme \u2014 src/app/hotele/[hotelId]/_components/hotel-gallery.tsx:131", "shortDescription": {"text": "\"active\" state uses light bg in a dark theme \u2014 src/app/hotele/[hotelId]/_components/hotel-gallery.tsx:131"}, "fullDescription": {"text": "A ternary like `active ? 'bg-white' : '...'` (or bg-gray-100/200) on a dark theme produces jarring white pills. Use a dark-emphasized active state instead \u2014 border + ring or slightly brighter dark bg. Example: `active ? 'bg-gray-800 border-gray-500 ring-1 ring-blue-500/30' : '\u2026'`.\n\nWhy: P-E in CHECKLIST.md \u2014 light bg in a dark theme is a class of regression.\nRule id: fq.active-light-bg"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-73903ecc4f8d11db", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/hotele/w/[miasto]/page.tsx:352", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/hotele/w/[miasto]/page.tsx:352"}, "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-f09a688d299e4e4f", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/najlepsze-kierunki/[sezon]/page.tsx:135", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/najlepsze-kierunki/[sezon]/page.tsx:135"}, "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-8430f11941bc6a30", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/kierunki/page.tsx:322", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/kierunki/page.tsx:322"}, "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-8ba6ba3877ae2d02", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/kierunki/[slug]/page.tsx:295", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/kierunki/[slug]/page.tsx:295"}, "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-7dd500bcd6c9c096", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/kierunki/[slug]/[miesiac]/page.tsx:325", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/kierunki/[slug]/[miesiac]/page.tsx:325"}, "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-01cb905351d1ddd4", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/inspiracje/page.tsx:117", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/inspiracje/page.tsx:117"}, "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-ca6a7a93b8dfec65", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/inspiracje/[slug]/page.tsx:131", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/inspiracje/[slug]/page.tsx:131"}, "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-a09d892e83be359d", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/redakcja/page.tsx:74", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/redakcja/page.tsx:74"}, "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-62f1baaaac50dd36", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/jak-pracujemy/page.tsx:111", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/jak-pracujemy/page.tsx:111"}, "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-6fa9eee02b6f6b35", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/polityka-prywatnosci/page.tsx:671", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/polityka-prywatnosci/page.tsx:671"}, "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-29c2c635b873a71f", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/faq/page.tsx:81", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/faq/page.tsx:81"}, "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-4f2a906a63f11eea", "name": "Stray `console.log` in TS/JS \u2014 src/lib/email/send-booking-confirmation.ts:144", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/email/send-booking-confirmation.ts:144"}, "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-cbef5a976c54dd0e", "name": "Stray `console.log` in TS/JS \u2014 src/lib/email/send-flight-alerts.ts:67", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/email/send-flight-alerts.ts:67"}, "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-d962bf6eb5e9bb83", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/lib/html/sanitize.ts:3", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/lib/html/sanitize.ts:3"}, "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-63249af701a75728", "name": "Stray `console.log` in TS/JS \u2014 src/lib/mvp/month-index-policy.test.ts:11", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/mvp/month-index-policy.test.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-72c7b7749a06ecef", "name": "Stray `console.log` in TS/JS \u2014 src/lib/liteapi/booking.ts:163", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/liteapi/booking.ts:163"}, "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-6aa88c002101a052", "name": "TODO/FIXME marker in shipping code \u2014 src/lib/flights/airports.ts:16", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/lib/flights/airports.ts:16"}, "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-cb3ca5750026cd8a", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/publisher/mood-landing.tsx:124", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/publisher/mood-landing.tsx:124"}, "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-fa41878292be85cb", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/publisher/category-page.tsx:86", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/publisher/category-page.tsx:86"}, "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-e9c6dbdd12f9fc4f", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/layout.tsx:171", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/layout.tsx:171"}, "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-822ce90fe59c7589", "name": "Insecure pattern 'cors_wildcard' in src/app/api/health/route.ts:81", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in src/app/api/health/route.ts:81"}, "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-41e9cc5ca92d3044", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/raporty/page.tsx:57", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/raporty/page.tsx:57"}, "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-d811e9e933aa5d79", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/raporty/[slug]/page.tsx:119", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/raporty/[slug]/page.tsx:119"}, "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-40a0b095f165a832", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/porownanie/page.tsx:83", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/porownanie/page.tsx:83"}, "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-7a309824f4fff750", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/porownanie/[para]/page.tsx:354", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/porownanie/[para]/page.tsx:354"}, "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-201c20b4cb60936d", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/hotele/[hotelId]/page.tsx:292", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/hotele/[hotelId]/page.tsx:292"}, "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-a47f9becaa1ad92f", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/hotele/w/[miasto]/page.tsx:352", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/hotele/w/[miasto]/page.tsx:352"}, "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-e1dad91062757ea2", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/najlepsze-kierunki/[sezon]/page.tsx:135", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/najlepsze-kierunki/[sezon]/page.tsx:135"}, "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-c7e116e41314a909", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/kierunki/page.tsx:322", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/kierunki/page.tsx:322"}, "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-2aed8ec2a722ed9d", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/kierunki/[slug]/page.tsx:295", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/kierunki/[slug]/page.tsx:295"}, "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-27520b66a5a9f38a", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/kierunki/[slug]/[miesiac]/page.tsx:325", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/kierunki/[slug]/[miesiac]/page.tsx:325"}, "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-7d0184559977f981", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/inspiracje/page.tsx:117", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/inspiracje/page.tsx:117"}, "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-ca1273d2e117d579", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/inspiracje/[slug]/page.tsx:131", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/inspiracje/[slug]/page.tsx:131"}, "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-6ebd265033fd781e", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/redakcja/page.tsx:74", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/redakcja/page.tsx:74"}, "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-3450f162d18d5eb1", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/jak-pracujemy/page.tsx:111", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/jak-pracujemy/page.tsx:111"}, "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-53651baaf153b8e3", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/polityka-prywatnosci/page.tsx:671", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/polityka-prywatnosci/page.tsx:671"}, "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-f4f801c72d60e097", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/faq/page.tsx:81", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/faq/page.tsx:81"}, "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-cf4b7614c9c30c9d", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-1b6a17214b652d18", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-cb639d9a10a47b23", "name": "package.json defines install-time lifecycle scripts", "shortDescription": {"text": "package.json defines install-time lifecycle scripts"}, "fullDescription": {"text": "preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-80900bc31d933eab", "name": "Very large file: scripts/build-destinations-seed.ts (1320 lines)", "shortDescription": {"text": "Very large file: scripts/build-destinations-seed.ts (1320 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5140ef43c0e81d33", "name": "Very large file: src/lib/mvp/publisher-content.ts (1983 lines)", "shortDescription": {"text": "Very large file: src/lib/mvp/publisher-content.ts (1983 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-97ef5b1ae1aae036", "name": "Very large file: src/lib/mvp/destination-content.ts (1236 lines)", "shortDescription": {"text": "Very large file: src/lib/mvp/destination-content.ts (1236 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "17 test file(s) for 262 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 69 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 33 placeholder/mock markers across 14 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-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-d6d14bac2ee9defc", "name": "Commented-code block (7 lines) in middleware.ts:117", "shortDescription": {"text": "Commented-code block (7 lines) in middleware.ts:117"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-c6e1d3824c82bc13", "name": "Commented-code block (6 lines) in next.config.ts:81", "shortDescription": {"text": "Commented-code block (6 lines) in next.config.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-92b5125afc8208a7", "name": "Commented-code block (5 lines) in scripts/build-destinations-seed.ts:5", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/build-destinations-seed.ts:5"}, "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-6dbbd284a7b0b648", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/build-destinations-seed.ts:408", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/build-destinations-seed.ts:408"}, "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-3bf18c602aba4556", "name": "Commented-code block (7 lines) in scripts/test-destinations-sample.ts:5", "shortDescription": {"text": "Commented-code block (7 lines) in scripts/test-destinations-sample.ts:5"}, "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-be9820b1b22e6940", "name": "Commented-code block (7 lines) in scripts/smoke-liteapi.ts:15", "shortDescription": {"text": "Commented-code block (7 lines) in scripts/smoke-liteapi.ts:15"}, "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-6006e37aa5b0eaf9", "name": "Commented-code block (9 lines) in src/components/mvp/stay-offers-panel.tsx:130", "shortDescription": {"text": "Commented-code block (9 lines) in src/components/mvp/stay-offers-panel.tsx:130"}, "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-43ec8fe073283edf", "name": "Commented-code block (5 lines) in src/components/flights/airline-logo.tsx:5", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/flights/airline-logo.tsx:5"}, "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-aeea601b6c73987f", "name": "Commented-code block (5 lines) in src/components/flights/airport-combobox.tsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/flights/airport-combobox.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-6c7515ef03857f1b", "name": "Commented-code block (5 lines) in src/components/search/guests-field.tsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/search/guests-field.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-354c0b602cba0e19", "name": "Commented-code block (5 lines) in src/components/search/range-calendar.tsx:8", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/search/range-calendar.tsx:8"}, "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-627d0442a1a1f90f", "name": "Commented-code block (5 lines) in src/components/search/date-range-field.tsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/search/date-range-field.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-c73a9b60c682dd88", "name": "Commented-code block (6 lines) in src/components/search/origin-combobox.tsx:3", "shortDescription": {"text": "Commented-code block (6 lines) in src/components/search/origin-combobox.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-42c3c0ca52706da4", "name": "Commented-code block (7 lines) in src/components/site/google-analytics.tsx:5", "shortDescription": {"text": "Commented-code block (7 lines) in src/components/site/google-analytics.tsx:5"}, "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-394fc1003556a40a", "name": "Commented-code block (13 lines) in src/components/site/cookie-consent-banner.tsx:5", "shortDescription": {"text": "Commented-code block (13 lines) in src/components/site/cookie-consent-banner.tsx:5"}, "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-baddf81a4b81e1c5", "name": "Commented-code block (5 lines) in src/components/site/media-hero.tsx:16", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/site/media-hero.tsx: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-4edd77652d339450", "name": "Commented-code block (5 lines) in src/components/home/home-search-tabs.tsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/home/home-search-tabs.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-7c112b2a027bdb90", "name": "Commented-code block (6 lines) in src/components/home/destination-tile.tsx:8", "shortDescription": {"text": "Commented-code block (6 lines) in src/components/home/destination-tile.tsx:8"}, "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-7b375cc4a6ce8afc", "name": "Commented-code block (15 lines) in src/app/robots.ts:12", "shortDescription": {"text": "Commented-code block (15 lines) in src/app/robots.ts:12"}, "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-eb9faa43ad9d427e", "name": "Commented-code block (7 lines) in src/app/sitemap.ts:13", "shortDescription": {"text": "Commented-code block (7 lines) in src/app/sitemap.ts:13"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-838b8bd9eec200a0", "name": "Commented-code block (5 lines) in src/app/page.tsx:70", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/page.tsx:70"}, "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-5fd678ee74e850ba", "name": "Commented-code block (5 lines) in src/app/layout.tsx:37", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/layout.tsx:37"}, "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-74d84f7c9d7a8630", "name": "Commented-code block (5 lines) in src/app/loty/potwierdzenie/[bookingId]/_components/flight-confirmation.tsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/loty/potwierdzenie/[bookingId]/_components/flight-confirmation.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-a2e681cb65404135", "name": "Commented-code block (6 lines) in src/app/loty/platnosc/page.tsx:36", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/loty/platnosc/page.tsx:36"}, "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-ea574ae5d981e13a", "name": "Commented-code block (7 lines) in src/app/loty/platnosc/return/page.tsx:1", "shortDescription": {"text": "Commented-code block (7 lines) in src/app/loty/platnosc/return/page.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-7393423e0aae540a", "name": "Commented-code block (6 lines) in src/app/loty/dodatki/page.tsx:3", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/loty/dodatki/page.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-16c07783212c7b0e", "name": "Commented-code block (6 lines) in src/app/loty/wyniki/_components/flight-results.tsx:3", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/loty/wyniki/_components/flight-results.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-0a545ee4e18ad38b", "name": "Commented-code block (5 lines) in src/app/api/health/route.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/api/health/route.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-a41ca0c2b76a8f88", "name": "Commented-code block (11 lines) in src/app/api/liteapi/flights-webhook/route.ts:6", "shortDescription": {"text": "Commented-code block (11 lines) in src/app/api/liteapi/flights-webhook/route.ts:6"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-beca09372eacea65", "name": "Commented-code block (8 lines) in src/app/api/hotels/rates/batch/route.ts:23", "shortDescription": {"text": "Commented-code block (8 lines) in src/app/api/hotels/rates/batch/route.ts:23"}, "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-86d58a0f53e64ec0", "name": "Commented-code block (5 lines) in src/app/api/flights/booking/[bookingId]/route.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/api/flights/booking/[bookingId]/route.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-b92a50cc6ca44a78", "name": "Commented-code block (7 lines) in src/app/api/flights/prebook/route.ts:4", "shortDescription": {"text": "Commented-code block (7 lines) in src/app/api/flights/prebook/route.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-32ddda0772d8dabc", "name": "Commented-code block (6 lines) in src/app/api/booking/booking-routes.test.ts:337", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/api/booking/booking-routes.test.ts:337"}, "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-e606f2890f8b2e94", "name": "Commented-code block (5 lines) in src/app/api/booking/webhook/route.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/api/booking/webhook/route.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-0ed6dd2c222afb31", "name": "Commented-code block (5 lines) in src/app/api/booking/prebook/route.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/api/booking/prebook/route.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-f76702fec565cdb2", "name": "Commented-code block (10 lines) in src/app/api/booking/book/route.ts:33", "shortDescription": {"text": "Commented-code block (10 lines) in src/app/api/booking/book/route.ts:33"}, "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-ebbe48c1acb1c180", "name": "Commented-code block (5 lines) in src/app/api/admin/email-test/route.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/api/admin/email-test/route.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-3a5daa023ee62a11", "name": "Commented-code block (5 lines) in src/app/api/places/autocomplete/route.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/api/places/autocomplete/route.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-00b510defaeb071e", "name": "Commented-code block (5 lines) in src/app/api/destinations/suggest/route.ts:7", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/api/destinations/suggest/route.ts:7"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-1852d5e4ef256da4", "name": "Commented-code block (5 lines) in src/app/hotele/szukaj/page.tsx:25", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/hotele/szukaj/page.tsx:25"}, "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-735995ca4b2ef96c", "name": "Commented-code block (6 lines) in src/app/hotele/szukaj/_components/result-card.tsx:4", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/hotele/szukaj/_components/result-card.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-4250fdba3f059e74", "name": "Commented-code block (6 lines) in src/app/hotele/szukaj/_components/hotel-card-image.tsx:3", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/hotele/szukaj/_components/hotel-card-image.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-d1c443c28b1b8b31", "name": "Commented-code block (6 lines) in src/app/hotele/szukaj/_components/results-list.tsx:63", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/hotele/szukaj/_components/results-list.tsx:63"}, "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-83480c6e97258289", "name": "Commented-code block (10 lines) in src/app/hotele/[hotelId]/loading.tsx:3", "shortDescription": {"text": "Commented-code block (10 lines) in src/app/hotele/[hotelId]/loading.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-2f46231ec0c9102e", "name": "Commented-code block (9 lines) in src/app/hotele/[hotelId]/page.tsx:21", "shortDescription": {"text": "Commented-code block (9 lines) in src/app/hotele/[hotelId]/page.tsx:21"}, "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-e6d9ab18e25e12b8", "name": "Commented-code block (7 lines) in src/app/hotele/[hotelId]/_components/rooms-section.tsx:5", "shortDescription": {"text": "Commented-code block (7 lines) in src/app/hotele/[hotelId]/_components/rooms-section.tsx:5"}, "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-d71e36c2ec1ab8ba", "name": "Commented-code block (6 lines) in src/app/hotele/[hotelId]/_components/hotel-gallery.tsx:3", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/hotele/[hotelId]/_components/hotel-gallery.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-74ab804d61b225e5", "name": "Commented-code block (7 lines) in src/app/hotele/[hotelId]/_components/save-hotel-button.tsx:5", "shortDescription": {"text": "Commented-code block (7 lines) in src/app/hotele/[hotelId]/_components/save-hotel-button.tsx:5"}, "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-11c168706fae6a91", "name": "Commented-code block (6 lines) in src/app/hotele/rezerwacja/page.tsx:122", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/hotele/rezerwacja/page.tsx:122"}, "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-2cff9afed3437234", "name": "Commented-code block (5 lines) in src/app/hotele/rezerwacja/return/page.tsx:18", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/hotele/rezerwacja/return/page.tsx:18"}, "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-4656d095ce4636bd", "name": "Commented-code block (13 lines) in src/app/hotele/rezerwacja/_components/payment-slot.tsx:5", "shortDescription": {"text": "Commented-code block (13 lines) in src/app/hotele/rezerwacja/_components/payment-slot.tsx:5"}, "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-5c933ab294be41eb", "name": "Commented-code block (5 lines) in src/app/hotele/rezerwacja/_components/checkout-steps.tsx:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/hotele/rezerwacja/_components/checkout-steps.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-65efcf2611a7f796", "name": "Commented-code block (5 lines) in src/app/hotele/rezerwacja/_components/trust-strip.tsx:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/hotele/rezerwacja/_components/trust-strip.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-925e26d3f5b01a0f", "name": "Commented-code block (12 lines) in src/app/hotele/rezerwacja/_components/reservation-form.tsx:7", "shortDescription": {"text": "Commented-code block (12 lines) in src/app/hotele/rezerwacja/_components/reservation-form.tsx:7"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-d2bdbebc3fac468b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/hotele/rezerwacja/_components/reservation-form.tsx:285", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/hotele/rezerwacja/_components/reservation-form.tsx:285"}, "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-2fb77932fd9f9baf", "name": "Commented-code block (6 lines) in src/app/hotele/rezerwacja/_components/optional-guests-accordion.tsx:3", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/hotele/rezerwacja/_components/optional-guests-accordion.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-ca99f3b0fe9b2571", "name": "Commented-code block (6 lines) in src/app/hotele/rezerwacja/_components/webview-hint.tsx:5", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/hotele/rezerwacja/_components/webview-hint.tsx:5"}, "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-6d56e39b13b75d59", "name": "Commented-code block (8 lines) in src/app/hotele/w/[miasto]/page.tsx:8", "shortDescription": {"text": "Commented-code block (8 lines) in src/app/hotele/w/[miasto]/page.tsx:8"}, "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-38503a7da150c43a", "name": "Commented-code block (5 lines) in src/app/kierunki/page.tsx:108", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/kierunki/page.tsx:108"}, "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-8488c25dcfb1a79b", "name": "Commented-code block (6 lines) in src/app/kierunki/[slug]/[miesiac]/page.tsx:64", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/kierunki/[slug]/[miesiac]/page.tsx:64"}, "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-f2d3838920b00f36", "name": "Commented-code block (7 lines) in src/app/regulamin/page.tsx:7", "shortDescription": {"text": "Commented-code block (7 lines) in src/app/regulamin/page.tsx:7"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-1fdfbf18dd0fd2f2", "name": "Commented-code block (8 lines) in src/app/polityka-prywatnosci/page.tsx:7", "shortDescription": {"text": "Commented-code block (8 lines) in src/app/polityka-prywatnosci/page.tsx:7"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-6757d9e49428bce2", "name": "Commented-code block (5 lines) in src/lib/rate-limit.ts:17", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/rate-limit.ts:17"}, "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-ac1f88a30099cffc", "name": "Commented-code block (8 lines) in src/lib/email/send-booking-confirmation.ts:4", "shortDescription": {"text": "Commented-code block (8 lines) in src/lib/email/send-booking-confirmation.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-3536f1f9b260add5", "name": "Commented-code block (5 lines) in src/lib/email/client.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/email/client.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-32a48e66a06865d6", "name": "Commented-code block (8 lines) in src/lib/email/templates/booking-confirmation.test.ts:3", "shortDescription": {"text": "Commented-code block (8 lines) in src/lib/email/templates/booking-confirmation.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-160046ec6b874ccd", "name": "Commented-code block (10 lines) in src/lib/email/templates/booking-confirmation.ts:3", "shortDescription": {"text": "Commented-code block (10 lines) in src/lib/email/templates/booking-confirmation.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-24ff931aa71f1608", "name": "Commented-code block (8 lines) in src/lib/analytics/track.ts:8", "shortDescription": {"text": "Commented-code block (8 lines) in src/lib/analytics/track.ts:8"}, "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-366581ba449da3ee", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/mvp/ai.ts:49", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/mvp/ai.ts:49"}, "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-721b10e4df382563", "name": "Commented-code block (5 lines) in src/lib/mvp/destinations-seed.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/mvp/destinations-seed.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-9dd21f76e8e5f2c5", "name": "Commented-code block (9 lines) in src/lib/mvp/destination-suggest-fuse.ts:3", "shortDescription": {"text": "Commented-code block (9 lines) in src/lib/mvp/destination-suggest-fuse.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-8a3b32a52811c1d9", "name": "Commented-code block (6 lines) in src/lib/mvp/comparisons.ts:142", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/mvp/comparisons.ts:142"}, "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-cbe29d60fbbfa774", "name": "Commented-code block (5 lines) in src/lib/mvp/affiliate-links.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/mvp/affiliate-links.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-f6b7e67a45bfdebe", "name": "Commented-code block (5 lines) in src/lib/mvp/location.ts:22", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/mvp/location.ts:22"}, "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-7f1fa4085b5a0d9e", "name": "Commented-code block (6 lines) in src/lib/mvp/month-index-policy.ts:3", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/mvp/month-index-policy.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-98c1a13ec5d7db25", "name": "Commented-code block (5 lines) in src/lib/mvp/liteapi.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/mvp/liteapi.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-bf7ccbf049aaf6b5", "name": "Commented-code block (5 lines) in src/lib/mvp/reports.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/mvp/reports.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-88c0a8b1da3f50c1", "name": "Commented-code block (6 lines) in src/lib/mvp/live-hotel-stats.ts:3", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/mvp/live-hotel-stats.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-4a88dda95448406f", "name": "Commented-code block (19 lines) in src/lib/mvp/commercial-cities.ts:9", "shortDescription": {"text": "Commented-code block (19 lines) in src/lib/mvp/commercial-cities.ts:9"}, "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-bfe5ee8ba94a366e", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/mvp/pexels-media.ts:106", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/mvp/pexels-media.ts:106"}, "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-dc454d5e6a0f3272", "name": "Commented-code block (5 lines) in src/lib/mvp/travel-moods.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/mvp/travel-moods.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-f6b5f11c1916ae57", "name": "Commented-code block (12 lines) in src/lib/mvp/site.ts:8", "shortDescription": {"text": "Commented-code block (12 lines) in src/lib/mvp/site.ts:8"}, "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-6cf68dba9577b071", "name": "Commented-code block (5 lines) in src/lib/mvp/scoring.ts:212", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/mvp/scoring.ts:212"}, "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-49b95f224d326f36", "name": "Commented-code block (11 lines) in src/lib/mvp/category-slug.ts:1", "shortDescription": {"text": "Commented-code block (11 lines) in src/lib/mvp/category-slug.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-b160eacce48afa8c", "name": "Commented-code block (6 lines) in src/lib/mvp/destination-suggestions.ts:90", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/mvp/destination-suggestions.ts:90"}, "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-e36e9d6bdcdb332d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/mvp/geoapify.ts:153", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/mvp/geoapify.ts:153"}, "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-604337a22d4733a0", "name": "Commented-code block (5 lines) in src/lib/mvp/service.ts:346", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/mvp/service.ts:346"}, "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-fa9a46bd809dd716", "name": "Commented-code block (5 lines) in src/lib/mvp/authors.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/mvp/authors.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-3aead3bafa3976c5", "name": "Commented-code block (8 lines) in src/lib/liteapi/booking.ts:3", "shortDescription": {"text": "Commented-code block (8 lines) in src/lib/liteapi/booking.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-22bbb68071f5238f", "name": "Commented-code block (5 lines) in src/lib/liteapi/booking-errors.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/liteapi/booking-errors.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-85e2a8723963b299", "name": "Commented-code block (6 lines) in src/lib/liteapi/prebook.ts:34", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/liteapi/prebook.ts:34"}, "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-6c04f865c822664d", "name": "Commented-code block (6 lines) in src/lib/liteapi/hotel.ts:10", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/liteapi/hotel.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-1d871ce5882dea4c", "name": "Commented-code block (7 lines) in src/lib/liteapi/search.ts:11", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/liteapi/search.ts:11"}, "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-a651a305bd3bf160", "name": "Commented-code block (5 lines) in src/lib/liteapi/facilities.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/liteapi/facilities.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-01028275106d37d7", "name": "Commented-code block (8 lines) in src/lib/liteapi/client.ts:1", "shortDescription": {"text": "Commented-code block (8 lines) in src/lib/liteapi/client.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-7ad1620eb4afd29d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/liteapi/client.ts:240", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/liteapi/client.ts:240"}, "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-7a39c4b9d284aa01", "name": "Commented-code block (7 lines) in src/lib/liteapi/client.test.ts:42", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/liteapi/client.test.ts:42"}, "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-a2b9cc88d12ebc71", "name": "Commented-code block (8 lines) in src/lib/liteapi/booking.test.ts:161", "shortDescription": {"text": "Commented-code block (8 lines) in src/lib/liteapi/booking.test.ts:161"}, "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-4d1f949b4195887b", "name": "Commented-code block (7 lines) in src/lib/liteapi/retrieve.ts:19", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/liteapi/retrieve.ts:19"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-5e3fcf99b3223065", "name": "Commented-code block (7 lines) in src/lib/liteapi/payments.ts:3", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/liteapi/payments.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-4217c67b1671ff7d", "name": "Commented-code block (26 lines) in src/lib/liteapi/book.ts:27", "shortDescription": {"text": "Commented-code block (26 lines) in src/lib/liteapi/book.ts:27"}, "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-bb143460f307f2c9", "name": "Commented-code block (7 lines) in src/lib/liteapi/types.ts:57", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/liteapi/types.ts:57"}, "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-6793f2dc463a8513", "name": "Commented-code block (5 lines) in src/lib/liteapi/hotel.test.ts:4", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/liteapi/hotel.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-b711e5367ea8b0e0", "name": "Commented-code block (6 lines) in src/lib/liteapi/errors.ts:104", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/liteapi/errors.ts:104"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-26618b4d74da04d8", "name": "Commented-code block (6 lines) in src/lib/hotels/group-rates.test.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/hotels/group-rates.test.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-8c97d698666910c7", "name": "Commented-code block (8 lines) in src/lib/hotels/group-rates.ts:5", "shortDescription": {"text": "Commented-code block (8 lines) in src/lib/hotels/group-rates.ts:5"}, "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-7fecf090af0efa0f", "name": "Commented-code block (5 lines) in src/lib/hotels/rate-cache.test.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/hotels/rate-cache.test.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-b7ebab44e8630e16", "name": "Commented-code block (7 lines) in src/lib/hotels/price-store.ts:3", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/hotels/price-store.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-f1313373022f4e85", "name": "Commented-code block (5 lines) in src/lib/hotels/price-batcher.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/hotels/price-batcher.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-bc48aea79e1dfbb0", "name": "Commented-code block (7 lines) in src/lib/hotels/rate-cache.ts:3", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/hotels/rate-cache.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-6320bc3fe0672709", "name": "Commented-code block (9 lines) in src/lib/flights/finalize.ts:4", "shortDescription": {"text": "Commented-code block (9 lines) in src/lib/flights/finalize.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-91329d58116cad4d", "name": "Commented-code block (6 lines) in src/lib/flights/session.ts:8", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/flights/session.ts:8"}, "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-5263dacd70f2f44b", "name": "Commented-code block (5 lines) in src/lib/flights/client.ts:4", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/flights/client.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-06458987f5d01e31", "name": "Commented-code block (10 lines) in src/lib/flights/airports.ts:7", "shortDescription": {"text": "Commented-code block (10 lines) in src/lib/flights/airports.ts:7"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-ed8f7b0a772b0c96", "name": "Legacy-named symbol `ht_flight_flow_v1` in src/lib/flights/flow-storage.ts:10", "shortDescription": {"text": "Legacy-named symbol `ht_flight_flow_v1` in src/lib/flights/flow-storage.ts:10"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-48adf27755d16031", "name": "Commented-code block (6 lines) in src/lib/flights/ancillaries.ts:6", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/flights/ancillaries.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-df8f7e3477be4935", "name": "Commented-code block (5 lines) in src/lib/alerting/notify.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/alerting/notify.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-597b04e255671193", "name": "Commented-code block (8 lines) in src/lib/booking/session.ts:3", "shortDescription": {"text": "Commented-code block (8 lines) in src/lib/booking/session.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-de888feb8704010c", "name": "Commented-code block (5 lines) in src/lib/images/cdn-loader.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/images/cdn-loader.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-6b4c5df994b2a3d4", "name": "Commented-code block (5 lines) in src/lib/consent/storage.ts:4", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/consent/storage.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-fe134eaae2d01357", "name": "Commented-code block (6 lines) in src/lib/consent/context.tsx:9", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/consent/context.tsx:9"}, "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-702bf40ab57f7b08", "name": "Commented-code block (7 lines) in src/lib/consent/types.ts:3", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/consent/types.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-a9836457f7ec50c4", "name": "23 env vars used in code but missing from .env.example", "shortDescription": {"text": "23 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `ANALYZE`, `E2E_BASE_URL`, `EMAIL_ADMIN`, `LIGHTHOUSE_BASE_URL`, `LITEAPI_FLIGHTS_WEBHOOK_AUTH_TOKEN`, `LITEAPI_WEBHOOK_AUTH_TOKEN`, `NEXT_PUBLIC_CLARITY_PROJECT_ID`, `NEXT_PUBLIC_GA_MEASUREMENT_ID` + 15 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/19926"}, "properties": {"repository": "SneakersInfo1/HELPTRAVEL-AGENCY", "repoUrl": "https://github.com/SneakersInfo1/HELPTRAVEL-AGENCY", "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-4f6a97cfe8cd85fa", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/persist-recovered-booking.ts:25"}, "properties": {"repobilityId": "9720965c5643e441", "scanner": "scanner-primary", "fingerprint": "4f6a97cfe8cd85fa", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-25b7ff39c5306813", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/build-destinations-seed.ts:358"}, "properties": {"repobilityId": "b4128b9575cb3df6", "scanner": "scanner-primary", "fingerprint": "25b7ff39c5306813", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-b7db98aedd4771f5", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/run-lighthouse.ts:143"}, "properties": {"repobilityId": "bbc801e2e86fd427", "scanner": "scanner-primary", "fingerprint": "b7db98aedd4771f5", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-125068d8e5d7c77c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/audit-polish-coverage.ts:40"}, "properties": {"repobilityId": "4d0db18fea2d83cb", "scanner": "scanner-primary", "fingerprint": "125068d8e5d7c77c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-069bf05f9fe9f01e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/test-destinations-sample.ts:204"}, "properties": {"repobilityId": "58e83c3947669208", "scanner": "scanner-primary", "fingerprint": "069bf05f9fe9f01e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-af1f0ea7b194a887", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/booking-smoke.ts:22"}, "properties": {"repobilityId": "af0153db98d3fe1a", "scanner": "scanner-primary", "fingerprint": "af1f0ea7b194a887", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-719088bcca84832f", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/smoke-liteapi.ts:44"}, "properties": {"repobilityId": "ca50e6e173545d65", "scanner": "scanner-primary", "fingerprint": "719088bcca84832f", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-865397dc68db454f", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 prisma/seed.ts:68"}, "properties": {"repobilityId": "f77d7e0fb34b08e2", "scanner": "scanner-primary", "fingerprint": "865397dc68db454f", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-0816b1296cefd125", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/flights/flight-filters.tsx:57"}, "properties": {"repobilityId": "103a8ba9675cb390", "scanner": "scanner-primary", "fingerprint": "0816b1296cefd125", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-f6966a79640e7241", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/flights/airport-combobox.tsx:145"}, "properties": {"repobilityId": "c9e22e3a2caa861a", "scanner": "scanner-primary", "fingerprint": "f6966a79640e7241", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-00901b8dbd688936", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/search/guests-field.tsx:140"}, "properties": {"repobilityId": "920547d3f39bc25e", "scanner": "scanner-primary", "fingerprint": "00901b8dbd688936", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-04d51dfb8d722cfa", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/publisher/mood-landing.tsx:124"}, "properties": {"repobilityId": "2e331fc596f00fce", "scanner": "scanner-primary", "fingerprint": "04d51dfb8d722cfa", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-4da99bacce2791df", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/publisher/category-page.tsx:86"}, "properties": {"repobilityId": "7e01109364137bda", "scanner": "scanner-primary", "fingerprint": "4da99bacce2791df", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-2775a23229ee90f9", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/layout.tsx:171"}, "properties": {"repobilityId": "0d72350965068f5b", "scanner": "scanner-primary", "fingerprint": "2775a23229ee90f9", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-ecfcd721a9e1dc5d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/app/api/liteapi/flights-webhook/route.ts:163"}, "properties": {"repobilityId": "311e9b99c8761686", "scanner": "scanner-primary", "fingerprint": "ecfcd721a9e1dc5d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-a67b49593aec6833", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/app/api/booking/webhook/route.ts:119"}, "properties": {"repobilityId": "c78fcde64bf393ab", "scanner": "scanner-primary", "fingerprint": "a67b49593aec6833", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f407be47bdd2dda4", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/app/api/booking/book/route.ts:123"}, "properties": {"repobilityId": "ff207b0e3c9cf4e4", "scanner": "scanner-primary", "fingerprint": "f407be47bdd2dda4", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-1bff7626a75ed2be", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/app/api/vitals/route.ts:9"}, "properties": {"repobilityId": "5bebc5600213fa6c", "scanner": "scanner-primary", "fingerprint": "1bff7626a75ed2be", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-4ad1b29c2c4f9f0f", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/raporty/page.tsx:57"}, "properties": {"repobilityId": "18c41599785bc7b1", "scanner": "scanner-primary", "fingerprint": "4ad1b29c2c4f9f0f", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-fb23ae32d29cdbd7", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/raporty/[slug]/page.tsx:119"}, "properties": {"repobilityId": "3fbfb187fc944ed6", "scanner": "scanner-primary", "fingerprint": "fb23ae32d29cdbd7", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-05e5105b6a8c6c22", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/porownanie/page.tsx:83"}, "properties": {"repobilityId": "b835c2cb0510b080", "scanner": "scanner-primary", "fingerprint": "05e5105b6a8c6c22", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-5c1bc7bef1e0b9e3", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/porownanie/[para]/page.tsx:354"}, "properties": {"repobilityId": "f030b0c5ff4f505f", "scanner": "scanner-primary", "fingerprint": "5c1bc7bef1e0b9e3", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-2b656acd1739c459", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/hotele/szukaj/_components/collapsible-search-bar.tsx:87"}, "properties": {"repobilityId": "e5f117351b1a47ac", "scanner": "scanner-primary", "fingerprint": "2b656acd1739c459", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-585bed1b5dc82a5c", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/hotele/szukaj/_components/result-card.tsx:160"}, "properties": {"repobilityId": "39ec9fd6286ac22a", "scanner": "scanner-primary", "fingerprint": "585bed1b5dc82a5c", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-8f8f26a59ca11455", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/hotele/[hotelId]/page.tsx:321"}, "properties": {"repobilityId": "b646f74f7e6550f8", "scanner": "scanner-primary", "fingerprint": "8f8f26a59ca11455", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-a1602f8d9cef28f8", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/hotele/[hotelId]/page.tsx:292"}, "properties": {"repobilityId": "49ff450e6ff9caf4", "scanner": "scanner-primary", "fingerprint": "a1602f8d9cef28f8", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-6a7b0c7a68a4226e", "level": "note", "message": {"text": "\"active\" state uses light bg in a dark theme \u2014 src/app/hotele/[hotelId]/_components/hotel-gallery.tsx:131"}, "properties": {"repobilityId": "0c6b9293f457cc2c", "scanner": "scanner-primary", "fingerprint": "6a7b0c7a68a4226e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.active-light-bg"]}}, {"ruleId": "scanner-73903ecc4f8d11db", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/hotele/w/[miasto]/page.tsx:352"}, "properties": {"repobilityId": "ff53348dd048d457", "scanner": "scanner-primary", "fingerprint": "73903ecc4f8d11db", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-f09a688d299e4e4f", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/najlepsze-kierunki/[sezon]/page.tsx:135"}, "properties": {"repobilityId": "8017d002f4b96bd9", "scanner": "scanner-primary", "fingerprint": "f09a688d299e4e4f", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-8430f11941bc6a30", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/kierunki/page.tsx:322"}, "properties": {"repobilityId": "6099f5849789de43", "scanner": "scanner-primary", "fingerprint": "8430f11941bc6a30", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-8ba6ba3877ae2d02", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/kierunki/[slug]/page.tsx:295"}, "properties": {"repobilityId": "a52e1076c99dd0e3", "scanner": "scanner-primary", "fingerprint": "8ba6ba3877ae2d02", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-7dd500bcd6c9c096", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/kierunki/[slug]/[miesiac]/page.tsx:325"}, "properties": {"repobilityId": "64dfa3f4fd8734e5", "scanner": "scanner-primary", "fingerprint": "7dd500bcd6c9c096", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-01cb905351d1ddd4", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/inspiracje/page.tsx:117"}, "properties": {"repobilityId": "82e09892f7e66bcb", "scanner": "scanner-primary", "fingerprint": "01cb905351d1ddd4", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-ca6a7a93b8dfec65", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/inspiracje/[slug]/page.tsx:131"}, "properties": {"repobilityId": "3bd570f7418f1a7e", "scanner": "scanner-primary", "fingerprint": "ca6a7a93b8dfec65", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-a09d892e83be359d", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/redakcja/page.tsx:74"}, "properties": {"repobilityId": "1a27b6fbcea3f8e4", "scanner": "scanner-primary", "fingerprint": "a09d892e83be359d", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-62f1baaaac50dd36", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/jak-pracujemy/page.tsx:111"}, "properties": {"repobilityId": "06051351efc96a50", "scanner": "scanner-primary", "fingerprint": "62f1baaaac50dd36", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-6fa9eee02b6f6b35", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/polityka-prywatnosci/page.tsx:671"}, "properties": {"repobilityId": "54413fecd500d678", "scanner": "scanner-primary", "fingerprint": "6fa9eee02b6f6b35", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-29c2c635b873a71f", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/faq/page.tsx:81"}, "properties": {"repobilityId": "7607b1ef167f7cdd", "scanner": "scanner-primary", "fingerprint": "29c2c635b873a71f", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-4f2a906a63f11eea", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/email/send-booking-confirmation.ts:144"}, "properties": {"repobilityId": "18bf3f1b99d3d7a9", "scanner": "scanner-primary", "fingerprint": "4f2a906a63f11eea", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-cbef5a976c54dd0e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/email/send-flight-alerts.ts:67"}, "properties": {"repobilityId": "cb051ee7f6251fca", "scanner": "scanner-primary", "fingerprint": "cbef5a976c54dd0e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d962bf6eb5e9bb83", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/lib/html/sanitize.ts:3"}, "properties": {"repobilityId": "fd22dceead6a2b2b", "scanner": "scanner-primary", "fingerprint": "d962bf6eb5e9bb83", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-63249af701a75728", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/mvp/month-index-policy.test.ts:11"}, "properties": {"repobilityId": "b9eaf5b7b169bfb2", "scanner": "scanner-primary", "fingerprint": "63249af701a75728", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-72c7b7749a06ecef", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/liteapi/booking.ts:163"}, "properties": {"repobilityId": "132134bd5f90160a", "scanner": "scanner-primary", "fingerprint": "72c7b7749a06ecef", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6aa88c002101a052", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/lib/flights/airports.ts:16"}, "properties": {"repobilityId": "11d895725a3393bc", "scanner": "scanner-primary", "fingerprint": "6aa88c002101a052", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-cb3ca5750026cd8a", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/publisher/mood-landing.tsx:124"}, "properties": {"repobilityId": "981f000f4ec3d19e", "scanner": "scanner-primary", "fingerprint": "cb3ca5750026cd8a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/publisher/mood-landing.tsx"}, "region": {"startLine": 124}}}]}, {"ruleId": "scanner-fa41878292be85cb", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/publisher/category-page.tsx:86"}, "properties": {"repobilityId": "fc1744b747d050d2", "scanner": "scanner-primary", "fingerprint": "fa41878292be85cb", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/publisher/category-page.tsx"}, "region": {"startLine": 86}}}]}, {"ruleId": "scanner-e9c6dbdd12f9fc4f", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/layout.tsx:171"}, "properties": {"repobilityId": "0bca654fa2052eb0", "scanner": "scanner-primary", "fingerprint": "e9c6dbdd12f9fc4f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/layout.tsx"}, "region": {"startLine": 171}}}]}, {"ruleId": "scanner-822ce90fe59c7589", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in src/app/api/health/route.ts:81"}, "properties": {"repobilityId": "d70bb70051a790d2", "scanner": "scanner-primary", "fingerprint": "822ce90fe59c7589", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/api/health/route.ts"}, "region": {"startLine": 81}}}]}, {"ruleId": "scanner-41e9cc5ca92d3044", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/raporty/page.tsx:57"}, "properties": {"repobilityId": "e46818415adb095f", "scanner": "scanner-primary", "fingerprint": "41e9cc5ca92d3044", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/raporty/page.tsx"}, "region": {"startLine": 57}}}]}, {"ruleId": "scanner-d811e9e933aa5d79", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/raporty/[slug]/page.tsx:119"}, "properties": {"repobilityId": "dd47a43eaaa30872", "scanner": "scanner-primary", "fingerprint": "d811e9e933aa5d79", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/raporty/[slug]/page.tsx"}, "region": {"startLine": 119}}}]}, {"ruleId": "scanner-40a0b095f165a832", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/porownanie/page.tsx:83"}, "properties": {"repobilityId": "35903d953e4b3cf2", "scanner": "scanner-primary", "fingerprint": "40a0b095f165a832", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/porownanie/page.tsx"}, "region": {"startLine": 83}}}]}, {"ruleId": "scanner-7a309824f4fff750", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/porownanie/[para]/page.tsx:354"}, "properties": {"repobilityId": "1520ff6573d235c5", "scanner": "scanner-primary", "fingerprint": "7a309824f4fff750", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/porownanie/[para]/page.tsx"}, "region": {"startLine": 354}}}]}, {"ruleId": "scanner-201c20b4cb60936d", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/hotele/[hotelId]/page.tsx:292"}, "properties": {"repobilityId": "da2802b70c84930b", "scanner": "scanner-primary", "fingerprint": "201c20b4cb60936d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/hotele/[hotelId]/page.tsx"}, "region": {"startLine": 292}}}]}, {"ruleId": "scanner-a47f9becaa1ad92f", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/hotele/w/[miasto]/page.tsx:352"}, "properties": {"repobilityId": "336fc06bae07f9b2", "scanner": "scanner-primary", "fingerprint": "a47f9becaa1ad92f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/hotele/w/[miasto]/page.tsx"}, "region": {"startLine": 352}}}]}, {"ruleId": "scanner-e1dad91062757ea2", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/najlepsze-kierunki/[sezon]/page.tsx:135"}, "properties": {"repobilityId": "dacdebea8e3f9384", "scanner": "scanner-primary", "fingerprint": "e1dad91062757ea2", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/najlepsze-kierunki/[sezon]/page.tsx"}, "region": {"startLine": 135}}}]}, {"ruleId": "scanner-c7e116e41314a909", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/kierunki/page.tsx:322"}, "properties": {"repobilityId": "510d51df5fca4f89", "scanner": "scanner-primary", "fingerprint": "c7e116e41314a909", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/kierunki/page.tsx"}, "region": {"startLine": 322}}}]}, {"ruleId": "scanner-2aed8ec2a722ed9d", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/kierunki/[slug]/page.tsx:295"}, "properties": {"repobilityId": "3098f3cd4d228983", "scanner": "scanner-primary", "fingerprint": "2aed8ec2a722ed9d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/kierunki/[slug]/page.tsx"}, "region": {"startLine": 295}}}]}, {"ruleId": "scanner-27520b66a5a9f38a", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/kierunki/[slug]/[miesiac]/page.tsx:325"}, "properties": {"repobilityId": "6cab8a06ee29622d", "scanner": "scanner-primary", "fingerprint": "27520b66a5a9f38a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/kierunki/[slug]/[miesiac]/page.tsx"}, "region": {"startLine": 325}}}]}, {"ruleId": "scanner-7d0184559977f981", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/inspiracje/page.tsx:117"}, "properties": {"repobilityId": "a045d8806b8c3dbc", "scanner": "scanner-primary", "fingerprint": "7d0184559977f981", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/inspiracje/page.tsx"}, "region": {"startLine": 117}}}]}, {"ruleId": "scanner-ca1273d2e117d579", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/inspiracje/[slug]/page.tsx:131"}, "properties": {"repobilityId": "051079f9ab2c862e", "scanner": "scanner-primary", "fingerprint": "ca1273d2e117d579", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/inspiracje/[slug]/page.tsx"}, "region": {"startLine": 131}}}]}, {"ruleId": "scanner-6ebd265033fd781e", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/redakcja/page.tsx:74"}, "properties": {"repobilityId": "7da67ea57cdcada9", "scanner": "scanner-primary", "fingerprint": "6ebd265033fd781e", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/redakcja/page.tsx"}, "region": {"startLine": 74}}}]}, {"ruleId": "scanner-3450f162d18d5eb1", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/jak-pracujemy/page.tsx:111"}, "properties": {"repobilityId": "086adc691981b26b", "scanner": "scanner-primary", "fingerprint": "3450f162d18d5eb1", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/jak-pracujemy/page.tsx"}, "region": {"startLine": 111}}}]}, {"ruleId": "scanner-53651baaf153b8e3", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/polityka-prywatnosci/page.tsx:671"}, "properties": {"repobilityId": "3ec7fbbbb7c85bb4", "scanner": "scanner-primary", "fingerprint": "53651baaf153b8e3", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/polityka-prywatnosci/page.tsx"}, "region": {"startLine": 671}}}]}, {"ruleId": "scanner-f4f801c72d60e097", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/faq/page.tsx:81"}, "properties": {"repobilityId": "ed9209e1f5af80f5", "scanner": "scanner-primary", "fingerprint": "f4f801c72d60e097", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/faq/page.tsx"}, "region": {"startLine": 81}}}]}, {"ruleId": "scanner-cf4b7614c9c30c9d", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "e09d40278c9a17bd", "scanner": "scanner-primary", "fingerprint": "cf4b7614c9c30c9d", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-destinations.yml"}, "region": {"startLine": 50}}}]}, {"ruleId": "scanner-cf4b7614c9c30c9d", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "9cc641ff687a3983", "scanner": "scanner-primary", "fingerprint": "cf4b7614c9c30c9d", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-destinations.yml"}, "region": {"startLine": 57}}}]}, {"ruleId": "scanner-cf4b7614c9c30c9d", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "552cfce4868cc146", "scanner": "scanner-primary", "fingerprint": "cf4b7614c9c30c9d", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-destinations.yml"}, "region": {"startLine": 62}}}]}, {"ruleId": "scanner-1b6a17214b652d18", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "55edf4cf4acfd359", "scanner": "scanner-primary", "fingerprint": "1b6a17214b652d18", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-destinations.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-cb639d9a10a47b23", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "edeab51902066991", "scanner": "scanner-primary", "fingerprint": "cb639d9a10a47b23", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-80900bc31d933eab", "level": "note", "message": {"text": "Very large file: scripts/build-destinations-seed.ts (1320 lines)"}, "properties": {"repobilityId": "5ec5c6b233e45a58", "scanner": "scanner-primary", "fingerprint": "80900bc31d933eab", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-5140ef43c0e81d33", "level": "note", "message": {"text": "Very large file: src/lib/mvp/publisher-content.ts (1983 lines)"}, "properties": {"repobilityId": "a2ce3fb67b9dbe66", "scanner": "scanner-primary", "fingerprint": "5140ef43c0e81d33", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-97ef5b1ae1aae036", "level": "note", "message": {"text": "Very large file: src/lib/mvp/destination-content.ts (1236 lines)"}, "properties": {"repobilityId": "e6bbd369918ec820", "scanner": "scanner-primary", "fingerprint": "97ef5b1ae1aae036", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "8979181121d3bf7b", "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": "7610af8ca9b74eb3", "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": "78f8350c95485fba", "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": "0231fcdab99fe8d8", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "fb380739aeb684b7", "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": "8a24a6608b5b631b", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-d6d14bac2ee9defc", "level": "none", "message": {"text": "Commented-code block (7 lines) in middleware.ts:117"}, "properties": {"repobilityId": "e7f12668e5f46c1e", "scanner": "scanner-primary", "fingerprint": "d6d14bac2ee9defc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c6e1d3824c82bc13", "level": "none", "message": {"text": "Commented-code block (6 lines) in next.config.ts:81"}, "properties": {"repobilityId": "6ac77faec7884035", "scanner": "scanner-primary", "fingerprint": "c6e1d3824c82bc13", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-92b5125afc8208a7", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/build-destinations-seed.ts:5"}, "properties": {"repobilityId": "d30026d24d9f7e87", "scanner": "scanner-primary", "fingerprint": "92b5125afc8208a7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6dbbd284a7b0b648", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/build-destinations-seed.ts:408"}, "properties": {"repobilityId": "7a9f1b95557fb83c", "scanner": "scanner-primary", "fingerprint": "6dbbd284a7b0b648", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3bf18c602aba4556", "level": "none", "message": {"text": "Commented-code block (7 lines) in scripts/test-destinations-sample.ts:5"}, "properties": {"repobilityId": "cdde99b9e957695b", "scanner": "scanner-primary", "fingerprint": "3bf18c602aba4556", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-be9820b1b22e6940", "level": "none", "message": {"text": "Commented-code block (7 lines) in scripts/smoke-liteapi.ts:15"}, "properties": {"repobilityId": "bf95ec32c0081f38", "scanner": "scanner-primary", "fingerprint": "be9820b1b22e6940", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6006e37aa5b0eaf9", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/components/mvp/stay-offers-panel.tsx:130"}, "properties": {"repobilityId": "43c911ecf907f712", "scanner": "scanner-primary", "fingerprint": "6006e37aa5b0eaf9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-43ec8fe073283edf", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/flights/airline-logo.tsx:5"}, "properties": {"repobilityId": "3de02ad42b09a2f7", "scanner": "scanner-primary", "fingerprint": "43ec8fe073283edf", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-aeea601b6c73987f", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/flights/airport-combobox.tsx:3"}, "properties": {"repobilityId": "08a114a2269e4a2e", "scanner": "scanner-primary", "fingerprint": "aeea601b6c73987f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6c7515ef03857f1b", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/search/guests-field.tsx:3"}, "properties": {"repobilityId": "0a877e5868c536b0", "scanner": "scanner-primary", "fingerprint": "6c7515ef03857f1b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-354c0b602cba0e19", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/search/range-calendar.tsx:8"}, "properties": {"repobilityId": "e5b96b5206016d2a", "scanner": "scanner-primary", "fingerprint": "354c0b602cba0e19", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-627d0442a1a1f90f", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/search/date-range-field.tsx:3"}, "properties": {"repobilityId": "d96590b577f387a2", "scanner": "scanner-primary", "fingerprint": "627d0442a1a1f90f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c73a9b60c682dd88", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/components/search/origin-combobox.tsx:3"}, "properties": {"repobilityId": "fa193cdf5ff47a22", "scanner": "scanner-primary", "fingerprint": "c73a9b60c682dd88", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-42c3c0ca52706da4", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/components/site/google-analytics.tsx:5"}, "properties": {"repobilityId": "fc3d698db7630640", "scanner": "scanner-primary", "fingerprint": "42c3c0ca52706da4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-394fc1003556a40a", "level": "none", "message": {"text": "Commented-code block (13 lines) in src/components/site/cookie-consent-banner.tsx:5"}, "properties": {"repobilityId": "3603bf15b643cbbd", "scanner": "scanner-primary", "fingerprint": "394fc1003556a40a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-baddf81a4b81e1c5", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/site/media-hero.tsx:16"}, "properties": {"repobilityId": "06dc2f9f0f51f4b7", "scanner": "scanner-primary", "fingerprint": "baddf81a4b81e1c5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4edd77652d339450", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/home/home-search-tabs.tsx:3"}, "properties": {"repobilityId": "a3b16f55069e7333", "scanner": "scanner-primary", "fingerprint": "4edd77652d339450", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7c112b2a027bdb90", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/components/home/destination-tile.tsx:8"}, "properties": {"repobilityId": "267abf42c8d0a7e8", "scanner": "scanner-primary", "fingerprint": "7c112b2a027bdb90", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7b375cc4a6ce8afc", "level": "none", "message": {"text": "Commented-code block (15 lines) in src/app/robots.ts:12"}, "properties": {"repobilityId": "1abdbcd8fb161104", "scanner": "scanner-primary", "fingerprint": "7b375cc4a6ce8afc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-eb9faa43ad9d427e", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/app/sitemap.ts:13"}, "properties": {"repobilityId": "7f05c31675662ad5", "scanner": "scanner-primary", "fingerprint": "eb9faa43ad9d427e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-838b8bd9eec200a0", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/page.tsx:70"}, "properties": {"repobilityId": "c329374ff5f5edbf", "scanner": "scanner-primary", "fingerprint": "838b8bd9eec200a0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5fd678ee74e850ba", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/layout.tsx:37"}, "properties": {"repobilityId": "c05465002f98cd68", "scanner": "scanner-primary", "fingerprint": "5fd678ee74e850ba", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-74d84f7c9d7a8630", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/loty/potwierdzenie/[bookingId]/_components/flight-confirmation.tsx:3"}, "properties": {"repobilityId": "cbe21e7c8b7e68d6", "scanner": "scanner-primary", "fingerprint": "74d84f7c9d7a8630", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a2e681cb65404135", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/loty/platnosc/page.tsx:36"}, "properties": {"repobilityId": "e732f16b67f416f3", "scanner": "scanner-primary", "fingerprint": "a2e681cb65404135", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ea574ae5d981e13a", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/app/loty/platnosc/return/page.tsx:1"}, "properties": {"repobilityId": "a0f22b484278fc8e", "scanner": "scanner-primary", "fingerprint": "ea574ae5d981e13a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7393423e0aae540a", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/loty/dodatki/page.tsx:3"}, "properties": {"repobilityId": "60d0d4dbf4f69782", "scanner": "scanner-primary", "fingerprint": "7393423e0aae540a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-16c07783212c7b0e", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/loty/wyniki/_components/flight-results.tsx:3"}, "properties": {"repobilityId": "b9433dad532f00fb", "scanner": "scanner-primary", "fingerprint": "16c07783212c7b0e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0a545ee4e18ad38b", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/api/health/route.ts:3"}, "properties": {"repobilityId": "8d63d98d72281348", "scanner": "scanner-primary", "fingerprint": "0a545ee4e18ad38b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a41ca0c2b76a8f88", "level": "none", "message": {"text": "Commented-code block (11 lines) in src/app/api/liteapi/flights-webhook/route.ts:6"}, "properties": {"repobilityId": "bf9d87153f3b75ec", "scanner": "scanner-primary", "fingerprint": "a41ca0c2b76a8f88", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-beca09372eacea65", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/app/api/hotels/rates/batch/route.ts:23"}, "properties": {"repobilityId": "97b421ce64ce0e63", "scanner": "scanner-primary", "fingerprint": "beca09372eacea65", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-86d58a0f53e64ec0", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/api/flights/booking/[bookingId]/route.ts:3"}, "properties": {"repobilityId": "bd10121eab92cb5f", "scanner": "scanner-primary", "fingerprint": "86d58a0f53e64ec0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b92a50cc6ca44a78", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/app/api/flights/prebook/route.ts:4"}, "properties": {"repobilityId": "e0fd4576eae7b86a", "scanner": "scanner-primary", "fingerprint": "b92a50cc6ca44a78", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-32ddda0772d8dabc", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/api/booking/booking-routes.test.ts:337"}, "properties": {"repobilityId": "9db192530dae5499", "scanner": "scanner-primary", "fingerprint": "32ddda0772d8dabc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e606f2890f8b2e94", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/api/booking/webhook/route.ts:3"}, "properties": {"repobilityId": "d0c6cbf5a480b4ca", "scanner": "scanner-primary", "fingerprint": "e606f2890f8b2e94", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0ed6dd2c222afb31", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/api/booking/prebook/route.ts:1"}, "properties": {"repobilityId": "e3c40fe33690240d", "scanner": "scanner-primary", "fingerprint": "0ed6dd2c222afb31", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f76702fec565cdb2", "level": "none", "message": {"text": "Commented-code block (10 lines) in src/app/api/booking/book/route.ts:33"}, "properties": {"repobilityId": "b253892c3376f62f", "scanner": "scanner-primary", "fingerprint": "f76702fec565cdb2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ebbe48c1acb1c180", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/api/admin/email-test/route.ts:1"}, "properties": {"repobilityId": "8a259d0c9bd395c7", "scanner": "scanner-primary", "fingerprint": "ebbe48c1acb1c180", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3a5daa023ee62a11", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/api/places/autocomplete/route.ts:1"}, "properties": {"repobilityId": "a52243d92a8c6050", "scanner": "scanner-primary", "fingerprint": "3a5daa023ee62a11", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-00b510defaeb071e", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/api/destinations/suggest/route.ts:7"}, "properties": {"repobilityId": "46269f03c864750a", "scanner": "scanner-primary", "fingerprint": "00b510defaeb071e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1852d5e4ef256da4", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/hotele/szukaj/page.tsx:25"}, "properties": {"repobilityId": "834194ce1f7da6e1", "scanner": "scanner-primary", "fingerprint": "1852d5e4ef256da4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-735995ca4b2ef96c", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/hotele/szukaj/_components/result-card.tsx:4"}, "properties": {"repobilityId": "183f6f7c6ee9c278", "scanner": "scanner-primary", "fingerprint": "735995ca4b2ef96c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4250fdba3f059e74", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/hotele/szukaj/_components/hotel-card-image.tsx:3"}, "properties": {"repobilityId": "327f67a4787ae688", "scanner": "scanner-primary", "fingerprint": "4250fdba3f059e74", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d1c443c28b1b8b31", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/hotele/szukaj/_components/results-list.tsx:63"}, "properties": {"repobilityId": "22c9f9bc6aad2eac", "scanner": "scanner-primary", "fingerprint": "d1c443c28b1b8b31", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-83480c6e97258289", "level": "none", "message": {"text": "Commented-code block (10 lines) in src/app/hotele/[hotelId]/loading.tsx:3"}, "properties": {"repobilityId": "5cbcd56d8739d53d", "scanner": "scanner-primary", "fingerprint": "83480c6e97258289", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2f46231ec0c9102e", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/app/hotele/[hotelId]/page.tsx:21"}, "properties": {"repobilityId": "46409abcc0698b8d", "scanner": "scanner-primary", "fingerprint": "2f46231ec0c9102e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e6d9ab18e25e12b8", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/app/hotele/[hotelId]/_components/rooms-section.tsx:5"}, "properties": {"repobilityId": "f7718d9447c102e1", "scanner": "scanner-primary", "fingerprint": "e6d9ab18e25e12b8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d71e36c2ec1ab8ba", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/hotele/[hotelId]/_components/hotel-gallery.tsx:3"}, "properties": {"repobilityId": "01b34440ef2e22ac", "scanner": "scanner-primary", "fingerprint": "d71e36c2ec1ab8ba", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-74ab804d61b225e5", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/app/hotele/[hotelId]/_components/save-hotel-button.tsx:5"}, "properties": {"repobilityId": "2e51756f7f518e5f", "scanner": "scanner-primary", "fingerprint": "74ab804d61b225e5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-11c168706fae6a91", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/hotele/rezerwacja/page.tsx:122"}, "properties": {"repobilityId": "5288bee8bb9eb903", "scanner": "scanner-primary", "fingerprint": "11c168706fae6a91", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2cff9afed3437234", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/hotele/rezerwacja/return/page.tsx:18"}, "properties": {"repobilityId": "0055f65945321f95", "scanner": "scanner-primary", "fingerprint": "2cff9afed3437234", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4656d095ce4636bd", "level": "none", "message": {"text": "Commented-code block (13 lines) in src/app/hotele/rezerwacja/_components/payment-slot.tsx:5"}, "properties": {"repobilityId": "c4709cc11ab74018", "scanner": "scanner-primary", "fingerprint": "4656d095ce4636bd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5c933ab294be41eb", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/hotele/rezerwacja/_components/checkout-steps.tsx:1"}, "properties": {"repobilityId": "e452605e9af0c16e", "scanner": "scanner-primary", "fingerprint": "5c933ab294be41eb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-65efcf2611a7f796", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/hotele/rezerwacja/_components/trust-strip.tsx:1"}, "properties": {"repobilityId": "69d61cc4bcf4f5a4", "scanner": "scanner-primary", "fingerprint": "65efcf2611a7f796", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-925e26d3f5b01a0f", "level": "none", "message": {"text": "Commented-code block (12 lines) in src/app/hotele/rezerwacja/_components/reservation-form.tsx:7"}, "properties": {"repobilityId": "6415ad56923d1ca0", "scanner": "scanner-primary", "fingerprint": "925e26d3f5b01a0f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d2bdbebc3fac468b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/hotele/rezerwacja/_components/reservation-form.tsx:285"}, "properties": {"repobilityId": "746d3133f82a3c0d", "scanner": "scanner-primary", "fingerprint": "d2bdbebc3fac468b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2fb77932fd9f9baf", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/hotele/rezerwacja/_components/optional-guests-accordion.tsx:3"}, "properties": {"repobilityId": "03f87f519911c1ad", "scanner": "scanner-primary", "fingerprint": "2fb77932fd9f9baf", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ca99f3b0fe9b2571", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/hotele/rezerwacja/_components/webview-hint.tsx:5"}, "properties": {"repobilityId": "2333ba022b4a28e6", "scanner": "scanner-primary", "fingerprint": "ca99f3b0fe9b2571", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6d56e39b13b75d59", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/app/hotele/w/[miasto]/page.tsx:8"}, "properties": {"repobilityId": "e3958de66a6087ad", "scanner": "scanner-primary", "fingerprint": "6d56e39b13b75d59", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-38503a7da150c43a", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/kierunki/page.tsx:108"}, "properties": {"repobilityId": "8c24eb90af34f176", "scanner": "scanner-primary", "fingerprint": "38503a7da150c43a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8488c25dcfb1a79b", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/kierunki/[slug]/[miesiac]/page.tsx:64"}, "properties": {"repobilityId": "208e66849d5fd3ca", "scanner": "scanner-primary", "fingerprint": "8488c25dcfb1a79b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f2d3838920b00f36", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/app/regulamin/page.tsx:7"}, "properties": {"repobilityId": "0b6765793a8d531c", "scanner": "scanner-primary", "fingerprint": "f2d3838920b00f36", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1fdfbf18dd0fd2f2", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/app/polityka-prywatnosci/page.tsx:7"}, "properties": {"repobilityId": "d389d911dfd66bb9", "scanner": "scanner-primary", "fingerprint": "1fdfbf18dd0fd2f2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6757d9e49428bce2", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/rate-limit.ts:17"}, "properties": {"repobilityId": "71ba97dca3959190", "scanner": "scanner-primary", "fingerprint": "6757d9e49428bce2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ac1f88a30099cffc", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/lib/email/send-booking-confirmation.ts:4"}, "properties": {"repobilityId": "e1715fc19bcdd6ec", "scanner": "scanner-primary", "fingerprint": "ac1f88a30099cffc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3536f1f9b260add5", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/email/client.ts:1"}, "properties": {"repobilityId": "8afb4f9c183bcb71", "scanner": "scanner-primary", "fingerprint": "3536f1f9b260add5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-32a48e66a06865d6", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/lib/email/templates/booking-confirmation.test.ts:3"}, "properties": {"repobilityId": "150dd13ca2d6c275", "scanner": "scanner-primary", "fingerprint": "32a48e66a06865d6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-160046ec6b874ccd", "level": "none", "message": {"text": "Commented-code block (10 lines) in src/lib/email/templates/booking-confirmation.ts:3"}, "properties": {"repobilityId": "776d914dad2ef7f9", "scanner": "scanner-primary", "fingerprint": "160046ec6b874ccd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-24ff931aa71f1608", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/lib/analytics/track.ts:8"}, "properties": {"repobilityId": "7c338f846b2e19ec", "scanner": "scanner-primary", "fingerprint": "24ff931aa71f1608", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-366581ba449da3ee", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/mvp/ai.ts:49"}, "properties": {"repobilityId": "239571067610b51d", "scanner": "scanner-primary", "fingerprint": "366581ba449da3ee", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-721b10e4df382563", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/mvp/destinations-seed.ts:3"}, "properties": {"repobilityId": "a8f6baa9047900fb", "scanner": "scanner-primary", "fingerprint": "721b10e4df382563", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9dd21f76e8e5f2c5", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/lib/mvp/destination-suggest-fuse.ts:3"}, "properties": {"repobilityId": "6be83553b9972d94", "scanner": "scanner-primary", "fingerprint": "9dd21f76e8e5f2c5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8a3b32a52811c1d9", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/mvp/comparisons.ts:142"}, "properties": {"repobilityId": "69c61ce2ebdd2105", "scanner": "scanner-primary", "fingerprint": "8a3b32a52811c1d9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-cbe29d60fbbfa774", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/mvp/affiliate-links.ts:1"}, "properties": {"repobilityId": "2b3fda8fc266e2df", "scanner": "scanner-primary", "fingerprint": "cbe29d60fbbfa774", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f6b7e67a45bfdebe", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/mvp/location.ts:22"}, "properties": {"repobilityId": "3b0a7303f1845301", "scanner": "scanner-primary", "fingerprint": "f6b7e67a45bfdebe", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7f1fa4085b5a0d9e", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/mvp/month-index-policy.ts:3"}, "properties": {"repobilityId": "8011cbed12c9671f", "scanner": "scanner-primary", "fingerprint": "7f1fa4085b5a0d9e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-98c1a13ec5d7db25", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/mvp/liteapi.ts:1"}, "properties": {"repobilityId": "3d3dccf18591c570", "scanner": "scanner-primary", "fingerprint": "98c1a13ec5d7db25", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bf7ccbf049aaf6b5", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/mvp/reports.ts:3"}, "properties": {"repobilityId": "1d736dfdc2521ad3", "scanner": "scanner-primary", "fingerprint": "bf7ccbf049aaf6b5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-88c0a8b1da3f50c1", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/mvp/live-hotel-stats.ts:3"}, "properties": {"repobilityId": "b0c77a3679aa9ffd", "scanner": "scanner-primary", "fingerprint": "88c0a8b1da3f50c1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4a88dda95448406f", "level": "none", "message": {"text": "Commented-code block (19 lines) in src/lib/mvp/commercial-cities.ts:9"}, "properties": {"repobilityId": "d5f8ab37a7737c91", "scanner": "scanner-primary", "fingerprint": "4a88dda95448406f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bfe5ee8ba94a366e", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/mvp/pexels-media.ts:106"}, "properties": {"repobilityId": "a845d08e41e07351", "scanner": "scanner-primary", "fingerprint": "bfe5ee8ba94a366e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-dc454d5e6a0f3272", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/mvp/travel-moods.ts:1"}, "properties": {"repobilityId": "5e0a5a80fc296e24", "scanner": "scanner-primary", "fingerprint": "dc454d5e6a0f3272", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f6b5f11c1916ae57", "level": "none", "message": {"text": "Commented-code block (12 lines) in src/lib/mvp/site.ts:8"}, "properties": {"repobilityId": "87ec2cf0630758f8", "scanner": "scanner-primary", "fingerprint": "f6b5f11c1916ae57", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6cf68dba9577b071", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/mvp/scoring.ts:212"}, "properties": {"repobilityId": "5794ad37779ce2bb", "scanner": "scanner-primary", "fingerprint": "6cf68dba9577b071", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-49b95f224d326f36", "level": "none", "message": {"text": "Commented-code block (11 lines) in src/lib/mvp/category-slug.ts:1"}, "properties": {"repobilityId": "8bf076cc99dc2e82", "scanner": "scanner-primary", "fingerprint": "49b95f224d326f36", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b160eacce48afa8c", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/mvp/destination-suggestions.ts:90"}, "properties": {"repobilityId": "d6951a00cb55ba04", "scanner": "scanner-primary", "fingerprint": "b160eacce48afa8c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e36e9d6bdcdb332d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/mvp/geoapify.ts:153"}, "properties": {"repobilityId": "e6eea6128f611262", "scanner": "scanner-primary", "fingerprint": "e36e9d6bdcdb332d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-604337a22d4733a0", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/mvp/service.ts:346"}, "properties": {"repobilityId": "717336800190ef59", "scanner": "scanner-primary", "fingerprint": "604337a22d4733a0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fa9a46bd809dd716", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/mvp/authors.ts:3"}, "properties": {"repobilityId": "3253b1e5713af0f4", "scanner": "scanner-primary", "fingerprint": "fa9a46bd809dd716", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3aead3bafa3976c5", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/lib/liteapi/booking.ts:3"}, "properties": {"repobilityId": "4d536a2866e989fb", "scanner": "scanner-primary", "fingerprint": "3aead3bafa3976c5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-22bbb68071f5238f", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/liteapi/booking-errors.ts:3"}, "properties": {"repobilityId": "915cfa7aa80a265f", "scanner": "scanner-primary", "fingerprint": "22bbb68071f5238f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-85e2a8723963b299", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/liteapi/prebook.ts:34"}, "properties": {"repobilityId": "7614898d88a6b4f3", "scanner": "scanner-primary", "fingerprint": "85e2a8723963b299", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6c04f865c822664d", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/liteapi/hotel.ts:10"}, "properties": {"repobilityId": "0c670c752f3943e8", "scanner": "scanner-primary", "fingerprint": "6c04f865c822664d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1d871ce5882dea4c", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/liteapi/search.ts:11"}, "properties": {"repobilityId": "59f0c5867a41d94f", "scanner": "scanner-primary", "fingerprint": "1d871ce5882dea4c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a651a305bd3bf160", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/liteapi/facilities.ts:1"}, "properties": {"repobilityId": "452cc9700ebf7308", "scanner": "scanner-primary", "fingerprint": "a651a305bd3bf160", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-01028275106d37d7", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/lib/liteapi/client.ts:1"}, "properties": {"repobilityId": "72072985059cb0a1", "scanner": "scanner-primary", "fingerprint": "01028275106d37d7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7ad1620eb4afd29d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/liteapi/client.ts:240"}, "properties": {"repobilityId": "1fc3bb6306ac3b07", "scanner": "scanner-primary", "fingerprint": "7ad1620eb4afd29d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-7a39c4b9d284aa01", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/liteapi/client.test.ts:42"}, "properties": {"repobilityId": "5d765e76d434187f", "scanner": "scanner-primary", "fingerprint": "7a39c4b9d284aa01", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a2b9cc88d12ebc71", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/lib/liteapi/booking.test.ts:161"}, "properties": {"repobilityId": "dc7b77049e7c9d50", "scanner": "scanner-primary", "fingerprint": "a2b9cc88d12ebc71", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4d1f949b4195887b", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/liteapi/retrieve.ts:19"}, "properties": {"repobilityId": "12fc1bd82e68afec", "scanner": "scanner-primary", "fingerprint": "4d1f949b4195887b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5e3fcf99b3223065", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/liteapi/payments.ts:3"}, "properties": {"repobilityId": "945b8ba09c34e05e", "scanner": "scanner-primary", "fingerprint": "5e3fcf99b3223065", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4217c67b1671ff7d", "level": "none", "message": {"text": "Commented-code block (26 lines) in src/lib/liteapi/book.ts:27"}, "properties": {"repobilityId": "eb35b09b910ab4bb", "scanner": "scanner-primary", "fingerprint": "4217c67b1671ff7d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bb143460f307f2c9", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/liteapi/types.ts:57"}, "properties": {"repobilityId": "0ba62f4d7fc3a14c", "scanner": "scanner-primary", "fingerprint": "bb143460f307f2c9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6793f2dc463a8513", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/liteapi/hotel.test.ts:4"}, "properties": {"repobilityId": "f335628f861356b1", "scanner": "scanner-primary", "fingerprint": "6793f2dc463a8513", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b711e5367ea8b0e0", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/liteapi/errors.ts:104"}, "properties": {"repobilityId": "ec9cb8ed311d86d9", "scanner": "scanner-primary", "fingerprint": "b711e5367ea8b0e0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-26618b4d74da04d8", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/hotels/group-rates.test.ts:1"}, "properties": {"repobilityId": "053a2e091c5d80ca", "scanner": "scanner-primary", "fingerprint": "26618b4d74da04d8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8c97d698666910c7", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/lib/hotels/group-rates.ts:5"}, "properties": {"repobilityId": "30da4d2cb07bfb98", "scanner": "scanner-primary", "fingerprint": "8c97d698666910c7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7fecf090af0efa0f", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/hotels/rate-cache.test.ts:1"}, "properties": {"repobilityId": "80417d5ffb023264", "scanner": "scanner-primary", "fingerprint": "7fecf090af0efa0f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b7ebab44e8630e16", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/hotels/price-store.ts:3"}, "properties": {"repobilityId": "c92d7beffd5dd668", "scanner": "scanner-primary", "fingerprint": "b7ebab44e8630e16", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f1313373022f4e85", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/hotels/price-batcher.ts:3"}, "properties": {"repobilityId": "b0bac2cd0f7e03e4", "scanner": "scanner-primary", "fingerprint": "f1313373022f4e85", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bc48aea79e1dfbb0", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/hotels/rate-cache.ts:3"}, "properties": {"repobilityId": "2c815df8e1a57c4d", "scanner": "scanner-primary", "fingerprint": "bc48aea79e1dfbb0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6320bc3fe0672709", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/lib/flights/finalize.ts:4"}, "properties": {"repobilityId": "9e53db79db12528a", "scanner": "scanner-primary", "fingerprint": "6320bc3fe0672709", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-91329d58116cad4d", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/flights/session.ts:8"}, "properties": {"repobilityId": "50f1c794b4e1808e", "scanner": "scanner-primary", "fingerprint": "91329d58116cad4d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5263dacd70f2f44b", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/flights/client.ts:4"}, "properties": {"repobilityId": "1f319ab50413633f", "scanner": "scanner-primary", "fingerprint": "5263dacd70f2f44b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-06458987f5d01e31", "level": "none", "message": {"text": "Commented-code block (10 lines) in src/lib/flights/airports.ts:7"}, "properties": {"repobilityId": "c459d91726e01782", "scanner": "scanner-primary", "fingerprint": "06458987f5d01e31", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ed8f7b0a772b0c96", "level": "note", "message": {"text": "Legacy-named symbol `ht_flight_flow_v1` in src/lib/flights/flow-storage.ts:10"}, "properties": {"repobilityId": "3a3a60ad22bcef54", "scanner": "scanner-primary", "fingerprint": "ed8f7b0a772b0c96", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-48adf27755d16031", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/flights/ancillaries.ts:6"}, "properties": {"repobilityId": "89270386631f6ad9", "scanner": "scanner-primary", "fingerprint": "48adf27755d16031", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-df8f7e3477be4935", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/alerting/notify.ts:3"}, "properties": {"repobilityId": "0b5ff575ded0c5b9", "scanner": "scanner-primary", "fingerprint": "df8f7e3477be4935", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-597b04e255671193", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/lib/booking/session.ts:3"}, "properties": {"repobilityId": "de61aaf14917e2e7", "scanner": "scanner-primary", "fingerprint": "597b04e255671193", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-de888feb8704010c", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/images/cdn-loader.ts:3"}, "properties": {"repobilityId": "28c0a8c8df2af572", "scanner": "scanner-primary", "fingerprint": "de888feb8704010c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6b4c5df994b2a3d4", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/consent/storage.ts:4"}, "properties": {"repobilityId": "4574d2c838b9c4ec", "scanner": "scanner-primary", "fingerprint": "6b4c5df994b2a3d4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fe134eaae2d01357", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/consent/context.tsx:9"}, "properties": {"repobilityId": "ca85aec28be19ceb", "scanner": "scanner-primary", "fingerprint": "fe134eaae2d01357", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-702bf40ab57f7b08", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/consent/types.ts:3"}, "properties": {"repobilityId": "0d5f4bdc0c41cf4f", "scanner": "scanner-primary", "fingerprint": "702bf40ab57f7b08", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a9836457f7ec50c4", "level": "note", "message": {"text": "23 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "71ec3608d30f8bcd", "scanner": "scanner-primary", "fingerprint": "a9836457f7ec50c4", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}