{"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-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-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-97840a9fc804347f", "name": "Very large file: calcular_tablas.py (1275 lines)", "shortDescription": {"text": "Very large file: calcular_tablas.py (1275 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ac6b3ab523051d58", "name": "Very large file: claude_extractor.py (4117 lines)", "shortDescription": {"text": "Very large file: claude_extractor.py (4117 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 9 source file(s) (ratio 0.00). 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 95 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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-ec783b72a70ff4fa", "name": "Commented-code block (8 lines) in verificar_contra_excel.py:126", "shortDescription": {"text": "Commented-code block (8 lines) in verificar_contra_excel.py:126"}, "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-835afd8eb67181a6", "name": "Legacy-named symbol `dxf_auto_dim_v1` in generar_dxf.py:5", "shortDescription": {"text": "Legacy-named symbol `dxf_auto_dim_v1` in generar_dxf.py:5"}, "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-e988da3533ce79d4", "name": "Commented-code block (6 lines) in claude_extractor.py:1489", "shortDescription": {"text": "Commented-code block (6 lines) in claude_extractor.py:1489"}, "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-03dd7c84591e9e3f", "name": "Commented-code block (5 lines) in models.py:54", "shortDescription": {"text": "Commented-code block (5 lines) in models.py:54"}, "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-1c92f4f3e721f1b3", "name": "Flask mutation route `api_guardar_pagina` without `@login_required` \u2014 anotador.py:265", "shortDescription": {"text": "Flask mutation route `api_guardar_pagina` without `@login_required` \u2014 anotador.py:265"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-885bf0f26ea59a72", "name": "Flask mutation route `api_notas_globales` without `@login_required` \u2014 anotador.py:314", "shortDescription": {"text": "Flask mutation route `api_notas_globales` without `@login_required` \u2014 anotador.py:314"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-1a6d91f2236825bf", "name": "Unused endpoint: ANY /", "shortDescription": {"text": "Unused endpoint: ANY /"}, "fullDescription": {"text": "`anotador.py` declares `ANY /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c3dcda1c5595bac6", "name": "Unused endpoint: ANY /proyecto/<path:ruta>", "shortDescription": {"text": "Unused endpoint: ANY /proyecto/<path:ruta>"}, "fullDescription": {"text": "`anotador.py` declares `ANY /proyecto/<path:ruta>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2ea9766a38def8c5", "name": "Unused endpoint: ANY /api/pagina_img", "shortDescription": {"text": "Unused endpoint: ANY /api/pagina_img"}, "fullDescription": {"text": "`anotador.py` declares `ANY /api/pagina_img` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7a0f6967629f9669", "name": "Unused endpoint: ANY /api/guardar_pagina", "shortDescription": {"text": "Unused endpoint: ANY /api/guardar_pagina"}, "fullDescription": {"text": "`anotador.py` declares `ANY /api/guardar_pagina` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-60e744629a35286c", "name": "Unused endpoint: ANY /api/notas_globales", "shortDescription": {"text": "Unused endpoint: ANY /api/notas_globales"}, "fullDescription": {"text": "`anotador.py` declares `ANY /api/notas_globales` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/18429"}, "properties": {"repository": "ROMPEFUEGOS/extractor-piezas-cocina", "repoUrl": "https://github.com/ROMPEFUEGOS/extractor-piezas-cocina", "branch": "main"}, "results": [{"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-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-97840a9fc804347f", "level": "note", "message": {"text": "Very large file: calcular_tablas.py (1275 lines)"}, "properties": {"repobilityId": "fe9a46c41dde3956", "scanner": "scanner-primary", "fingerprint": "97840a9fc804347f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-ac6b3ab523051d58", "level": "note", "message": {"text": "Very large file: claude_extractor.py (4117 lines)"}, "properties": {"repobilityId": "dfef76d1e5ae76b0", "scanner": "scanner-primary", "fingerprint": "ac6b3ab523051d58", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "bbfaf4938672e8dc", "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": "68dd4ee55b988690", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "12d61fecd479973a", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "dd7ad78128160199", "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": "93e9d2922b7a9997", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-ec783b72a70ff4fa", "level": "none", "message": {"text": "Commented-code block (8 lines) in verificar_contra_excel.py:126"}, "properties": {"repobilityId": "597aa9d36ac49e39", "scanner": "scanner-primary", "fingerprint": "ec783b72a70ff4fa", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-835afd8eb67181a6", "level": "note", "message": {"text": "Legacy-named symbol `dxf_auto_dim_v1` in generar_dxf.py:5"}, "properties": {"repobilityId": "dd5afc3e5bcb3a49", "scanner": "scanner-primary", "fingerprint": "835afd8eb67181a6", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-e988da3533ce79d4", "level": "none", "message": {"text": "Commented-code block (6 lines) in claude_extractor.py:1489"}, "properties": {"repobilityId": "b082b7a54b7b74ec", "scanner": "scanner-primary", "fingerprint": "e988da3533ce79d4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-03dd7c84591e9e3f", "level": "none", "message": {"text": "Commented-code block (5 lines) in models.py:54"}, "properties": {"repobilityId": "b51170e7c861ae5f", "scanner": "scanner-primary", "fingerprint": "03dd7c84591e9e3f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1c92f4f3e721f1b3", "level": "error", "message": {"text": "Flask mutation route `api_guardar_pagina` without `@login_required` \u2014 anotador.py:265"}, "properties": {"repobilityId": "29190d7e597011ab", "scanner": "scanner-primary", "fingerprint": "1c92f4f3e721f1b3", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "anotador.py"}, "region": {"startLine": 265}}}]}, {"ruleId": "scanner-885bf0f26ea59a72", "level": "error", "message": {"text": "Flask mutation route `api_notas_globales` without `@login_required` \u2014 anotador.py:314"}, "properties": {"repobilityId": "631c24fdb1b6a40b", "scanner": "scanner-primary", "fingerprint": "885bf0f26ea59a72", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "anotador.py"}, "region": {"startLine": 314}}}]}, {"ruleId": "scanner-1a6d91f2236825bf", "level": "note", "message": {"text": "Unused endpoint: ANY /"}, "properties": {"repobilityId": "e331d66480c58be2", "scanner": "scanner-primary", "fingerprint": "1a6d91f2236825bf", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c3dcda1c5595bac6", "level": "note", "message": {"text": "Unused endpoint: ANY /proyecto/<path:ruta>"}, "properties": {"repobilityId": "9284cc22a34d9927", "scanner": "scanner-primary", "fingerprint": "c3dcda1c5595bac6", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2ea9766a38def8c5", "level": "note", "message": {"text": "Unused endpoint: ANY /api/pagina_img"}, "properties": {"repobilityId": "ca596ee1f5169a91", "scanner": "scanner-primary", "fingerprint": "2ea9766a38def8c5", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7a0f6967629f9669", "level": "note", "message": {"text": "Unused endpoint: ANY /api/guardar_pagina"}, "properties": {"repobilityId": "f2ce3d820a86a313", "scanner": "scanner-primary", "fingerprint": "7a0f6967629f9669", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-60e744629a35286c", "level": "note", "message": {"text": "Unused endpoint: ANY /api/notas_globales"}, "properties": {"repobilityId": "af7992e8cd4f06d8", "scanner": "scanner-primary", "fingerprint": "60e744629a35286c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}