{"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-31e5f37a224617bd", "name": "Stray `console.log` in TS/JS \u2014 src/lib/mercadopago.ts:55", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/mercadopago.ts:55"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4cdf5ab05d4f4485", "name": "Stray `console.log` in TS/JS \u2014 src/lib/manut/representantes.ts:155", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/manut/representantes.ts:155"}, "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-aafb81287739b692", "name": "Stray `console.log` in TS/JS \u2014 src/lib/manut/mpWebhook.ts:21", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/manut/mpWebhook.ts:21"}, "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-a09b1fa7c93719ca", "name": "Stray `console.log` in TS/JS \u2014 src/pages/api/cron/cashback-renovacao.ts:109", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/pages/api/cron/cashback-renovacao.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-9ad6ce8c55261e14", "name": "Stray `console.log` in TS/JS \u2014 src/pages/api/manut/mp_webhook.ts:13", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/pages/api/manut/mp_webhook.ts:13"}, "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-5aacd3cd7015794e", "name": "Insecure pattern 'cors_wildcard' in src/lib/auth.ts:145", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in src/lib/auth.ts:145"}, "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-754d5e9695e46f9a", "name": "Insecure pattern 'cors_wildcard' in src/pages/api/manut/contratar.ts:21", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in src/pages/api/manut/contratar.ts:21"}, "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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "3 test file(s) for 310 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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 161 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-11825279136b53a3", "name": "CI is configured but no tests are detected", "shortDescription": {"text": "CI is configured but no tests are detected"}, "fullDescription": {"text": "A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal."}, "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, 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": "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, tests. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-17d866d91a7c451e", "name": "Agent instruction/config may expose a secret: CLAUDE.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: CLAUDE.md"}, "fullDescription": {"text": "Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-c01489639307db1f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/importar-obras-vobi.mjs:20", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/importar-obras-vobi.mjs:20"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a5986dfe96ab11b4", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-junia.mjs:16", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-junia.mjs:16"}, "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-2488a0df0e2c225c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-ativos.mjs:15", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-ativos.mjs: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-db608eba6b2755dd", "name": "Commented-code block (5 lines) in scripts/importar-rh-monday.mjs:4", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/importar-rh-monday.mjs:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-8502b5a1b575bc37", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/importar-rh-monday.mjs:40", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/importar-rh-monday.mjs:40"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-332d4c79b9b00e45", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-rh.mjs:15", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-rh.mjs: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-029336eabeb0bd60", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-junia-fin.mjs:15", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-junia-fin.mjs: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-95966725df2c309b", "name": "Commented-code block (5 lines) in scripts/migrar-vobi.mjs:4", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/migrar-vobi.mjs:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-6aa1c1e6214beb24", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/migrar-vobi.mjs:51", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/migrar-vobi.mjs:51"}, "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-5fb11082c5ff00ad", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/corrigir-rh-grupos.mjs:39", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/corrigir-rh-grupos.mjs:39"}, "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-962a6e52e06764d2", "name": "Legacy-named symbol `BASE_MESTRE_SERVICOS_v1` in scripts/importar-base-orcamento.mjs:6", "shortDescription": {"text": "Legacy-named symbol `BASE_MESTRE_SERVICOS_v1` in scripts/importar-base-orcamento.mjs:6"}, "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-ae20f93e1e5408e4", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/importar-base-orcamento.mjs:54", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/importar-base-orcamento.mjs: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-16f750cdec36c735", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-orcamentos.mjs:16", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-orcamentos.mjs:16"}, "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-55b0612beab4d144", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-financeiro.mjs:15", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-financeiro.mjs: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-9dcbe926e74b5ad7", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-rh-import.mjs:15", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-rh-import.mjs: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-436844e1364735ce", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-onboarding.mjs:15", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-onboarding.mjs: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-f87a1685f771d620", "name": "Commented-code block (5 lines) in scripts/importar-docs-empresa-monday.mjs:5", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/importar-docs-empresa-monday.mjs:5"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-6afe9ce02e872493", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/importar-docs-empresa-monday.mjs:155", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/importar-docs-empresa-monday.mjs:155"}, "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-6b601454c9913843", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/importar-comercial-manus.mjs:62", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/importar-comercial-manus.mjs: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-079c59be9df59a7a", "name": "Commented-code block (5 lines) in scripts/importar-conteudo-manus.mjs:4", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/importar-conteudo-manus.mjs:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-cd59222b8d67c8f5", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/importar-conteudo-manus.mjs:47", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/importar-conteudo-manus.mjs:47"}, "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-c7d210f3b474e4b7", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-obras.mjs:15", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-obras.mjs: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-cb2bacc22cfd9498", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/resetar-minha-senha-admin.mjs:46", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/resetar-minha-senha-admin.mjs:46"}, "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-f941f74c135d23a2", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-conteudo.mjs:15", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-conteudo.mjs: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-410beab282e0db50", "name": "Commented-code block (6 lines) in scripts/importar-ferias-monday.mjs:1", "shortDescription": {"text": "Commented-code block (6 lines) in scripts/importar-ferias-monday.mjs: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-b47f9b9579718a23", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/importar-ferias-monday.mjs:86", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/importar-ferias-monday.mjs:86"}, "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-279e077eca831f5e", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-ativos-import.mjs:15", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-ativos-import.mjs: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-51233f83a502f7e9", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-nota-fiscal.mjs:15", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-nota-fiscal.mjs: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-e9bfa9863745aec4", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/importar-usuarios-manus.mjs:82", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/importar-usuarios-manus.mjs:82"}, "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-f685843513c1ded4", "name": "`fetch()` without try/.catch or AbortSignal \u2014 public/admin-upload.js:22", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/admin-upload.js:22"}, "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-ba850780c63bd3de", "name": "Commented-code block (8 lines) in src/lib/telegramBot.ts:1", "shortDescription": {"text": "Commented-code block (8 lines) in src/lib/telegramBot.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-18d45a2ffbd8e344", "name": "Commented-code block (5 lines) in src/lib/clima.ts:36", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/clima.ts:36"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-a03631734731e9d2", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/rhid.ts:64", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/rhid.ts:64"}, "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-fed805276174751f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/mercadopago.ts:105", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/mercadopago.ts:105"}, "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-11e577fe8360a04f", "name": "Commented-code block (5 lines) in src/lib/epiPdf.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/epiPdf.ts:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-7bb75a710dce7e8c", "name": "Commented-code block (6 lines) in src/lib/mapaEstatico.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/mapaEstatico.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-a870878714791133", "name": "Commented-code block (5 lines) in src/lib/sistemas.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/sistemas.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-0254cbffd42e335e", "name": "Commented-code block (6 lines) in src/lib/junia.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/junia.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e2f093043bbebe3c", "name": "Commented-code block (10 lines) in src/lib/ferias.ts:4", "shortDescription": {"text": "Commented-code block (10 lines) in src/lib/ferias.ts:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-0662f451a540315f", "name": "Commented-code block (7 lines) in src/lib/d4sign.ts:5", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/d4sign.ts:5"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-0fb593ecd131a3ef", "name": "Commented-code block (5 lines) in src/lib/telegram.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/telegram.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-4d3eb86bde0ef1cc", "name": "Commented-code block (8 lines) in src/lib/auditoria.ts:1", "shortDescription": {"text": "Commented-code block (8 lines) in src/lib/auditoria.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-f81e649b51502298", "name": "Commented-code block (5 lines) in src/lib/manut/clientes.ts:10", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/manut/clientes.ts:10"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e0fc3b613f00d151", "name": "Commented-code block (5 lines) in src/pages/api/admin/rh/desligamentos/posse.ts:7", "shortDescription": {"text": "Commented-code block (5 lines) in src/pages/api/admin/rh/desligamentos/posse.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-85b030cba2ec6a73", "name": "Commented-code block (5 lines) in src/pages/api/admin/rh/desligamentos/finalizar.ts:14", "shortDescription": {"text": "Commented-code block (5 lines) in src/pages/api/admin/rh/desligamentos/finalizar.ts:14"}, "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-91d68a2397b608fb", "name": "Commented-code block (5 lines) in src/pages/api/admin/rh/acessos/index.ts:32", "shortDescription": {"text": "Commented-code block (5 lines) in src/pages/api/admin/rh/acessos/index.ts:32"}, "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-11beff0923cb86a7", "name": "Commented-code block (5 lines) in src/pages/api/admin/rh/colaboradores/[id]/acesso.ts:12", "shortDescription": {"text": "Commented-code block (5 lines) in src/pages/api/admin/rh/colaboradores/[id]/acesso.ts:12"}, "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-74278d822c96c3b9", "name": "Commented-code block (5 lines) in src/pages/api/cron/cashback-renovacao.ts:15", "shortDescription": {"text": "Commented-code block (5 lines) in src/pages/api/cron/cashback-renovacao.ts:15"}, "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-c3369cb02c1b9176", "name": "Commented-code block (8 lines) in src/pages/api/cron/regua-cobranca.ts:7", "shortDescription": {"text": "Commented-code block (8 lines) in src/pages/api/cron/regua-cobranca.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-91de01bdca468b26", "name": "Commented-code block (5 lines) in src/pages/api/cron/rh-vencimentos.ts:8", "shortDescription": {"text": "Commented-code block (5 lines) in src/pages/api/cron/rh-vencimentos.ts:8"}, "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-5476eaa709f95adf", "name": "Commented-code block (5 lines) in src/pages/api/cron/doc-empresa-vencimentos.ts:8", "shortDescription": {"text": "Commented-code block (5 lines) in src/pages/api/cron/doc-empresa-vencimentos.ts:8"}, "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-7d6ebb4aa31d082a", "name": "Commented-code block (5 lines) in src/pages/api/manut/representante-interessado.ts:78", "shortDescription": {"text": "Commented-code block (5 lines) in src/pages/api/manut/representante-interessado.ts:78"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-71cede481708abe4", "name": "Commented-code block (6 lines) in src/pages/api/manut/tecnico/preventivas/[id]/foto.ts:8", "shortDescription": {"text": "Commented-code block (6 lines) in src/pages/api/manut/tecnico/preventivas/[id]/foto.ts:8"}, "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-a5ed21b3571fbd03", "name": "Commented-code block (9 lines) in src/pages/api/integra/rhid-entrada.ts:11", "shortDescription": {"text": "Commented-code block (9 lines) in src/pages/api/integra/rhid-entrada.ts:11"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-7c01d5ce568e61ee", "name": "Commented-code block (5 lines) in src/pages/api/integra/email-telegram.ts:6", "shortDescription": {"text": "Commented-code block (5 lines) in src/pages/api/integra/email-telegram.ts:6"}, "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-73d4dbb1df0c4f83", "name": "Commented-code block (7 lines) in src/pages/api/integra/rhid-relatorio-localizacao.ts:9", "shortDescription": {"text": "Commented-code block (7 lines) in src/pages/api/integra/rhid-relatorio-localizacao.ts:9"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-2c5d9dd11ae5332c", "name": "Commented-code block (5 lines) in src/pages/api/integra/rhid-saida.ts:7", "shortDescription": {"text": "Commented-code block (5 lines) in src/pages/api/integra/rhid-saida.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-70fcae2d13c708b6", "name": "17 env vars used in code but missing from .env.example", "shortDescription": {"text": "17 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `ADMIN_NOTIFICATION_EMAIL`, `ATIVOS_ALERT_EMAIL`, `CRON_SECRET`, `D4SIGN_BASE_URL`, `D4SIGN_COFRE_UUID`, `D4SIGN_CRYPT_KEY`, `D4SIGN_TOKEN`, `DEV` + 9 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/18582"}, "properties": {"repository": "russodrica/costajr-novo-site", "repoUrl": "https://github.com/russodrica/costajr-novo-site", "branch": "main"}, "results": [{"ruleId": "scanner-31e5f37a224617bd", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/mercadopago.ts:55"}, "properties": {"repobilityId": "7d973435199b1460", "scanner": "scanner-primary", "fingerprint": "31e5f37a224617bd", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-4cdf5ab05d4f4485", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/manut/representantes.ts:155"}, "properties": {"repobilityId": "242f64a89eb079ee", "scanner": "scanner-primary", "fingerprint": "4cdf5ab05d4f4485", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-aafb81287739b692", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/manut/mpWebhook.ts:21"}, "properties": {"repobilityId": "b0d7cd4a768d89bf", "scanner": "scanner-primary", "fingerprint": "aafb81287739b692", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-a09b1fa7c93719ca", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/pages/api/cron/cashback-renovacao.ts:109"}, "properties": {"repobilityId": "1244cf0c29eb79d2", "scanner": "scanner-primary", "fingerprint": "a09b1fa7c93719ca", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-9ad6ce8c55261e14", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/pages/api/manut/mp_webhook.ts:13"}, "properties": {"repobilityId": "c495a0c8e01d1f46", "scanner": "scanner-primary", "fingerprint": "9ad6ce8c55261e14", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-5aacd3cd7015794e", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in src/lib/auth.ts:145"}, "properties": {"repobilityId": "9d9d1cd831018156", "scanner": "scanner-primary", "fingerprint": "5aacd3cd7015794e", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/lib/auth.ts"}, "region": {"startLine": 145}}}]}, {"ruleId": "scanner-754d5e9695e46f9a", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in src/pages/api/manut/contratar.ts:21"}, "properties": {"repobilityId": "18b2261f5ff47a82", "scanner": "scanner-primary", "fingerprint": "754d5e9695e46f9a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/pages/api/manut/contratar.ts"}, "region": {"startLine": 21}}}]}, {"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": "c3716fc7dd367754", "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": "078fd9638fc5396a", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-11825279136b53a3", "level": "warning", "message": {"text": "CI is configured but no tests are detected"}, "properties": {"repobilityId": "b82ae18af855f77d", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "6f03dbd1a206af07", "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": "14ee26a15eaa0774", "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": "1647983368b6730e", "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": "9b2d7b5d622f235b", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-17d866d91a7c451e", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: CLAUDE.md"}, "properties": {"repobilityId": "ccce5984e58a48f0", "scanner": "scanner-primary", "fingerprint": "17d866d91a7c451e", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "CLAUDE.md"}, "region": {"startLine": 466}}}]}, {"ruleId": "scanner-c01489639307db1f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/importar-obras-vobi.mjs:20"}, "properties": {"repobilityId": "1ca64a7bee8ff40e", "scanner": "scanner-primary", "fingerprint": "c01489639307db1f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a5986dfe96ab11b4", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-junia.mjs:16"}, "properties": {"repobilityId": "17f53e32130bff01", "scanner": "scanner-primary", "fingerprint": "a5986dfe96ab11b4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2488a0df0e2c225c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-ativos.mjs:15"}, "properties": {"repobilityId": "8a4b184ea466c6b8", "scanner": "scanner-primary", "fingerprint": "2488a0df0e2c225c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-db608eba6b2755dd", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/importar-rh-monday.mjs:4"}, "properties": {"repobilityId": "20e63835601a5928", "scanner": "scanner-primary", "fingerprint": "db608eba6b2755dd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8502b5a1b575bc37", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/importar-rh-monday.mjs:40"}, "properties": {"repobilityId": "69c51eecedc35b1b", "scanner": "scanner-primary", "fingerprint": "8502b5a1b575bc37", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-332d4c79b9b00e45", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-rh.mjs:15"}, "properties": {"repobilityId": "62d39280db7bafca", "scanner": "scanner-primary", "fingerprint": "332d4c79b9b00e45", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-029336eabeb0bd60", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-junia-fin.mjs:15"}, "properties": {"repobilityId": "b94815c044b4adbd", "scanner": "scanner-primary", "fingerprint": "029336eabeb0bd60", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-95966725df2c309b", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/migrar-vobi.mjs:4"}, "properties": {"repobilityId": "155eb4dcb53d3fe0", "scanner": "scanner-primary", "fingerprint": "95966725df2c309b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6aa1c1e6214beb24", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/migrar-vobi.mjs:51"}, "properties": {"repobilityId": "59e9ef2743f4ed65", "scanner": "scanner-primary", "fingerprint": "6aa1c1e6214beb24", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5fb11082c5ff00ad", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/corrigir-rh-grupos.mjs:39"}, "properties": {"repobilityId": "5e38367153b78dc7", "scanner": "scanner-primary", "fingerprint": "5fb11082c5ff00ad", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-962a6e52e06764d2", "level": "note", "message": {"text": "Legacy-named symbol `BASE_MESTRE_SERVICOS_v1` in scripts/importar-base-orcamento.mjs:6"}, "properties": {"repobilityId": "2ac51b11617c9cce", "scanner": "scanner-primary", "fingerprint": "962a6e52e06764d2", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-ae20f93e1e5408e4", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/importar-base-orcamento.mjs:54"}, "properties": {"repobilityId": "0d44fa476c979fa6", "scanner": "scanner-primary", "fingerprint": "ae20f93e1e5408e4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-16f750cdec36c735", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-orcamentos.mjs:16"}, "properties": {"repobilityId": "c5c38beccaec3ca8", "scanner": "scanner-primary", "fingerprint": "16f750cdec36c735", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-55b0612beab4d144", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-financeiro.mjs:15"}, "properties": {"repobilityId": "60138ce304a51d28", "scanner": "scanner-primary", "fingerprint": "55b0612beab4d144", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-9dcbe926e74b5ad7", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-rh-import.mjs:15"}, "properties": {"repobilityId": "c16a9dc62cd8d7f1", "scanner": "scanner-primary", "fingerprint": "9dcbe926e74b5ad7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-436844e1364735ce", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-onboarding.mjs:15"}, "properties": {"repobilityId": "a48e1b6b10e7dc04", "scanner": "scanner-primary", "fingerprint": "436844e1364735ce", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f87a1685f771d620", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/importar-docs-empresa-monday.mjs:5"}, "properties": {"repobilityId": "7e7361c60883250f", "scanner": "scanner-primary", "fingerprint": "f87a1685f771d620", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6afe9ce02e872493", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/importar-docs-empresa-monday.mjs:155"}, "properties": {"repobilityId": "f680265c04914c03", "scanner": "scanner-primary", "fingerprint": "6afe9ce02e872493", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-6b601454c9913843", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/importar-comercial-manus.mjs:62"}, "properties": {"repobilityId": "305e779768a7f2a1", "scanner": "scanner-primary", "fingerprint": "6b601454c9913843", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-079c59be9df59a7a", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/importar-conteudo-manus.mjs:4"}, "properties": {"repobilityId": "e2d97e79597adadd", "scanner": "scanner-primary", "fingerprint": "079c59be9df59a7a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-cd59222b8d67c8f5", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/importar-conteudo-manus.mjs:47"}, "properties": {"repobilityId": "cbdb708cfa53df70", "scanner": "scanner-primary", "fingerprint": "cd59222b8d67c8f5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c7d210f3b474e4b7", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-obras.mjs:15"}, "properties": {"repobilityId": "8a6190c81c7694cd", "scanner": "scanner-primary", "fingerprint": "c7d210f3b474e4b7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-cb2bacc22cfd9498", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/resetar-minha-senha-admin.mjs:46"}, "properties": {"repobilityId": "69bec19a04fd5dab", "scanner": "scanner-primary", "fingerprint": "cb2bacc22cfd9498", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f941f74c135d23a2", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-conteudo.mjs:15"}, "properties": {"repobilityId": "a788e33928a504fa", "scanner": "scanner-primary", "fingerprint": "f941f74c135d23a2", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-410beab282e0db50", "level": "none", "message": {"text": "Commented-code block (6 lines) in scripts/importar-ferias-monday.mjs:1"}, "properties": {"repobilityId": "601d2c4aaad4e403", "scanner": "scanner-primary", "fingerprint": "410beab282e0db50", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b47f9b9579718a23", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/importar-ferias-monday.mjs:86"}, "properties": {"repobilityId": "22d03d57618726d0", "scanner": "scanner-primary", "fingerprint": "b47f9b9579718a23", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-279e077eca831f5e", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-ativos-import.mjs:15"}, "properties": {"repobilityId": "a89a5ccdd7a0bc6c", "scanner": "scanner-primary", "fingerprint": "279e077eca831f5e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-51233f83a502f7e9", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-nota-fiscal.mjs:15"}, "properties": {"repobilityId": "e1e0e1368c45c275", "scanner": "scanner-primary", "fingerprint": "51233f83a502f7e9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e9bfa9863745aec4", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/importar-usuarios-manus.mjs:82"}, "properties": {"repobilityId": "8043f386d6448261", "scanner": "scanner-primary", "fingerprint": "e9bfa9863745aec4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f685843513c1ded4", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/admin-upload.js:22"}, "properties": {"repobilityId": "5b81eaf97d404e78", "scanner": "scanner-primary", "fingerprint": "f685843513c1ded4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-ba850780c63bd3de", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/lib/telegramBot.ts:1"}, "properties": {"repobilityId": "da196dbe1a871b81", "scanner": "scanner-primary", "fingerprint": "ba850780c63bd3de", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-18d45a2ffbd8e344", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/clima.ts:36"}, "properties": {"repobilityId": "e990f093414baaf5", "scanner": "scanner-primary", "fingerprint": "18d45a2ffbd8e344", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a03631734731e9d2", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/rhid.ts:64"}, "properties": {"repobilityId": "998ba01e141e55fb", "scanner": "scanner-primary", "fingerprint": "a03631734731e9d2", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-fed805276174751f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/mercadopago.ts:105"}, "properties": {"repobilityId": "179f386c7335d7db", "scanner": "scanner-primary", "fingerprint": "fed805276174751f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-11e577fe8360a04f", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/epiPdf.ts:3"}, "properties": {"repobilityId": "69abd695b5795b07", "scanner": "scanner-primary", "fingerprint": "11e577fe8360a04f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7bb75a710dce7e8c", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/mapaEstatico.ts:1"}, "properties": {"repobilityId": "5eb2589a286d74c4", "scanner": "scanner-primary", "fingerprint": "7bb75a710dce7e8c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a870878714791133", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/sistemas.ts:1"}, "properties": {"repobilityId": "fde42a182d6719a1", "scanner": "scanner-primary", "fingerprint": "a870878714791133", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0254cbffd42e335e", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/junia.ts:1"}, "properties": {"repobilityId": "8eeb381394c99494", "scanner": "scanner-primary", "fingerprint": "0254cbffd42e335e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e2f093043bbebe3c", "level": "none", "message": {"text": "Commented-code block (10 lines) in src/lib/ferias.ts:4"}, "properties": {"repobilityId": "f9db7d0386578558", "scanner": "scanner-primary", "fingerprint": "e2f093043bbebe3c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0662f451a540315f", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/d4sign.ts:5"}, "properties": {"repobilityId": "a68a9fd4807076a3", "scanner": "scanner-primary", "fingerprint": "0662f451a540315f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0fb593ecd131a3ef", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/telegram.ts:1"}, "properties": {"repobilityId": "b5b9cb3189fa6c0c", "scanner": "scanner-primary", "fingerprint": "0fb593ecd131a3ef", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4d3eb86bde0ef1cc", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/lib/auditoria.ts:1"}, "properties": {"repobilityId": "0c49ae23fbbf99ff", "scanner": "scanner-primary", "fingerprint": "4d3eb86bde0ef1cc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f81e649b51502298", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/manut/clientes.ts:10"}, "properties": {"repobilityId": "99b0df055fd62bc4", "scanner": "scanner-primary", "fingerprint": "f81e649b51502298", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e0fc3b613f00d151", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/pages/api/admin/rh/desligamentos/posse.ts:7"}, "properties": {"repobilityId": "8ebbf5a85932f61c", "scanner": "scanner-primary", "fingerprint": "e0fc3b613f00d151", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-85b030cba2ec6a73", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/pages/api/admin/rh/desligamentos/finalizar.ts:14"}, "properties": {"repobilityId": "7d2eda4ac406dad3", "scanner": "scanner-primary", "fingerprint": "85b030cba2ec6a73", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-91d68a2397b608fb", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/pages/api/admin/rh/acessos/index.ts:32"}, "properties": {"repobilityId": "eadf9b992cba2753", "scanner": "scanner-primary", "fingerprint": "91d68a2397b608fb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-11beff0923cb86a7", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/pages/api/admin/rh/colaboradores/[id]/acesso.ts:12"}, "properties": {"repobilityId": "b07f4a7ce1433e8f", "scanner": "scanner-primary", "fingerprint": "11beff0923cb86a7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-74278d822c96c3b9", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/pages/api/cron/cashback-renovacao.ts:15"}, "properties": {"repobilityId": "bccd54c8ac58f4e4", "scanner": "scanner-primary", "fingerprint": "74278d822c96c3b9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c3369cb02c1b9176", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/pages/api/cron/regua-cobranca.ts:7"}, "properties": {"repobilityId": "47444da9cd792610", "scanner": "scanner-primary", "fingerprint": "c3369cb02c1b9176", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-91de01bdca468b26", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/pages/api/cron/rh-vencimentos.ts:8"}, "properties": {"repobilityId": "2e7d4dc703906a67", "scanner": "scanner-primary", "fingerprint": "91de01bdca468b26", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5476eaa709f95adf", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/pages/api/cron/doc-empresa-vencimentos.ts:8"}, "properties": {"repobilityId": "a89ad283f8d2ce26", "scanner": "scanner-primary", "fingerprint": "5476eaa709f95adf", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7d6ebb4aa31d082a", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/pages/api/manut/representante-interessado.ts:78"}, "properties": {"repobilityId": "8a930519771def2e", "scanner": "scanner-primary", "fingerprint": "7d6ebb4aa31d082a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-71cede481708abe4", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/pages/api/manut/tecnico/preventivas/[id]/foto.ts:8"}, "properties": {"repobilityId": "e8ca87c8b61ab4cd", "scanner": "scanner-primary", "fingerprint": "71cede481708abe4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a5ed21b3571fbd03", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/pages/api/integra/rhid-entrada.ts:11"}, "properties": {"repobilityId": "c39832c93e8ee525", "scanner": "scanner-primary", "fingerprint": "a5ed21b3571fbd03", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7c01d5ce568e61ee", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/pages/api/integra/email-telegram.ts:6"}, "properties": {"repobilityId": "6633d005a30e17fd", "scanner": "scanner-primary", "fingerprint": "7c01d5ce568e61ee", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-73d4dbb1df0c4f83", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/pages/api/integra/rhid-relatorio-localizacao.ts:9"}, "properties": {"repobilityId": "54ea8ec53494f455", "scanner": "scanner-primary", "fingerprint": "73d4dbb1df0c4f83", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2c5d9dd11ae5332c", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/pages/api/integra/rhid-saida.ts:7"}, "properties": {"repobilityId": "1aae433adce022d3", "scanner": "scanner-primary", "fingerprint": "2c5d9dd11ae5332c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-70fcae2d13c708b6", "level": "note", "message": {"text": "17 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "f21675bed249619c", "scanner": "scanner-primary", "fingerprint": "70fcae2d13c708b6", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}