{"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-caf95de79483ff26", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/b/[slug]/page.tsx:241", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/b/[slug]/page.tsx:241"}, "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-7278c99685ace09e", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/b/[slug]/[post]/page.tsx:171", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/b/[slug]/[post]/page.tsx:171"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-476686c33f856101", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/dashboard/posts/[id]/page.tsx:124", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/dashboard/posts/[id]/page.tsx:124"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-639c1a2c0299036c", "name": "Icon-only button without accessible name \u2014 app/dashboard/reviews/ReviewsTable.tsx:108", "shortDescription": {"text": "Icon-only button without accessible name \u2014 app/dashboard/reviews/ReviewsTable.tsx:108"}, "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-a18539a6c12f3f9c", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 lib/markdown.ts:10", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 lib/markdown.ts:10"}, "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-4894f4daaf4932cb", "name": "Stray `console.log` in TS/JS \u2014 lib/social/webhook.ts:67", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 lib/social/webhook.ts:67"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d90e88dd7b33d006", "name": "Stray `console.log` in TS/JS \u2014 lib/social/publish.ts:109", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 lib/social/publish.ts:109"}, "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-6834fc9b38510b93", "name": "Stray `console.log` in TS/JS \u2014 lib/pipeline/log.ts:31", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 lib/pipeline/log.ts:31"}, "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-ef56e243e45008fb", "name": "Stray `console.log` in TS/JS \u2014 lib/pipeline/writer.ts:272", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 lib/pipeline/writer.ts:272"}, "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-3c5c7fbfbce200d2", "name": "Insecure pattern 'cors_wildcard' in app/api/embed/host/[hostname]/route.ts:33", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in app/api/embed/host/[hostname]/route.ts:33"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2a0ff959332bee3d", "name": "Insecure pattern 'cors_wildcard' in app/api/embed/host/[hostname]/article/[slug]/route.ts:28", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in app/api/embed/host/[hostname]/article/[slug]/route.ts:28"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-c8d002f34b1366a9", "name": "Insecure pattern 'cors_wildcard' in app/api/embed/[slug]/route.ts:41", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in app/api/embed/[slug]/route.ts:41"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a845fb44d7b44e64", "name": "Insecure pattern 'cors_wildcard' in app/api/track/route.ts:18", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in app/api/track/route.ts:18"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-df36e06dfedc1f2b", "name": "Insecure pattern 'dangerous_innerhtml' in app/b/[slug]/page.tsx:241", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/b/[slug]/page.tsx:241"}, "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-413d64c00aa49155", "name": "Insecure pattern 'dangerous_innerhtml' in app/b/[slug]/[post]/page.tsx:171", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/b/[slug]/[post]/page.tsx:171"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-9250b6db26d9a06b", "name": "Insecure pattern 'dangerous_innerhtml' in app/dashboard/posts/[id]/page.tsx:124", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/dashboard/posts/[id]/page.tsx:124"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f33e4d73b60669d3", "name": "Insecure pattern 'direct_innerhtml_assignment' in public/embed.js:120", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/embed.js:120"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "26 tests / 141 src (ratio 0.18)."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 5 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 20 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-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-a6a864a13e29451d", "name": "Commented-code block (7 lines) in middleware.ts:33", "shortDescription": {"text": "Commented-code block (7 lines) in middleware.ts:33"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-8d17b478c820ddeb", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/ModeToggle.tsx:15", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/ModeToggle.tsx:15"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d7939a1dbc70baca", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/PostRow.tsx:62", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/PostRow.tsx:62"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0cb0cd4fd9a50361", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/posts/[id]/PostActions.tsx:78", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/posts/[id]/PostActions.tsx:78"}, "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-3ac6858a45ec1092", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/posts/[id]/RichEditor.tsx:74", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/posts/[id]/RichEditor.tsx:74"}, "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-edef70be6bd5fa5f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/write/WriteDesk.tsx:121", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/write/WriteDesk.tsx:121"}, "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-56e0ccd307d328c8", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/reviews/ReviewsTable.tsx:157", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/reviews/ReviewsTable.tsx:157"}, "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-53170e043f005a55", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/connections/ConnectionsClient.tsx:108", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/connections/ConnectionsClient.tsx:108"}, "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-0efc872981bbf70f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/calendar/CalendarClient.tsx:104", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/calendar/CalendarClient.tsx:104"}, "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-6c5f10d0c08c8193", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/onboarding/intent/page.tsx:18", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/onboarding/intent/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-c31bb9df17e04077", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/onboarding/verify/page.tsx:18", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/onboarding/verify/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-7943d64911ba9d5c", "name": "Commented-code block (6 lines) in lib/markdown.ts:7", "shortDescription": {"text": "Commented-code block (6 lines) in lib/markdown.ts:7"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-58589ea60d66db39", "name": "`fetch()` without try/.catch or AbortSignal \u2014 lib/social/oauth.ts:67", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/social/oauth.ts:67"}, "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-9ba636565b1c06f5", "name": "`fetch()` without try/.catch or AbortSignal \u2014 lib/social/publish.ts:25", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/social/publish.ts: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-cc9b3ff433d2452f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 lib/pipeline/site-profile.ts:186", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/pipeline/site-profile.ts:186"}, "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-119387c3b2e858a2", "name": "`fetch()` without try/.catch or AbortSignal \u2014 lib/pipeline/serp.ts:8", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/pipeline/serp.ts:8"}, "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-0a8ba96613d5b85a", "name": "Commented-code block (5 lines) in lib/pipeline/manager.ts:196", "shortDescription": {"text": "Commented-code block (5 lines) in lib/pipeline/manager.ts: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-dd66524ea1ab92fa", "name": "Commented-code block (7 lines) in lib/pipeline/generate.ts:141", "shortDescription": {"text": "Commented-code block (7 lines) in lib/pipeline/generate.ts:141"}, "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-567e0e876cdf7480", "name": "Commented-code block (5 lines) in lib/pipeline/validator.ts:108", "shortDescription": {"text": "Commented-code block (5 lines) in lib/pipeline/validator.ts:108"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-3482f7e5dd70cd1a", "name": "6 env vars used in code but missing from .env.example", "shortDescription": {"text": "6 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `GROVE_SERP_ANALYSIS`, `IP_SALT`, `NODE_ENV`, `REPLICATE_FAST_MODEL`, `RESEND_API_KEY`, `RESEND_FROM`. 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/20812"}, "properties": {"repository": "tanzerine/grove", "repoUrl": "https://github.com/tanzerine/grove", "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-caf95de79483ff26", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/b/[slug]/page.tsx:241"}, "properties": {"repobilityId": "e1283db40e6bee05", "scanner": "scanner-primary", "fingerprint": "caf95de79483ff26", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-7278c99685ace09e", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/b/[slug]/[post]/page.tsx:171"}, "properties": {"repobilityId": "e3b27313dd452be3", "scanner": "scanner-primary", "fingerprint": "7278c99685ace09e", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-476686c33f856101", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/dashboard/posts/[id]/page.tsx:124"}, "properties": {"repobilityId": "1f6314babaea3a07", "scanner": "scanner-primary", "fingerprint": "476686c33f856101", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-639c1a2c0299036c", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 app/dashboard/reviews/ReviewsTable.tsx:108"}, "properties": {"repobilityId": "6a24a7d82442c75a", "scanner": "scanner-primary", "fingerprint": "639c1a2c0299036c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-a18539a6c12f3f9c", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 lib/markdown.ts:10"}, "properties": {"repobilityId": "d87f301df4b220bb", "scanner": "scanner-primary", "fingerprint": "a18539a6c12f3f9c", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-4894f4daaf4932cb", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 lib/social/webhook.ts:67"}, "properties": {"repobilityId": "38eb3cacfb4faabb", "scanner": "scanner-primary", "fingerprint": "4894f4daaf4932cb", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d90e88dd7b33d006", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 lib/social/publish.ts:109"}, "properties": {"repobilityId": "4ffd9ebea84a90d8", "scanner": "scanner-primary", "fingerprint": "d90e88dd7b33d006", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6834fc9b38510b93", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 lib/pipeline/log.ts:31"}, "properties": {"repobilityId": "8980fbf826b16b5c", "scanner": "scanner-primary", "fingerprint": "6834fc9b38510b93", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-ef56e243e45008fb", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 lib/pipeline/writer.ts:272"}, "properties": {"repobilityId": "b8d3a9e6b5ce1efe", "scanner": "scanner-primary", "fingerprint": "ef56e243e45008fb", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-3c5c7fbfbce200d2", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in app/api/embed/host/[hostname]/route.ts:33"}, "properties": {"repobilityId": "a6b32c732e108f9e", "scanner": "scanner-primary", "fingerprint": "3c5c7fbfbce200d2", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/api/embed/host/[hostname]/route.ts"}, "region": {"startLine": 33}}}]}, {"ruleId": "scanner-2a0ff959332bee3d", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in app/api/embed/host/[hostname]/article/[slug]/route.ts:28"}, "properties": {"repobilityId": "ad2dae9bbb334869", "scanner": "scanner-primary", "fingerprint": "2a0ff959332bee3d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/api/embed/host/[hostname]/article/[slug]/route.ts"}, "region": {"startLine": 28}}}]}, {"ruleId": "scanner-c8d002f34b1366a9", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in app/api/embed/[slug]/route.ts:41"}, "properties": {"repobilityId": "ae6fa1802190364b", "scanner": "scanner-primary", "fingerprint": "c8d002f34b1366a9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/api/embed/[slug]/route.ts"}, "region": {"startLine": 41}}}]}, {"ruleId": "scanner-a845fb44d7b44e64", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in app/api/track/route.ts:18"}, "properties": {"repobilityId": "0e1e51184fac0e1b", "scanner": "scanner-primary", "fingerprint": "a845fb44d7b44e64", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/api/track/route.ts"}, "region": {"startLine": 18}}}]}, {"ruleId": "scanner-df36e06dfedc1f2b", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/b/[slug]/page.tsx:241"}, "properties": {"repobilityId": "751b5e5518311b86", "scanner": "scanner-primary", "fingerprint": "df36e06dfedc1f2b", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/b/[slug]/page.tsx"}, "region": {"startLine": 241}}}]}, {"ruleId": "scanner-413d64c00aa49155", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/b/[slug]/[post]/page.tsx:171"}, "properties": {"repobilityId": "2be6ee0939baeab5", "scanner": "scanner-primary", "fingerprint": "413d64c00aa49155", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/b/[slug]/[post]/page.tsx"}, "region": {"startLine": 171}}}]}, {"ruleId": "scanner-9250b6db26d9a06b", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/dashboard/posts/[id]/page.tsx:124"}, "properties": {"repobilityId": "ef41fb9274b67787", "scanner": "scanner-primary", "fingerprint": "9250b6db26d9a06b", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/dashboard/posts/[id]/page.tsx"}, "region": {"startLine": 124}}}]}, {"ruleId": "scanner-f33e4d73b60669d3", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/embed.js:120"}, "properties": {"repobilityId": "39b4977c02764074", "scanner": "scanner-primary", "fingerprint": "f33e4d73b60669d3", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "public/embed.js"}, "region": {"startLine": 120}}}]}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "4dc3f74dc4d8e608", "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": "57b099954c8d321d", "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": "8360fb27c7552b57", "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": "4354605afa56abdc", "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": "0f44314942a2f264", "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": "417b03d0b48444e3", "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": "d347ba2f279e947b", "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": "6a087fe8c12b7a20", "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": "45d6f91270e5f023", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-a6a864a13e29451d", "level": "none", "message": {"text": "Commented-code block (7 lines) in middleware.ts:33"}, "properties": {"repobilityId": "5016197c64c852e2", "scanner": "scanner-primary", "fingerprint": "a6a864a13e29451d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8d17b478c820ddeb", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/ModeToggle.tsx:15"}, "properties": {"repobilityId": "adbb0c179f843a13", "scanner": "scanner-primary", "fingerprint": "8d17b478c820ddeb", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d7939a1dbc70baca", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/PostRow.tsx:62"}, "properties": {"repobilityId": "198d6c541dc0ff94", "scanner": "scanner-primary", "fingerprint": "d7939a1dbc70baca", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0cb0cd4fd9a50361", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/posts/[id]/PostActions.tsx:78"}, "properties": {"repobilityId": "b41d5157126a9b89", "scanner": "scanner-primary", "fingerprint": "0cb0cd4fd9a50361", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3ac6858a45ec1092", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/posts/[id]/RichEditor.tsx:74"}, "properties": {"repobilityId": "b8cfc9fffa971590", "scanner": "scanner-primary", "fingerprint": "3ac6858a45ec1092", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-edef70be6bd5fa5f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/write/WriteDesk.tsx:121"}, "properties": {"repobilityId": "522a930ddd2b80a5", "scanner": "scanner-primary", "fingerprint": "edef70be6bd5fa5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-56e0ccd307d328c8", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/reviews/ReviewsTable.tsx:157"}, "properties": {"repobilityId": "b1bb336201e8a1fd", "scanner": "scanner-primary", "fingerprint": "56e0ccd307d328c8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-53170e043f005a55", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/connections/ConnectionsClient.tsx:108"}, "properties": {"repobilityId": "bab635b8ce0d7c7d", "scanner": "scanner-primary", "fingerprint": "53170e043f005a55", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0efc872981bbf70f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/calendar/CalendarClient.tsx:104"}, "properties": {"repobilityId": "b834ee4dcc59839e", "scanner": "scanner-primary", "fingerprint": "0efc872981bbf70f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-6c5f10d0c08c8193", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/onboarding/intent/page.tsx:18"}, "properties": {"repobilityId": "3e9f298ba24a0dde", "scanner": "scanner-primary", "fingerprint": "6c5f10d0c08c8193", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c31bb9df17e04077", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/onboarding/verify/page.tsx:18"}, "properties": {"repobilityId": "7a2244ac1ae0fa21", "scanner": "scanner-primary", "fingerprint": "c31bb9df17e04077", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-7943d64911ba9d5c", "level": "none", "message": {"text": "Commented-code block (6 lines) in lib/markdown.ts:7"}, "properties": {"repobilityId": "498cec840db9c47b", "scanner": "scanner-primary", "fingerprint": "7943d64911ba9d5c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-58589ea60d66db39", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/social/oauth.ts:67"}, "properties": {"repobilityId": "1971340f0b6419d2", "scanner": "scanner-primary", "fingerprint": "58589ea60d66db39", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-9ba636565b1c06f5", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/social/publish.ts:25"}, "properties": {"repobilityId": "96b42d71de4cea8d", "scanner": "scanner-primary", "fingerprint": "9ba636565b1c06f5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-cc9b3ff433d2452f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/pipeline/site-profile.ts:186"}, "properties": {"repobilityId": "20b883d8e0722815", "scanner": "scanner-primary", "fingerprint": "cc9b3ff433d2452f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-119387c3b2e858a2", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/pipeline/serp.ts:8"}, "properties": {"repobilityId": "d5d62e89eea264d2", "scanner": "scanner-primary", "fingerprint": "119387c3b2e858a2", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0a8ba96613d5b85a", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/pipeline/manager.ts:196"}, "properties": {"repobilityId": "c19304d3f216e1a6", "scanner": "scanner-primary", "fingerprint": "0a8ba96613d5b85a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-dd66524ea1ab92fa", "level": "none", "message": {"text": "Commented-code block (7 lines) in lib/pipeline/generate.ts:141"}, "properties": {"repobilityId": "1841f7357828cdea", "scanner": "scanner-primary", "fingerprint": "dd66524ea1ab92fa", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-567e0e876cdf7480", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/pipeline/validator.ts:108"}, "properties": {"repobilityId": "ba6752376a5ecf88", "scanner": "scanner-primary", "fingerprint": "567e0e876cdf7480", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3482f7e5dd70cd1a", "level": "note", "message": {"text": "6 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "1da70f25aa46f6e9", "scanner": "scanner-primary", "fingerprint": "3482f7e5dd70cd1a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}