{"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-0026ad3700282888", "name": "Stray `console.log` in TS/JS \u2014 scripts/seed.ts:281", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/seed.ts:281"}, "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-8a681ea76a82a74c", "name": "Stray `console.log` in TS/JS \u2014 scripts/prepare-upload.ts:301", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/prepare-upload.ts:301"}, "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-007ccc2b25bd56da", "name": "Stray `console.log` in TS/JS \u2014 scripts/apply-watermark.ts:105", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/apply-watermark.ts:105"}, "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-e55a554bde631f7d", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/theme-script.tsx:30", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/theme-script.tsx:30"}, "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-483201e55d369c90", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/main-nav.tsx:55", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/main-nav.tsx:55"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-19c75c5e5e815113", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/locations/location-list-row.tsx:240", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/locations/location-list-row.tsx:240"}, "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-5b9148432bcd6f68", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/home/clover-facts-stat-card.tsx:51", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/home/clover-facts-stat-card.tsx:51"}, "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-68ba46e28952bdfd", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/finds/find-card.tsx:164", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/finds/find-card.tsx:164"}, "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-399b31d54a1d4ef7", "name": "\"active\" state uses light bg in a dark theme \u2014 src/components/stats/calendar-heatmap-tabs.tsx:86", "shortDescription": {"text": "\"active\" state uses light bg in a dark theme \u2014 src/components/stats/calendar-heatmap-tabs.tsx:86"}, "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-f0ea6f7b6d079fbe", "name": "\"active\" state uses light bg in a dark theme \u2014 src/components/stats/top-finds-leaderboard.tsx:182", "shortDescription": {"text": "\"active\" state uses light bg in a dark theme \u2014 src/components/stats/top-finds-leaderboard.tsx:182"}, "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-b64d73e7f0586e7b", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/stats/top-locations-card.tsx:253", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/stats/top-locations-card.tsx:253"}, "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-54228a1f95d1ba23", "name": "\"active\" state uses light bg in a dark theme \u2014 src/components/stats/top-locations-card.tsx:142", "shortDescription": {"text": "\"active\" state uses light bg in a dark theme \u2014 src/components/stats/top-locations-card.tsx:142"}, "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-dcc9888c894f1b4b", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/admin/page.tsx:534", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/admin/page.tsx:534"}, "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-3c0731336eefb5d4", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/admin/audit/blocklist/page.tsx:1426", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/admin/audit/blocklist/page.tsx:1426"}, "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-796077aa4a8843c0", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/admin/files/maps/metadata-preview.tsx:191", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/admin/files/maps/metadata-preview.tsx:191"}, "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-34ace561e886d7b9", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/admin/files/finds/qr-button.tsx:113", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/admin/files/finds/qr-button.tsx:113"}, "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-c3ced527d5653747", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/admin/visitors/page.tsx:290", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/admin/visitors/page.tsx:290"}, "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-a6dcdacaf9009c5d", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/admin/votes/page.tsx:219", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/admin/votes/page.tsx:219"}, "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-cc96c297f964f4ef", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/admin/qr/qr-generator-form.tsx:294", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/admin/qr/qr-generator-form.tsx:294"}, "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-0c28b611a380e553", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/admin/qr/qr-list.tsx:135", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/admin/qr/qr-list.tsx:135"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-40d6f4431d4425bc", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/[locale]/page.tsx:645", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/[locale]/page.tsx:645"}, "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-67a2472529ac0ea9", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/[locale]/statistiky/page.tsx:1270", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/[locale]/statistiky/page.tsx:1270"}, "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-aa5acaa49eb8315b", "name": "Containers defined but no K8s/orchestration manifest found", "shortDescription": {"text": "Containers defined but no K8s/orchestration manifest found"}, "fullDescription": {"text": "Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-dc46bd4b01cffc2d", "name": "Insecure pattern 'node_child_process' in next.config.ts:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in next.config.ts:1"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-21b2caeef977ae3d", "name": "Insecure pattern 'node_child_process' in scripts/prepare-upload.ts:56", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/prepare-upload.ts:56"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-afd82987549ca9c3", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/theme-script.tsx:30", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/theme-script.tsx:30"}, "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-bd965e2ce5deb2bb", "name": "Insecure pattern 'node_child_process' in src/app/admin/sync/pm2-restart-action.ts:3", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/app/admin/sync/pm2-restart-action.ts:3"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5fc880b497e04d1c", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/admin/files/finds/qr-button.tsx:113", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/admin/files/finds/qr-button.tsx:113"}, "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-99b6ce5878e8318c", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/admin/qr/qr-generator-form.tsx:294", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/admin/qr/qr-generator-form.tsx:294"}, "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-c5ac036dfb38ea2c", "name": "Insecure pattern 'node_child_process' in src/lib/admin/syncRunner.ts:3", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/lib/admin/syncRunner.ts:3"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3e591529e3b85afc", "name": "Very large file: scripts/sync.ts (1974 lines)", "shortDescription": {"text": "Very large file: scripts/sync.ts (1974 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-20a655dfd9613675", "name": "Very large file: src/app/admin/audit/blocklist/page.tsx (1459 lines)", "shortDescription": {"text": "Very large file: src/app/admin/audit/blocklist/page.tsx (1459 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-4af92daa2f809f11", "name": "Very large file: src/app/[locale]/statistiky/page.tsx (2559 lines)", "shortDescription": {"text": "Very large file: src/app/[locale]/statistiky/page.tsx (2559 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-3d5db6a5f1c1df3a", "name": "Very large file: src/lib/queries/locations.ts (1295 lines)", "shortDescription": {"text": "Very large file: src/lib/queries/locations.ts (1295 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-268068a76ee03214", "name": "Very large file: src/lib/queries/stats.ts (1947 lines)", "shortDescription": {"text": "Very large file: src/lib/queries/stats.ts (1947 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-9e8b9a169e746260", "name": "Very large file: src/lib/queries/finds.ts (1525 lines)", "shortDescription": {"text": "Very large file: src/lib/queries/finds.ts (1525 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": "7 test file(s) for 320 source file(s) (ratio 0.02). 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 100 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 81 placeholder/mock markers across 33 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-17d866d91a7c451e", "name": "Agent instruction/config may expose a secret: CLAUDE.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: CLAUDE.md"}, "fullDescription": {"text": "Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-0df495d05637a5c1", "name": "Commented-code block (5 lines) in next.config.ts:10", "shortDescription": {"text": "Commented-code block (5 lines) in next.config.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-507a66b5639771e5", "name": "Commented-code block (5 lines) in scripts/apply-watermark.ts:338", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/apply-watermark.ts:338"}, "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-224bb22121bdf34c", "name": "Commented-code block (17 lines) in scripts/sync.ts:106", "shortDescription": {"text": "Commented-code block (17 lines) in scripts/sync.ts:106"}, "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-c4a0fea45a9b8524", "name": "Commented-code block (5 lines) in scripts/rename-filename-fragment.mjs:4", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/rename-filename-fragment.mjs: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-f620875ea88d4a92", "name": "Commented-code block (7 lines) in scripts/mockups/qr-real.mjs:2", "shortDescription": {"text": "Commented-code block (7 lines) in scripts/mockups/qr-real.mjs:2"}, "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-21b98eb9d9341437", "name": "Commented-code block (8 lines) in scripts/mockups/qr-mockup.mjs:2", "shortDescription": {"text": "Commented-code block (8 lines) in scripts/mockups/qr-mockup.mjs:2"}, "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-d809f9019d90c716", "name": "Commented-code block (8 lines) in deploy/ecosystem.config.cjs:11", "shortDescription": {"text": "Commented-code block (8 lines) in deploy/ecosystem.config.cjs: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-439d9b10e9cb1e1d", "name": "Commented-code block (5 lines) in src/middleware.ts:42", "shortDescription": {"text": "Commented-code block (5 lines) in src/middleware.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-ffa7bbfade54e405", "name": "Commented-code block (10 lines) in src/i18n/routing.ts:23", "shortDescription": {"text": "Commented-code block (10 lines) in src/i18n/routing.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-f4f5414065beb67c", "name": "Commented-code block (6 lines) in src/components/nav-link.tsx:18", "shortDescription": {"text": "Commented-code block (6 lines) in src/components/nav-link.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-53efbe0d036d1924", "name": "Commented-code block (5 lines) in src/components/help/help-dialog.tsx:65", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/help/help-dialog.tsx:65"}, "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-6520522d4657174e", "name": "Commented-code block (6 lines) in src/components/home/clover-fact-card.tsx:170", "shortDescription": {"text": "Commented-code block (6 lines) in src/components/home/clover-fact-card.tsx:170"}, "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-32e7737138f5f23e", "name": "Commented-code block (5 lines) in src/components/finds/filter-bar.tsx:36", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/finds/filter-bar.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-ecd41478a781cb80", "name": "Commented-code block (6 lines) in src/components/finds/view-sort-toolbar.tsx:104", "shortDescription": {"text": "Commented-code block (6 lines) in src/components/finds/view-sort-toolbar.tsx: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-a1339c2bf17d026d", "name": "Commented-code block (5 lines) in src/components/finds/random-find-showcase.tsx:48", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/finds/random-find-showcase.tsx:48"}, "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-efdffec15bb4941d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/finds/random-find-showcase.tsx:68", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/finds/random-find-showcase.tsx:68"}, "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-c2f20ff5de55f778", "name": "Commented-code block (5 lines) in src/components/finds/image-gallery.tsx:90", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/finds/image-gallery.tsx: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-5c44dda1b1fe73de", "name": "Commented-code block (5 lines) in src/components/finds/find-list.tsx:94", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/finds/find-list.tsx:94"}, "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-fcd75817c3516299", "name": "Commented-code block (6 lines) in src/components/finds/donation-photos-button.tsx:86", "shortDescription": {"text": "Commented-code block (6 lines) in src/components/finds/donation-photos-button.tsx:86"}, "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-9fb1a7c654140b65", "name": "Commented-code block (5 lines) in src/components/finds/vote-button.tsx:62", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/finds/vote-button.tsx:62"}, "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-6e5ea78693095fd2", "name": "Commented-code block (5 lines) in src/components/anniversary/anniversary-overlay.tsx:200", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/anniversary/anniversary-overlay.tsx:200"}, "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-78ab84cb4b8afbe1", "name": "Commented-code block (6 lines) in src/components/anniversary/falling-overlay.tsx:52", "shortDescription": {"text": "Commented-code block (6 lines) in src/components/anniversary/falling-overlay.tsx:52"}, "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-5b91982bbb508278", "name": "Commented-code block (6 lines) in src/components/stats/world-choropleth-map.tsx:87", "shortDescription": {"text": "Commented-code block (6 lines) in src/components/stats/world-choropleth-map.tsx:87"}, "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-016fbdc2a942f01e", "name": "Commented-code block (6 lines) in src/components/stats/yearly-pace-block.tsx:38", "shortDescription": {"text": "Commented-code block (6 lines) in src/components/stats/yearly-pace-block.tsx:38"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-34ce25b231d68fd1", "name": "Commented-code block (9 lines) in src/components/map/mapa-shell.tsx:75", "shortDescription": {"text": "Commented-code block (9 lines) in src/components/map/mapa-shell.tsx:75"}, "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-4db131ecb718863c", "name": "Commented-code block (8 lines) in src/components/map/location-polygons.tsx:93", "shortDescription": {"text": "Commented-code block (8 lines) in src/components/map/location-polygons.tsx:93"}, "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-d43fb449949ed6e3", "name": "Commented-code block (6 lines) in src/components/map/map-view.tsx:85", "shortDescription": {"text": "Commented-code block (6 lines) in src/components/map/map-view.tsx:85"}, "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-2b8bcfd47b6befa2", "name": "Commented-code block (6 lines) in src/components/map/find-dots-canvas.ts:95", "shortDescription": {"text": "Commented-code block (6 lines) in src/components/map/find-dots-canvas.ts:95"}, "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-1828fad933493c07", "name": "Commented-code block (5 lines) in src/app/sitemap.ts:48", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/sitemap.ts:48"}, "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-d43e36f0a1da8f11", "name": "Commented-code block (6 lines) in src/app/layout.tsx:67", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/layout.tsx:67"}, "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-39c7cf8de94abb24", "name": "Commented-code block (5 lines) in src/app/api/admin/blocklist/export/route.ts:34", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/api/admin/blocklist/export/route.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-a1df716eee54d912", "name": "Commented-code block (6 lines) in src/app/api/admin/file/route.ts:85", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/api/admin/file/route.ts:85"}, "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-cae80b09cfe23174", "name": "Commented-code block (5 lines) in src/app/admin/sync/pm2-restart-action.ts:65", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/admin/sync/pm2-restart-action.ts:65"}, "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-a001d56e9abb0332", "name": "Commented-code block (6 lines) in src/app/admin/sync/sync-panel.tsx:57", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/admin/sync/sync-panel.tsx: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-957b11e00fe4154e", "name": "Commented-code block (5 lines) in src/app/admin/json/lokace-stavy-poznamky/editor.tsx:119", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/admin/json/lokace-stavy-poznamky/editor.tsx:119"}, "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-8415be3d55dc6107", "name": "Commented-code block (5 lines) in src/app/admin/json/lokace-stavy-poznamky/save-action.ts:110", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/admin/json/lokace-stavy-poznamky/save-action.ts:110"}, "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-301325599addada1", "name": "Commented-code block (6 lines) in src/app/admin/api/upload/finds/route.ts:39", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/admin/api/upload/finds/route.ts:39"}, "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-05c4691307cb5f8a", "name": "Commented-code block (5 lines) in src/app/admin/api/qr-zip/route.ts:100", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/admin/api/qr-zip/route.ts:100"}, "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-689dbf6b54f6552d", "name": "Commented-code block (5 lines) in src/app/admin/special/special-actions.ts:60", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/admin/special/special-actions.ts:60"}, "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-e814e82dedf25bee", "name": "Commented-code block (5 lines) in src/app/admin/files/page.tsx:45", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/admin/files/page.tsx:45"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-db32a7a2e66ae2b2", "name": "Commented-code block (5 lines) in src/app/admin/files/maps/upload-action.ts:201", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/admin/files/maps/upload-action.ts:201"}, "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-ed4cefddd2f940aa", "name": "Commented-code block (7 lines) in src/app/admin/files/maps/photo-upload-action.ts:73", "shortDescription": {"text": "Commented-code block (7 lines) in src/app/admin/files/maps/photo-upload-action.ts:73"}, "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-2c763842ea3987eb", "name": "Commented-code block (6 lines) in src/app/admin/files/maps/anonymize-action.ts:109", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/admin/files/maps/anonymize-action.ts:109"}, "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-cd6ad7e0cc29996e", "name": "Legacy-named symbol `rawOld` in src/app/admin/files/maps/rename-action.ts:103", "shortDescription": {"text": "Legacy-named symbol `rawOld` in src/app/admin/files/maps/rename-action.ts:103"}, "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-97dca45d631d30b8", "name": "Commented-code block (5 lines) in src/app/admin/files/maps/replace-action.ts:119", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/admin/files/maps/replace-action.ts:119"}, "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-61fc6ea34e92b09e", "name": "Commented-code block (6 lines) in src/app/admin/files/[scope]/page.tsx:149", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/admin/files/[scope]/page.tsx:149"}, "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-f31f4f553394e8ab", "name": "Commented-code block (5 lines) in src/app/admin/files/[scope]/[name]/page.tsx:109", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/admin/files/[scope]/[name]/page.tsx:109"}, "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-5f9dfda8de51f5a2", "name": "Commented-code block (5 lines) in src/app/admin/files/finds/upload-form.tsx:81", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/admin/files/finds/upload-form.tsx: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-2f5728337cd65e59", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/admin/files/finds/upload-form.tsx:77", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/admin/files/finds/upload-form.tsx:77"}, "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-04568bb52cb87e61", "name": "Commented-code block (5 lines) in src/app/admin/files/finds/upload-action.ts:20", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/admin/files/finds/upload-action.ts:20"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-d5affdc2f3aa398c", "name": "Commented-code block (5 lines) in src/app/admin/files/finds/free-photos-move-action.ts:66", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/admin/files/finds/free-photos-move-action.ts:66"}, "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-503d71c040134e9a", "name": "Legacy-named symbol `rawOld` in src/app/admin/files/finds/rename-action.ts:46", "shortDescription": {"text": "Legacy-named symbol `rawOld` in src/app/admin/files/finds/rename-action.ts:46"}, "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-f4fca61792164598", "name": "Commented-code block (5 lines) in src/app/admin/files/finds/rename-action.ts:97", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/admin/files/finds/rename-action.ts:97"}, "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-637b12d43dfd373b", "name": "Commented-code block (5 lines) in src/app/admin/files/finds/unmark-donated-action.ts:278", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/admin/files/finds/unmark-donated-action.ts:278"}, "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-00ce26cd6371b127", "name": "Commented-code block (6 lines) in src/app/admin/files/finds/free-photos-action.ts:181", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/admin/files/finds/free-photos-action.ts:181"}, "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-8b68e3d6caca1fbc", "name": "Commented-code block (5 lines) in src/app/admin/files/finds/mark-donated-action.ts:150", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/admin/files/finds/mark-donated-action.ts:150"}, "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-8d520d5506a1931a", "name": "Commented-code block (7 lines) in src/app/admin/files/finds/free-photos-card.tsx:119", "shortDescription": {"text": "Commented-code block (7 lines) in src/app/admin/files/finds/free-photos-card.tsx:119"}, "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-a665621f581e0173", "name": "Commented-code block (5 lines) in src/app/admin/files/free-photos/upload-types.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/admin/files/free-photos/upload-types.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-1f3e61afc9620395", "name": "Commented-code block (7 lines) in src/app/admin/files/crops/upload-action.ts:153", "shortDescription": {"text": "Commented-code block (7 lines) in src/app/admin/files/crops/upload-action.ts:153"}, "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-d851bbca7df1e3e9", "name": "Legacy-named symbol `rawOld` in src/app/admin/files/crops/rename-action.ts:45", "shortDescription": {"text": "Legacy-named symbol `rawOld` in src/app/admin/files/crops/rename-action.ts:45"}, "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-63b2039d4a71ba20", "name": "Commented-code block (5 lines) in src/app/admin/files/_shared/list-types.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/admin/files/_shared/list-types.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-e89f01e0f0edb40f", "name": "Commented-code block (7 lines) in src/app/admin/files/_shared/files-list-client.tsx:242", "shortDescription": {"text": "Commented-code block (7 lines) in src/app/admin/files/_shared/files-list-client.tsx:242"}, "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-d18a6a2d07b5b1eb", "name": "Commented-code block (5 lines) in src/app/admin/checks/page.tsx:104", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/admin/checks/page.tsx: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-18cab53437881f5f", "name": "Commented-code block (5 lines) in src/app/[locale]/page.tsx:196", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/[locale]/page.tsx:196"}, "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-9440a04fb12c3ef9", "name": "Commented-code block (6 lines) in src/app/[locale]/mapa/page.tsx:65", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/[locale]/mapa/page.tsx:65"}, "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-a1d025727294f240", "name": "Commented-code block (5 lines) in src/app/[locale]/sbirka/page.tsx:134", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/[locale]/sbirka/page.tsx:134"}, "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-3cfb96720f3663cd", "name": "Commented-code block (6 lines) in src/app/[locale]/sbirka/[id]/page.tsx:119", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/[locale]/sbirka/[id]/page.tsx:119"}, "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-94ea7d1e0f47cce7", "name": "Commented-code block (6 lines) in src/app/[locale]/lokality/page.tsx:59", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/[locale]/lokality/page.tsx:59"}, "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-c7e4874c71da171b", "name": "Commented-code block (5 lines) in src/app/[locale]/lokality/[mapId]/page.tsx:84", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/[locale]/lokality/[mapId]/page.tsx:84"}, "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-d928cfcf5c06a6f4", "name": "Commented-code block (5 lines) in src/app/[locale]/statistiky/page.tsx:235", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/[locale]/statistiky/page.tsx:235"}, "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-640fc88381753bd1", "name": "Commented-code block (7 lines) in src/lib/images.ts:417", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/images.ts:417"}, "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-5835a2c5c144bdda", "name": "Commented-code block (10 lines) in src/lib/votes.ts:226", "shortDescription": {"text": "Commented-code block (10 lines) in src/lib/votes.ts:226"}, "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-a8fb29c97a39cf8b", "name": "Commented-code block (8 lines) in src/lib/watermark.ts:78", "shortDescription": {"text": "Commented-code block (8 lines) in src/lib/watermark.ts:78"}, "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-3411449fc10ef0ea", "name": "Commented-code block (8 lines) in src/lib/locationCode.ts:58", "shortDescription": {"text": "Commented-code block (8 lines) in src/lib/locationCode.ts:58"}, "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-384c39d345985180", "name": "Commented-code block (5 lines) in src/lib/admin/exif.ts:38", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/admin/exif.ts:38"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-f9f057518de4b34c", "name": "Commented-code block (7 lines) in src/lib/admin/syncRunner.ts:185", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/admin/syncRunner.ts:185"}, "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-584cd97f5d287a41", "name": "Commented-code block (7 lines) in src/lib/admin/checks.ts:724", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/admin/checks.ts:724"}, "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-c5ab5bf81cf61002", "name": "Commented-code block (6 lines) in src/lib/admin/abuseipdb.ts:237", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/admin/abuseipdb.ts:237"}, "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-70d80e0dd1c0244e", "name": "Commented-code block (7 lines) in src/lib/admin/session.ts:46", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/admin/session.ts:46"}, "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-4a46777f4de5eb31", "name": "Commented-code block (6 lines) in src/lib/admin/jsonSchema.ts:54", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/admin/jsonSchema.ts:54"}, "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-025c87d4d1c6958a", "name": "Commented-code block (9 lines) in src/lib/admin/multipart.ts:60", "shortDescription": {"text": "Commented-code block (9 lines) in src/lib/admin/multipart.ts:60"}, "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-9839385be7865cde", "name": "Commented-code block (9 lines) in src/lib/queries/locations.ts:317", "shortDescription": {"text": "Commented-code block (9 lines) in src/lib/queries/locations.ts:317"}, "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-1cad944015a84d3f", "name": "Commented-code block (5 lines) in src/lib/queries/stats.ts:276", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/queries/stats.ts:276"}, "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-020e66680d249d6f", "name": "Commented-code block (7 lines) in src/lib/queries/home.ts:243", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/queries/home.ts:243"}, "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-dd5e3f4076e93dec", "name": "Commented-code block (6 lines) in src/lib/queries/finds.ts:197", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/queries/finds.ts:197"}, "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-9d2ea8b5fb93a7f1", "name": "Commented-code block (5 lines) in src/lib/queries/retrospective.ts:166", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/queries/retrospective.ts:166"}, "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-3016f7e0b53226db", "name": "Commented-code block (8 lines) in src/lib/queries/map.ts:123", "shortDescription": {"text": "Commented-code block (8 lines) in src/lib/queries/map.ts:123"}, "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-022e6399d1ef2beb", "name": "12 env vars used in code but missing from .env.example", "shortDescription": {"text": "12 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `ABUSEIPDB_LOG_PATH`, `ABUSEIPDB_STATE_PATH`, `ADMIN_EXPECTED_ORIGIN`, `ADMIN_RP_ID`, `FAIL2BAN_BLOCKLIST_PATH`, `NEXT_PHASE`, `NEXT_PUBLIC_COMMIT_COUNT`, `PERMABAN_BACKUP_DIR` + 4 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/18736"}, "properties": {"repository": "Safronus/ctyrlistkoteka", "repoUrl": "https://github.com/Safronus/ctyrlistkoteka", "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-0026ad3700282888", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/seed.ts:281"}, "properties": {"repobilityId": "6b45b8d4fff61a2c", "scanner": "scanner-primary", "fingerprint": "0026ad3700282888", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8a681ea76a82a74c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/prepare-upload.ts:301"}, "properties": {"repobilityId": "4867bc468c8272bd", "scanner": "scanner-primary", "fingerprint": "8a681ea76a82a74c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-007ccc2b25bd56da", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/apply-watermark.ts:105"}, "properties": {"repobilityId": "5f8123b211eb1544", "scanner": "scanner-primary", "fingerprint": "007ccc2b25bd56da", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e55a554bde631f7d", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/theme-script.tsx:30"}, "properties": {"repobilityId": "7bf792d213d4e88e", "scanner": "scanner-primary", "fingerprint": "e55a554bde631f7d", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-483201e55d369c90", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/main-nav.tsx:55"}, "properties": {"repobilityId": "e48ca0f2d04c0b65", "scanner": "scanner-primary", "fingerprint": "483201e55d369c90", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-19c75c5e5e815113", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/locations/location-list-row.tsx:240"}, "properties": {"repobilityId": "07479720e143e66b", "scanner": "scanner-primary", "fingerprint": "19c75c5e5e815113", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-5b9148432bcd6f68", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/home/clover-facts-stat-card.tsx:51"}, "properties": {"repobilityId": "c499150b6f20dbce", "scanner": "scanner-primary", "fingerprint": "5b9148432bcd6f68", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-68ba46e28952bdfd", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/finds/find-card.tsx:164"}, "properties": {"repobilityId": "d99e9e36503a8ffc", "scanner": "scanner-primary", "fingerprint": "68ba46e28952bdfd", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-399b31d54a1d4ef7", "level": "note", "message": {"text": "\"active\" state uses light bg in a dark theme \u2014 src/components/stats/calendar-heatmap-tabs.tsx:86"}, "properties": {"repobilityId": "c8d9f00215a65ffe", "scanner": "scanner-primary", "fingerprint": "399b31d54a1d4ef7", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.active-light-bg"]}}, {"ruleId": "scanner-f0ea6f7b6d079fbe", "level": "note", "message": {"text": "\"active\" state uses light bg in a dark theme \u2014 src/components/stats/top-finds-leaderboard.tsx:182"}, "properties": {"repobilityId": "74bbf269437d079e", "scanner": "scanner-primary", "fingerprint": "f0ea6f7b6d079fbe", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.active-light-bg"]}}, {"ruleId": "scanner-b64d73e7f0586e7b", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/stats/top-locations-card.tsx:253"}, "properties": {"repobilityId": "616fe9c15b5fe206", "scanner": "scanner-primary", "fingerprint": "b64d73e7f0586e7b", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-54228a1f95d1ba23", "level": "note", "message": {"text": "\"active\" state uses light bg in a dark theme \u2014 src/components/stats/top-locations-card.tsx:142"}, "properties": {"repobilityId": "607a944b4b4d5638", "scanner": "scanner-primary", "fingerprint": "54228a1f95d1ba23", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.active-light-bg"]}}, {"ruleId": "scanner-dcc9888c894f1b4b", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/admin/page.tsx:534"}, "properties": {"repobilityId": "8d313b2589100140", "scanner": "scanner-primary", "fingerprint": "dcc9888c894f1b4b", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-3c0731336eefb5d4", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/admin/audit/blocklist/page.tsx:1426"}, "properties": {"repobilityId": "e9c81d6937c45807", "scanner": "scanner-primary", "fingerprint": "3c0731336eefb5d4", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-796077aa4a8843c0", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/admin/files/maps/metadata-preview.tsx:191"}, "properties": {"repobilityId": "4ed8486b3005120e", "scanner": "scanner-primary", "fingerprint": "796077aa4a8843c0", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-34ace561e886d7b9", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/admin/files/finds/qr-button.tsx:113"}, "properties": {"repobilityId": "4e322f434eb4428d", "scanner": "scanner-primary", "fingerprint": "34ace561e886d7b9", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-c3ced527d5653747", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/admin/visitors/page.tsx:290"}, "properties": {"repobilityId": "d4134447581c9d01", "scanner": "scanner-primary", "fingerprint": "c3ced527d5653747", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-a6dcdacaf9009c5d", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/admin/votes/page.tsx:219"}, "properties": {"repobilityId": "2dd32a48834cfd9f", "scanner": "scanner-primary", "fingerprint": "a6dcdacaf9009c5d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-cc96c297f964f4ef", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/admin/qr/qr-generator-form.tsx:294"}, "properties": {"repobilityId": "7eaa25726063e039", "scanner": "scanner-primary", "fingerprint": "cc96c297f964f4ef", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-0c28b611a380e553", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/admin/qr/qr-list.tsx:135"}, "properties": {"repobilityId": "ed671b78aafce6d2", "scanner": "scanner-primary", "fingerprint": "0c28b611a380e553", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-40d6f4431d4425bc", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/[locale]/page.tsx:645"}, "properties": {"repobilityId": "e4f964d228f425a5", "scanner": "scanner-primary", "fingerprint": "40d6f4431d4425bc", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-67a2472529ac0ea9", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/[locale]/statistiky/page.tsx:1270"}, "properties": {"repobilityId": "effa0a3a818060ab", "scanner": "scanner-primary", "fingerprint": "67a2472529ac0ea9", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-aa5acaa49eb8315b", "level": "note", "message": {"text": "Containers defined but no K8s/orchestration manifest found"}, "properties": {"repobilityId": "b230ea9b68736081", "scanner": "scanner-primary", "fingerprint": "aa5acaa49eb8315b", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["coverage", "deployment"]}}, {"ruleId": "scanner-dc46bd4b01cffc2d", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in next.config.ts:1"}, "properties": {"repobilityId": "a3a25c0d08e89bbc", "scanner": "scanner-primary", "fingerprint": "dc46bd4b01cffc2d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "next.config.ts"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-21b2caeef977ae3d", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/prepare-upload.ts:56"}, "properties": {"repobilityId": "df75ad4ff52ee5e6", "scanner": "scanner-primary", "fingerprint": "21b2caeef977ae3d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/prepare-upload.ts"}, "region": {"startLine": 56}}}]}, {"ruleId": "scanner-afd82987549ca9c3", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/theme-script.tsx:30"}, "properties": {"repobilityId": "504e0e74205b9b4d", "scanner": "scanner-primary", "fingerprint": "afd82987549ca9c3", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/theme-script.tsx"}, "region": {"startLine": 30}}}]}, {"ruleId": "scanner-bd965e2ce5deb2bb", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/app/admin/sync/pm2-restart-action.ts:3"}, "properties": {"repobilityId": "2657f09d7b9c83ae", "scanner": "scanner-primary", "fingerprint": "bd965e2ce5deb2bb", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/admin/sync/pm2-restart-action.ts"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-5fc880b497e04d1c", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/admin/files/finds/qr-button.tsx:113"}, "properties": {"repobilityId": "879c04dfaa311930", "scanner": "scanner-primary", "fingerprint": "5fc880b497e04d1c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/admin/files/finds/qr-button.tsx"}, "region": {"startLine": 113}}}]}, {"ruleId": "scanner-99b6ce5878e8318c", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/admin/qr/qr-generator-form.tsx:294"}, "properties": {"repobilityId": "9b02b2a2b64932ef", "scanner": "scanner-primary", "fingerprint": "99b6ce5878e8318c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/admin/qr/qr-generator-form.tsx"}, "region": {"startLine": 294}}}]}, {"ruleId": "scanner-c5ac036dfb38ea2c", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/lib/admin/syncRunner.ts:3"}, "properties": {"repobilityId": "5b70a9fa8369c79d", "scanner": "scanner-primary", "fingerprint": "c5ac036dfb38ea2c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/lib/admin/syncRunner.ts"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-3e591529e3b85afc", "level": "note", "message": {"text": "Very large file: scripts/sync.ts (1974 lines)"}, "properties": {"repobilityId": "3817254f7d116f6d", "scanner": "scanner-primary", "fingerprint": "3e591529e3b85afc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-20a655dfd9613675", "level": "note", "message": {"text": "Very large file: src/app/admin/audit/blocklist/page.tsx (1459 lines)"}, "properties": {"repobilityId": "d3c5e743347e0044", "scanner": "scanner-primary", "fingerprint": "20a655dfd9613675", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-4af92daa2f809f11", "level": "note", "message": {"text": "Very large file: src/app/[locale]/statistiky/page.tsx (2559 lines)"}, "properties": {"repobilityId": "c8eee293ae79acba", "scanner": "scanner-primary", "fingerprint": "4af92daa2f809f11", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-3d5db6a5f1c1df3a", "level": "note", "message": {"text": "Very large file: src/lib/queries/locations.ts (1295 lines)"}, "properties": {"repobilityId": "e1b87a46fb81d4f2", "scanner": "scanner-primary", "fingerprint": "3d5db6a5f1c1df3a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-268068a76ee03214", "level": "note", "message": {"text": "Very large file: src/lib/queries/stats.ts (1947 lines)"}, "properties": {"repobilityId": "12b48bcd3e76a40b", "scanner": "scanner-primary", "fingerprint": "268068a76ee03214", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-9e8b9a169e746260", "level": "note", "message": {"text": "Very large file: src/lib/queries/finds.ts (1525 lines)"}, "properties": {"repobilityId": "c4fc0f55310af008", "scanner": "scanner-primary", "fingerprint": "9e8b9a169e746260", "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": "28ff2f67bc731b2a", "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": "1d2a19f7fa219c4d", "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": "826957b958de3e69", "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": "d640378f5a3014fb", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "f91d513fb879a0f7", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "e367f727fc4eb5db", "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": "ee79deb305924279", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-17d866d91a7c451e", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: CLAUDE.md"}, "properties": {"repobilityId": "ccce5984e58a48f0", "scanner": "scanner-primary", "fingerprint": "17d866d91a7c451e", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "CLAUDE.md"}, "region": {"startLine": 259}}}]}, {"ruleId": "scanner-0df495d05637a5c1", "level": "none", "message": {"text": "Commented-code block (5 lines) in next.config.ts:10"}, "properties": {"repobilityId": "5a9e777c7e50594a", "scanner": "scanner-primary", "fingerprint": "0df495d05637a5c1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-507a66b5639771e5", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/apply-watermark.ts:338"}, "properties": {"repobilityId": "aeb1383ca3c0bf06", "scanner": "scanner-primary", "fingerprint": "507a66b5639771e5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-224bb22121bdf34c", "level": "none", "message": {"text": "Commented-code block (17 lines) in scripts/sync.ts:106"}, "properties": {"repobilityId": "5b39e088612d75df", "scanner": "scanner-primary", "fingerprint": "224bb22121bdf34c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c4a0fea45a9b8524", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/rename-filename-fragment.mjs:4"}, "properties": {"repobilityId": "ce84322ad9f340d5", "scanner": "scanner-primary", "fingerprint": "c4a0fea45a9b8524", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f620875ea88d4a92", "level": "none", "message": {"text": "Commented-code block (7 lines) in scripts/mockups/qr-real.mjs:2"}, "properties": {"repobilityId": "306c5ad9736f0470", "scanner": "scanner-primary", "fingerprint": "f620875ea88d4a92", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-21b98eb9d9341437", "level": "none", "message": {"text": "Commented-code block (8 lines) in scripts/mockups/qr-mockup.mjs:2"}, "properties": {"repobilityId": "23a7700dfb3263bd", "scanner": "scanner-primary", "fingerprint": "21b98eb9d9341437", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d809f9019d90c716", "level": "none", "message": {"text": "Commented-code block (8 lines) in deploy/ecosystem.config.cjs:11"}, "properties": {"repobilityId": "9a21c2c41caf1811", "scanner": "scanner-primary", "fingerprint": "d809f9019d90c716", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-439d9b10e9cb1e1d", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/middleware.ts:42"}, "properties": {"repobilityId": "d6afab40e7ade416", "scanner": "scanner-primary", "fingerprint": "439d9b10e9cb1e1d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ffa7bbfade54e405", "level": "none", "message": {"text": "Commented-code block (10 lines) in src/i18n/routing.ts:23"}, "properties": {"repobilityId": "d415cbeb4f85636a", "scanner": "scanner-primary", "fingerprint": "ffa7bbfade54e405", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f4f5414065beb67c", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/components/nav-link.tsx:18"}, "properties": {"repobilityId": "ce19f17486c7b47b", "scanner": "scanner-primary", "fingerprint": "f4f5414065beb67c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-53efbe0d036d1924", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/help/help-dialog.tsx:65"}, "properties": {"repobilityId": "c55ae6ecc1578d10", "scanner": "scanner-primary", "fingerprint": "53efbe0d036d1924", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6520522d4657174e", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/components/home/clover-fact-card.tsx:170"}, "properties": {"repobilityId": "c553bde7c489e41e", "scanner": "scanner-primary", "fingerprint": "6520522d4657174e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-32e7737138f5f23e", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/finds/filter-bar.tsx:36"}, "properties": {"repobilityId": "17c695b31b9afb03", "scanner": "scanner-primary", "fingerprint": "32e7737138f5f23e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ecd41478a781cb80", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/components/finds/view-sort-toolbar.tsx:104"}, "properties": {"repobilityId": "5b4e0b952584ee6a", "scanner": "scanner-primary", "fingerprint": "ecd41478a781cb80", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a1339c2bf17d026d", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/finds/random-find-showcase.tsx:48"}, "properties": {"repobilityId": "3af191c8b59ae3f7", "scanner": "scanner-primary", "fingerprint": "a1339c2bf17d026d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-efdffec15bb4941d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/finds/random-find-showcase.tsx:68"}, "properties": {"repobilityId": "e3cd798f2eafc6d8", "scanner": "scanner-primary", "fingerprint": "efdffec15bb4941d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c2f20ff5de55f778", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/finds/image-gallery.tsx:90"}, "properties": {"repobilityId": "c9046a669d550b34", "scanner": "scanner-primary", "fingerprint": "c2f20ff5de55f778", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5c44dda1b1fe73de", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/finds/find-list.tsx:94"}, "properties": {"repobilityId": "7c5f47a6befd3259", "scanner": "scanner-primary", "fingerprint": "5c44dda1b1fe73de", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fcd75817c3516299", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/components/finds/donation-photos-button.tsx:86"}, "properties": {"repobilityId": "2600aaedbb6690cc", "scanner": "scanner-primary", "fingerprint": "fcd75817c3516299", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9fb1a7c654140b65", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/finds/vote-button.tsx:62"}, "properties": {"repobilityId": "9d547f4ace0999d5", "scanner": "scanner-primary", "fingerprint": "9fb1a7c654140b65", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6e5ea78693095fd2", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/anniversary/anniversary-overlay.tsx:200"}, "properties": {"repobilityId": "4dcf238e95ff9630", "scanner": "scanner-primary", "fingerprint": "6e5ea78693095fd2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-78ab84cb4b8afbe1", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/components/anniversary/falling-overlay.tsx:52"}, "properties": {"repobilityId": "3913d4d7fa52b359", "scanner": "scanner-primary", "fingerprint": "78ab84cb4b8afbe1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5b91982bbb508278", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/components/stats/world-choropleth-map.tsx:87"}, "properties": {"repobilityId": "7f4b3bb80287c3bd", "scanner": "scanner-primary", "fingerprint": "5b91982bbb508278", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-016fbdc2a942f01e", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/components/stats/yearly-pace-block.tsx:38"}, "properties": {"repobilityId": "46dcdfa4818d3e26", "scanner": "scanner-primary", "fingerprint": "016fbdc2a942f01e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-34ce25b231d68fd1", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/components/map/mapa-shell.tsx:75"}, "properties": {"repobilityId": "025d8343c87db93b", "scanner": "scanner-primary", "fingerprint": "34ce25b231d68fd1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4db131ecb718863c", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/components/map/location-polygons.tsx:93"}, "properties": {"repobilityId": "b52e4bfcad8bb90b", "scanner": "scanner-primary", "fingerprint": "4db131ecb718863c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d43fb449949ed6e3", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/components/map/map-view.tsx:85"}, "properties": {"repobilityId": "3bb44e18bb05c495", "scanner": "scanner-primary", "fingerprint": "d43fb449949ed6e3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2b8bcfd47b6befa2", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/components/map/find-dots-canvas.ts:95"}, "properties": {"repobilityId": "6716cc500ad7b7d0", "scanner": "scanner-primary", "fingerprint": "2b8bcfd47b6befa2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1828fad933493c07", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/sitemap.ts:48"}, "properties": {"repobilityId": "433a5acb72f472d7", "scanner": "scanner-primary", "fingerprint": "1828fad933493c07", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d43e36f0a1da8f11", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/layout.tsx:67"}, "properties": {"repobilityId": "0b2426a3d3c66d73", "scanner": "scanner-primary", "fingerprint": "d43e36f0a1da8f11", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-39c7cf8de94abb24", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/api/admin/blocklist/export/route.ts:34"}, "properties": {"repobilityId": "44be4bd1215fbe5d", "scanner": "scanner-primary", "fingerprint": "39c7cf8de94abb24", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a1df716eee54d912", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/api/admin/file/route.ts:85"}, "properties": {"repobilityId": "12c2dfd87d77337b", "scanner": "scanner-primary", "fingerprint": "a1df716eee54d912", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-cae80b09cfe23174", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/admin/sync/pm2-restart-action.ts:65"}, "properties": {"repobilityId": "0cd1f2b31622159b", "scanner": "scanner-primary", "fingerprint": "cae80b09cfe23174", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a001d56e9abb0332", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/admin/sync/sync-panel.tsx:57"}, "properties": {"repobilityId": "73089d0f2cf303c3", "scanner": "scanner-primary", "fingerprint": "a001d56e9abb0332", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-957b11e00fe4154e", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/admin/json/lokace-stavy-poznamky/editor.tsx:119"}, "properties": {"repobilityId": "3a78ebc51e476f0c", "scanner": "scanner-primary", "fingerprint": "957b11e00fe4154e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8415be3d55dc6107", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/admin/json/lokace-stavy-poznamky/save-action.ts:110"}, "properties": {"repobilityId": "f945d4735a72d680", "scanner": "scanner-primary", "fingerprint": "8415be3d55dc6107", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-301325599addada1", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/admin/api/upload/finds/route.ts:39"}, "properties": {"repobilityId": "6dc3578151b7d49f", "scanner": "scanner-primary", "fingerprint": "301325599addada1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-05c4691307cb5f8a", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/admin/api/qr-zip/route.ts:100"}, "properties": {"repobilityId": "f9baaf3dc334dbb0", "scanner": "scanner-primary", "fingerprint": "05c4691307cb5f8a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-689dbf6b54f6552d", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/admin/special/special-actions.ts:60"}, "properties": {"repobilityId": "752d9b3c90713b88", "scanner": "scanner-primary", "fingerprint": "689dbf6b54f6552d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e814e82dedf25bee", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/admin/files/page.tsx:45"}, "properties": {"repobilityId": "024d1da504a4a238", "scanner": "scanner-primary", "fingerprint": "e814e82dedf25bee", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-db32a7a2e66ae2b2", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/admin/files/maps/upload-action.ts:201"}, "properties": {"repobilityId": "ca059832a3aaacc0", "scanner": "scanner-primary", "fingerprint": "db32a7a2e66ae2b2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ed4cefddd2f940aa", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/app/admin/files/maps/photo-upload-action.ts:73"}, "properties": {"repobilityId": "5ceca1042da82685", "scanner": "scanner-primary", "fingerprint": "ed4cefddd2f940aa", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2c763842ea3987eb", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/admin/files/maps/anonymize-action.ts:109"}, "properties": {"repobilityId": "4b882ef61480060e", "scanner": "scanner-primary", "fingerprint": "2c763842ea3987eb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-cd6ad7e0cc29996e", "level": "note", "message": {"text": "Legacy-named symbol `rawOld` in src/app/admin/files/maps/rename-action.ts:103"}, "properties": {"repobilityId": "b351b208185ceadf", "scanner": "scanner-primary", "fingerprint": "cd6ad7e0cc29996e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-97dca45d631d30b8", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/admin/files/maps/replace-action.ts:119"}, "properties": {"repobilityId": "4f193f685ba5e6e9", "scanner": "scanner-primary", "fingerprint": "97dca45d631d30b8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-61fc6ea34e92b09e", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/admin/files/[scope]/page.tsx:149"}, "properties": {"repobilityId": "a23f8733accee4d7", "scanner": "scanner-primary", "fingerprint": "61fc6ea34e92b09e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f31f4f553394e8ab", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/admin/files/[scope]/[name]/page.tsx:109"}, "properties": {"repobilityId": "c4867ad28fdb4943", "scanner": "scanner-primary", "fingerprint": "f31f4f553394e8ab", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5f9dfda8de51f5a2", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/admin/files/finds/upload-form.tsx:81"}, "properties": {"repobilityId": "87257a7edacd0439", "scanner": "scanner-primary", "fingerprint": "5f9dfda8de51f5a2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2f5728337cd65e59", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/admin/files/finds/upload-form.tsx:77"}, "properties": {"repobilityId": "ab49be6ca3752518", "scanner": "scanner-primary", "fingerprint": "2f5728337cd65e59", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-04568bb52cb87e61", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/admin/files/finds/upload-action.ts:20"}, "properties": {"repobilityId": "3add133c120fc518", "scanner": "scanner-primary", "fingerprint": "04568bb52cb87e61", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d5affdc2f3aa398c", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/admin/files/finds/free-photos-move-action.ts:66"}, "properties": {"repobilityId": "d0d28b06ec044257", "scanner": "scanner-primary", "fingerprint": "d5affdc2f3aa398c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-503d71c040134e9a", "level": "note", "message": {"text": "Legacy-named symbol `rawOld` in src/app/admin/files/finds/rename-action.ts:46"}, "properties": {"repobilityId": "3f1646a05f070b2b", "scanner": "scanner-primary", "fingerprint": "503d71c040134e9a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-f4fca61792164598", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/admin/files/finds/rename-action.ts:97"}, "properties": {"repobilityId": "ec35699680972747", "scanner": "scanner-primary", "fingerprint": "f4fca61792164598", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-637b12d43dfd373b", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/admin/files/finds/unmark-donated-action.ts:278"}, "properties": {"repobilityId": "67d48678054c2704", "scanner": "scanner-primary", "fingerprint": "637b12d43dfd373b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-00ce26cd6371b127", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/admin/files/finds/free-photos-action.ts:181"}, "properties": {"repobilityId": "f0090c3cb91d9448", "scanner": "scanner-primary", "fingerprint": "00ce26cd6371b127", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8b68e3d6caca1fbc", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/admin/files/finds/mark-donated-action.ts:150"}, "properties": {"repobilityId": "75a323f4d35d9333", "scanner": "scanner-primary", "fingerprint": "8b68e3d6caca1fbc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8d520d5506a1931a", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/app/admin/files/finds/free-photos-card.tsx:119"}, "properties": {"repobilityId": "682e5c3526db9948", "scanner": "scanner-primary", "fingerprint": "8d520d5506a1931a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a665621f581e0173", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/admin/files/free-photos/upload-types.ts:1"}, "properties": {"repobilityId": "2390201ba3f8eb8f", "scanner": "scanner-primary", "fingerprint": "a665621f581e0173", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1f3e61afc9620395", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/app/admin/files/crops/upload-action.ts:153"}, "properties": {"repobilityId": "d6a1b7f306e2059a", "scanner": "scanner-primary", "fingerprint": "1f3e61afc9620395", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d851bbca7df1e3e9", "level": "note", "message": {"text": "Legacy-named symbol `rawOld` in src/app/admin/files/crops/rename-action.ts:45"}, "properties": {"repobilityId": "1e97dd46e205acc4", "scanner": "scanner-primary", "fingerprint": "d851bbca7df1e3e9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-63b2039d4a71ba20", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/admin/files/_shared/list-types.ts:1"}, "properties": {"repobilityId": "c192436bc02e0699", "scanner": "scanner-primary", "fingerprint": "63b2039d4a71ba20", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e89f01e0f0edb40f", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/app/admin/files/_shared/files-list-client.tsx:242"}, "properties": {"repobilityId": "38090cadeda18098", "scanner": "scanner-primary", "fingerprint": "e89f01e0f0edb40f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d18a6a2d07b5b1eb", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/admin/checks/page.tsx:104"}, "properties": {"repobilityId": "452cba4846149578", "scanner": "scanner-primary", "fingerprint": "d18a6a2d07b5b1eb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-18cab53437881f5f", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/[locale]/page.tsx:196"}, "properties": {"repobilityId": "c59734f4a0935f43", "scanner": "scanner-primary", "fingerprint": "18cab53437881f5f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9440a04fb12c3ef9", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/[locale]/mapa/page.tsx:65"}, "properties": {"repobilityId": "4f56a73cd6e7b85f", "scanner": "scanner-primary", "fingerprint": "9440a04fb12c3ef9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a1d025727294f240", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/[locale]/sbirka/page.tsx:134"}, "properties": {"repobilityId": "4e8835be9460b4b7", "scanner": "scanner-primary", "fingerprint": "a1d025727294f240", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3cfb96720f3663cd", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/[locale]/sbirka/[id]/page.tsx:119"}, "properties": {"repobilityId": "6649a537d6deadfa", "scanner": "scanner-primary", "fingerprint": "3cfb96720f3663cd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-94ea7d1e0f47cce7", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/[locale]/lokality/page.tsx:59"}, "properties": {"repobilityId": "eea93b0b895f99ba", "scanner": "scanner-primary", "fingerprint": "94ea7d1e0f47cce7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c7e4874c71da171b", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/[locale]/lokality/[mapId]/page.tsx:84"}, "properties": {"repobilityId": "1eb803bde9e53aee", "scanner": "scanner-primary", "fingerprint": "c7e4874c71da171b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d928cfcf5c06a6f4", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/[locale]/statistiky/page.tsx:235"}, "properties": {"repobilityId": "c30a52158946a673", "scanner": "scanner-primary", "fingerprint": "d928cfcf5c06a6f4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-640fc88381753bd1", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/images.ts:417"}, "properties": {"repobilityId": "78446518889eb4b0", "scanner": "scanner-primary", "fingerprint": "640fc88381753bd1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5835a2c5c144bdda", "level": "none", "message": {"text": "Commented-code block (10 lines) in src/lib/votes.ts:226"}, "properties": {"repobilityId": "2354a519bee9c0e9", "scanner": "scanner-primary", "fingerprint": "5835a2c5c144bdda", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a8fb29c97a39cf8b", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/lib/watermark.ts:78"}, "properties": {"repobilityId": "18bcddd4ba6d140b", "scanner": "scanner-primary", "fingerprint": "a8fb29c97a39cf8b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3411449fc10ef0ea", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/lib/locationCode.ts:58"}, "properties": {"repobilityId": "21b905525bc3e2a5", "scanner": "scanner-primary", "fingerprint": "3411449fc10ef0ea", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-384c39d345985180", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/admin/exif.ts:38"}, "properties": {"repobilityId": "d873158efb366f7f", "scanner": "scanner-primary", "fingerprint": "384c39d345985180", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f9f057518de4b34c", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/admin/syncRunner.ts:185"}, "properties": {"repobilityId": "4b73cfbbfc61ed7d", "scanner": "scanner-primary", "fingerprint": "f9f057518de4b34c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-584cd97f5d287a41", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/admin/checks.ts:724"}, "properties": {"repobilityId": "141592d6450d791a", "scanner": "scanner-primary", "fingerprint": "584cd97f5d287a41", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c5ab5bf81cf61002", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/admin/abuseipdb.ts:237"}, "properties": {"repobilityId": "30f715baa8c036b7", "scanner": "scanner-primary", "fingerprint": "c5ab5bf81cf61002", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-70d80e0dd1c0244e", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/admin/session.ts:46"}, "properties": {"repobilityId": "115558ae3af0b093", "scanner": "scanner-primary", "fingerprint": "70d80e0dd1c0244e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4a46777f4de5eb31", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/admin/jsonSchema.ts:54"}, "properties": {"repobilityId": "63c52160b72f4595", "scanner": "scanner-primary", "fingerprint": "4a46777f4de5eb31", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-025c87d4d1c6958a", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/lib/admin/multipart.ts:60"}, "properties": {"repobilityId": "90f9d0644bf52a18", "scanner": "scanner-primary", "fingerprint": "025c87d4d1c6958a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9839385be7865cde", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/lib/queries/locations.ts:317"}, "properties": {"repobilityId": "a90ca910f93ed9c9", "scanner": "scanner-primary", "fingerprint": "9839385be7865cde", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1cad944015a84d3f", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/queries/stats.ts:276"}, "properties": {"repobilityId": "1e868e701458c169", "scanner": "scanner-primary", "fingerprint": "1cad944015a84d3f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-020e66680d249d6f", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/queries/home.ts:243"}, "properties": {"repobilityId": "d4e61c941977bfc4", "scanner": "scanner-primary", "fingerprint": "020e66680d249d6f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-dd5e3f4076e93dec", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/queries/finds.ts:197"}, "properties": {"repobilityId": "a9c48e2848c648b9", "scanner": "scanner-primary", "fingerprint": "dd5e3f4076e93dec", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9d2ea8b5fb93a7f1", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/queries/retrospective.ts:166"}, "properties": {"repobilityId": "0ff33a998def0c42", "scanner": "scanner-primary", "fingerprint": "9d2ea8b5fb93a7f1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3016f7e0b53226db", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/lib/queries/map.ts:123"}, "properties": {"repobilityId": "492982544b7258fd", "scanner": "scanner-primary", "fingerprint": "3016f7e0b53226db", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-022e6399d1ef2beb", "level": "note", "message": {"text": "12 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "7bf4178327da75a2", "scanner": "scanner-primary", "fingerprint": "022e6399d1ef2beb", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}