{"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-e00438bfd4489ad9", "name": "Stray `console.log` in TS/JS \u2014 app/next.config.js:7", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/next.config.js:7"}, "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-6a02d1d4827281e5", "name": "Stray `console.log` in TS/JS \u2014 app/src/atoms/worker_status.ts:252", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/src/atoms/worker_status.ts:252"}, "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-f9a0d40bfb0afc16", "name": "Stray `console.log` in TS/JS \u2014 app/src/atoms/app.ts:306", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/src/atoms/app.ts:306"}, "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-52045b9e9b50c9fc", "name": "Stray `console.log` in TS/JS \u2014 app/src/atoms/search.ts:785", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/src/atoms/search.ts:785"}, "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-71f5fbc517a9f30f", "name": "Stray `console.log` in TS/JS \u2014 app/src/atoms/NavigationManager.tsx:74", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/src/atoms/NavigationManager.tsx:74"}, "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-8ade16a93925f8ba", "name": "Stray `console.log` in TS/JS \u2014 app/src/atoms/JotaiAppProvider.tsx:445", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/src/atoms/JotaiAppProvider.tsx:445"}, "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-19a04b221cf6d83c", "name": "TODO/FIXME marker in shipping code \u2014 app/src/atoms/edits.ts:181", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 app/src/atoms/edits.ts:181"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-b9404e34e88db591", "name": "Stray `console.log` in TS/JS \u2014 app/src/atoms/inspector.ts:109", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/src/atoms/inspector.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-4e03054fc92b6a8e", "name": "Stray `console.log` in TS/JS \u2014 app/src/utils/auth/server.ts:42", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/src/utils/auth/server.ts:42"}, "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-709ce4b85b7be826", "name": "`truncate` class without `title=` for hover reveal \u2014 app/src/components/form/metadata-tooltip.tsx:77", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/src/components/form/metadata-tooltip.tsx:77"}, "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-96535869928a20eb", "name": "`truncate` class without `title=` for hover reveal \u2014 app/src/components/form/editable-field-with-select.tsx:128", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/src/components/form/editable-field-with-select.tsx:128"}, "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-04468e224a107114", "name": "`truncate` class without `title=` for hover reveal \u2014 app/src/components/form/select-form-field.tsx:76", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/src/components/form/select-form-field.tsx:76"}, "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-389b02dce8fc735e", "name": "Stray `console.log` in TS/JS \u2014 app/src/components/command-palette/reset-confirmation-dialog.tsx:66", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/src/components/command-palette/reset-confirmation-dialog.tsx:66"}, "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-85ecf897335727b2", "name": "Stray `console.log` in TS/JS \u2014 app/src/components/dev/DebugInspector.tsx:391", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/src/components/dev/DebugInspector.tsx:391"}, "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-505889e06483ea37", "name": "`truncate` class without `title=` for hover reveal \u2014 app/src/components/data-table/data-table-view-options.tsx:66", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/src/components/data-table/data-table-view-options.tsx:66"}, "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-19cd858251c7d1fa", "name": "`truncate` class without `title=` for hover reveal \u2014 app/src/components/data-table/data-table-faceted-filter.tsx:158", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/src/components/data-table/data-table-faceted-filter.tsx:158"}, "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-c6fbe3bda3fc3403", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/src/app/layout.tsx:67", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/src/app/layout.tsx:67"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-bf6318879f7fb9b4", "name": "Stray `console.log` in TS/JS \u2014 app/src/app/jotai-state-management-reference/page.tsx:19", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/src/app/jotai-state-management-reference/page.tsx:19"}, "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-5daad4faf05122c2", "name": "Stray `console.log` in TS/JS \u2014 app/src/app/api/region/route.ts:23", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/src/app/api/region/route.ts:23"}, "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-5e2682ecae443eb8", "name": "Stray `console.log` in TS/JS \u2014 app/src/app/api/sse/worker_status/route.ts:36", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/src/app/api/sse/worker_status/route.ts:36"}, "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-6b4ab5e5192cd859", "name": "Stray `console.log` in TS/JS \u2014 app/src/app/import/page.tsx:31", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/src/app/import/page.tsx:31"}, "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-4c30053370ee16bc", "name": "Stray `console.log` in TS/JS \u2014 app/src/app/import/establishments/page.tsx:57", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/src/app/import/establishments/page.tsx:57"}, "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-ea3b74b1ad2e9443", "name": "Stray `console.log` in TS/JS \u2014 app/src/app/import/establishments/upload/[jobSlug]/page.tsx:109", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/src/app/import/establishments/upload/[jobSlug]/page.tsx: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-1abb3a946242968d", "name": "Stray `console.log` in TS/JS \u2014 app/src/app/import/analyse-data-for-search-and-reports/statistical-units-refresher.tsx:72", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/src/app/import/analyse-data-for-search-and-reports/statistical-units-refresher.tsx:72"}, "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-8232546eb5101048", "name": "`truncate` class without `title=` for hover reveal \u2014 app/src/app/import/components/import-job-upload.tsx:260", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/src/app/import/components/import-job-upload.tsx:260"}, "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-3db32bfbfec94872", "name": "Stray `console.log` in TS/JS \u2014 app/src/app/import/components/import-job-upload.tsx:45", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/src/app/import/components/import-job-upload.tsx:45"}, "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-8576741ac94d7616", "name": "Stray `console.log` in TS/JS \u2014 app/src/app/import/legal-units/page.tsx:58", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/src/app/import/legal-units/page.tsx:58"}, "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-b4d67773a5ffb97b", "name": "Stray `console.log` in TS/JS \u2014 app/src/app/import/legal-units/upload/[jobSlug]/page.tsx:109", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/src/app/import/legal-units/upload/[jobSlug]/page.tsx: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-ecdc12aa8b0de59f", "name": "Stray `console.log` in TS/JS \u2014 app/src/app/import/jobs/page.tsx:201", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/src/app/import/jobs/page.tsx:201"}, "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-a4e1fe811105a5ca", "name": "Stray `console.log` in TS/JS \u2014 app/src/app/import/establishments-without-legal-unit/page.tsx:57", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/src/app/import/establishments-without-legal-unit/page.tsx:57"}, "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-6ff9090765928c9b", "name": "Stray `console.log` in TS/JS \u2014 app/src/app/import/establishments-without-legal-unit/upload/[jobSlug]/page.tsx:109", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/src/app/import/establishments-without-legal-unit/upload/[jobSlug]/page.tsx: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-81d1611a1c095dbb", "name": "`truncate` class without `title=` for hover reveal \u2014 app/src/app/admin/worker-tasks/page.tsx:515", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/src/app/admin/worker-tasks/page.tsx:515"}, "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-9f8c7f235aeb3e97", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/src/app/doc/er/er-diagram-client.tsx:116", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/src/app/doc/er/er-diagram-client.tsx:116"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5adc9783c4626da6", "name": "Stray `console.log` in TS/JS \u2014 app/src/lib/client-logger.ts:48", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/src/lib/client-logger.ts:48"}, "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-a7a423738aa52992", "name": "Stray `console.log` in TS/JS \u2014 app/src/lib/db-listener.ts:315", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/src/lib/db-listener.ts:315"}, "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-e01f57f5a72c1719", "name": "Stray `console.log` in TS/JS \u2014 app/src/hooks/use-swr-with-auth-refresh.ts:106", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/src/hooks/use-swr-with-auth-refresh.ts:106"}, "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-58ab6e72fd61d459", "name": "Stray `console.log` in TS/JS \u2014 app/src/context/AuthStore.ts:230", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/src/context/AuthStore.ts:230"}, "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-a0bc2cb6b55b26bf", "name": "Stray `console.log` in TS/JS \u2014 app/src/context/BaseDataStore.ts:75", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/src/context/BaseDataStore.ts:75"}, "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-eae69cbf23185403", "name": "Privileged port 1 in use", "shortDescription": {"text": "Privileged port 1 in use"}, "fullDescription": {"text": "Port 1 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-cfb01a3769de17cd", "name": "Privileged port 3 in use", "shortDescription": {"text": "Privileged port 3 in use"}, "fullDescription": {"text": "Port 3 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-33f56eb2698d2a2b", "name": "Privileged port 15 in use", "shortDescription": {"text": "Privileged port 15 in use"}, "fullDescription": {"text": "Port 15 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4e83fa32b6a913c6", "name": "Dockerfile runs as root: caddy/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: caddy/Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-774dcacf047bef3f", "name": "Docker base image is tag-pinned but not digest-pinned: caddy:${CADDY_VERSION}-builder", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: caddy:${CADDY_VERSION}-builder"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4604deac89c79aee", "name": "Docker base image is tag-pinned but not digest-pinned: caddy:${CADDY_VERSION}-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: caddy:${CADDY_VERSION}-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-bf49ded3c19cd20a", "name": "Docker base image uses a mutable or implicit tag: alpine:latest", "shortDescription": {"text": "Docker base image uses a mutable or implicit tag: alpine:latest"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0254285681215319", "name": "Docker base image is tag-pinned but not digest-pinned: node:22-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:22-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-1d0f39b582539317", "name": "Dockerfile runs as root: postgres/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: postgres/Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f83ad6acc3b7bf0a", "name": "Docker base image is tag-pinned but not digest-pinned: ubuntu:jammy", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: ubuntu:jammy"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-522caab31a2f39a9", "name": "Docker base image is tag-pinned but not digest-pinned: busybox:musl", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: busybox:musl"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-aa5acaa49eb8315b", "name": "Containers defined but no K8s/orchestration manifest found", "shortDescription": {"text": "Containers defined but no K8s/orchestration manifest found"}, "fullDescription": {"text": "Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8ecb2d0a5eecdf4a", "name": "Insecure pattern 'direct_innerhtml_assignment' in ops/maintenance/maintenance.html:458", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in ops/maintenance/maintenance.html:458"}, "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-39d7a505ee51e16d", "name": "Possible secret in test/auth_for_standalone.py", "shortDescription": {"text": "Possible secret in test/auth_for_standalone.py"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-5c0591f3acc3718b", "name": "Possible secret in test/import_norway_small_history.py", "shortDescription": {"text": "Possible secret in test/import_norway_small_history.py"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-2415f594d966faca", "name": "Possible secret in cli/internal/migrate/migrate.go", "shortDescription": {"text": "Possible secret in cli/internal/migrate/migrate.go"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-dae9599584761b00", "name": "Insecure pattern 'private_key_in_repo' in cli/cmd/cert_test.go:256", "shortDescription": {"text": "Insecure pattern 'private_key_in_repo' in cli/cmd/cert_test.go:256"}, "fullDescription": {"text": "Found a known-risky pattern (private_key_in_repo). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-3c6803a7b8591310", "name": "Insecure pattern 'dangerous_innerhtml' in app/src/app/layout.tsx:67", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/src/app/layout.tsx:67"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-77fbaa75887ba827", "name": "Possible secret in app/src/app/login/LoginForm.tsx", "shortDescription": {"text": "Possible secret in app/src/app/login/LoginForm.tsx"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-e7c1a2dfdbd7f4d6", "name": "Insecure pattern 'dangerous_innerhtml' in app/src/app/doc/er/er-diagram-client.tsx:116", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/src/app/doc/er/er-diagram-client.tsx:116"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6e5aed96515ad64e", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-55b7ad9126746929", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1353ab2f42d7ac07", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-125aeef6742c7262", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d09e70d36c7c2216", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-87b155dafa24d98d", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-358d785b792ac64b", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3ff68654ff695f2d", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8ad1490e7fe92788", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-006a58b18573ef03", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e2d0519635166268", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "docker/build-push-action@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-7dc7c1e428a24a89", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d2fb04e6b05ca3f4", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "appleboy/ssh-action@v1.2.0 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-473e4e72cf9cdb23", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-eacabfcdb0e4f31c", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "appleboy/ssh-action@v1.0.0 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b3653d0dd467b7e5", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f170919b95009b0d", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "docker/build-push-action@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-eb44acbf5c21d2ba", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b7f122807b2fa32f", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e0af2a33b11629c8", "name": "GitHub Action tracks a moving branch", "shortDescription": {"text": "GitHub Action tracks a moving branch"}, "fullDescription": {"text": "appleboy/ssh-action@master can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "high", "confidence": 1.0}}, {"id": "scanner-cc64b30ef3a7cade", "name": "GitHub Action tracks a moving branch", "shortDescription": {"text": "GitHub Action tracks a moving branch"}, "fullDescription": {"text": "appleboy/ssh-action@master can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "high", "confidence": 1.0}}, {"id": "scanner-36d19a12e93627c9", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e512c5bc27fd69e9", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c4fbcde30ebf972f", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "appleboy/ssh-action@v1.2.0 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-563e215fb72c1630", "name": "Very large file: dev.sh (2337 lines)", "shortDescription": {"text": "Very large file: dev.sh (2337 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-2745ca25e23da9d1", "name": "Very large file: test/auth_for_dev.statbus.org.py (975 lines)", "shortDescription": {"text": "Very large file: test/auth_for_dev.statbus.org.py (975 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-874b7fb7551d53a3", "name": "Very large file: test/auth_for_standalone.py (1719 lines)", "shortDescription": {"text": "Very large file: test/auth_for_standalone.py (1719 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-902a1fbb33450628", "name": "Very large file: test/import_norway_small_history.py (2132 lines)", "shortDescription": {"text": "Very large file: test/import_norway_small_history.py (2132 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-8f4938b6bb1df18a", "name": "Very large file: cli/internal/upgrade/exec.go (1649 lines)", "shortDescription": {"text": "Very large file: cli/internal/upgrade/exec.go (1649 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-63bae705d0f3c4ac", "name": "Very large file: cli/internal/upgrade/service.go (5849 lines)", "shortDescription": {"text": "Very large file: cli/internal/upgrade/service.go (5849 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-051ab830d6e3658a", "name": "Very large file: cli/internal/migrate/migrate.go (1617 lines)", "shortDescription": {"text": "Very large file: cli/internal/migrate/migrate.go (1617 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-f5178701207957e4", "name": "Very large file: cli/cmd/release.go (1454 lines)", "shortDescription": {"text": "Very large file: cli/cmd/release.go (1454 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-204eb5edb0ec29c5", "name": "Very large file: cli/cmd/install.go (2436 lines)", "shortDescription": {"text": "Very large file: cli/cmd/install.go (2436 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-36aaa84df1128636", "name": "Very large file: app/src/lib/database.types.ts (16101 lines)", "shortDescription": {"text": "Very large file: app/src/lib/database.types.ts (16101 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-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "58 tests / 504 src (ratio 0.12)."}, "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 166 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 135 placeholder/mock markers across 67 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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-cc55229a7a3c078d", "name": "Agent authority lacks a verifier contract: .mcp.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .mcp.json"}, "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-122f91b7f2906dc4", "name": "Agent authority lacks a verifier contract: .claude/settings.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/settings.json"}, "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-354deec7b3440065", "name": "Agent instruction/config may expose a secret: .claude/rules/frontend.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: .claude/rules/frontend.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-b89108dea5c9ef06", "name": "Legacy-named symbol `nace_v2` in test/import_norway_small_history.py:1938", "shortDescription": {"text": "Legacy-named symbol `nace_v2` in test/import_norway_small_history.py:1938"}, "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-a5e3c81b7b15251f", "name": "Network/subprocess call without timeout or try/except \u2014 test/import_norway_small_history.py:1846", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 test/import_norway_small_history.py:1846"}, "fullDescription": {"text": "`subprocess.run(...)` 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}}, {"id": "scanner-77c0db817aeebd3d", "name": "Commented-code block (12 lines) in app/next.config.js:10", "shortDescription": {"text": "Commented-code block (12 lines) in app/next.config.js: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-9bff76da007d95d3", "name": "Legacy-named symbol `errorOnDeprecated` in app/jest.config.ts:57", "shortDescription": {"text": "Legacy-named symbol `errorOnDeprecated` in app/jest.config.ts:57"}, "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-85194331ae792ebc", "name": "Commented-code block (5 lines) in app/jest.config.ts:161", "shortDescription": {"text": "Commented-code block (5 lines) in app/jest.config.ts:161"}, "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-91d481e4bba40962", "name": "Commented-code block (7 lines) in app/src/proxy.ts:61", "shortDescription": {"text": "Commented-code block (7 lines) in app/src/proxy.ts:61"}, "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-07f66f12968e90f3", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/src/atoms/auth-machine.ts:85", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/src/atoms/auth-machine.ts:85"}, "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-5ac9d0ca7715e39a", "name": "Commented-code block (5 lines) in app/src/atoms/search.ts:383", "shortDescription": {"text": "Commented-code block (5 lines) in app/src/atoms/search.ts:383"}, "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-6b9bda4bb74f2e9f", "name": "Commented-code block (5 lines) in app/src/atoms/inspector.ts:43", "shortDescription": {"text": "Commented-code block (5 lines) in app/src/atoms/inspector.ts:43"}, "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-6560f4d40fda8d41", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/src/utils/auth/server.ts:25", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/src/utils/auth/server.ts:25"}, "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-6d96d298d3d5b23a", "name": "Commented-code block (5 lines) in app/src/components/estimated-count.tsx:155", "shortDescription": {"text": "Commented-code block (5 lines) in app/src/components/estimated-count.tsx:155"}, "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-97c46245150564b1", "name": "Commented-code block (5 lines) in app/src/components/PopStateHandler.tsx:9", "shortDescription": {"text": "Commented-code block (5 lines) in app/src/components/PopStateHandler.tsx: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-66a113b911c497dc", "name": "Commented-code block (8 lines) in app/src/components/statistical-unit-details/unit-history-chart.tsx:84", "shortDescription": {"text": "Commented-code block (8 lines) in app/src/components/statistical-unit-details/unit-history-chart.tsx:84"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-2076a743de26e0d5", "name": "Commented-code block (6 lines) in app/src/app/page.tsx:26", "shortDescription": {"text": "Commented-code block (6 lines) in app/src/app/page.tsx:26"}, "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-a5925a1f37b2c8c0", "name": "Commented-code block (7 lines) in app/src/app/layout.tsx:53", "shortDescription": {"text": "Commented-code block (7 lines) in app/src/app/layout.tsx:53"}, "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-b9bf7e4aabafad5b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/src/app/jotai-state-management-reference/page.tsx:584", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/src/app/jotai-state-management-reference/page.tsx:584"}, "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-c9ef3147f02b5830", "name": "Commented-code block (5 lines) in app/src/app/api/import/upload/route.ts:26", "shortDescription": {"text": "Commented-code block (5 lines) in app/src/app/api/import/upload/route.ts:26"}, "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-5f7c330891a47a57", "name": "Commented-code block (7 lines) in app/src/app/api/import/download/route.ts:103", "shortDescription": {"text": "Commented-code block (7 lines) in app/src/app/api/import/download/route.ts:103"}, "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-71b9ca74afcfe0eb", "name": "Commented-code block (7 lines) in app/src/app/import/components/time-context-selector.tsx:61", "shortDescription": {"text": "Commented-code block (7 lines) in app/src/app/import/components/time-context-selector.tsx:61"}, "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-a1f9cf8f0ab7367c", "name": "Commented-code block (6 lines) in app/src/app/import/legal-units/page.tsx:76", "shortDescription": {"text": "Commented-code block (6 lines) in app/src/app/import/legal-units/page.tsx:76"}, "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-31e29b2c1c0dc5b8", "name": "Commented-code block (5 lines) in app/src/app/admin/upgrades/page.tsx:184", "shortDescription": {"text": "Commented-code block (5 lines) in app/src/app/admin/upgrades/page.tsx:184"}, "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-1995c04d885450e6", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/src/app/admin/upgrades/page.tsx:112", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/src/app/admin/upgrades/page.tsx:112"}, "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-a9b76f9c41982688", "name": "Commented-code block (8 lines) in app/src/app/reports/drilldown/ReportsPageClient.tsx:34", "shortDescription": {"text": "Commented-code block (8 lines) in app/src/app/reports/drilldown/ReportsPageClient.tsx:34"}, "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-d57dd2fe1eb2f936", "name": "Commented-code block (5 lines) in app/src/app/reports/history-changes/use-statistical-history-highcharts.ts:30", "shortDescription": {"text": "Commented-code block (5 lines) in app/src/app/reports/history-changes/use-statistical-history-highcharts.ts:30"}, "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-19133d1b78dc2e41", "name": "Commented-code block (5 lines) in app/src/lib/excel-to-csv.ts:95", "shortDescription": {"text": "Commented-code block (5 lines) in app/src/lib/excel-to-csv.ts:95"}, "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-c39e6ecd7701f19a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/src/context/AuthStore.ts:291", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/src/context/AuthStore.ts:291"}, "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-523a24ae3755e57f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/src/context/RestClientStore.ts:402", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/src/context/RestClientStore.ts:402"}, "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-ca5caa0add7b53c7", "name": "Commented-code block (6 lines) in app/src/context/BaseDataStore.ts:87", "shortDescription": {"text": "Commented-code block (6 lines) in app/src/context/BaseDataStore.ts:87"}, "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-9cac7ce15e72817b", "name": "31 env vars used in code but missing from .env.example", "shortDescription": {"text": "31 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `API_KEY`, `API_PUBLIC_URL`, `API_URL`, `CADDY_DB_PORT`, `COMPOSE_PROJECT_NAME`, `DEBUG`, `DEBUG_STATUS_REPORTED`, `DEPLOYMENT_SLOT_CODE` + 23 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}}, {"id": "scanner-2c04133e54348533", "name": "Near-duplicate function bodies in 2 places", "shortDescription": {"text": "Near-duplicate function bodies in 2 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\ntest/auth_for_dev.statbus.org.py:error, test/auth_for_standalone.py:error\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/20275"}, "properties": {"repository": "statisticsnorway/statbus", "repoUrl": "https://github.com/statisticsnorway/statbus", "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-e00438bfd4489ad9", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/next.config.js:7"}, "properties": {"repobilityId": "cb65dbed7e43b56d", "scanner": "scanner-primary", "fingerprint": "e00438bfd4489ad9", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6a02d1d4827281e5", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/src/atoms/worker_status.ts:252"}, "properties": {"repobilityId": "45fbe293645db94d", "scanner": "scanner-primary", "fingerprint": "6a02d1d4827281e5", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f9a0d40bfb0afc16", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/src/atoms/app.ts:306"}, "properties": {"repobilityId": "c4aa3a07d464d6a6", "scanner": "scanner-primary", "fingerprint": "f9a0d40bfb0afc16", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-52045b9e9b50c9fc", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/src/atoms/search.ts:785"}, "properties": {"repobilityId": "c56dc48e08e60a16", "scanner": "scanner-primary", "fingerprint": "52045b9e9b50c9fc", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-71f5fbc517a9f30f", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/src/atoms/NavigationManager.tsx:74"}, "properties": {"repobilityId": "1476f85cda0b66dd", "scanner": "scanner-primary", "fingerprint": "71f5fbc517a9f30f", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8ade16a93925f8ba", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/src/atoms/JotaiAppProvider.tsx:445"}, "properties": {"repobilityId": "41b21e35ed2623b3", "scanner": "scanner-primary", "fingerprint": "8ade16a93925f8ba", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-19a04b221cf6d83c", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 app/src/atoms/edits.ts:181"}, "properties": {"repobilityId": "d5d31698945a4981", "scanner": "scanner-primary", "fingerprint": "19a04b221cf6d83c", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-b9404e34e88db591", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/src/atoms/inspector.ts:109"}, "properties": {"repobilityId": "e71e15a29db248a7", "scanner": "scanner-primary", "fingerprint": "b9404e34e88db591", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-4e03054fc92b6a8e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/src/utils/auth/server.ts:42"}, "properties": {"repobilityId": "af25f18e35272063", "scanner": "scanner-primary", "fingerprint": "4e03054fc92b6a8e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-709ce4b85b7be826", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/src/components/form/metadata-tooltip.tsx:77"}, "properties": {"repobilityId": "99e32b4260ba2dae", "scanner": "scanner-primary", "fingerprint": "709ce4b85b7be826", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-96535869928a20eb", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/src/components/form/editable-field-with-select.tsx:128"}, "properties": {"repobilityId": "fc1e5db6590d4312", "scanner": "scanner-primary", "fingerprint": "96535869928a20eb", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-04468e224a107114", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/src/components/form/select-form-field.tsx:76"}, "properties": {"repobilityId": "1efd7b84290be71e", "scanner": "scanner-primary", "fingerprint": "04468e224a107114", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-389b02dce8fc735e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/src/components/command-palette/reset-confirmation-dialog.tsx:66"}, "properties": {"repobilityId": "3c489e432523ece5", "scanner": "scanner-primary", "fingerprint": "389b02dce8fc735e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-85ecf897335727b2", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/src/components/dev/DebugInspector.tsx:391"}, "properties": {"repobilityId": "d08ecff9931ff517", "scanner": "scanner-primary", "fingerprint": "85ecf897335727b2", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-505889e06483ea37", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/src/components/data-table/data-table-view-options.tsx:66"}, "properties": {"repobilityId": "cdd40a27ce2a022a", "scanner": "scanner-primary", "fingerprint": "505889e06483ea37", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-19cd858251c7d1fa", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/src/components/data-table/data-table-faceted-filter.tsx:158"}, "properties": {"repobilityId": "fe88ed7035b70e33", "scanner": "scanner-primary", "fingerprint": "19cd858251c7d1fa", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-c6fbe3bda3fc3403", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/src/app/layout.tsx:67"}, "properties": {"repobilityId": "937c5a8dea5c63be", "scanner": "scanner-primary", "fingerprint": "c6fbe3bda3fc3403", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-bf6318879f7fb9b4", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/src/app/jotai-state-management-reference/page.tsx:19"}, "properties": {"repobilityId": "c8866a08af79fbc4", "scanner": "scanner-primary", "fingerprint": "bf6318879f7fb9b4", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-5daad4faf05122c2", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/src/app/api/region/route.ts:23"}, "properties": {"repobilityId": "7e3814e9ca096945", "scanner": "scanner-primary", "fingerprint": "5daad4faf05122c2", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-5e2682ecae443eb8", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/src/app/api/sse/worker_status/route.ts:36"}, "properties": {"repobilityId": "7f391c73cc94f161", "scanner": "scanner-primary", "fingerprint": "5e2682ecae443eb8", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6b4ab5e5192cd859", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/src/app/import/page.tsx:31"}, "properties": {"repobilityId": "f582f5ee88077035", "scanner": "scanner-primary", "fingerprint": "6b4ab5e5192cd859", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-4c30053370ee16bc", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/src/app/import/establishments/page.tsx:57"}, "properties": {"repobilityId": "e6f49f514818bc4a", "scanner": "scanner-primary", "fingerprint": "4c30053370ee16bc", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-ea3b74b1ad2e9443", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/src/app/import/establishments/upload/[jobSlug]/page.tsx:109"}, "properties": {"repobilityId": "aeab1c73fdb4d1a9", "scanner": "scanner-primary", "fingerprint": "ea3b74b1ad2e9443", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-1abb3a946242968d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/src/app/import/analyse-data-for-search-and-reports/statistical-units-refresher.tsx:72"}, "properties": {"repobilityId": "0032554e413558c0", "scanner": "scanner-primary", "fingerprint": "1abb3a946242968d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8232546eb5101048", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/src/app/import/components/import-job-upload.tsx:260"}, "properties": {"repobilityId": "c54eb51b48bfbf30", "scanner": "scanner-primary", "fingerprint": "8232546eb5101048", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-3db32bfbfec94872", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/src/app/import/components/import-job-upload.tsx:45"}, "properties": {"repobilityId": "92c4ef01ccd8b2e6", "scanner": "scanner-primary", "fingerprint": "3db32bfbfec94872", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8576741ac94d7616", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/src/app/import/legal-units/page.tsx:58"}, "properties": {"repobilityId": "66dab85f5b59f11d", "scanner": "scanner-primary", "fingerprint": "8576741ac94d7616", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-b4d67773a5ffb97b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/src/app/import/legal-units/upload/[jobSlug]/page.tsx:109"}, "properties": {"repobilityId": "a207513ebcf83d6f", "scanner": "scanner-primary", "fingerprint": "b4d67773a5ffb97b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-ecdc12aa8b0de59f", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/src/app/import/jobs/page.tsx:201"}, "properties": {"repobilityId": "8d543073eba10cc1", "scanner": "scanner-primary", "fingerprint": "ecdc12aa8b0de59f", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-a4e1fe811105a5ca", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/src/app/import/establishments-without-legal-unit/page.tsx:57"}, "properties": {"repobilityId": "bb784f925b8cc5f6", "scanner": "scanner-primary", "fingerprint": "a4e1fe811105a5ca", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6ff9090765928c9b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/src/app/import/establishments-without-legal-unit/upload/[jobSlug]/page.tsx:109"}, "properties": {"repobilityId": "b1171eb7d7b7a2c9", "scanner": "scanner-primary", "fingerprint": "6ff9090765928c9b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-81d1611a1c095dbb", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/src/app/admin/worker-tasks/page.tsx:515"}, "properties": {"repobilityId": "a98da92e19b3672c", "scanner": "scanner-primary", "fingerprint": "81d1611a1c095dbb", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-9f8c7f235aeb3e97", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/src/app/doc/er/er-diagram-client.tsx:116"}, "properties": {"repobilityId": "a5f8448eac2a0e18", "scanner": "scanner-primary", "fingerprint": "9f8c7f235aeb3e97", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-5adc9783c4626da6", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/src/lib/client-logger.ts:48"}, "properties": {"repobilityId": "37dd1008ed77e130", "scanner": "scanner-primary", "fingerprint": "5adc9783c4626da6", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-a7a423738aa52992", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/src/lib/db-listener.ts:315"}, "properties": {"repobilityId": "c177be856a36549e", "scanner": "scanner-primary", "fingerprint": "a7a423738aa52992", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e01f57f5a72c1719", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/src/hooks/use-swr-with-auth-refresh.ts:106"}, "properties": {"repobilityId": "bf962f3dd5e18e4a", "scanner": "scanner-primary", "fingerprint": "e01f57f5a72c1719", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-58ab6e72fd61d459", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/src/context/AuthStore.ts:230"}, "properties": {"repobilityId": "2ffced4a98450332", "scanner": "scanner-primary", "fingerprint": "58ab6e72fd61d459", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-a0bc2cb6b55b26bf", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/src/context/BaseDataStore.ts:75"}, "properties": {"repobilityId": "5a161345f73a57f4", "scanner": "scanner-primary", "fingerprint": "a0bc2cb6b55b26bf", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-eae69cbf23185403", "level": "warning", "message": {"text": "Privileged port 1 in use"}, "properties": {"repobilityId": "ddf3fa6c29abb8d2", "scanner": "scanner-primary", "fingerprint": "eae69cbf23185403", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ops/setup-ubuntu-lts-24.sh"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-cfb01a3769de17cd", "level": "warning", "message": {"text": "Privileged port 3 in use"}, "properties": {"repobilityId": "261b7b1c6a18d412", "scanner": "scanner-primary", "fingerprint": "cfb01a3769de17cd", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ops/setup-ubuntu-lts-24.sh"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-33f56eb2698d2a2b", "level": "warning", "message": {"text": "Privileged port 15 in use"}, "properties": {"repobilityId": "3340f9a170f285cd", "scanner": "scanner-primary", "fingerprint": "33f56eb2698d2a2b", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ops/setup-ubuntu-lts-24.sh"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4e83fa32b6a913c6", "level": "warning", "message": {"text": "Dockerfile runs as root: caddy/Dockerfile"}, "properties": {"repobilityId": "609b61797b1e822d", "scanner": "scanner-primary", "fingerprint": "4e83fa32b6a913c6", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-774dcacf047bef3f", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: caddy:${CADDY_VERSION}-builder"}, "properties": {"repobilityId": "fc858e1e482f1a3b", "scanner": "scanner-primary", "fingerprint": "774dcacf047bef3f", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "caddy/Dockerfile"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-4604deac89c79aee", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: caddy:${CADDY_VERSION}-alpine"}, "properties": {"repobilityId": "33a6bce84e49361b", "scanner": "scanner-primary", "fingerprint": "4604deac89c79aee", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "caddy/Dockerfile"}, "region": {"startLine": 7}}}]}, {"ruleId": "scanner-bf49ded3c19cd20a", "level": "warning", "message": {"text": "Docker base image uses a mutable or implicit tag: alpine:latest"}, "properties": {"repobilityId": "dd6c28d30aad5548", "scanner": "scanner-primary", "fingerprint": "bf49ded3c19cd20a", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cli/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0254285681215319", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:22-alpine"}, "properties": {"repobilityId": "0ef9de7aa3f0a3f4", "scanner": "scanner-primary", "fingerprint": "0254285681215319", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1d0f39b582539317", "level": "warning", "message": {"text": "Dockerfile runs as root: postgres/Dockerfile"}, "properties": {"repobilityId": "9389e2d2e0e36762", "scanner": "scanner-primary", "fingerprint": "1d0f39b582539317", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-f83ad6acc3b7bf0a", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: ubuntu:jammy"}, "properties": {"repobilityId": "0ba2d49907f683bb", "scanner": "scanner-primary", "fingerprint": "f83ad6acc3b7bf0a", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "postgres/Dockerfile"}, "region": {"startLine": 31}}}]}, {"ruleId": "scanner-522caab31a2f39a9", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: busybox:musl"}, "properties": {"repobilityId": "715082ab8aec2c00", "scanner": "scanner-primary", "fingerprint": "522caab31a2f39a9", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "postgres/Dockerfile"}, "region": {"startLine": 534}}}]}, {"ruleId": "scanner-aa5acaa49eb8315b", "level": "note", "message": {"text": "Containers defined but no K8s/orchestration manifest found"}, "properties": {"repobilityId": "b230ea9b68736081", "scanner": "scanner-primary", "fingerprint": "aa5acaa49eb8315b", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["coverage", "deployment"]}}, {"ruleId": "scanner-8ecb2d0a5eecdf4a", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in ops/maintenance/maintenance.html:458"}, "properties": {"repobilityId": "0a3698c3bcdcef5f", "scanner": "scanner-primary", "fingerprint": "8ecb2d0a5eecdf4a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ops/maintenance/maintenance.html"}, "region": {"startLine": 458}}}]}, {"ruleId": "scanner-39d7a505ee51e16d", "level": "error", "message": {"text": "Possible secret in test/auth_for_standalone.py"}, "properties": {"repobilityId": "93c312054f00ce7d", "scanner": "scanner-primary", "fingerprint": "39d7a505ee51e16d", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/auth_for_standalone.py"}, "region": {"startLine": 341}}}]}, {"ruleId": "scanner-39d7a505ee51e16d", "level": "error", "message": {"text": "Possible secret in test/auth_for_standalone.py"}, "properties": {"repobilityId": "93c312054f00ce7d", "scanner": "scanner-primary", "fingerprint": "39d7a505ee51e16d", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/auth_for_standalone.py"}, "region": {"startLine": 343}}}]}, {"ruleId": "scanner-39d7a505ee51e16d", "level": "error", "message": {"text": "Possible secret in test/auth_for_standalone.py"}, "properties": {"repobilityId": "93c312054f00ce7d", "scanner": "scanner-primary", "fingerprint": "39d7a505ee51e16d", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/auth_for_standalone.py"}, "region": {"startLine": 345}}}]}, {"ruleId": "scanner-39d7a505ee51e16d", "level": "error", "message": {"text": "Possible secret in test/auth_for_standalone.py"}, "properties": {"repobilityId": "93c312054f00ce7d", "scanner": "scanner-primary", "fingerprint": "39d7a505ee51e16d", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/auth_for_standalone.py"}, "region": {"startLine": 625}}}]}, {"ruleId": "scanner-39d7a505ee51e16d", "level": "error", "message": {"text": "Possible secret in test/auth_for_standalone.py"}, "properties": {"repobilityId": "93c312054f00ce7d", "scanner": "scanner-primary", "fingerprint": "39d7a505ee51e16d", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/auth_for_standalone.py"}, "region": {"startLine": 635}}}]}, {"ruleId": "scanner-39d7a505ee51e16d", "level": "error", "message": {"text": "Possible secret in test/auth_for_standalone.py"}, "properties": {"repobilityId": "93c312054f00ce7d", "scanner": "scanner-primary", "fingerprint": "39d7a505ee51e16d", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/auth_for_standalone.py"}, "region": {"startLine": 667}}}]}, {"ruleId": "scanner-5c0591f3acc3718b", "level": "error", "message": {"text": "Possible secret in test/import_norway_small_history.py"}, "properties": {"repobilityId": "9b2ecdb74871873a", "scanner": "scanner-primary", "fingerprint": "5c0591f3acc3718b", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/import_norway_small_history.py"}, "region": {"startLine": 55}}}]}, {"ruleId": "scanner-5c0591f3acc3718b", "level": "error", "message": {"text": "Possible secret in test/import_norway_small_history.py"}, "properties": {"repobilityId": "9b2ecdb74871873a", "scanner": "scanner-primary", "fingerprint": "5c0591f3acc3718b", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/import_norway_small_history.py"}, "region": {"startLine": 57}}}]}, {"ruleId": "scanner-2415f594d966faca", "level": "error", "message": {"text": "Possible secret in cli/internal/migrate/migrate.go"}, "properties": {"repobilityId": "faedbffe65e5bf7e", "scanner": "scanner-primary", "fingerprint": "2415f594d966faca", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cli/internal/migrate/migrate.go"}, "region": {"startLine": 202}}}]}, {"ruleId": "scanner-dae9599584761b00", "level": "error", "message": {"text": "Insecure pattern 'private_key_in_repo' in cli/cmd/cert_test.go:256"}, "properties": {"repobilityId": "62932c718bf94586", "scanner": "scanner-primary", "fingerprint": "dae9599584761b00", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["owasp", "private_key_in_repo"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cli/cmd/cert_test.go"}, "region": {"startLine": 256}}}]}, {"ruleId": "scanner-3c6803a7b8591310", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/src/app/layout.tsx:67"}, "properties": {"repobilityId": "53bab1f943e0d7ab", "scanner": "scanner-primary", "fingerprint": "3c6803a7b8591310", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/src/app/layout.tsx"}, "region": {"startLine": 67}}}]}, {"ruleId": "scanner-77fbaa75887ba827", "level": "error", "message": {"text": "Possible secret in app/src/app/login/LoginForm.tsx"}, "properties": {"repobilityId": "0d15364b35888477", "scanner": "scanner-primary", "fingerprint": "77fbaa75887ba827", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/src/app/login/LoginForm.tsx"}, "region": {"startLine": 27}}}]}, {"ruleId": "scanner-77fbaa75887ba827", "level": "error", "message": {"text": "Possible secret in app/src/app/login/LoginForm.tsx"}, "properties": {"repobilityId": "0d15364b35888477", "scanner": "scanner-primary", "fingerprint": "77fbaa75887ba827", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/src/app/login/LoginForm.tsx"}, "region": {"startLine": 28}}}]}, {"ruleId": "scanner-e7c1a2dfdbd7f4d6", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/src/app/doc/er/er-diagram-client.tsx:116"}, "properties": {"repobilityId": "6c4a59aab4e51e02", "scanner": "scanner-primary", "fingerprint": "e7c1a2dfdbd7f4d6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/src/app/doc/er/er-diagram-client.tsx"}, "region": {"startLine": 116}}}]}, {"ruleId": "scanner-6e5aed96515ad64e", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b7dd31022e415ac6", "scanner": "scanner-primary", "fingerprint": "6e5aed96515ad64e", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/fast-tests.yaml"}, "region": {"startLine": 77}}}]}, {"ruleId": "scanner-6e5aed96515ad64e", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "884cd0db5e9ecedc", "scanner": "scanner-primary", "fingerprint": "6e5aed96515ad64e", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/fast-tests.yaml"}, "region": {"startLine": 87}}}]}, {"ruleId": "scanner-6e5aed96515ad64e", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "e9eddc776f6d9fbf", "scanner": "scanner-primary", "fingerprint": "6e5aed96515ad64e", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/fast-tests.yaml"}, "region": {"startLine": 128}}}]}, {"ruleId": "scanner-55b7ad9126746929", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "c12fc83c01afdcb4", "scanner": "scanner-primary", "fingerprint": "55b7ad9126746929", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/master-to-et.yaml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1353ab2f42d7ac07", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "c84dd9aa7b3b7dff", "scanner": "scanner-primary", "fingerprint": "1353ab2f42d7ac07", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/master-to-ug.yaml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-125aeef6742c7262", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "416e66398601d179", "scanner": "scanner-primary", "fingerprint": "125aeef6742c7262", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/master-to-dev.yaml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d09e70d36c7c2216", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "e8965c0de94e527f", "scanner": "scanner-primary", "fingerprint": "d09e70d36c7c2216", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/image-cleanup.yaml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-87b155dafa24d98d", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "a14013007293dbbb", "scanner": "scanner-primary", "fingerprint": "87b155dafa24d98d", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/production-to-all.yaml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-358d785b792ac64b", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "8dd38b34ea2078b2", "scanner": "scanner-primary", "fingerprint": "358d785b792ac64b", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/master-to-ma.yaml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ff68654ff695f2d", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "ab5528717be3b83a", "scanner": "scanner-primary", "fingerprint": "3ff68654ff695f2d", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/master-to-rune-no.yaml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8ad1490e7fe92788", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "fd64733d148da8e8", "scanner": "scanner-primary", "fingerprint": "8ad1490e7fe92788", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/install-recovery-harness.yaml"}, "region": {"startLine": 108}}}]}, {"ruleId": "scanner-8ad1490e7fe92788", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "6b4d3a086d6aaf18", "scanner": "scanner-primary", "fingerprint": "8ad1490e7fe92788", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/install-recovery-harness.yaml"}, "region": {"startLine": 116}}}]}, {"ruleId": "scanner-8ad1490e7fe92788", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "14e535526a0b3a53", "scanner": "scanner-primary", "fingerprint": "8ad1490e7fe92788", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/install-recovery-harness.yaml"}, "region": {"startLine": 130}}}]}, {"ruleId": "scanner-8ad1490e7fe92788", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "fd64733d148da8e8", "scanner": "scanner-primary", "fingerprint": "8ad1490e7fe92788", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/install-recovery-harness.yaml"}, "region": {"startLine": 200}}}]}, {"ruleId": "scanner-8ad1490e7fe92788", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "01168574d3521931", "scanner": "scanner-primary", "fingerprint": "8ad1490e7fe92788", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/install-recovery-harness.yaml"}, "region": {"startLine": 209}}}]}, {"ruleId": "scanner-8ad1490e7fe92788", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "14e535526a0b3a53", "scanner": "scanner-primary", "fingerprint": "8ad1490e7fe92788", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/install-recovery-harness.yaml"}, "region": {"startLine": 275}}}]}, {"ruleId": "scanner-006a58b18573ef03", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "d3bd63332906e483", "scanner": "scanner-primary", "fingerprint": "006a58b18573ef03", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/master-to-jo.yaml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e2d0519635166268", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "6eb31721825ad6a2", "scanner": "scanner-primary", "fingerprint": "e2d0519635166268", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yaml"}, "region": {"startLine": 83}}}]}, {"ruleId": "scanner-e2d0519635166268", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "f73ebf8941a56b21", "scanner": "scanner-primary", "fingerprint": "e2d0519635166268", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yaml"}, "region": {"startLine": 156}}}]}, {"ruleId": "scanner-e2d0519635166268", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "e46f337f8e178df5", "scanner": "scanner-primary", "fingerprint": "e2d0519635166268", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yaml"}, "region": {"startLine": 170}}}]}, {"ruleId": "scanner-7dc7c1e428a24a89", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "55c4144d6305e149", "scanner": "scanner-primary", "fingerprint": "7dc7c1e428a24a89", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yaml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d2fb04e6b05ca3f4", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "5328ace408e46d75", "scanner": "scanner-primary", "fingerprint": "d2fb04e6b05ca3f4", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/notify-all-clouds.yaml"}, "region": {"startLine": 40}}}]}, {"ruleId": "scanner-473e4e72cf9cdb23", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "1762cb3b681d710e", "scanner": "scanner-primary", "fingerprint": "473e4e72cf9cdb23", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/master-to-demo.yaml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-eacabfcdb0e4f31c", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "d9c25b9670cf9086", "scanner": "scanner-primary", "fingerprint": "eacabfcdb0e4f31c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-via-upgrade.yaml"}, "region": {"startLine": 140}}}]}, {"ruleId": "scanner-b3653d0dd467b7e5", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "54232fcb1679b2ae", "scanner": "scanner-primary", "fingerprint": "b3653d0dd467b7e5", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test-install.yaml"}, "region": {"startLine": 66}}}]}, {"ruleId": "scanner-b3653d0dd467b7e5", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "611894055a37d43b", "scanner": "scanner-primary", "fingerprint": "b3653d0dd467b7e5", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test-install.yaml"}, "region": {"startLine": 74}}}]}, {"ruleId": "scanner-b3653d0dd467b7e5", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1223f713b3757bcf", "scanner": "scanner-primary", "fingerprint": "b3653d0dd467b7e5", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test-install.yaml"}, "region": {"startLine": 162}}}]}, {"ruleId": "scanner-f170919b95009b0d", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "d9119d05e34abc9b", "scanner": "scanner-primary", "fingerprint": "f170919b95009b0d", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/images.yaml"}, "region": {"startLine": 97}}}]}, {"ruleId": "scanner-f170919b95009b0d", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "d9119d05e34abc9b", "scanner": "scanner-primary", "fingerprint": "f170919b95009b0d", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/images.yaml"}, "region": {"startLine": 165}}}]}, {"ruleId": "scanner-eb44acbf5c21d2ba", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "df5294a67a903d86", "scanner": "scanner-primary", "fingerprint": "eb44acbf5c21d2ba", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/images.yaml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-b7f122807b2fa32f", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "9d32c47a24147a71", "scanner": "scanner-primary", "fingerprint": "b7f122807b2fa32f", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/master-to-tcc.yaml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e0af2a33b11629c8", "level": "error", "message": {"text": "GitHub Action tracks a moving branch"}, "properties": {"repobilityId": "6fed4a7d0b9791cb", "scanner": "scanner-primary", "fingerprint": "e0af2a33b11629c8", "layer": "cicd", "severity": "high", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/seq-logserver.yaml"}, "region": {"startLine": 19}}}]}, {"ruleId": "scanner-cc64b30ef3a7cade", "level": "error", "message": {"text": "GitHub Action tracks a moving branch"}, "properties": {"repobilityId": "c9941aab4d01b9eb", "scanner": "scanner-primary", "fingerprint": "cc64b30ef3a7cade", "layer": "cicd", "severity": "high", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/docker-maintenance.yaml"}, "region": {"startLine": 19}}}]}, {"ruleId": "scanner-36d19a12e93627c9", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "18e59cc68187a746", "scanner": "scanner-primary", "fingerprint": "36d19a12e93627c9", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/master-to-production.yaml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e512c5bc27fd69e9", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1c60298f0377c663", "scanner": "scanner-primary", "fingerprint": "e512c5bc27fd69e9", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/go-test.yaml"}, "region": {"startLine": 49}}}]}, {"ruleId": "scanner-e512c5bc27fd69e9", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "a30aa65218f6734c", "scanner": "scanner-primary", "fingerprint": "e512c5bc27fd69e9", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/go-test.yaml"}, "region": {"startLine": 58}}}]}, {"ruleId": "scanner-c4fbcde30ebf972f", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "9b09b86c2c241b5c", "scanner": "scanner-primary", "fingerprint": "c4fbcde30ebf972f", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/pg_regress.yaml"}, "region": {"startLine": 35}}}]}, {"ruleId": "scanner-563e215fb72c1630", "level": "note", "message": {"text": "Very large file: dev.sh (2337 lines)"}, "properties": {"repobilityId": "7395f9f5ed4ad1f3", "scanner": "scanner-primary", "fingerprint": "563e215fb72c1630", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-2745ca25e23da9d1", "level": "note", "message": {"text": "Very large file: test/auth_for_dev.statbus.org.py (975 lines)"}, "properties": {"repobilityId": "992c5587fd2e07b9", "scanner": "scanner-primary", "fingerprint": "2745ca25e23da9d1", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-874b7fb7551d53a3", "level": "note", "message": {"text": "Very large file: test/auth_for_standalone.py (1719 lines)"}, "properties": {"repobilityId": "4ad643f72b61e1dc", "scanner": "scanner-primary", "fingerprint": "874b7fb7551d53a3", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-902a1fbb33450628", "level": "note", "message": {"text": "Very large file: test/import_norway_small_history.py (2132 lines)"}, "properties": {"repobilityId": "c12607617bbba7b0", "scanner": "scanner-primary", "fingerprint": "902a1fbb33450628", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-8f4938b6bb1df18a", "level": "note", "message": {"text": "Very large file: cli/internal/upgrade/exec.go (1649 lines)"}, "properties": {"repobilityId": "c2758c576c9704b8", "scanner": "scanner-primary", "fingerprint": "8f4938b6bb1df18a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-63bae705d0f3c4ac", "level": "note", "message": {"text": "Very large file: cli/internal/upgrade/service.go (5849 lines)"}, "properties": {"repobilityId": "4f2ce0a2fc65d70d", "scanner": "scanner-primary", "fingerprint": "63bae705d0f3c4ac", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-051ab830d6e3658a", "level": "note", "message": {"text": "Very large file: cli/internal/migrate/migrate.go (1617 lines)"}, "properties": {"repobilityId": "088db7a4ccde84ca", "scanner": "scanner-primary", "fingerprint": "051ab830d6e3658a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-f5178701207957e4", "level": "note", "message": {"text": "Very large file: cli/cmd/release.go (1454 lines)"}, "properties": {"repobilityId": "59de4610d92e41fd", "scanner": "scanner-primary", "fingerprint": "f5178701207957e4", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-204eb5edb0ec29c5", "level": "note", "message": {"text": "Very large file: cli/cmd/install.go (2436 lines)"}, "properties": {"repobilityId": "69ffeabf33ebaf67", "scanner": "scanner-primary", "fingerprint": "204eb5edb0ec29c5", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-36aaa84df1128636", "level": "note", "message": {"text": "Very large file: app/src/lib/database.types.ts (16101 lines)"}, "properties": {"repobilityId": "81d0ff07a89a9ee4", "scanner": "scanner-primary", "fingerprint": "36aaa84df1128636", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "c3d35165b5da78d0", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "32760b368a85760d", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "e86e64d892689c03", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "011f4d69b36ea638", "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": "fb8b5c22ca6334cd", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-cc55229a7a3c078d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .mcp.json"}, "properties": {"repobilityId": "51942fb3d5b8b5b4", "scanner": "scanner-primary", "fingerprint": "cc55229a7a3c078d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "mcp_config"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".mcp.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-122f91b7f2906dc4", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/settings.json"}, "properties": {"repobilityId": "a2967269048b6a9d", "scanner": "scanner-primary", "fingerprint": "122f91b7f2906dc4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/settings.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-354deec7b3440065", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: .claude/rules/frontend.md"}, "properties": {"repobilityId": "299b9224fde7c1b0", "scanner": "scanner-primary", "fingerprint": "354deec7b3440065", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/rules/frontend.md"}, "region": {"startLine": 118}}}]}, {"ruleId": "scanner-b89108dea5c9ef06", "level": "note", "message": {"text": "Legacy-named symbol `nace_v2` in test/import_norway_small_history.py:1938"}, "properties": {"repobilityId": "c9198cee27c3dbec", "scanner": "scanner-primary", "fingerprint": "b89108dea5c9ef06", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-a5e3c81b7b15251f", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 test/import_norway_small_history.py:1846"}, "properties": {"repobilityId": "0f5f65b83f0f2e5e", "scanner": "scanner-primary", "fingerprint": "a5e3c81b7b15251f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-77c0db817aeebd3d", "level": "none", "message": {"text": "Commented-code block (12 lines) in app/next.config.js:10"}, "properties": {"repobilityId": "ac35b154b368d07f", "scanner": "scanner-primary", "fingerprint": "77c0db817aeebd3d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9bff76da007d95d3", "level": "note", "message": {"text": "Legacy-named symbol `errorOnDeprecated` in app/jest.config.ts:57"}, "properties": {"repobilityId": "63bc0d1845774e6b", "scanner": "scanner-primary", "fingerprint": "9bff76da007d95d3", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-85194331ae792ebc", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/jest.config.ts:161"}, "properties": {"repobilityId": "14187fc630d07940", "scanner": "scanner-primary", "fingerprint": "85194331ae792ebc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-91d481e4bba40962", "level": "none", "message": {"text": "Commented-code block (7 lines) in app/src/proxy.ts:61"}, "properties": {"repobilityId": "394e15fd7599ab67", "scanner": "scanner-primary", "fingerprint": "91d481e4bba40962", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-07f66f12968e90f3", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/src/atoms/auth-machine.ts:85"}, "properties": {"repobilityId": "b122beff155cbb09", "scanner": "scanner-primary", "fingerprint": "07f66f12968e90f3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5ac9d0ca7715e39a", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/src/atoms/search.ts:383"}, "properties": {"repobilityId": "c6a7749910893753", "scanner": "scanner-primary", "fingerprint": "5ac9d0ca7715e39a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6b9bda4bb74f2e9f", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/src/atoms/inspector.ts:43"}, "properties": {"repobilityId": "bd862c53701ce3b4", "scanner": "scanner-primary", "fingerprint": "6b9bda4bb74f2e9f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6560f4d40fda8d41", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/src/utils/auth/server.ts:25"}, "properties": {"repobilityId": "ffd7c1abf732121e", "scanner": "scanner-primary", "fingerprint": "6560f4d40fda8d41", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-6d96d298d3d5b23a", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/src/components/estimated-count.tsx:155"}, "properties": {"repobilityId": "93c1492285e08297", "scanner": "scanner-primary", "fingerprint": "6d96d298d3d5b23a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-97c46245150564b1", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/src/components/PopStateHandler.tsx:9"}, "properties": {"repobilityId": "c50ff3e75941dbbc", "scanner": "scanner-primary", "fingerprint": "97c46245150564b1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-66a113b911c497dc", "level": "none", "message": {"text": "Commented-code block (8 lines) in app/src/components/statistical-unit-details/unit-history-chart.tsx:84"}, "properties": {"repobilityId": "043305fb88565e70", "scanner": "scanner-primary", "fingerprint": "66a113b911c497dc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2076a743de26e0d5", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/src/app/page.tsx:26"}, "properties": {"repobilityId": "ac45ce877d9dc226", "scanner": "scanner-primary", "fingerprint": "2076a743de26e0d5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a5925a1f37b2c8c0", "level": "none", "message": {"text": "Commented-code block (7 lines) in app/src/app/layout.tsx:53"}, "properties": {"repobilityId": "9f8dddc594580bb7", "scanner": "scanner-primary", "fingerprint": "a5925a1f37b2c8c0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b9bf7e4aabafad5b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/src/app/jotai-state-management-reference/page.tsx:584"}, "properties": {"repobilityId": "5f57328d94ad2c58", "scanner": "scanner-primary", "fingerprint": "b9bf7e4aabafad5b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c9ef3147f02b5830", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/src/app/api/import/upload/route.ts:26"}, "properties": {"repobilityId": "bdbabc7afc44dc99", "scanner": "scanner-primary", "fingerprint": "c9ef3147f02b5830", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5f7c330891a47a57", "level": "none", "message": {"text": "Commented-code block (7 lines) in app/src/app/api/import/download/route.ts:103"}, "properties": {"repobilityId": "b927565132acadc7", "scanner": "scanner-primary", "fingerprint": "5f7c330891a47a57", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-71b9ca74afcfe0eb", "level": "none", "message": {"text": "Commented-code block (7 lines) in app/src/app/import/components/time-context-selector.tsx:61"}, "properties": {"repobilityId": "1fe4f67aa50adb1f", "scanner": "scanner-primary", "fingerprint": "71b9ca74afcfe0eb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a1f9cf8f0ab7367c", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/src/app/import/legal-units/page.tsx:76"}, "properties": {"repobilityId": "d9cea4593558698e", "scanner": "scanner-primary", "fingerprint": "a1f9cf8f0ab7367c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-31e29b2c1c0dc5b8", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/src/app/admin/upgrades/page.tsx:184"}, "properties": {"repobilityId": "d261b53dfa32a6d4", "scanner": "scanner-primary", "fingerprint": "31e29b2c1c0dc5b8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1995c04d885450e6", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/src/app/admin/upgrades/page.tsx:112"}, "properties": {"repobilityId": "62661431e19d7482", "scanner": "scanner-primary", "fingerprint": "1995c04d885450e6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a9b76f9c41982688", "level": "none", "message": {"text": "Commented-code block (8 lines) in app/src/app/reports/drilldown/ReportsPageClient.tsx:34"}, "properties": {"repobilityId": "21b6db25619211d2", "scanner": "scanner-primary", "fingerprint": "a9b76f9c41982688", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d57dd2fe1eb2f936", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/src/app/reports/history-changes/use-statistical-history-highcharts.ts:30"}, "properties": {"repobilityId": "ead2441b1d96ab53", "scanner": "scanner-primary", "fingerprint": "d57dd2fe1eb2f936", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-19133d1b78dc2e41", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/src/lib/excel-to-csv.ts:95"}, "properties": {"repobilityId": "ec04d75f0e8f2cbe", "scanner": "scanner-primary", "fingerprint": "19133d1b78dc2e41", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c39e6ecd7701f19a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/src/context/AuthStore.ts:291"}, "properties": {"repobilityId": "a2b62f6d97874702", "scanner": "scanner-primary", "fingerprint": "c39e6ecd7701f19a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-523a24ae3755e57f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/src/context/RestClientStore.ts:402"}, "properties": {"repobilityId": "0023c6b580c98a52", "scanner": "scanner-primary", "fingerprint": "523a24ae3755e57f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-ca5caa0add7b53c7", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/src/context/BaseDataStore.ts:87"}, "properties": {"repobilityId": "019feffe3697408e", "scanner": "scanner-primary", "fingerprint": "ca5caa0add7b53c7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9cac7ce15e72817b", "level": "note", "message": {"text": "31 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "1a52e2d4d46a6e40", "scanner": "scanner-primary", "fingerprint": "9cac7ce15e72817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "0a46cb9e496e2703", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "7ff5278469e13ffd", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "debd443d9e0dcdee", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "1f2ce1fcdfacc5ec", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "c6cc6eb44abb715a", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "abec9ec68999b05f", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}