{"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-d52f2cf7d94e1baf", "name": "Stray `console.log` in TS/JS \u2014 tests/v3-c1.spec.js:295", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/v3-c1.spec.js:295"}, "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-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-736dd335492199f4", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/ui/chart.js:31", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/ui/chart.js:31"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-da502cd16e44fdce", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/ui/spaceTime.js:83", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/ui/spaceTime.js:83"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-dcfa3151ef65dbfa", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/ui/follow.js:88", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/ui/follow.js:88"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0a2d9c7bef3aca8f", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/ui/explainer.js:140", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/ui/explainer.js:140"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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-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 25 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-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, ci. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-bea357a6497a2d5d", "name": "Agent authority lacks a verifier contract: CLAUDE.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: CLAUDE.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ce6c43513e0d9531", "name": "Commented-code block (5 lines) in playwright.config.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in playwright.config.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-732d759ebb142e79", "name": "Commented-code block (9 lines) in tests/funnel-macrodistrito.mjs:1", "shortDescription": {"text": "Commented-code block (9 lines) in tests/funnel-macrodistrito.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-26bdef38c31913f5", "name": "Commented-code block (5 lines) in tests/v3-c1.spec.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in tests/v3-c1.spec.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-da9e964aa900d6c7", "name": "Commented-code block (5 lines) in tests/e2e.spec.js:77", "shortDescription": {"text": "Commented-code block (5 lines) in tests/e2e.spec.js:77"}, "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-e601c70074bd02b8", "name": "Commented-code block (6 lines) in scripts/fetch-default-elevation.mjs:1", "shortDescription": {"text": "Commented-code block (6 lines) in scripts/fetch-default-elevation.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-45e5f4c7926405b7", "name": "Commented-code block (5 lines) in scripts/verify-v21-production.mjs:1", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/verify-v21-production.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-d5fb080a7fd4db6f", "name": "Commented-code block (5 lines) in src/config.js:72", "shortDescription": {"text": "Commented-code block (5 lines) in src/config.js:72"}, "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-c8e57f55759ef86b", "name": "Commented-code block (5 lines) in src/main.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/main.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-be3f66be0d625414", "name": "Commented-code block (6 lines) in src/network/busStops.js:3", "shortDescription": {"text": "Commented-code block (6 lines) in src/network/busStops.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-f78f7fee5d7e2834", "name": "Commented-code block (17 lines) in src/network/elevation.js:1", "shortDescription": {"text": "Commented-code block (17 lines) in src/network/elevation.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-28dfab65aa4a8842", "name": "Commented-code block (5 lines) in src/network/routing.js:5", "shortDescription": {"text": "Commented-code block (5 lines) in src/network/routing.js: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-9a0deeceee7fb760", "name": "Commented-code block (6 lines) in src/network/connectors.js:3", "shortDescription": {"text": "Commented-code block (6 lines) in src/network/connectors.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-a52fe118dc3d7d5c", "name": "Commented-code block (13 lines) in src/network/graph.js:1", "shortDescription": {"text": "Commented-code block (13 lines) in src/network/graph.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-39bdec96b8d1e8ca", "name": "Commented-code block (6 lines) in src/network/corridor.js:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/network/corridor.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-59cfd7a93d883f05", "name": "Commented-code block (17 lines) in src/sim/simulation.js:1", "shortDescription": {"text": "Commented-code block (17 lines) in src/sim/simulation.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-db93b8b5cc39b9be", "name": "Commented-code block (6 lines) in src/sim/idm.js:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/sim/idm.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-3452dda280dba8d6", "name": "Commented-code block (5 lines) in src/sim/detectors.js:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/sim/detectors.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-85ea5bc663a8571c", "name": "Commented-code block (7 lines) in src/sim/signalsRuntime.js:4", "shortDescription": {"text": "Commented-code block (7 lines) in src/sim/signalsRuntime.js: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-f06085052076efa8", "name": "Commented-code block (5 lines) in src/sim/vehicle.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/sim/vehicle.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-1333737ba9d91d28", "name": "Commented-code block (8 lines) in src/sim/mobil.js:5", "shortDescription": {"text": "Commented-code block (8 lines) in src/sim/mobil.js: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-75b71ae3de285294", "name": "Commented-code block (6 lines) in src/geo/projection.js:3", "shortDescription": {"text": "Commented-code block (6 lines) in src/geo/projection.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-a9ca037f8c4e7eb1", "name": "Commented-code block (6 lines) in src/geo/elevation.js:6", "shortDescription": {"text": "Commented-code block (6 lines) in src/geo/elevation.js: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-5d6d1a3f2c8a9951", "name": "Commented-code block (5 lines) in src/render/busStopsMesh.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/render/busStopsMesh.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-13fa2c250fa4c23c", "name": "Commented-code block (7 lines) in src/render/roadMesh.js:1", "shortDescription": {"text": "Commented-code block (7 lines) in src/render/roadMesh.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-84a85e0de92da16d", "name": "Commented-code block (6 lines) in src/render/environment.js:5", "shortDescription": {"text": "Commented-code block (6 lines) in src/render/environment.js: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-586141b6f83d0525", "name": "Commented-code block (12 lines) in src/render/terrainMesh.js:1", "shortDescription": {"text": "Commented-code block (12 lines) in src/render/terrainMesh.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-756cb2ded8254c28", "name": "Commented-code block (9 lines) in src/render/worksMesh.js:1", "shortDescription": {"text": "Commented-code block (9 lines) in src/render/worksMesh.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-acd56baeccc52674", "name": "Commented-code block (6 lines) in src/render/buildings.js:5", "shortDescription": {"text": "Commented-code block (6 lines) in src/render/buildings.js: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-990e7b685bdb6e2a", "name": "Commented-code block (7 lines) in src/render/rain.js:1", "shortDescription": {"text": "Commented-code block (7 lines) in src/render/rain.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-b92e79aa86008854", "name": "Commented-code block (9 lines) in src/render/streetLampsMesh.js:1", "shortDescription": {"text": "Commented-code block (9 lines) in src/render/streetLampsMesh.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-8c5c61605a24ffc9", "name": "Commented-code block (8 lines) in src/render/streetNames.js:1", "shortDescription": {"text": "Commented-code block (8 lines) in src/render/streetNames.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-4872760780d3c7aa", "name": "Commented-code block (5 lines) in src/render/picking.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/render/picking.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-39e76a34423c1888", "name": "Commented-code block (6 lines) in src/render/vehiclesMesh.js:6", "shortDescription": {"text": "Commented-code block (6 lines) in src/render/vehiclesMesh.js: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-28bc1d7f95afdd2a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/osm/overpass.js:1", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/osm/overpass.js:1"}, "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-284b62bce5a5b378", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/osm/geocode.js:88", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/osm/geocode.js:88"}, "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-f437cedf2274fe14", "name": "Commented-code block (8 lines) in src/ui/gui.js:1", "shortDescription": {"text": "Commented-code block (8 lines) in src/ui/gui.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-fd8bf11a47643c77", "name": "Commented-code block (5 lines) in src/ui/chart.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/ui/chart.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-ed8b4aca917cb485", "name": "Commented-code block (8 lines) in src/ui/spaceTime.js:1", "shortDescription": {"text": "Commented-code block (8 lines) in src/ui/spaceTime.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-9c2f4c74f5e15897", "name": "Commented-code block (5 lines) in src/ui/follow.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/ui/follow.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-8ecb6dd8e470c718", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/ui/search.js:2", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/ui/search.js:2"}, "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}}]}}, "automationDetails": {"id": "repobility/23909"}, "properties": {"repository": "adonai007/simulador-trafico-3d", "repoUrl": "https://github.com/adonai007/simulador-trafico-3d", "branch": "main"}, "results": [{"ruleId": "scanner-d52f2cf7d94e1baf", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/v3-c1.spec.js:295"}, "properties": {"repobilityId": "7efcda536751f820", "scanner": "scanner-primary", "fingerprint": "d52f2cf7d94e1baf", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-9710c8d059e53154", "level": "none", "message": {"text": "No frontend routes/components detected"}, "properties": {"repobilityId": "44ca61485762e494", "scanner": "scanner-primary", "fingerprint": "9710c8d059e53154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-736dd335492199f4", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/ui/chart.js:31"}, "properties": {"repobilityId": "7895f94c75d19000", "scanner": "scanner-primary", "fingerprint": "736dd335492199f4", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/ui/chart.js"}, "region": {"startLine": 31}}}]}, {"ruleId": "scanner-da502cd16e44fdce", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/ui/spaceTime.js:83"}, "properties": {"repobilityId": "dd12830bf53bed2b", "scanner": "scanner-primary", "fingerprint": "da502cd16e44fdce", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/ui/spaceTime.js"}, "region": {"startLine": 83}}}]}, {"ruleId": "scanner-dcfa3151ef65dbfa", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/ui/follow.js:88"}, "properties": {"repobilityId": "17ca877c000644ae", "scanner": "scanner-primary", "fingerprint": "dcfa3151ef65dbfa", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/ui/follow.js"}, "region": {"startLine": 88}}}]}, {"ruleId": "scanner-0a2d9c7bef3aca8f", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/ui/explainer.js:140"}, "properties": {"repobilityId": "263fa7ace1668c98", "scanner": "scanner-primary", "fingerprint": "0a2d9c7bef3aca8f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/ui/explainer.js"}, "region": {"startLine": 140}}}]}, {"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-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": "8e882a924f7d8a55", "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": "0b863204c1d00b4d", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "f547bbed938d589a", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "de133b38d0b1fbef", "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": "9bdbcc93bab65852", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-bea357a6497a2d5d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: CLAUDE.md"}, "properties": {"repobilityId": "aae72df3934829ac", "scanner": "scanner-primary", "fingerprint": "bea357a6497a2d5d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "CLAUDE.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ce6c43513e0d9531", "level": "none", "message": {"text": "Commented-code block (5 lines) in playwright.config.js:1"}, "properties": {"repobilityId": "ddbd4b3fb74800f1", "scanner": "scanner-primary", "fingerprint": "ce6c43513e0d9531", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-732d759ebb142e79", "level": "none", "message": {"text": "Commented-code block (9 lines) in tests/funnel-macrodistrito.mjs:1"}, "properties": {"repobilityId": "cdbffa8e2b6e89fe", "scanner": "scanner-primary", "fingerprint": "732d759ebb142e79", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-26bdef38c31913f5", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/v3-c1.spec.js:1"}, "properties": {"repobilityId": "c5730908cb856c19", "scanner": "scanner-primary", "fingerprint": "26bdef38c31913f5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-da9e964aa900d6c7", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/e2e.spec.js:77"}, "properties": {"repobilityId": "c75b68e2a808bc1d", "scanner": "scanner-primary", "fingerprint": "da9e964aa900d6c7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e601c70074bd02b8", "level": "none", "message": {"text": "Commented-code block (6 lines) in scripts/fetch-default-elevation.mjs:1"}, "properties": {"repobilityId": "d8f5dbb66cdcc3f3", "scanner": "scanner-primary", "fingerprint": "e601c70074bd02b8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-45e5f4c7926405b7", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/verify-v21-production.mjs:1"}, "properties": {"repobilityId": "f294c8c18189bab1", "scanner": "scanner-primary", "fingerprint": "45e5f4c7926405b7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d5fb080a7fd4db6f", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/config.js:72"}, "properties": {"repobilityId": "dce0f3968e4b0040", "scanner": "scanner-primary", "fingerprint": "d5fb080a7fd4db6f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c8e57f55759ef86b", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/main.js:1"}, "properties": {"repobilityId": "db4ab9ee48520c01", "scanner": "scanner-primary", "fingerprint": "c8e57f55759ef86b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-be3f66be0d625414", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/network/busStops.js:3"}, "properties": {"repobilityId": "6c1a9c936478d78d", "scanner": "scanner-primary", "fingerprint": "be3f66be0d625414", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f78f7fee5d7e2834", "level": "none", "message": {"text": "Commented-code block (17 lines) in src/network/elevation.js:1"}, "properties": {"repobilityId": "eeaf2e4975bb9df8", "scanner": "scanner-primary", "fingerprint": "f78f7fee5d7e2834", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-28dfab65aa4a8842", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/network/routing.js:5"}, "properties": {"repobilityId": "a03a6a11f98dbcea", "scanner": "scanner-primary", "fingerprint": "28dfab65aa4a8842", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9a0deeceee7fb760", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/network/connectors.js:3"}, "properties": {"repobilityId": "0d140ac2ea1ddae3", "scanner": "scanner-primary", "fingerprint": "9a0deeceee7fb760", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a52fe118dc3d7d5c", "level": "none", "message": {"text": "Commented-code block (13 lines) in src/network/graph.js:1"}, "properties": {"repobilityId": "ebd156286d75a104", "scanner": "scanner-primary", "fingerprint": "a52fe118dc3d7d5c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-39bdec96b8d1e8ca", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/network/corridor.js:1"}, "properties": {"repobilityId": "ec2dff9c3cd9f76f", "scanner": "scanner-primary", "fingerprint": "39bdec96b8d1e8ca", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-59cfd7a93d883f05", "level": "none", "message": {"text": "Commented-code block (17 lines) in src/sim/simulation.js:1"}, "properties": {"repobilityId": "b7d838db4418ebb1", "scanner": "scanner-primary", "fingerprint": "59cfd7a93d883f05", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-db93b8b5cc39b9be", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/sim/idm.js:1"}, "properties": {"repobilityId": "40f783350f7739de", "scanner": "scanner-primary", "fingerprint": "db93b8b5cc39b9be", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3452dda280dba8d6", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/sim/detectors.js:3"}, "properties": {"repobilityId": "f4b7566feba7b6fd", "scanner": "scanner-primary", "fingerprint": "3452dda280dba8d6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-85ea5bc663a8571c", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/sim/signalsRuntime.js:4"}, "properties": {"repobilityId": "3b7d6838cf08d9d7", "scanner": "scanner-primary", "fingerprint": "85ea5bc663a8571c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f06085052076efa8", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/sim/vehicle.js:1"}, "properties": {"repobilityId": "71851d84e60c7ac4", "scanner": "scanner-primary", "fingerprint": "f06085052076efa8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1333737ba9d91d28", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/sim/mobil.js:5"}, "properties": {"repobilityId": "8357e48ecf6ad7b6", "scanner": "scanner-primary", "fingerprint": "1333737ba9d91d28", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-75b71ae3de285294", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/geo/projection.js:3"}, "properties": {"repobilityId": "6371c2ffda7f33c6", "scanner": "scanner-primary", "fingerprint": "75b71ae3de285294", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a9ca037f8c4e7eb1", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/geo/elevation.js:6"}, "properties": {"repobilityId": "af1c3b0628bec90f", "scanner": "scanner-primary", "fingerprint": "a9ca037f8c4e7eb1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5d6d1a3f2c8a9951", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/render/busStopsMesh.js:1"}, "properties": {"repobilityId": "4547858d9fe6261d", "scanner": "scanner-primary", "fingerprint": "5d6d1a3f2c8a9951", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-13fa2c250fa4c23c", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/render/roadMesh.js:1"}, "properties": {"repobilityId": "a62993cd18fdae0a", "scanner": "scanner-primary", "fingerprint": "13fa2c250fa4c23c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-84a85e0de92da16d", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/render/environment.js:5"}, "properties": {"repobilityId": "04273625846e9b92", "scanner": "scanner-primary", "fingerprint": "84a85e0de92da16d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-586141b6f83d0525", "level": "none", "message": {"text": "Commented-code block (12 lines) in src/render/terrainMesh.js:1"}, "properties": {"repobilityId": "e510bef07e87d2ea", "scanner": "scanner-primary", "fingerprint": "586141b6f83d0525", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-756cb2ded8254c28", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/render/worksMesh.js:1"}, "properties": {"repobilityId": "f5d2fb8482fc5771", "scanner": "scanner-primary", "fingerprint": "756cb2ded8254c28", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-acd56baeccc52674", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/render/buildings.js:5"}, "properties": {"repobilityId": "0dfb59ddca469123", "scanner": "scanner-primary", "fingerprint": "acd56baeccc52674", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-990e7b685bdb6e2a", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/render/rain.js:1"}, "properties": {"repobilityId": "68331109949ef261", "scanner": "scanner-primary", "fingerprint": "990e7b685bdb6e2a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b92e79aa86008854", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/render/streetLampsMesh.js:1"}, "properties": {"repobilityId": "fd2f846689beceae", "scanner": "scanner-primary", "fingerprint": "b92e79aa86008854", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8c5c61605a24ffc9", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/render/streetNames.js:1"}, "properties": {"repobilityId": "6512726e213c77c4", "scanner": "scanner-primary", "fingerprint": "8c5c61605a24ffc9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4872760780d3c7aa", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/render/picking.js:1"}, "properties": {"repobilityId": "d00fd398b2f45ceb", "scanner": "scanner-primary", "fingerprint": "4872760780d3c7aa", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-39e76a34423c1888", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/render/vehiclesMesh.js:6"}, "properties": {"repobilityId": "eabcbd328ab57e13", "scanner": "scanner-primary", "fingerprint": "39e76a34423c1888", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-28bc1d7f95afdd2a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/osm/overpass.js:1"}, "properties": {"repobilityId": "59ba3c713ab7d83f", "scanner": "scanner-primary", "fingerprint": "28bc1d7f95afdd2a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-284b62bce5a5b378", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/osm/geocode.js:88"}, "properties": {"repobilityId": "146cf572488487a2", "scanner": "scanner-primary", "fingerprint": "284b62bce5a5b378", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f437cedf2274fe14", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/ui/gui.js:1"}, "properties": {"repobilityId": "dd68bccd60f2b007", "scanner": "scanner-primary", "fingerprint": "f437cedf2274fe14", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fd8bf11a47643c77", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/ui/chart.js:1"}, "properties": {"repobilityId": "5715dfc509dc0015", "scanner": "scanner-primary", "fingerprint": "fd8bf11a47643c77", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ed8b4aca917cb485", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/ui/spaceTime.js:1"}, "properties": {"repobilityId": "76c53c70eebe6f69", "scanner": "scanner-primary", "fingerprint": "ed8b4aca917cb485", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9c2f4c74f5e15897", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/ui/follow.js:1"}, "properties": {"repobilityId": "44d512c31951cdbf", "scanner": "scanner-primary", "fingerprint": "9c2f4c74f5e15897", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8ecb6dd8e470c718", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/ui/search.js:2"}, "properties": {"repobilityId": "6b39771c4361656b", "scanner": "scanner-primary", "fingerprint": "8ecb6dd8e470c718", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}