{"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-76d63295b451ae9c", "name": "Icon-only button without accessible name \u2014 frontend/components/layout/UserMenu.tsx:264", "shortDescription": {"text": "Icon-only button without accessible name \u2014 frontend/components/layout/UserMenu.tsx:264"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-18113ccf0c12898c", "name": "Icon-only button without accessible name \u2014 frontend/components/ui/Modal.tsx:58", "shortDescription": {"text": "Icon-only button without accessible name \u2014 frontend/components/ui/Modal.tsx:58"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c4ed921fe0076cf4", "name": "Icon-only button without accessible name \u2014 frontend/features/integrations/components/PrroConfigModal.tsx:232", "shortDescription": {"text": "Icon-only button without accessible name \u2014 frontend/features/integrations/components/PrroConfigModal.tsx:232"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-cbf53955b3e4540f", "name": "Icon-only button without accessible name \u2014 frontend/features/integrations/components/IntegrationConfigModal.tsx:133", "shortDescription": {"text": "Icon-only button without accessible name \u2014 frontend/features/integrations/components/IntegrationConfigModal.tsx:133"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-1f0ef95fda8e8db5", "name": "Icon-only button without accessible name \u2014 frontend/features/inventory/components/ProductForm.tsx:169", "shortDescription": {"text": "Icon-only button without accessible name \u2014 frontend/features/inventory/components/ProductForm.tsx:169"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-cfb86981596d3f14", "name": "Icon-only button without accessible name \u2014 frontend/features/users/components/UserDetailPanel.tsx:184", "shortDescription": {"text": "Icon-only button without accessible name \u2014 frontend/features/users/components/UserDetailPanel.tsx:184"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-fdf8c9ce28f73acb", "name": "Icon-only button without accessible name \u2014 frontend/features/users/components/InviteUserModal.tsx:115", "shortDescription": {"text": "Icon-only button without accessible name \u2014 frontend/features/users/components/InviteUserModal.tsx:115"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f5eb6af25493c0bb", "name": "Stray `console.log` in TS/JS \u2014 worker/src/index.ts:44", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/index.ts:44"}, "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-7dc4a5dbde1e0c38", "name": "Stray `console.log` in TS/JS \u2014 worker/src/jobs/mqtt-listener.ts:166", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/jobs/mqtt-listener.ts:166"}, "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-8ee6291e55f350c5", "name": "Stray `console.log` in TS/JS \u2014 worker/src/jobs/ai-order.job.ts:59", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/jobs/ai-order.job.ts:59"}, "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-3c6fc5562be0bf36", "name": "Stray `console.log` in TS/JS \u2014 worker/src/jobs/weather-fetch.job.ts:74", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/jobs/weather-fetch.job.ts: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-8cd12c57fd09d382", "name": "Stray `console.log` in TS/JS \u2014 worker/src/jobs/fiscalization-retry.job.ts:77", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/jobs/fiscalization-retry.job.ts:77"}, "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-7d0fc2fa3ed10bf6", "name": "Stray `console.log` in TS/JS \u2014 worker/src/jobs/cleanup.job.ts:52", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/jobs/cleanup.job.ts:52"}, "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-ef3553218f56f2f8", "name": "Stray `console.log` in TS/JS \u2014 worker/src/jobs/telegram-listener.ts:58", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/jobs/telegram-listener.ts: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-690cf73e1e411ff7", "name": "Stray `console.log` in TS/JS \u2014 worker/src/jobs/expiry-check.job.ts:109", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/jobs/expiry-check.job.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-7c4112acd364ee27", "name": "Stray `console.log` in TS/JS \u2014 worker/src/jobs/weekly-report.job.ts:214", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/jobs/weekly-report.job.ts:214"}, "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-e7282ca5d3535570", "name": "Stray `console.log` in TS/JS \u2014 worker/src/jobs/notification.job.ts:271", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/jobs/notification.job.ts:271"}, "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-60427b03771411b6", "name": "Dockerfile runs as root: frontend/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: frontend/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-faa134129e5545ff", "name": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-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-468058dbb59c39a2", "name": "Dockerfile runs as root: worker/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: worker/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-126ffc90f6a15c88", "name": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-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-1f66ad88286ca30a", "name": "Dockerfile runs as root: backend/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: backend/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-dc096f4b7c3e8a33", "name": "Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/dotnet/sdk:8.0", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/dotnet/sdk:8.0"}, "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-641bd7a705b61887", "name": "Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/dotnet/aspnet:8.0", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/dotnet/aspnet:8.0"}, "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-fa07597b0a7187ec", "name": "Runtime dotenv file present in repo: frontend/.env.local", "shortDescription": {"text": "Runtime dotenv file present in repo: frontend/.env.local"}, "fullDescription": {"text": "`frontend/.env.local` looks like a runtime dotenv file. No high-confidence secret value was matched, but runtime dotenv files often drift into live credentials. Move real values to a secret manager and keep only `.env.example` style templates in source control."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-a5e7c5729438d7dd", "name": "Insecure pattern 'local_storage_auth_token' in frontend/lib/api.ts:30", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in frontend/lib/api.ts:30"}, "fullDescription": {"text": "Found a known-risky pattern (local_storage_auth_token). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ce2a633f4bb335c2", "name": "Possible secret in frontend/features/users/components/InviteUserModal.tsx", "shortDescription": {"text": "Possible secret in frontend/features/users/components/InviteUserModal.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-a4204c16c9a8b03a", "name": "Insecure pattern 'local_storage_auth_token' in frontend/features/provider/components/TenantDetailPanel.tsx:77", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in frontend/features/provider/components/TenantDetailPanel.tsx:77"}, "fullDescription": {"text": "Found a known-risky pattern (local_storage_auth_token). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-27924aa79fa4a517", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/setup-dotnet@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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 280 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 31 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 85 placeholder/mock markers across 38 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-11825279136b53a3", "name": "CI is configured but no tests are detected", "shortDescription": {"text": "CI is configured but no tests are detected"}, "fullDescription": {"text": "A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, tests. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-17d866d91a7c451e", "name": "Agent instruction/config may expose a secret: CLAUDE.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: CLAUDE.md"}, "fullDescription": {"text": "Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-ecb0d2c55ed6875d", "name": "Agent authority lacks a verifier contract: .claude/settings.local.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/settings.local.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-e6522154bfd04d3a", "name": "Agent authority lacks a verifier contract: .claude/commands/architect.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/commands/architect.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-bf888e55fd3fb166", "name": "Agent authority lacks a verifier contract: .claude/commands/pm.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/commands/pm.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3fecf55df58866bc", "name": "Agent authority lacks a verifier contract: .claude/docs/architecture.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/docs/architecture.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6063616f45c896e1", "name": "Agent authority lacks a verifier contract: .claude/docs/frontend-structure.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/docs/frontend-structure.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-15440e3dbc74886e", "name": "Agent authority lacks a verifier contract: .claude/docs/known-issues.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/docs/known-issues.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a8168c8b017fc1cc", "name": "Agent authority lacks a verifier contract: .claude/logs/tasks/019_2026-06-04_analytics_backend-developer.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/logs/tasks/019_2026-06-04_analytics_backend-developer.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a7201d0d2f54b877", "name": "Agent authority lacks a verifier contract: .claude/logs/tasks/033_2026-06-11_notifications-e2e_devops-engineer.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/logs/tasks/033_2026-06-11_notifications-e2e_devops-engineer.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ebdb6e74559b2514", "name": "Agent authority lacks a verifier contract: .claude/logs/tasks/054_2026-06-11_demand-events_backend-developer.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/logs/tasks/054_2026-06-11_demand-events_backend-developer.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e911bfa1467190cc", "name": "Agent authority lacks a verifier contract: .claude/logs/tasks/016_2026-06-04_write-offs_backend-developer.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/logs/tasks/016_2026-06-04_write-offs_backend-developer.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0b33992c5aec3453", "name": "Agent instruction/config may expose a secret: .claude/agents/project-manager.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: .claude/agents/project-manager.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-84c825f49181a325", "name": "Agent instruction/config may expose a secret: .claude/memory/naming-conventions.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: .claude/memory/naming-conventions.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-085cb751c94071ba", "name": "Agent authority lacks a verifier contract: .claude/memory/lessons-learned.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/memory/lessons-learned.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-7a1cf4c15e4d0c56", "name": "Agent instruction/config may expose a secret: .claude/skills/mobile/setup-navigation.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: .claude/skills/mobile/setup-navigation.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-5d2ff1fa5b197866", "name": "Agent instruction/config may expose a secret: .claude/skills/workflow/create-handoff.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: .claude/skills/workflow/create-handoff.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-bbb0704f83a7f894", "name": "Agent authority lacks a verifier contract: .claude/skills/workflow/create-handoff.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/workflow/create-handoff.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5f228639cf9befe8", "name": "Agent instruction/config may expose a secret: .claude/skills/workflow/create-task-log.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: .claude/skills/workflow/create-task-log.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-815d92ee055f9923", "name": "Agent instruction/config may expose a secret: .claude/skills/workflow/review-completed-task.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: .claude/skills/workflow/review-completed-task.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-a3e088992556235f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/lib/api.ts:54", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/lib/api.ts:54"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0faa4e23245d065c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 worker/src/services/telegram.ts:11", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 worker/src/services/telegram.ts:11"}, "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-77c304efac2f6107", "name": "`fetch()` without try/.catch or AbortSignal \u2014 worker/src/jobs/ai-order.job.ts:11", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 worker/src/jobs/ai-order.job.ts:11"}, "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-1aa4e32d597efddb", "name": "Commented-code block (6 lines) in worker/src/jobs/fiscalization-retry.job.ts:5", "shortDescription": {"text": "Commented-code block (6 lines) in worker/src/jobs/fiscalization-retry.job.ts:5"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-ea310d67cd367479", "name": "`fetch()` without try/.catch or AbortSignal \u2014 worker/src/jobs/fiscalization-retry.job.ts:43", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 worker/src/jobs/fiscalization-retry.job.ts:43"}, "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-f808a4ef3e1071fb", "name": "14 env vars used in code but missing from .env.example", "shortDescription": {"text": "14 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `API_BASE_URL`, `CLEANUP_ACTIVITY_LOGS_DAYS`, `CLEANUP_NOTIFICATION_DAYS`, `CLEANUP_SOLD_OUT_DAYS`, `CLEANUP_STOCK_EVENTS_DAYS`, `DATABASE_URL`, `FROM_EMAIL`, `MQTT_URL` + 6 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-708215838571fff1", "name": "Unused endpoint: PUT /api/notifications/settings", "shortDescription": {"text": "Unused endpoint: PUT /api/notifications/settings"}, "fullDescription": {"text": "`frontend/features/notifications/api/notifications.ts` declares `PUT /api/notifications/settings` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-32dd837f89333747", "name": "Unused endpoint: POST /api/notifications/test", "shortDescription": {"text": "Unused endpoint: POST /api/notifications/test"}, "fullDescription": {"text": "`frontend/features/notifications/api/notifications.ts` declares `POST /api/notifications/test` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c059f57186114027", "name": "Unused endpoint: POST /auth/logout", "shortDescription": {"text": "Unused endpoint: POST /auth/logout"}, "fullDescription": {"text": "`mobile/features/auth/api/authApi.ts` declares `POST /auth/logout` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ac42422b23e45104", "name": "Unused endpoint: GET /auth/me", "shortDescription": {"text": "Unused endpoint: GET /auth/me"}, "fullDescription": {"text": "`mobile/features/auth/api/authApi.ts` declares `GET /auth/me` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/19895"}, "properties": {"repository": "SmilnitskiyStas/CRMProductSystems", "repoUrl": "https://github.com/SmilnitskiyStas/CRMProductSystems", "branch": "main"}, "results": [{"ruleId": "scanner-76d63295b451ae9c", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 frontend/components/layout/UserMenu.tsx:264"}, "properties": {"repobilityId": "b7405bce79500e18", "scanner": "scanner-primary", "fingerprint": "76d63295b451ae9c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-18113ccf0c12898c", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 frontend/components/ui/Modal.tsx:58"}, "properties": {"repobilityId": "bcab3d2c8cc4e170", "scanner": "scanner-primary", "fingerprint": "18113ccf0c12898c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-c4ed921fe0076cf4", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 frontend/features/integrations/components/PrroConfigModal.tsx:232"}, "properties": {"repobilityId": "0b6d2d77914dc00f", "scanner": "scanner-primary", "fingerprint": "c4ed921fe0076cf4", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-cbf53955b3e4540f", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 frontend/features/integrations/components/IntegrationConfigModal.tsx:133"}, "properties": {"repobilityId": "13243dfd76d9d241", "scanner": "scanner-primary", "fingerprint": "cbf53955b3e4540f", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-1f0ef95fda8e8db5", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 frontend/features/inventory/components/ProductForm.tsx:169"}, "properties": {"repobilityId": "92b94bfe3d692d03", "scanner": "scanner-primary", "fingerprint": "1f0ef95fda8e8db5", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-cfb86981596d3f14", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 frontend/features/users/components/UserDetailPanel.tsx:184"}, "properties": {"repobilityId": "7a86151a9072f657", "scanner": "scanner-primary", "fingerprint": "cfb86981596d3f14", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-fdf8c9ce28f73acb", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 frontend/features/users/components/InviteUserModal.tsx:115"}, "properties": {"repobilityId": "d83f7e79b2919af0", "scanner": "scanner-primary", "fingerprint": "fdf8c9ce28f73acb", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-f5eb6af25493c0bb", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/index.ts:44"}, "properties": {"repobilityId": "9d920df95db5924f", "scanner": "scanner-primary", "fingerprint": "f5eb6af25493c0bb", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-7dc4a5dbde1e0c38", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/jobs/mqtt-listener.ts:166"}, "properties": {"repobilityId": "6a66d5c1643bf627", "scanner": "scanner-primary", "fingerprint": "7dc4a5dbde1e0c38", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8ee6291e55f350c5", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/jobs/ai-order.job.ts:59"}, "properties": {"repobilityId": "8bea02adedc0a327", "scanner": "scanner-primary", "fingerprint": "8ee6291e55f350c5", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-3c6fc5562be0bf36", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/jobs/weather-fetch.job.ts:74"}, "properties": {"repobilityId": "2a7682f887a730c6", "scanner": "scanner-primary", "fingerprint": "3c6fc5562be0bf36", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8cd12c57fd09d382", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/jobs/fiscalization-retry.job.ts:77"}, "properties": {"repobilityId": "cc0afee5c6d43974", "scanner": "scanner-primary", "fingerprint": "8cd12c57fd09d382", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-7d0fc2fa3ed10bf6", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/jobs/cleanup.job.ts:52"}, "properties": {"repobilityId": "4c1f253952e85f21", "scanner": "scanner-primary", "fingerprint": "7d0fc2fa3ed10bf6", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-ef3553218f56f2f8", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/jobs/telegram-listener.ts:58"}, "properties": {"repobilityId": "fdace585176c362c", "scanner": "scanner-primary", "fingerprint": "ef3553218f56f2f8", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-690cf73e1e411ff7", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/jobs/expiry-check.job.ts:109"}, "properties": {"repobilityId": "85dbb1f8267ee434", "scanner": "scanner-primary", "fingerprint": "690cf73e1e411ff7", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-7c4112acd364ee27", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/jobs/weekly-report.job.ts:214"}, "properties": {"repobilityId": "e65c8788c1a8991b", "scanner": "scanner-primary", "fingerprint": "7c4112acd364ee27", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e7282ca5d3535570", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/jobs/notification.job.ts:271"}, "properties": {"repobilityId": "878e01e1385bf08f", "scanner": "scanner-primary", "fingerprint": "e7282ca5d3535570", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-60427b03771411b6", "level": "warning", "message": {"text": "Dockerfile runs as root: frontend/Dockerfile"}, "properties": {"repobilityId": "735c01d8531dfd2c", "scanner": "scanner-primary", "fingerprint": "60427b03771411b6", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-faa134129e5545ff", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "3e90d440e1f9ece1", "scanner": "scanner-primary", "fingerprint": "faa134129e5545ff", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-faa134129e5545ff", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "3f04c320ff52ce94", "scanner": "scanner-primary", "fingerprint": "faa134129e5545ff", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/Dockerfile"}, "region": {"startLine": 5}}}]}, {"ruleId": "scanner-faa134129e5545ff", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "d90e8d33cc352cfd", "scanner": "scanner-primary", "fingerprint": "faa134129e5545ff", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/Dockerfile"}, "region": {"startLine": 13}}}]}, {"ruleId": "scanner-468058dbb59c39a2", "level": "warning", "message": {"text": "Dockerfile runs as root: worker/Dockerfile"}, "properties": {"repobilityId": "afa47d310a7f3283", "scanner": "scanner-primary", "fingerprint": "468058dbb59c39a2", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-126ffc90f6a15c88", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "1f4603e00d900c7d", "scanner": "scanner-primary", "fingerprint": "126ffc90f6a15c88", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "worker/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1f66ad88286ca30a", "level": "warning", "message": {"text": "Dockerfile runs as root: backend/Dockerfile"}, "properties": {"repobilityId": "7afd2b0e8a8c9eeb", "scanner": "scanner-primary", "fingerprint": "1f66ad88286ca30a", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-dc096f4b7c3e8a33", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/dotnet/sdk:8.0"}, "properties": {"repobilityId": "329e5f553e744963", "scanner": "scanner-primary", "fingerprint": "dc096f4b7c3e8a33", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-641bd7a705b61887", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/dotnet/aspnet:8.0"}, "properties": {"repobilityId": "a8ce0eedf9ba354d", "scanner": "scanner-primary", "fingerprint": "641bd7a705b61887", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/Dockerfile"}, "region": {"startLine": 11}}}]}, {"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-fa07597b0a7187ec", "level": "error", "message": {"text": "Runtime dotenv file present in repo: frontend/.env.local"}, "properties": {"repobilityId": "a4813eec87cc3ac3", "scanner": "scanner-primary", "fingerprint": "fa07597b0a7187ec", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["secrets", "config", "env-file", "runtime-env"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/.env.local"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a5e7c5729438d7dd", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in frontend/lib/api.ts:30"}, "properties": {"repobilityId": "0dff2e79fbe40699", "scanner": "scanner-primary", "fingerprint": "a5e7c5729438d7dd", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/lib/api.ts"}, "region": {"startLine": 30}}}]}, {"ruleId": "scanner-ce2a633f4bb335c2", "level": "error", "message": {"text": "Possible secret in frontend/features/users/components/InviteUserModal.tsx"}, "properties": {"repobilityId": "0e8301a187d68395", "scanner": "scanner-primary", "fingerprint": "ce2a633f4bb335c2", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/features/users/components/InviteUserModal.tsx"}, "region": {"startLine": 51}}}]}, {"ruleId": "scanner-a4204c16c9a8b03a", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in frontend/features/provider/components/TenantDetailPanel.tsx:77"}, "properties": {"repobilityId": "6f46a04737f42417", "scanner": "scanner-primary", "fingerprint": "a4204c16c9a8b03a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/features/provider/components/TenantDetailPanel.tsx"}, "region": {"startLine": 77}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "55193ff05b5bb291", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 23}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "989a74409a402368", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 46}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "989a74409a402368", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 71}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "989a74409a402368", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 92}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "5f4017fc33999495", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 114}}}]}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "c36403daeb4bdbe0", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "ff57d3604c8b83aa", "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": "b66555a0af2aa8fe", "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": "87838a0b081dc18c", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-11825279136b53a3", "level": "warning", "message": {"text": "CI is configured but no tests are detected"}, "properties": {"repobilityId": "49caaa63ec40a15f", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "54e1d3c2b7c2ab5c", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "5459998e59e6f6d4", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "5b179657e9ecd69f", "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": "b8f73fa684e0e32c", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-17d866d91a7c451e", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: CLAUDE.md"}, "properties": {"repobilityId": "ccce5984e58a48f0", "scanner": "scanner-primary", "fingerprint": "17d866d91a7c451e", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "CLAUDE.md"}, "region": {"startLine": 193}}}]}, {"ruleId": "scanner-ecb0d2c55ed6875d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/settings.local.json"}, "properties": {"repobilityId": "d8bae33a6d517bf0", "scanner": "scanner-primary", "fingerprint": "ecb0d2c55ed6875d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/settings.local.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e6522154bfd04d3a", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/commands/architect.md"}, "properties": {"repobilityId": "f310078fcbffdf38", "scanner": "scanner-primary", "fingerprint": "e6522154bfd04d3a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/commands/architect.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-bf888e55fd3fb166", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/commands/pm.md"}, "properties": {"repobilityId": "08e5e097e376390a", "scanner": "scanner-primary", "fingerprint": "bf888e55fd3fb166", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/commands/pm.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3fecf55df58866bc", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/docs/architecture.md"}, "properties": {"repobilityId": "d34a384a5f6ef90a", "scanner": "scanner-primary", "fingerprint": "3fecf55df58866bc", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/docs/architecture.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-6063616f45c896e1", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/docs/frontend-structure.md"}, "properties": {"repobilityId": "9f2cae0e94d48b76", "scanner": "scanner-primary", "fingerprint": "6063616f45c896e1", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/docs/frontend-structure.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-15440e3dbc74886e", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/docs/known-issues.md"}, "properties": {"repobilityId": "d6e946b56c132fbf", "scanner": "scanner-primary", "fingerprint": "15440e3dbc74886e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/docs/known-issues.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a8168c8b017fc1cc", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/logs/tasks/019_2026-06-04_analytics_backend-developer.md"}, "properties": {"repobilityId": "66a82cccf98293a2", "scanner": "scanner-primary", "fingerprint": "a8168c8b017fc1cc", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/logs/tasks/019_2026-06-04_analytics_backend-developer.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a7201d0d2f54b877", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/logs/tasks/033_2026-06-11_notifications-e2e_devops-engineer.md"}, "properties": {"repobilityId": "b3633fc57f1ebdc8", "scanner": "scanner-primary", "fingerprint": "a7201d0d2f54b877", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/logs/tasks/033_2026-06-11_notifications-e2e_devops-engineer.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ebdb6e74559b2514", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/logs/tasks/054_2026-06-11_demand-events_backend-developer.md"}, "properties": {"repobilityId": "2ea00c6015e46acf", "scanner": "scanner-primary", "fingerprint": "ebdb6e74559b2514", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/logs/tasks/054_2026-06-11_demand-events_backend-developer.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e911bfa1467190cc", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/logs/tasks/016_2026-06-04_write-offs_backend-developer.md"}, "properties": {"repobilityId": "a3a13f5b1a2197cb", "scanner": "scanner-primary", "fingerprint": "e911bfa1467190cc", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/logs/tasks/016_2026-06-04_write-offs_backend-developer.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0b33992c5aec3453", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: .claude/agents/project-manager.md"}, "properties": {"repobilityId": "ce569cd788b27c47", "scanner": "scanner-primary", "fingerprint": "0b33992c5aec3453", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/agents/project-manager.md"}, "region": {"startLine": 31}}}]}, {"ruleId": "scanner-84c825f49181a325", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: .claude/memory/naming-conventions.md"}, "properties": {"repobilityId": "fb06ac1190b70b2e", "scanner": "scanner-primary", "fingerprint": "84c825f49181a325", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/memory/naming-conventions.md"}, "region": {"startLine": 28}}}]}, {"ruleId": "scanner-085cb751c94071ba", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/memory/lessons-learned.md"}, "properties": {"repobilityId": "19fe296ad6f5b7a8", "scanner": "scanner-primary", "fingerprint": "085cb751c94071ba", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/memory/lessons-learned.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-7a1cf4c15e4d0c56", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: .claude/skills/mobile/setup-navigation.md"}, "properties": {"repobilityId": "6285ba6ff5bb72b9", "scanner": "scanner-primary", "fingerprint": "7a1cf4c15e4d0c56", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/mobile/setup-navigation.md"}, "region": {"startLine": 11}}}]}, {"ruleId": "scanner-5d2ff1fa5b197866", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: .claude/skills/workflow/create-handoff.md"}, "properties": {"repobilityId": "8b9715f88947b0bf", "scanner": "scanner-primary", "fingerprint": "5d2ff1fa5b197866", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/workflow/create-handoff.md"}, "region": {"startLine": 13}}}]}, {"ruleId": "scanner-bbb0704f83a7f894", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/workflow/create-handoff.md"}, "properties": {"repobilityId": "595fae04449843de", "scanner": "scanner-primary", "fingerprint": "bbb0704f83a7f894", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/workflow/create-handoff.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-5f228639cf9befe8", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: .claude/skills/workflow/create-task-log.md"}, "properties": {"repobilityId": "f9af0bcc0d44d3fb", "scanner": "scanner-primary", "fingerprint": "5f228639cf9befe8", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/workflow/create-task-log.md"}, "region": {"startLine": 13}}}]}, {"ruleId": "scanner-815d92ee055f9923", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: .claude/skills/workflow/review-completed-task.md"}, "properties": {"repobilityId": "e9588c2d4b337ab2", "scanner": "scanner-primary", "fingerprint": "815d92ee055f9923", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/workflow/review-completed-task.md"}, "region": {"startLine": 34}}}]}, {"ruleId": "scanner-a3e088992556235f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/lib/api.ts:54"}, "properties": {"repobilityId": "ef40c3d805d0e802", "scanner": "scanner-primary", "fingerprint": "a3e088992556235f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0faa4e23245d065c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 worker/src/services/telegram.ts:11"}, "properties": {"repobilityId": "331ece03b7ce220f", "scanner": "scanner-primary", "fingerprint": "0faa4e23245d065c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-77c304efac2f6107", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 worker/src/jobs/ai-order.job.ts:11"}, "properties": {"repobilityId": "00474a42d0366fe6", "scanner": "scanner-primary", "fingerprint": "77c304efac2f6107", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1aa4e32d597efddb", "level": "none", "message": {"text": "Commented-code block (6 lines) in worker/src/jobs/fiscalization-retry.job.ts:5"}, "properties": {"repobilityId": "358b52ed36f5fe3d", "scanner": "scanner-primary", "fingerprint": "1aa4e32d597efddb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ea310d67cd367479", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 worker/src/jobs/fiscalization-retry.job.ts:43"}, "properties": {"repobilityId": "473fa5ceed83288d", "scanner": "scanner-primary", "fingerprint": "ea310d67cd367479", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f808a4ef3e1071fb", "level": "note", "message": {"text": "14 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "ce6b2ec4be4ec75a", "scanner": "scanner-primary", "fingerprint": "f808a4ef3e1071fb", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-708215838571fff1", "level": "note", "message": {"text": "Unused endpoint: PUT /api/notifications/settings"}, "properties": {"repobilityId": "f71d088eecfce50e", "scanner": "scanner-primary", "fingerprint": "708215838571fff1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-32dd837f89333747", "level": "note", "message": {"text": "Unused endpoint: POST /api/notifications/test"}, "properties": {"repobilityId": "b7901b20a72bab92", "scanner": "scanner-primary", "fingerprint": "32dd837f89333747", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c059f57186114027", "level": "note", "message": {"text": "Unused endpoint: POST /auth/logout"}, "properties": {"repobilityId": "1023d87e5a75b6da", "scanner": "scanner-primary", "fingerprint": "c059f57186114027", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ac42422b23e45104", "level": "note", "message": {"text": "Unused endpoint: GET /auth/me"}, "properties": {"repobilityId": "7dbde63a7e98b08a", "scanner": "scanner-primary", "fingerprint": "ac42422b23e45104", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}