{"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-e48fa16d7a455cc8", "name": "Stray `console.log` in TS/JS \u2014 src/components/SpanishCompanyNetworkGraph.jsx:958", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/components/SpanishCompanyNetworkGraph.jsx:958"}, "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-963587d4db203d14", "name": "TODO/FIXME marker in shipping code \u2014 src/services/spanishCompaniesService.js:2221", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/services/spanishCompaniesService.js:2221"}, "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-dbe481486cac29de", "name": "Stray `console.log` in TS/JS \u2014 src/services/congresoCacheService.js:33", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/services/congresoCacheService.js:33"}, "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-b9c897cd4ae6c3e8", "name": "Stray `console.log` in TS/JS \u2014 src/services/termsService.js:30", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/services/termsService.js:30"}, "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-b7e750f27499a49f", "name": "Insecure pattern 'document_write' in public/about.html:352", "shortDescription": {"text": "Insecure pattern 'document_write' in public/about.html:352"}, "fullDescription": {"text": "Found a known-risky pattern (document_write). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "low", "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-28c4a04bd807da0c", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "cloudflare/wrangler-action@v3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d219ed6c8481938e", "name": "Very large file: src/utils/spanishCompanyParserWithTerms.js (2393 lines)", "shortDescription": {"text": "Very large file: src/utils/spanishCompanyParserWithTerms.js (2393 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-245b941d0dd8f7fd", "name": "Very large file: src/components/SpanishCompanyNetworkGraph.jsx (7149 lines)", "shortDescription": {"text": "Very large file: src/components/SpanishCompanyNetworkGraph.jsx (7149 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-de4e0f3104271214", "name": "Very large file: src/services/spanishCompaniesService.js (2497 lines)", "shortDescription": {"text": "Very large file: src/services/spanishCompaniesService.js (2497 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-a4d6e725c4b4b572", "name": "Very large file: functions/empresa/_lib.js (1090 lines)", "shortDescription": {"text": "Very large file: functions/empresa/_lib.js (1090 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": "4 test file(s) for 55 source file(s) (ratio 0.07). 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 33 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 23 placeholder/mock markers across 6 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-a5149b32404cf7eb", "name": "Commented-code block (5 lines) in scripts/generate-seo-files.mjs:49", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/generate-seo-files.mjs:49"}, "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-fd56c79e7effd928", "name": "Commented-code block (5 lines) in scripts/generate-barometro.mjs:22", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/generate-barometro.mjs:22"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e32f3e59164dd1ba", "name": "Commented-code block (8 lines) in src/utils/positionCategories.js:1", "shortDescription": {"text": "Commented-code block (8 lines) in src/utils/positionCategories.js:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-9b55723849f352fc", "name": "Commented-code block (5 lines) in src/components/SpanishCompanyNetworkGraph.jsx:399", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/SpanishCompanyNetworkGraph.jsx:399"}, "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-ea6f90d3921285ee", "name": "Commented-code block (7 lines) in src/components/DDCheckoutDialog.jsx:96", "shortDescription": {"text": "Commented-code block (7 lines) in src/components/DDCheckoutDialog.jsx:96"}, "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-9e5f8102a3caf2da", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/DDCheckoutDialog.jsx:142", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/DDCheckoutDialog.jsx:142"}, "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-7be04fd632fb8948", "name": "Commented-code block (6 lines) in src/components/OrderStatusPage.jsx:239", "shortDescription": {"text": "Commented-code block (6 lines) in src/components/OrderStatusPage.jsx:239"}, "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-9e872f90479f0e3d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/OrderStatusPage.jsx:118", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/OrderStatusPage.jsx:118"}, "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-15b5dfd13de9336f", "name": "Commented-code block (6 lines) in src/components/AdminPage.jsx:658", "shortDescription": {"text": "Commented-code block (6 lines) in src/components/AdminPage.jsx:658"}, "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-e7927e83a058d281", "name": "Commented-code block (7 lines) in src/services/congresoOfficerMatcher.js:84", "shortDescription": {"text": "Commented-code block (7 lines) in src/services/congresoOfficerMatcher.js:84"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-9e6614100be5c09d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/congresoOfficerMatcher.js:54", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/congresoOfficerMatcher.js:54"}, "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-17d00dbb188e1cdb", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/statsService.js:19", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/statsService.js:19"}, "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-d7273b3449f46ce8", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/rmStatsService.js:17", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/rmStatsService.js:17"}, "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-7369b1d3fe1b3a6d", "name": "Legacy-named symbol `borme_v2` in src/services/spanishCompaniesService.js:181", "shortDescription": {"text": "Legacy-named symbol `borme_v2` in src/services/spanishCompaniesService.js:181"}, "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-6d70d50b9d4a9584", "name": "Commented-code block (7 lines) in src/services/spanishCompaniesService.js:505", "shortDescription": {"text": "Commented-code block (7 lines) in src/services/spanishCompaniesService.js:505"}, "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-5b6e1de046b32c8d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/spanishCompaniesService.js:182", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/spanishCompaniesService.js:182"}, "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-d39951cec6be1bfd", "name": "Commented-code block (6 lines) in src/services/listedCompaniesNav.js:3", "shortDescription": {"text": "Commented-code block (6 lines) in src/services/listedCompaniesNav.js: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-b7352163d3a2080b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 functions/empresa/_lib.js:891", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 functions/empresa/_lib.js:891"}, "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-cf6153271d2219d2", "name": "Frontend route `/es/:slug` has no Link/navigate to it \u2014 src/main.jsx", "shortDescription": {"text": "Frontend route `/es/:slug` has no Link/navigate to it \u2014 src/main.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-7312f2a6a21c9212", "name": "Frontend route `/order/:sessionId` has no Link/navigate to it \u2014 src/main.jsx", "shortDescription": {"text": "Frontend route `/order/:sessionId` has no Link/navigate to it \u2014 src/main.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d12ef2da27d1513f", "name": "Frontend route `/admin` has no Link/navigate to it \u2014 src/main.jsx", "shortDescription": {"text": "Frontend route `/admin` has no Link/navigate to it \u2014 src/main.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/24164"}, "properties": {"repository": "anbrme/mapasocietario", "repoUrl": "https://github.com/anbrme/mapasocietario", "branch": "main"}, "results": [{"ruleId": "scanner-e48fa16d7a455cc8", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/components/SpanishCompanyNetworkGraph.jsx:958"}, "properties": {"repobilityId": "e431826d88fd8bbd", "scanner": "scanner-primary", "fingerprint": "e48fa16d7a455cc8", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-963587d4db203d14", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/services/spanishCompaniesService.js:2221"}, "properties": {"repobilityId": "283034f677da21fa", "scanner": "scanner-primary", "fingerprint": "963587d4db203d14", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-dbe481486cac29de", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/services/congresoCacheService.js:33"}, "properties": {"repobilityId": "dc67648e944c2ce6", "scanner": "scanner-primary", "fingerprint": "dbe481486cac29de", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-b9c897cd4ae6c3e8", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/services/termsService.js:30"}, "properties": {"repobilityId": "0fef0256a50d79f4", "scanner": "scanner-primary", "fingerprint": "b9c897cd4ae6c3e8", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-b7e750f27499a49f", "level": "note", "message": {"text": "Insecure pattern 'document_write' in public/about.html:352"}, "properties": {"repobilityId": "d555b222ab29c9bb", "scanner": "scanner-primary", "fingerprint": "b7e750f27499a49f", "layer": "security", "severity": "low", "confidence": 1.0, "tags": ["owasp", "document_write"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "public/about.html"}, "region": {"startLine": 352}}}]}, {"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-28c4a04bd807da0c", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "09a60410de7f2c23", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 31}}}]}, {"ruleId": "scanner-d219ed6c8481938e", "level": "note", "message": {"text": "Very large file: src/utils/spanishCompanyParserWithTerms.js (2393 lines)"}, "properties": {"repobilityId": "f0c766e5cee2b7f5", "scanner": "scanner-primary", "fingerprint": "d219ed6c8481938e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-245b941d0dd8f7fd", "level": "note", "message": {"text": "Very large file: src/components/SpanishCompanyNetworkGraph.jsx (7149 lines)"}, "properties": {"repobilityId": "fc125c29e9e7ce13", "scanner": "scanner-primary", "fingerprint": "245b941d0dd8f7fd", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-de4e0f3104271214", "level": "note", "message": {"text": "Very large file: src/services/spanishCompaniesService.js (2497 lines)"}, "properties": {"repobilityId": "0c75843ce50cf2d6", "scanner": "scanner-primary", "fingerprint": "de4e0f3104271214", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-a4d6e725c4b4b572", "level": "note", "message": {"text": "Very large file: functions/empresa/_lib.js (1090 lines)"}, "properties": {"repobilityId": "e264e74bb2e4535d", "scanner": "scanner-primary", "fingerprint": "a4d6e725c4b4b572", "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": "1da7c4240aa3b314", "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": "1547e8c3489c0903", "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": "c5dff04c2c1efebc", "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": "48c1b00b3e347086", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-a5149b32404cf7eb", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/generate-seo-files.mjs:49"}, "properties": {"repobilityId": "631e86ca7cb8ebd1", "scanner": "scanner-primary", "fingerprint": "a5149b32404cf7eb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fd56c79e7effd928", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/generate-barometro.mjs:22"}, "properties": {"repobilityId": "4beb632075022446", "scanner": "scanner-primary", "fingerprint": "fd56c79e7effd928", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e32f3e59164dd1ba", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/utils/positionCategories.js:1"}, "properties": {"repobilityId": "53320947a744c14f", "scanner": "scanner-primary", "fingerprint": "e32f3e59164dd1ba", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9b55723849f352fc", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/SpanishCompanyNetworkGraph.jsx:399"}, "properties": {"repobilityId": "02a8ca6d49935110", "scanner": "scanner-primary", "fingerprint": "9b55723849f352fc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ea6f90d3921285ee", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/components/DDCheckoutDialog.jsx:96"}, "properties": {"repobilityId": "fa238611ae93b284", "scanner": "scanner-primary", "fingerprint": "ea6f90d3921285ee", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9e5f8102a3caf2da", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/DDCheckoutDialog.jsx:142"}, "properties": {"repobilityId": "bb65570f1ddf1b9b", "scanner": "scanner-primary", "fingerprint": "9e5f8102a3caf2da", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-7be04fd632fb8948", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/components/OrderStatusPage.jsx:239"}, "properties": {"repobilityId": "699954ac70815b94", "scanner": "scanner-primary", "fingerprint": "7be04fd632fb8948", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9e872f90479f0e3d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/OrderStatusPage.jsx:118"}, "properties": {"repobilityId": "e53494fef9ddf1bf", "scanner": "scanner-primary", "fingerprint": "9e872f90479f0e3d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-15b5dfd13de9336f", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/components/AdminPage.jsx:658"}, "properties": {"repobilityId": "4d999ea397495a00", "scanner": "scanner-primary", "fingerprint": "15b5dfd13de9336f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e7927e83a058d281", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/services/congresoOfficerMatcher.js:84"}, "properties": {"repobilityId": "a8ac93710f6b3322", "scanner": "scanner-primary", "fingerprint": "e7927e83a058d281", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9e6614100be5c09d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/congresoOfficerMatcher.js:54"}, "properties": {"repobilityId": "8a11678cfa5efb03", "scanner": "scanner-primary", "fingerprint": "9e6614100be5c09d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-17d00dbb188e1cdb", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/statsService.js:19"}, "properties": {"repobilityId": "7e79ff1b4fc86363", "scanner": "scanner-primary", "fingerprint": "17d00dbb188e1cdb", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d7273b3449f46ce8", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/rmStatsService.js:17"}, "properties": {"repobilityId": "720b1ae1f57d4465", "scanner": "scanner-primary", "fingerprint": "d7273b3449f46ce8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-7369b1d3fe1b3a6d", "level": "note", "message": {"text": "Legacy-named symbol `borme_v2` in src/services/spanishCompaniesService.js:181"}, "properties": {"repobilityId": "467e2ddc434d0e0c", "scanner": "scanner-primary", "fingerprint": "7369b1d3fe1b3a6d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-6d70d50b9d4a9584", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/services/spanishCompaniesService.js:505"}, "properties": {"repobilityId": "fecc1a959774977c", "scanner": "scanner-primary", "fingerprint": "6d70d50b9d4a9584", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5b6e1de046b32c8d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/spanishCompaniesService.js:182"}, "properties": {"repobilityId": "70463ce588245f3b", "scanner": "scanner-primary", "fingerprint": "5b6e1de046b32c8d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d39951cec6be1bfd", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/services/listedCompaniesNav.js:3"}, "properties": {"repobilityId": "91487ba04ab1c11e", "scanner": "scanner-primary", "fingerprint": "d39951cec6be1bfd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b7352163d3a2080b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 functions/empresa/_lib.js:891"}, "properties": {"repobilityId": "33438ce114887c23", "scanner": "scanner-primary", "fingerprint": "b7352163d3a2080b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-cf6153271d2219d2", "level": "warning", "message": {"text": "Frontend route `/es/:slug` has no Link/navigate to it \u2014 src/main.jsx"}, "properties": {"repobilityId": "16b0c7afa54d9c80", "scanner": "scanner-primary", "fingerprint": "cf6153271d2219d2", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-7312f2a6a21c9212", "level": "warning", "message": {"text": "Frontend route `/order/:sessionId` has no Link/navigate to it \u2014 src/main.jsx"}, "properties": {"repobilityId": "b7aa9900122484c2", "scanner": "scanner-primary", "fingerprint": "7312f2a6a21c9212", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-d12ef2da27d1513f", "level": "warning", "message": {"text": "Frontend route `/admin` has no Link/navigate to it \u2014 src/main.jsx"}, "properties": {"repobilityId": "87147c871f50eb9c", "scanner": "scanner-primary", "fingerprint": "d12ef2da27d1513f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}]}]}