{"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-e479c1b5d1e0d4ee", "name": "Possibly dead Python function: sweep_palette", "shortDescription": {"text": "Possibly dead Python function: sweep_palette"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-877c57511ade2bb9", "name": "Possibly dead Python function: sweep_text", "shortDescription": {"text": "Possibly dead Python function: sweep_text"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"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-70c41430d970eb24", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/layout.tsx:63", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/layout.tsx:63"}, "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-0d5089169d3bd65e", "name": "Icon-only button without accessible name \u2014 app/r/[slug]/page.tsx:344", "shortDescription": {"text": "Icon-only button without accessible name \u2014 app/r/[slug]/page.tsx:344"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6d7b2eb8669c92fd", "name": "Stray `console.log` in TS/JS \u2014 app/api/stripe/webhook/route.ts:55", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/api/stripe/webhook/route.ts:55"}, "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-473dfc6fe3675524", "name": "Icon-only button without accessible name \u2014 app/poursona-admin/_components/LeadsManager.tsx:299", "shortDescription": {"text": "Icon-only button without accessible name \u2014 app/poursona-admin/_components/LeadsManager.tsx:299"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f8a835015526c199", "name": "Stray `console.log` in TS/JS \u2014 scripts/bootstrap-neon-from-supabase.js:375", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/bootstrap-neon-from-supabase.js:375"}, "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-b765858d09e5556d", "name": "Stray `console.log` in TS/JS \u2014 scripts/check-encoding.js:71", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/check-encoding.js:71"}, "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-d8f1391391e5bc57", "name": "Stray `console.log` in TS/JS \u2014 scripts/generate-brand-assets.js:43", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/generate-brand-assets.js:43"}, "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-13120dffbdef3ee5", "name": "Stray `console.log` in TS/JS \u2014 lib/onboarding.ts:420", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 lib/onboarding.ts:420"}, "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-5e6b78bc13377766", "name": "Insecure pattern 'dangerous_innerhtml' in app/layout.tsx:63", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/layout.tsx:63"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "11 test file(s) for 129 source file(s) (ratio 0.09). 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 20 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 65 placeholder/mock markers across 14 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-9d79c4077342a7d0", "name": "Runtime service client appears to use placeholder configuration", "shortDescription": {"text": "Runtime service client appears to use placeholder configuration"}, "fullDescription": {"text": "A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, ci. 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-2679282aa1c484b5", "name": "Agent authority lacks a verifier contract: AGENTS.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: AGENTS.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e725d2ab884fbd49", "name": "Multiple root agent instruction files without precedence", "shortDescription": {"text": "Multiple root agent instruction files without precedence"}, "fullDescription": {"text": "The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-fd31497c1dc7a6fd", "name": "Commented-code block (5 lines) in middleware.ts:28", "shortDescription": {"text": "Commented-code block (5 lines) in middleware.ts:28"}, "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-a8df5f48f7f98ea9", "name": "Commented-code block (7 lines) in app/layout.tsx:7", "shortDescription": {"text": "Commented-code block (7 lines) in app/layout.tsx:7"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-8b2854a8d5225108", "name": "Commented-code block (6 lines) in app/r/[slug]/page.tsx:390", "shortDescription": {"text": "Commented-code block (6 lines) in app/r/[slug]/page.tsx:390"}, "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-1b0dd05667e6eaf9", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/r/[slug]/page.tsx:43", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/r/[slug]/page.tsx:43"}, "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-8afd15c2daa24ade", "name": "Commented-code block (5 lines) in app/api/chat/route.ts:241", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/chat/route.ts:241"}, "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-114458ce994b9240", "name": "Commented-code block (5 lines) in app/api/order/route.ts:13", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/order/route.ts:13"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e0dd1c2e26de06c1", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/poursona-admin/social/post/route.ts:20", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/poursona-admin/social/post/route.ts:20"}, "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-d7f1d842c1f19f51", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/poursona-admin/social/callback/[platform]/route.ts:55", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/poursona-admin/social/callback/[platform]/route.ts:55"}, "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-8cc93a0d525faf24", "name": "Commented-code block (5 lines) in app/api/poursona-admin/pipeline/route.ts:9", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/poursona-admin/pipeline/route.ts:9"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-a9cefaebc5fe8d3c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/poursona-admin/pipeline/route.ts:18", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/poursona-admin/pipeline/route.ts:18"}, "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-e2d7e19f63a6aed7", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/setup/page.tsx:13", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/setup/page.tsx:13"}, "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-c25078e442f6ae97", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/billing/page.tsx:13", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/billing/page.tsx:13"}, "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-4c91fa0d7a941756", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/flights/page.tsx:18", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/flights/page.tsx:18"}, "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-3ec8c8146a012663", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/agent/page.tsx:76", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/agent/page.tsx:76"}, "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-bb0bae7f2f59b31a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/catalog/page.tsx:30", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/catalog/page.tsx:30"}, "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-4c7e5ff7d699576b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/settings/page.tsx:21", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/settings/page.tsx:21"}, "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-bacd6337aed08a8f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/poursona-admin/page.tsx:103", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/poursona-admin/page.tsx:103"}, "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-74245ebe958f959f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/poursona-admin/retailer/[id]/page.tsx:97", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/poursona-admin/retailer/[id]/page.tsx:97"}, "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-18497126684cf009", "name": "Commented-code block (6 lines) in app/poursona-admin/_components/ProspectPipeline.tsx:51", "shortDescription": {"text": "Commented-code block (6 lines) in app/poursona-admin/_components/ProspectPipeline.tsx:51"}, "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-8263f2d8b33afcce", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/poursona-admin/_components/ProspectPipeline.tsx:99", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/poursona-admin/_components/ProspectPipeline.tsx:99"}, "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-1cf5bcff2de73883", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/poursona-admin/_components/SocialAccounts.tsx:59", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/poursona-admin/_components/SocialAccounts.tsx:59"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-361e8212669af8e6", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/poursona-admin/_components/LeadsManager.tsx:279", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/poursona-admin/_components/LeadsManager.tsx:279"}, "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-a3c3d5115f2549c0", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/poursona-admin/team/page.tsx:40", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/poursona-admin/team/page.tsx:40"}, "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-e11a7a8907f396e7", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/bootstrap-neon-from-supabase.js:25", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/bootstrap-neon-from-supabase.js:25"}, "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-785dbe5d22d1ba89", "name": "Commented-code block (5 lines) in lib/security.ts:4", "shortDescription": {"text": "Commented-code block (5 lines) in lib/security.ts:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-c33a5ab817479ce1", "name": "`fetch()` without try/.catch or AbortSignal \u2014 lib/admin-access.ts:20", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/admin-access.ts:20"}, "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-a3fbd32e7fb40536", "name": "Commented-code block (5 lines) in lib/types.ts:5", "shortDescription": {"text": "Commented-code block (5 lines) in lib/types.ts:5"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-493121e58f355b20", "name": "Commented-code block (6 lines) in lib/theme.ts:3", "shortDescription": {"text": "Commented-code block (6 lines) in lib/theme.ts:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-b0b5e7cb1208a7cd", "name": "13 env vars used in code but missing from .env.example", "shortDescription": {"text": "13 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `AI_INPUT_USD_PER_MTOK`, `AI_MONTHLY_BUDGET_USD`, `AI_OUTPUT_USD_PER_MTOK`, `DATABASE_SSL_NO_VERIFY`, `MIGRATE_SECRET`, `NODE_ENV`, `POSTGRES_PRISMA_URL`, `POSTGRES_URL_NON_POOLING` + 5 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/24414"}, "properties": {"repository": "awisecoho/Pour.sona", "repoUrl": "https://github.com/awisecoho/Pour.sona", "branch": "main"}, "results": [{"ruleId": "scanner-e479c1b5d1e0d4ee", "level": "note", "message": {"text": "Possibly dead Python function: sweep_palette"}, "properties": {"repobilityId": "2dd5d5d628ceb7f7", "scanner": "scanner-primary", "fingerprint": "e479c1b5d1e0d4ee", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/brand-sweep-6-cleanup.py:39"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-877c57511ade2bb9", "level": "note", "message": {"text": "Possibly dead Python function: sweep_text"}, "properties": {"repobilityId": "b2c47c517954b8da", "scanner": "scanner-primary", "fingerprint": "877c57511ade2bb9", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/brand-sweep-6-cleanup.py:49"}, "region": {"startLine": 1}}}]}, {"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-70c41430d970eb24", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/layout.tsx:63"}, "properties": {"repobilityId": "6f16eb9b82a2dcd6", "scanner": "scanner-primary", "fingerprint": "70c41430d970eb24", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-0d5089169d3bd65e", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 app/r/[slug]/page.tsx:344"}, "properties": {"repobilityId": "d8f481499c636b5a", "scanner": "scanner-primary", "fingerprint": "0d5089169d3bd65e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-6d7b2eb8669c92fd", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/api/stripe/webhook/route.ts:55"}, "properties": {"repobilityId": "20f7efce7c11c4b4", "scanner": "scanner-primary", "fingerprint": "6d7b2eb8669c92fd", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-473dfc6fe3675524", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 app/poursona-admin/_components/LeadsManager.tsx:299"}, "properties": {"repobilityId": "c6f0f7cd37c27f4a", "scanner": "scanner-primary", "fingerprint": "473dfc6fe3675524", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-f8a835015526c199", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/bootstrap-neon-from-supabase.js:375"}, "properties": {"repobilityId": "3953234adeac6159", "scanner": "scanner-primary", "fingerprint": "f8a835015526c199", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-b765858d09e5556d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/check-encoding.js:71"}, "properties": {"repobilityId": "de8de481b185c129", "scanner": "scanner-primary", "fingerprint": "b765858d09e5556d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d8f1391391e5bc57", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/generate-brand-assets.js:43"}, "properties": {"repobilityId": "8386d1ba7129233c", "scanner": "scanner-primary", "fingerprint": "d8f1391391e5bc57", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-13120dffbdef3ee5", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 lib/onboarding.ts:420"}, "properties": {"repobilityId": "6312d688b2147eb7", "scanner": "scanner-primary", "fingerprint": "13120dffbdef3ee5", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-5e6b78bc13377766", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/layout.tsx:63"}, "properties": {"repobilityId": "69d4743587f721a0", "scanner": "scanner-primary", "fingerprint": "5e6b78bc13377766", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/layout.tsx"}, "region": {"startLine": 63}}}]}, {"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": "3cd2c4f38c65bb3f", "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": "b3ae44474e7bb705", "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": "996bcbdf65bc57c7", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-9d79c4077342a7d0", "level": "warning", "message": {"text": "Runtime service client appears to use placeholder configuration"}, "properties": {"repobilityId": "e7d4222f0bc70eb7", "scanner": "scanner-primary", "fingerprint": "9d79c4077342a7d0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "runtime-config", "service-client", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "f84ce8870e71c452", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "e8c22eb510c59115", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "dcdeee4f52cb60e2", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2679282aa1c484b5", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: AGENTS.md"}, "properties": {"repobilityId": "27d579812e6be614", "scanner": "scanner-primary", "fingerprint": "2679282aa1c484b5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "agents_md"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "AGENTS.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e725d2ab884fbd49", "level": "note", "message": {"text": "Multiple root agent instruction files without precedence"}, "properties": {"repobilityId": "1953db6c89508d22", "scanner": "scanner-primary", "fingerprint": "e725d2ab884fbd49", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["agent-instructions", "governance"]}}, {"ruleId": "scanner-fd31497c1dc7a6fd", "level": "none", "message": {"text": "Commented-code block (5 lines) in middleware.ts:28"}, "properties": {"repobilityId": "919894e08b538be8", "scanner": "scanner-primary", "fingerprint": "fd31497c1dc7a6fd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a8df5f48f7f98ea9", "level": "none", "message": {"text": "Commented-code block (7 lines) in app/layout.tsx:7"}, "properties": {"repobilityId": "16ef22ff9625a055", "scanner": "scanner-primary", "fingerprint": "a8df5f48f7f98ea9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8b2854a8d5225108", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/r/[slug]/page.tsx:390"}, "properties": {"repobilityId": "ebf8d50a8d9034cc", "scanner": "scanner-primary", "fingerprint": "8b2854a8d5225108", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1b0dd05667e6eaf9", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/r/[slug]/page.tsx:43"}, "properties": {"repobilityId": "aecb784999961c2f", "scanner": "scanner-primary", "fingerprint": "1b0dd05667e6eaf9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-8afd15c2daa24ade", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/chat/route.ts:241"}, "properties": {"repobilityId": "42da878be711e4fe", "scanner": "scanner-primary", "fingerprint": "8afd15c2daa24ade", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-114458ce994b9240", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/order/route.ts:13"}, "properties": {"repobilityId": "0d57506e6068f3c2", "scanner": "scanner-primary", "fingerprint": "114458ce994b9240", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e0dd1c2e26de06c1", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/poursona-admin/social/post/route.ts:20"}, "properties": {"repobilityId": "cdb415847861e593", "scanner": "scanner-primary", "fingerprint": "e0dd1c2e26de06c1", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d7f1d842c1f19f51", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/poursona-admin/social/callback/[platform]/route.ts:55"}, "properties": {"repobilityId": "80f976c718a5507f", "scanner": "scanner-primary", "fingerprint": "d7f1d842c1f19f51", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-8cc93a0d525faf24", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/poursona-admin/pipeline/route.ts:9"}, "properties": {"repobilityId": "d792ba19c5bbad84", "scanner": "scanner-primary", "fingerprint": "8cc93a0d525faf24", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a9cefaebc5fe8d3c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/poursona-admin/pipeline/route.ts:18"}, "properties": {"repobilityId": "97071d93acb5a10d", "scanner": "scanner-primary", "fingerprint": "a9cefaebc5fe8d3c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e2d7e19f63a6aed7", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/setup/page.tsx:13"}, "properties": {"repobilityId": "d6eda302be8cfe84", "scanner": "scanner-primary", "fingerprint": "e2d7e19f63a6aed7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c25078e442f6ae97", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/billing/page.tsx:13"}, "properties": {"repobilityId": "1d4fa4bc1434a046", "scanner": "scanner-primary", "fingerprint": "c25078e442f6ae97", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4c91fa0d7a941756", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/flights/page.tsx:18"}, "properties": {"repobilityId": "50376f11e49c6713", "scanner": "scanner-primary", "fingerprint": "4c91fa0d7a941756", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3ec8c8146a012663", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/agent/page.tsx:76"}, "properties": {"repobilityId": "6bb012f9a35f88f9", "scanner": "scanner-primary", "fingerprint": "3ec8c8146a012663", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-bb0bae7f2f59b31a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/catalog/page.tsx:30"}, "properties": {"repobilityId": "e478b839558d9998", "scanner": "scanner-primary", "fingerprint": "bb0bae7f2f59b31a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4c7e5ff7d699576b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/settings/page.tsx:21"}, "properties": {"repobilityId": "11ff7cc9b91d16c9", "scanner": "scanner-primary", "fingerprint": "4c7e5ff7d699576b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-bacd6337aed08a8f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/poursona-admin/page.tsx:103"}, "properties": {"repobilityId": "94a64ca65a7c0bc3", "scanner": "scanner-primary", "fingerprint": "bacd6337aed08a8f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-74245ebe958f959f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/poursona-admin/retailer/[id]/page.tsx:97"}, "properties": {"repobilityId": "568f945b41bc9887", "scanner": "scanner-primary", "fingerprint": "74245ebe958f959f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-18497126684cf009", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/poursona-admin/_components/ProspectPipeline.tsx:51"}, "properties": {"repobilityId": "b869c100beb6daef", "scanner": "scanner-primary", "fingerprint": "18497126684cf009", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8263f2d8b33afcce", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/poursona-admin/_components/ProspectPipeline.tsx:99"}, "properties": {"repobilityId": "6c6b7f2cd528f96f", "scanner": "scanner-primary", "fingerprint": "8263f2d8b33afcce", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1cf5bcff2de73883", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/poursona-admin/_components/SocialAccounts.tsx:59"}, "properties": {"repobilityId": "b26a792c9920ee46", "scanner": "scanner-primary", "fingerprint": "1cf5bcff2de73883", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-361e8212669af8e6", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/poursona-admin/_components/LeadsManager.tsx:279"}, "properties": {"repobilityId": "1097343a7b18a458", "scanner": "scanner-primary", "fingerprint": "361e8212669af8e6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a3c3d5115f2549c0", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/poursona-admin/team/page.tsx:40"}, "properties": {"repobilityId": "1dead8cbf6a294d8", "scanner": "scanner-primary", "fingerprint": "a3c3d5115f2549c0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e11a7a8907f396e7", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/bootstrap-neon-from-supabase.js:25"}, "properties": {"repobilityId": "f58e95cab48031b7", "scanner": "scanner-primary", "fingerprint": "e11a7a8907f396e7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-785dbe5d22d1ba89", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/security.ts:4"}, "properties": {"repobilityId": "0566e622720df530", "scanner": "scanner-primary", "fingerprint": "785dbe5d22d1ba89", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c33a5ab817479ce1", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/admin-access.ts:20"}, "properties": {"repobilityId": "bd4fcd38b53a2c17", "scanner": "scanner-primary", "fingerprint": "c33a5ab817479ce1", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a3fbd32e7fb40536", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/types.ts:5"}, "properties": {"repobilityId": "cee6c149a5387690", "scanner": "scanner-primary", "fingerprint": "a3fbd32e7fb40536", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-493121e58f355b20", "level": "none", "message": {"text": "Commented-code block (6 lines) in lib/theme.ts:3"}, "properties": {"repobilityId": "e9392573798c9df6", "scanner": "scanner-primary", "fingerprint": "493121e58f355b20", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b0b5e7cb1208a7cd", "level": "note", "message": {"text": "13 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "2737b8666c1f7eeb", "scanner": "scanner-primary", "fingerprint": "b0b5e7cb1208a7cd", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}