{"version": "2.1.0", "$schema": "https://json.schemastore.org/sarif-2.1.0.json", "runs": [{"tool": {"driver": {"name": "Repobility", "informationUri": "https://repobility.com", "rules": [{"id": "scanner-bead75b0f9233e05", "name": "No API endpoints detected", "shortDescription": {"text": "No API endpoints detected"}, "fullDescription": {"text": "The scanner did not find FastAPI/Flask/Express/NestJS/GraphQL/gRPC routes. If this repo exposes APIs, the framework may be unsupported."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "info", "confidence": 1.0}}, {"id": "scanner-0a0b18be979a7569", "name": "Stray `console.log` in TS/JS \u2014 scripts/fetch-addresses.ts:100", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch-addresses.ts:100"}, "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-75aecbca5b7bc256", "name": "Stray `console.log` in TS/JS \u2014 src/stores/addressStore.ts:47", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/stores/addressStore.ts:47"}, "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-ebe00ffc495785a2", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/Header.tsx:49", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/Header.tsx:49"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-03fdb532b70d11c5", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/app-sidebar.tsx:53", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/app-sidebar.tsx:53"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-3d9fb256d35e547a", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/panels/ConfigManager.tsx:259", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/panels/ConfigManager.tsx:259"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-c0dccd99ae0faabb", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/panels/AddressDetailSheet.tsx:65", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/panels/AddressDetailSheet.tsx:65"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-569d2d36045bff0a", "name": "Stray `console.log` in TS/JS \u2014 src/routes/demo/start.server-funcs.tsx:9", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/routes/demo/start.server-funcs.tsx:9"}, "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-d6c3e51248dfdcdf", "name": "Insecure pattern 'direct_innerhtml_assignment' in archive/index.html:518", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in archive/index.html:518"}, "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 60 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 54 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. 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-7d3e8bbe0ef5e272", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/fetch-addresses.ts:92", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/fetch-addresses.ts:92"}, "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-19f6cb1573bdd695", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/map/MapView.tsx:102", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/map/MapView.tsx:102"}, "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-0313d3948530dd7e", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/pdok.ts:31", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/pdok.ts:31"}, "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-81f811f78c05b18c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/routes/demo/start.api-request.tsx:5", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/routes/demo/start.api-request.tsx:5"}, "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-15f0893165ac10f8", "name": "Network/subprocess call without timeout or try/except \u2014 archive/adressen_ophalen.py:88", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 archive/adressen_ophalen.py:88"}, "fullDescription": {"text": "`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/24476"}, "properties": {"repository": "Baqiwaqi/windy", "repoUrl": "https://github.com/Baqiwaqi/windy", "branch": "main"}, "results": [{"ruleId": "scanner-bead75b0f9233e05", "level": "none", "message": {"text": "No API endpoints detected"}, "properties": {"repobilityId": "0f8bb852027c38f8", "scanner": "scanner-primary", "fingerprint": "bead75b0f9233e05", "layer": "api", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-0a0b18be979a7569", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch-addresses.ts:100"}, "properties": {"repobilityId": "7c5d4ca7c8aed701", "scanner": "scanner-primary", "fingerprint": "0a0b18be979a7569", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-75aecbca5b7bc256", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/stores/addressStore.ts:47"}, "properties": {"repobilityId": "06753f552f0ab8fe", "scanner": "scanner-primary", "fingerprint": "75aecbca5b7bc256", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-ebe00ffc495785a2", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/Header.tsx:49"}, "properties": {"repobilityId": "bd9f8473299439e0", "scanner": "scanner-primary", "fingerprint": "ebe00ffc495785a2", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-03fdb532b70d11c5", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/app-sidebar.tsx:53"}, "properties": {"repobilityId": "e0288249978d8425", "scanner": "scanner-primary", "fingerprint": "03fdb532b70d11c5", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-3d9fb256d35e547a", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/panels/ConfigManager.tsx:259"}, "properties": {"repobilityId": "068f9356eda2ff7d", "scanner": "scanner-primary", "fingerprint": "3d9fb256d35e547a", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-c0dccd99ae0faabb", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/panels/AddressDetailSheet.tsx:65"}, "properties": {"repobilityId": "7676348b0dfd2a8c", "scanner": "scanner-primary", "fingerprint": "c0dccd99ae0faabb", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-569d2d36045bff0a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/routes/demo/start.server-funcs.tsx:9"}, "properties": {"repobilityId": "44fd64e529237038", "scanner": "scanner-primary", "fingerprint": "569d2d36045bff0a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d6c3e51248dfdcdf", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in archive/index.html:518"}, "properties": {"repobilityId": "6751591c2179a3cb", "scanner": "scanner-primary", "fingerprint": "d6c3e51248dfdcdf", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "archive/index.html"}, "region": {"startLine": 518}}}]}, {"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": "98a3a8bc0b68921f", "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": "6c6075eafea82231", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "c65b97123e0306b1", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-7d3e8bbe0ef5e272", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/fetch-addresses.ts:92"}, "properties": {"repobilityId": "26d53057439ffe6f", "scanner": "scanner-primary", "fingerprint": "7d3e8bbe0ef5e272", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-19f6cb1573bdd695", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/map/MapView.tsx:102"}, "properties": {"repobilityId": "c921af8224f958dd", "scanner": "scanner-primary", "fingerprint": "19f6cb1573bdd695", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0313d3948530dd7e", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/pdok.ts:31"}, "properties": {"repobilityId": "886cca5047d8fac5", "scanner": "scanner-primary", "fingerprint": "0313d3948530dd7e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-81f811f78c05b18c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/routes/demo/start.api-request.tsx:5"}, "properties": {"repobilityId": "e673a575ae840244", "scanner": "scanner-primary", "fingerprint": "81f811f78c05b18c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-15f0893165ac10f8", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 archive/adressen_ophalen.py:88"}, "properties": {"repobilityId": "b0f1e4f84055ad63", "scanner": "scanner-primary", "fingerprint": "15f0893165ac10f8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}