{"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-ce360821c2c00fd1", "name": "Stray `console.log` in TS/JS \u2014 instrumentation.ts:17", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 instrumentation.ts:17"}, "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-7c7ded36076a0725", "name": "TODO/FIXME marker in shipping code \u2014 app/api/email-inbox/route.ts:77", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 app/api/email-inbox/route.ts:77"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-33a41e9e9b88215e", "name": "Icon-only button without accessible name \u2014 app/bandejas/page.tsx:915", "shortDescription": {"text": "Icon-only button without accessible name \u2014 app/bandejas/page.tsx:915"}, "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-81f8bf206fcd693a", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/bandejas/page.tsx:808", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/bandejas/page.tsx:808"}, "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-b846052ffb50981b", "name": "Icon-only button without accessible name \u2014 app/logs/page.tsx:392", "shortDescription": {"text": "Icon-only button without accessible name \u2014 app/logs/page.tsx:392"}, "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-99115796cf14af1a", "name": "Icon-only button without accessible name \u2014 app/email-campaigns/[id]/page.tsx:4148", "shortDescription": {"text": "Icon-only button without accessible name \u2014 app/email-campaigns/[id]/page.tsx:4148"}, "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-2500337c842b9f23", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/landing/page.tsx:26", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/landing/page.tsx:26"}, "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-5f5e4e894fd9efc0", "name": "Icon-only button without accessible name \u2014 app/connect-accounts/page.tsx:1222", "shortDescription": {"text": "Icon-only button without accessible name \u2014 app/connect-accounts/page.tsx:1222"}, "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-7b61d8494323ed38", "name": "Stray `console.log` in TS/JS \u2014 lib/migrate-admin-workspace.ts:56", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 lib/migrate-admin-workspace.ts:56"}, "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-2cd622d1a156597a", "name": "TODO/FIXME marker in shipping code \u2014 lib/email-inbox-sync.ts:140", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 lib/email-inbox-sync.ts:140"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-d63da3583b14afc0", "name": "Dockerfile runs as root: Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8987d6d1c30c7202", "name": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "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-861a0c47ae8a6dcd", "name": "Insecure pattern 'dangerous_innerhtml' in app/bandejas/page.tsx:808", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/bandejas/page.tsx:808"}, "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-8d88749ac77a12ab", "name": "Insecure pattern 'dangerous_innerhtml' in app/landing/page.tsx:26", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/landing/page.tsx:26"}, "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-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-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-0aa73c30c7abb44e", "name": "Very large file: app/bandejas/page.tsx (1468 lines)", "shortDescription": {"text": "Very large file: app/bandejas/page.tsx (1468 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-42f0da66aad4ece0", "name": "Very large file: app/email-campaigns/[id]/page.tsx (4200 lines)", "shortDescription": {"text": "Very large file: app/email-campaigns/[id]/page.tsx (4200 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-5140c8dcafcfc810", "name": "Very large file: app/connect-accounts/page.tsx (1905 lines)", "shortDescription": {"text": "Very large file: app/connect-accounts/page.tsx (1905 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": "1 test file(s) for 87 source file(s) (ratio 0.01). 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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 62 placeholder/mock markers across 11 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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-c2904ec892a6b4e8", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/plantillas/page.tsx:45", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/plantillas/page.tsx:45"}, "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-10ee1706f2e17476", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/configuracion/page.tsx:260", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/configuracion/page.tsx:260"}, "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-b87473d91ca5e33a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/login/page.tsx:24", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/login/page.tsx:24"}, "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-1fc1c08af93a86b1", "name": "Commented-code block (6 lines) in app/api/email-accounts/bulk-connect/route.ts:147", "shortDescription": {"text": "Commented-code block (6 lines) in app/api/email-accounts/bulk-connect/route.ts:147"}, "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-28d8272f2db15646", "name": "Commented-code block (7 lines) in app/api/email-inbox/route.ts:74", "shortDescription": {"text": "Commented-code block (7 lines) in app/api/email-inbox/route.ts:74"}, "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-6e8d8dc02c43ac84", "name": "Commented-code block (5 lines) in app/bandejas/page.tsx:172", "shortDescription": {"text": "Commented-code block (5 lines) in app/bandejas/page.tsx:172"}, "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-3574b8c547fd54ed", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/bandejas/page.tsx:128", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/bandejas/page.tsx:128"}, "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-adcbc727bb1701d6", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/logs/page.tsx:78", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/logs/page.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-f89bf5f80e8d9c97", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/email-campaigns/page.tsx:60", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/email-campaigns/page.tsx:60"}, "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-b0db94c9cef822e6", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/email-campaigns/[id]/page.tsx:98", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/email-campaigns/[id]/page.tsx:98"}, "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-afb87cc312315adf", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/connect-accounts/page.tsx:310", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/connect-accounts/page.tsx:310"}, "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-18085238571f8832", "name": "Commented-code block (5 lines) in lib/email-inbox-store.ts:66", "shortDescription": {"text": "Commented-code block (5 lines) in lib/email-inbox-store.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-8c4b00c8e1af8337", "name": "Legacy-named symbol `__migrated_v1` in lib/migrate-admin-workspace.ts:23", "shortDescription": {"text": "Legacy-named symbol `__migrated_v1` in lib/migrate-admin-workspace.ts:23"}, "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-82f26dab37e4ad6e", "name": "Commented-code block (5 lines) in lib/email-campaign-worker.ts:88", "shortDescription": {"text": "Commented-code block (5 lines) in lib/email-campaign-worker.ts:88"}, "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-fd8ceecbaeaa3d6c", "name": "Commented-code block (5 lines) in lib/email-inbox-sync.ts:127", "shortDescription": {"text": "Commented-code block (5 lines) in lib/email-inbox-sync.ts:127"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/20887"}, "properties": {"repository": "team517/-onepulso-mail", "repoUrl": "https://github.com/team517/-onepulso-mail", "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-ce360821c2c00fd1", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 instrumentation.ts:17"}, "properties": {"repobilityId": "a3f6728288f82771", "scanner": "scanner-primary", "fingerprint": "ce360821c2c00fd1", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-7c7ded36076a0725", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 app/api/email-inbox/route.ts:77"}, "properties": {"repobilityId": "7fcc033de6210d3f", "scanner": "scanner-primary", "fingerprint": "7c7ded36076a0725", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-33a41e9e9b88215e", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 app/bandejas/page.tsx:915"}, "properties": {"repobilityId": "dafb5f70d9bd7c5e", "scanner": "scanner-primary", "fingerprint": "33a41e9e9b88215e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-81f8bf206fcd693a", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/bandejas/page.tsx:808"}, "properties": {"repobilityId": "77bda6c18b180ceb", "scanner": "scanner-primary", "fingerprint": "81f8bf206fcd693a", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-b846052ffb50981b", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 app/logs/page.tsx:392"}, "properties": {"repobilityId": "d2660304c32be0e8", "scanner": "scanner-primary", "fingerprint": "b846052ffb50981b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-99115796cf14af1a", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 app/email-campaigns/[id]/page.tsx:4148"}, "properties": {"repobilityId": "c46c5689afc0c004", "scanner": "scanner-primary", "fingerprint": "99115796cf14af1a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-2500337c842b9f23", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/landing/page.tsx:26"}, "properties": {"repobilityId": "9decd5238f941f47", "scanner": "scanner-primary", "fingerprint": "2500337c842b9f23", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-5f5e4e894fd9efc0", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 app/connect-accounts/page.tsx:1222"}, "properties": {"repobilityId": "b784f0742bfab62b", "scanner": "scanner-primary", "fingerprint": "5f5e4e894fd9efc0", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-7b61d8494323ed38", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 lib/migrate-admin-workspace.ts:56"}, "properties": {"repobilityId": "dd9d7ff75e597567", "scanner": "scanner-primary", "fingerprint": "7b61d8494323ed38", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-2cd622d1a156597a", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 lib/email-inbox-sync.ts:140"}, "properties": {"repobilityId": "ae7ebf1fb50e4a36", "scanner": "scanner-primary", "fingerprint": "2cd622d1a156597a", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-d63da3583b14afc0", "level": "warning", "message": {"text": "Dockerfile runs as root: Dockerfile"}, "properties": {"repobilityId": "a2ed1bd120e507db", "scanner": "scanner-primary", "fingerprint": "d63da3583b14afc0", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-8987d6d1c30c7202", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "068fbf45727eac17", "scanner": "scanner-primary", "fingerprint": "8987d6d1c30c7202", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 1}}}]}, {"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-861a0c47ae8a6dcd", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/bandejas/page.tsx:808"}, "properties": {"repobilityId": "1688679be2a44650", "scanner": "scanner-primary", "fingerprint": "861a0c47ae8a6dcd", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/bandejas/page.tsx"}, "region": {"startLine": 808}}}]}, {"ruleId": "scanner-8d88749ac77a12ab", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/landing/page.tsx:26"}, "properties": {"repobilityId": "95422b1ee0777048", "scanner": "scanner-primary", "fingerprint": "8d88749ac77a12ab", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/landing/page.tsx"}, "region": {"startLine": 26}}}]}, {"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-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-0aa73c30c7abb44e", "level": "note", "message": {"text": "Very large file: app/bandejas/page.tsx (1468 lines)"}, "properties": {"repobilityId": "dd4aa0f8a4f31385", "scanner": "scanner-primary", "fingerprint": "0aa73c30c7abb44e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-42f0da66aad4ece0", "level": "note", "message": {"text": "Very large file: app/email-campaigns/[id]/page.tsx (4200 lines)"}, "properties": {"repobilityId": "3d81d91f899a1941", "scanner": "scanner-primary", "fingerprint": "42f0da66aad4ece0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-5140c8dcafcfc810", "level": "note", "message": {"text": "Very large file: app/connect-accounts/page.tsx (1905 lines)"}, "properties": {"repobilityId": "593b1dfc7db2819e", "scanner": "scanner-primary", "fingerprint": "5140c8dcafcfc810", "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": "721fb18b2d36f462", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "261add50f05a5c58", "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": "f29abdcc0eedb117", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "c8ef9805e0dfc79e", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "396e150fafafef68", "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": "92df5ceec4d0184d", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-c2904ec892a6b4e8", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/plantillas/page.tsx:45"}, "properties": {"repobilityId": "fe5d3c58598d622e", "scanner": "scanner-primary", "fingerprint": "c2904ec892a6b4e8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-10ee1706f2e17476", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/configuracion/page.tsx:260"}, "properties": {"repobilityId": "9847914b5818820e", "scanner": "scanner-primary", "fingerprint": "10ee1706f2e17476", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b87473d91ca5e33a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/login/page.tsx:24"}, "properties": {"repobilityId": "39ec86c9c27a8275", "scanner": "scanner-primary", "fingerprint": "b87473d91ca5e33a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1fc1c08af93a86b1", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/api/email-accounts/bulk-connect/route.ts:147"}, "properties": {"repobilityId": "387973ae05173dc9", "scanner": "scanner-primary", "fingerprint": "1fc1c08af93a86b1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-28d8272f2db15646", "level": "none", "message": {"text": "Commented-code block (7 lines) in app/api/email-inbox/route.ts:74"}, "properties": {"repobilityId": "23e036db8b4fbed3", "scanner": "scanner-primary", "fingerprint": "28d8272f2db15646", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6e8d8dc02c43ac84", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/bandejas/page.tsx:172"}, "properties": {"repobilityId": "13f53a2a0422baab", "scanner": "scanner-primary", "fingerprint": "6e8d8dc02c43ac84", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3574b8c547fd54ed", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/bandejas/page.tsx:128"}, "properties": {"repobilityId": "b19f1247f7654bd9", "scanner": "scanner-primary", "fingerprint": "3574b8c547fd54ed", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-adcbc727bb1701d6", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/logs/page.tsx:78"}, "properties": {"repobilityId": "5502adb90165e989", "scanner": "scanner-primary", "fingerprint": "adcbc727bb1701d6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f89bf5f80e8d9c97", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/email-campaigns/page.tsx:60"}, "properties": {"repobilityId": "5fc65cb90fe10c69", "scanner": "scanner-primary", "fingerprint": "f89bf5f80e8d9c97", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b0db94c9cef822e6", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/email-campaigns/[id]/page.tsx:98"}, "properties": {"repobilityId": "8e22d0c20b276b63", "scanner": "scanner-primary", "fingerprint": "b0db94c9cef822e6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-afb87cc312315adf", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/connect-accounts/page.tsx:310"}, "properties": {"repobilityId": "5653c8abd8e62250", "scanner": "scanner-primary", "fingerprint": "afb87cc312315adf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-18085238571f8832", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/email-inbox-store.ts:66"}, "properties": {"repobilityId": "271c41f6b64a36cf", "scanner": "scanner-primary", "fingerprint": "18085238571f8832", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8c4b00c8e1af8337", "level": "note", "message": {"text": "Legacy-named symbol `__migrated_v1` in lib/migrate-admin-workspace.ts:23"}, "properties": {"repobilityId": "916fd82c4f470398", "scanner": "scanner-primary", "fingerprint": "8c4b00c8e1af8337", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-82f26dab37e4ad6e", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/email-campaign-worker.ts:88"}, "properties": {"repobilityId": "6dc01757c27b6508", "scanner": "scanner-primary", "fingerprint": "82f26dab37e4ad6e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fd8ceecbaeaa3d6c", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/email-inbox-sync.ts:127"}, "properties": {"repobilityId": "32badf7387722bbc", "scanner": "scanner-primary", "fingerprint": "fd8ceecbaeaa3d6c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}