{"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-39e9873786a3d8a6", "name": "Stray `console.log` in TS/JS \u2014 apps/backend/src/main.ts:45", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/backend/src/main.ts: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-9bcdc38471e358b3", "name": "Stray `console.log` in TS/JS \u2014 apps/backend/src/commands/seed.ts:37", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/backend/src/commands/seed.ts:37"}, "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-b1caa287c479102a", "name": "Stray `console.log` in TS/JS \u2014 legacy/app.js:3328", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 legacy/app.js:3328"}, "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-a3cc189187aa9616", "name": "Dockerfile runs as root: apps/backend/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: apps/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-dfa087634e12ab2d", "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-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-7884357e62a18587", "name": "Possible secret in apps/backend/src/commands/seed.ts", "shortDescription": {"text": "Possible secret in apps/backend/src/commands/seed.ts"}, "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-92b96e403698ffc1", "name": "Insecure pattern 'direct_innerhtml_assignment' in legacy/ui.js:29", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in legacy/ui.js:29"}, "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-0e42edeef56b4c2c", "name": "Insecure pattern 'direct_innerhtml_assignment' in legacy/app.js:352", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in legacy/app.js:352"}, "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-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2a6ce82ce52baa92", "name": "Very large file: legacy/app.js (3336 lines)", "shortDescription": {"text": "Very large file: legacy/app.js (3336 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 362 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-3f02143ce17b7bf9", "name": "Node manifest has dependencies but no lockfile: apps/frontend/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/frontend/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-53a7af2536f80bd8", "name": "Node manifest has dependencies but no lockfile: apps/backend/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/backend/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2699d5f16ae11282", "name": "Node manifest has dependencies but no lockfile: packages/shared/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/shared/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "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 7 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 45 placeholder/mock markers across 19 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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, lockfile. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, ci, lockfile. 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-6f4e04557132f2bf", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/frontend/src/common/services/api/api-client.ts:57", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/frontend/src/common/services/api/api-client.ts:57"}, "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-6d803ffa94082d5a", "name": "Commented-code block (5 lines) in apps/frontend/src/entities/students/model/students.repo.ts:226", "shortDescription": {"text": "Commented-code block (5 lines) in apps/frontend/src/entities/students/model/students.repo.ts:226"}, "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-75f73f3cc269a4ce", "name": "Commented-code block (6 lines) in apps/backend/src/modules/student/subscriptions.service.ts:61", "shortDescription": {"text": "Commented-code block (6 lines) in apps/backend/src/modules/student/subscriptions.service.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-7b34d5227e16e9b2", "name": "Commented-code block (5 lines) in apps/backend/src/modules/training/training.service.ts:218", "shortDescription": {"text": "Commented-code block (5 lines) in apps/backend/src/modules/training/training.service.ts:218"}, "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-250f57e8a1dbd3c5", "name": "4 env vars used in code but missing from .env.example", "shortDescription": {"text": "4 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `CALENDAR_TOKEN_ENC_KEY`, `GOOGLE_OAUTH_CLIENT_ID`, `GOOGLE_OAUTH_CLIENT_SECRET`, `GOOGLE_OAUTH_REDIRECT_URI`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-c0a9cb5cb54604de", "name": "Unused endpoint: POST /finance/pricing-rules/copy", "shortDescription": {"text": "Unused endpoint: POST /finance/pricing-rules/copy"}, "fullDescription": {"text": "`apps/frontend/src/entities/finance/model/finance.repo.ts` declares `POST /finance/pricing-rules/copy` 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-7ab1db6fa935b274", "name": "Unused endpoint: POST /calendar/select", "shortDescription": {"text": "Unused endpoint: POST /calendar/select"}, "fullDescription": {"text": "`apps/frontend/src/entities/calendar/calendar.repo.ts` declares `POST /calendar/select` 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-dff6d44477f2a3ac", "name": "Unused endpoint: POST /calendar/disconnect", "shortDescription": {"text": "Unused endpoint: POST /calendar/disconnect"}, "fullDescription": {"text": "`apps/frontend/src/entities/calendar/calendar.repo.ts` declares `POST /calendar/disconnect` 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-a60c3d344fddd84d", "name": "Unused endpoint: GET /students/:id", "shortDescription": {"text": "Unused endpoint: GET /students/:id"}, "fullDescription": {"text": "`apps/backend/src/modules/student/student.controller.ts` declares `GET /students/:id` 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-4f396dbd9fd67644", "name": "Unused endpoint: PATCH /students/:id", "shortDescription": {"text": "Unused endpoint: PATCH /students/:id"}, "fullDescription": {"text": "`apps/backend/src/modules/student/student.controller.ts` declares `PATCH /students/:id` 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-338c1f9a8afa9379", "name": "Unused endpoint: DELETE /students/:id", "shortDescription": {"text": "Unused endpoint: DELETE /students/:id"}, "fullDescription": {"text": "`apps/backend/src/modules/student/student.controller.ts` declares `DELETE /students/:id` 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-8742fed52620cb5e", "name": "Unused endpoint: POST /students/:id/subscriptions", "shortDescription": {"text": "Unused endpoint: POST /students/:id/subscriptions"}, "fullDescription": {"text": "`apps/backend/src/modules/student/student.controller.ts` declares `POST /students/:id/subscriptions` 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-e7b5b5f9057da360", "name": "Unused endpoint: POST /students/:id/subscriptions/:subId/deduct", "shortDescription": {"text": "Unused endpoint: POST /students/:id/subscriptions/:subId/deduct"}, "fullDescription": {"text": "`apps/backend/src/modules/student/student.controller.ts` declares `POST /students/:id/subscriptions/:subId/deduct` 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-19c12db34ab8b5c2", "name": "Unused endpoint: POST /students/:id/subscriptions/:subId/extend", "shortDescription": {"text": "Unused endpoint: POST /students/:id/subscriptions/:subId/extend"}, "fullDescription": {"text": "`apps/backend/src/modules/student/student.controller.ts` declares `POST /students/:id/subscriptions/:subId/extend` 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-e079b06af2c47fd1", "name": "Unused endpoint: POST /students/:id/subscriptions/:subId/link-payment", "shortDescription": {"text": "Unused endpoint: POST /students/:id/subscriptions/:subId/link-payment"}, "fullDescription": {"text": "`apps/backend/src/modules/student/student.controller.ts` declares `POST /students/:id/subscriptions/:subId/link-payment` 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-3fd3ccdaa4c4149f", "name": "Unused endpoint: DELETE /students/:id/subscriptions/:subId", "shortDescription": {"text": "Unused endpoint: DELETE /students/:id/subscriptions/:subId"}, "fullDescription": {"text": "`apps/backend/src/modules/student/student.controller.ts` declares `DELETE /students/:id/subscriptions/:subId` 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-8292c0931391749a", "name": "Unused endpoint: POST /auth/register", "shortDescription": {"text": "Unused endpoint: POST /auth/register"}, "fullDescription": {"text": "`apps/backend/src/modules/auth/auth.controller.ts` declares `POST /auth/register` 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-8fdbacfe9430a6ed", "name": "Unused endpoint: POST /auth/login", "shortDescription": {"text": "Unused endpoint: POST /auth/login"}, "fullDescription": {"text": "`apps/backend/src/modules/auth/auth.controller.ts` declares `POST /auth/login` 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": "`apps/backend/src/modules/auth/auth.controller.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}}, {"id": "scanner-86f4ce9131125e3a", "name": "Unused endpoint: GET /groups/:id", "shortDescription": {"text": "Unused endpoint: GET /groups/:id"}, "fullDescription": {"text": "`apps/backend/src/modules/group/group.controller.ts` declares `GET /groups/:id` 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-f78244e008f88b2c", "name": "Unused endpoint: PATCH /groups/:id", "shortDescription": {"text": "Unused endpoint: PATCH /groups/:id"}, "fullDescription": {"text": "`apps/backend/src/modules/group/group.controller.ts` declares `PATCH /groups/:id` 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-3d1feb620ea32b3f", "name": "Unused endpoint: DELETE /groups/:id", "shortDescription": {"text": "Unused endpoint: DELETE /groups/:id"}, "fullDescription": {"text": "`apps/backend/src/modules/group/group.controller.ts` declares `DELETE /groups/:id` 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-ba2e849ee6b7d6f5", "name": "Unused endpoint: GET /finance/payments", "shortDescription": {"text": "Unused endpoint: GET /finance/payments"}, "fullDescription": {"text": "`apps/backend/src/modules/finance/finance.controller.ts` declares `GET /finance/payments` 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-57b6774abfd78a74", "name": "Unused endpoint: POST /finance/payments", "shortDescription": {"text": "Unused endpoint: POST /finance/payments"}, "fullDescription": {"text": "`apps/backend/src/modules/finance/finance.controller.ts` declares `POST /finance/payments` 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-6dff27b92720a4a7", "name": "Unused endpoint: PATCH /finance/payments/:id", "shortDescription": {"text": "Unused endpoint: PATCH /finance/payments/:id"}, "fullDescription": {"text": "`apps/backend/src/modules/finance/finance.controller.ts` declares `PATCH /finance/payments/:id` 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-dcded601ce23a5b5", "name": "Unused endpoint: DELETE /finance/payments/:id", "shortDescription": {"text": "Unused endpoint: DELETE /finance/payments/:id"}, "fullDescription": {"text": "`apps/backend/src/modules/finance/finance.controller.ts` declares `DELETE /finance/payments/:id` 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-9f8a350e0fa78c58", "name": "Unused endpoint: GET /finance/hall-costs", "shortDescription": {"text": "Unused endpoint: GET /finance/hall-costs"}, "fullDescription": {"text": "`apps/backend/src/modules/finance/finance.controller.ts` declares `GET /finance/hall-costs` 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-6a9541af264b8870", "name": "Unused endpoint: POST /finance/hall-costs", "shortDescription": {"text": "Unused endpoint: POST /finance/hall-costs"}, "fullDescription": {"text": "`apps/backend/src/modules/finance/finance.controller.ts` declares `POST /finance/hall-costs` 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-dd1ae07361c74580", "name": "Unused endpoint: PATCH /finance/hall-costs/:id", "shortDescription": {"text": "Unused endpoint: PATCH /finance/hall-costs/:id"}, "fullDescription": {"text": "`apps/backend/src/modules/finance/finance.controller.ts` declares `PATCH /finance/hall-costs/:id` 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-67bb82c8114cd381", "name": "Unused endpoint: DELETE /finance/hall-costs/:id", "shortDescription": {"text": "Unused endpoint: DELETE /finance/hall-costs/:id"}, "fullDescription": {"text": "`apps/backend/src/modules/finance/finance.controller.ts` declares `DELETE /finance/hall-costs/:id` 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-d7f5e15aa8febf7a", "name": "Unused endpoint: GET /finance/pricing-rules", "shortDescription": {"text": "Unused endpoint: GET /finance/pricing-rules"}, "fullDescription": {"text": "`apps/backend/src/modules/finance/finance.controller.ts` declares `GET /finance/pricing-rules` 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-7bf7ab003afc0e1a", "name": "Unused endpoint: POST /finance/pricing-rules", "shortDescription": {"text": "Unused endpoint: POST /finance/pricing-rules"}, "fullDescription": {"text": "`apps/backend/src/modules/finance/finance.controller.ts` declares `POST /finance/pricing-rules` 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-b890ae8776b66130", "name": "Unused endpoint: PATCH /finance/pricing-rules/:id", "shortDescription": {"text": "Unused endpoint: PATCH /finance/pricing-rules/:id"}, "fullDescription": {"text": "`apps/backend/src/modules/finance/finance.controller.ts` declares `PATCH /finance/pricing-rules/:id` 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-93407795f650c108", "name": "Unused endpoint: DELETE /finance/pricing-rules/:id", "shortDescription": {"text": "Unused endpoint: DELETE /finance/pricing-rules/:id"}, "fullDescription": {"text": "`apps/backend/src/modules/finance/finance.controller.ts` declares `DELETE /finance/pricing-rules/:id` 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-21c49c090e87aaaf", "name": "Unused endpoint: GET /finance/stats", "shortDescription": {"text": "Unused endpoint: GET /finance/stats"}, "fullDescription": {"text": "`apps/backend/src/modules/finance/finance.controller.ts` declares `GET /finance/stats` 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-886637db8421e29a", "name": "Unused endpoint: POST /activity-log/:id/undo", "shortDescription": {"text": "Unused endpoint: POST /activity-log/:id/undo"}, "fullDescription": {"text": "`apps/backend/src/modules/activity-log/activity-log.controller.ts` declares `POST /activity-log/:id/undo` 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-bbf9789396de5e57", "name": "Unused endpoint: POST /activity-log/batch/:batchId/undo", "shortDescription": {"text": "Unused endpoint: POST /activity-log/batch/:batchId/undo"}, "fullDescription": {"text": "`apps/backend/src/modules/activity-log/activity-log.controller.ts` declares `POST /activity-log/batch/:batchId/undo` 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-63ceec029229eed7", "name": "Unused endpoint: GET /locations/:id", "shortDescription": {"text": "Unused endpoint: GET /locations/:id"}, "fullDescription": {"text": "`apps/backend/src/modules/location/location.controller.ts` declares `GET /locations/:id` 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-102bcb2637177ed7", "name": "Unused endpoint: PATCH /locations/:id", "shortDescription": {"text": "Unused endpoint: PATCH /locations/:id"}, "fullDescription": {"text": "`apps/backend/src/modules/location/location.controller.ts` declares `PATCH /locations/:id` 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-dfbeb079f096b695", "name": "Unused endpoint: DELETE /locations/:id", "shortDescription": {"text": "Unused endpoint: DELETE /locations/:id"}, "fullDescription": {"text": "`apps/backend/src/modules/location/location.controller.ts` declares `DELETE /locations/:id` 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-9d54470b535c0e72", "name": "Unused endpoint: GET /calendar/status", "shortDescription": {"text": "Unused endpoint: GET /calendar/status"}, "fullDescription": {"text": "`apps/backend/src/modules/calendar/calendar.controller.ts` declares `GET /calendar/status` 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-c648dd21b19eddde", "name": "Unused endpoint: GET /calendar/google/auth-url", "shortDescription": {"text": "Unused endpoint: GET /calendar/google/auth-url"}, "fullDescription": {"text": "`apps/backend/src/modules/calendar/calendar.controller.ts` declares `GET /calendar/google/auth-url` 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-4847e8bce40d2770", "name": "Unused endpoint: GET /calendar/google/callback", "shortDescription": {"text": "Unused endpoint: GET /calendar/google/callback"}, "fullDescription": {"text": "`apps/backend/src/modules/calendar/calendar.controller.ts` declares `GET /calendar/google/callback` 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-475b6e4e13eade93", "name": "Unused endpoint: GET /calendar/calendars", "shortDescription": {"text": "Unused endpoint: GET /calendar/calendars"}, "fullDescription": {"text": "`apps/backend/src/modules/calendar/calendar.controller.ts` declares `GET /calendar/calendars` 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-ea5c2cec16ee1d53", "name": "Unused endpoint: POST /calendar/resync", "shortDescription": {"text": "Unused endpoint: POST /calendar/resync"}, "fullDescription": {"text": "`apps/backend/src/modules/calendar/calendar.controller.ts` declares `POST /calendar/resync` 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-69fbaca3094359da", "name": "Unused endpoint: POST /calendar/timezone", "shortDescription": {"text": "Unused endpoint: POST /calendar/timezone"}, "fullDescription": {"text": "`apps/backend/src/modules/calendar/calendar.controller.ts` declares `POST /calendar/timezone` 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-ba43c302f37d5093", "name": "Unused endpoint: GET /trainings/:id", "shortDescription": {"text": "Unused endpoint: GET /trainings/:id"}, "fullDescription": {"text": "`apps/backend/src/modules/training/training.controller.ts` declares `GET /trainings/:id` 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-87f890403b96d77d", "name": "Unused endpoint: PATCH /trainings/recurring/:recurringId", "shortDescription": {"text": "Unused endpoint: PATCH /trainings/recurring/:recurringId"}, "fullDescription": {"text": "`apps/backend/src/modules/training/training.controller.ts` declares `PATCH /trainings/recurring/:recurringId` 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-8507dc1245908701", "name": "Unused endpoint: PATCH /trainings/:id", "shortDescription": {"text": "Unused endpoint: PATCH /trainings/:id"}, "fullDescription": {"text": "`apps/backend/src/modules/training/training.controller.ts` declares `PATCH /trainings/:id` 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-8c51e0983f822909", "name": "Unused endpoint: DELETE /trainings/recurring/:recurringId", "shortDescription": {"text": "Unused endpoint: DELETE /trainings/recurring/:recurringId"}, "fullDescription": {"text": "`apps/backend/src/modules/training/training.controller.ts` declares `DELETE /trainings/recurring/:recurringId` 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-1ce730eeb590ad52", "name": "Unused endpoint: DELETE /trainings/:id", "shortDescription": {"text": "Unused endpoint: DELETE /trainings/:id"}, "fullDescription": {"text": "`apps/backend/src/modules/training/training.controller.ts` declares `DELETE /trainings/:id` 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-b966b232a5a4329c", "name": "Unused endpoint: POST /trainings/:id/attendees", "shortDescription": {"text": "Unused endpoint: POST /trainings/:id/attendees"}, "fullDescription": {"text": "`apps/backend/src/modules/training/training.controller.ts` declares `POST /trainings/:id/attendees` 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-1b912f98b2e8658f", "name": "Unused endpoint: DELETE /trainings/:id/attendees/:studentId", "shortDescription": {"text": "Unused endpoint: DELETE /trainings/:id/attendees/:studentId"}, "fullDescription": {"text": "`apps/backend/src/modules/training/training.controller.ts` declares `DELETE /trainings/:id/attendees/:studentId` 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/20290"}, "properties": {"repository": "Step-One-life/system-bussnes", "repoUrl": "https://github.com/Step-One-life/system-bussnes", "branch": "main"}, "results": [{"ruleId": "scanner-39e9873786a3d8a6", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/backend/src/main.ts:45"}, "properties": {"repobilityId": "9d28b4dfd94150df", "scanner": "scanner-primary", "fingerprint": "39e9873786a3d8a6", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-9bcdc38471e358b3", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/backend/src/commands/seed.ts:37"}, "properties": {"repobilityId": "99fef1770518d4e8", "scanner": "scanner-primary", "fingerprint": "9bcdc38471e358b3", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-b1caa287c479102a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 legacy/app.js:3328"}, "properties": {"repobilityId": "c75b479cb5f012f6", "scanner": "scanner-primary", "fingerprint": "b1caa287c479102a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-a3cc189187aa9616", "level": "warning", "message": {"text": "Dockerfile runs as root: apps/backend/Dockerfile"}, "properties": {"repobilityId": "57e37b5555b6c91a", "scanner": "scanner-primary", "fingerprint": "a3cc189187aa9616", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-dfa087634e12ab2d", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:22-alpine"}, "properties": {"repobilityId": "e9e2c1ea66d5ccf0", "scanner": "scanner-primary", "fingerprint": "dfa087634e12ab2d", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/Dockerfile"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-dfa087634e12ab2d", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:22-alpine"}, "properties": {"repobilityId": "e0478511736f64c2", "scanner": "scanner-primary", "fingerprint": "dfa087634e12ab2d", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/Dockerfile"}, "region": {"startLine": 22}}}]}, {"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-7884357e62a18587", "level": "error", "message": {"text": "Possible secret in apps/backend/src/commands/seed.ts"}, "properties": {"repobilityId": "2b3d93e17074d829", "scanner": "scanner-primary", "fingerprint": "7884357e62a18587", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/src/commands/seed.ts"}, "region": {"startLine": 17}}}]}, {"ruleId": "scanner-92b96e403698ffc1", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in legacy/ui.js:29"}, "properties": {"repobilityId": "2a2908a26e46d2e9", "scanner": "scanner-primary", "fingerprint": "92b96e403698ffc1", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "legacy/ui.js"}, "region": {"startLine": 29}}}]}, {"ruleId": "scanner-0e42edeef56b4c2c", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in legacy/app.js:352"}, "properties": {"repobilityId": "67c502785f97f60d", "scanner": "scanner-primary", "fingerprint": "0e42edeef56b4c2c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "legacy/app.js"}, "region": {"startLine": 352}}}]}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-2a6ce82ce52baa92", "level": "note", "message": {"text": "Very large file: legacy/app.js (3336 lines)"}, "properties": {"repobilityId": "363974fff388a972", "scanner": "scanner-primary", "fingerprint": "2a6ce82ce52baa92", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "27be5c1f19df4257", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3f02143ce17b7bf9", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/frontend/package.json"}, "properties": {"repobilityId": "8293ac8b769dc370", "scanner": "scanner-primary", "fingerprint": "3f02143ce17b7bf9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/frontend/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-53a7af2536f80bd8", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/backend/package.json"}, "properties": {"repobilityId": "637f248c83215574", "scanner": "scanner-primary", "fingerprint": "53a7af2536f80bd8", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2699d5f16ae11282", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/shared/package.json"}, "properties": {"repobilityId": "37ac218a4ef9b430", "scanner": "scanner-primary", "fingerprint": "2699d5f16ae11282", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/shared/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "5cfe0e242468199e", "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": "60ccb18d8a1b88b7", "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": "46fcf6e675432ae2", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "1aa754054d811e00", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "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": "260da11c20083ccf", "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": "b8f97b0c03dc26b0", "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": "79bd3babe54d2126", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-6f4e04557132f2bf", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/frontend/src/common/services/api/api-client.ts:57"}, "properties": {"repobilityId": "535e76fee04b9961", "scanner": "scanner-primary", "fingerprint": "6f4e04557132f2bf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-6d803ffa94082d5a", "level": "none", "message": {"text": "Commented-code block (5 lines) in apps/frontend/src/entities/students/model/students.repo.ts:226"}, "properties": {"repobilityId": "6adadbb4cc4b8f6a", "scanner": "scanner-primary", "fingerprint": "6d803ffa94082d5a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-75f73f3cc269a4ce", "level": "none", "message": {"text": "Commented-code block (6 lines) in apps/backend/src/modules/student/subscriptions.service.ts:61"}, "properties": {"repobilityId": "5620f10d05e448a9", "scanner": "scanner-primary", "fingerprint": "75f73f3cc269a4ce", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7b34d5227e16e9b2", "level": "none", "message": {"text": "Commented-code block (5 lines) in apps/backend/src/modules/training/training.service.ts:218"}, "properties": {"repobilityId": "aa57bd642fe09d8a", "scanner": "scanner-primary", "fingerprint": "7b34d5227e16e9b2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-250f57e8a1dbd3c5", "level": "none", "message": {"text": "4 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "57584f22b735b5ee", "scanner": "scanner-primary", "fingerprint": "250f57e8a1dbd3c5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-c0a9cb5cb54604de", "level": "note", "message": {"text": "Unused endpoint: POST /finance/pricing-rules/copy"}, "properties": {"repobilityId": "c3bb79f46353150c", "scanner": "scanner-primary", "fingerprint": "c0a9cb5cb54604de", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7ab1db6fa935b274", "level": "note", "message": {"text": "Unused endpoint: POST /calendar/select"}, "properties": {"repobilityId": "560e83555ce6b1cb", "scanner": "scanner-primary", "fingerprint": "7ab1db6fa935b274", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-dff6d44477f2a3ac", "level": "note", "message": {"text": "Unused endpoint: POST /calendar/disconnect"}, "properties": {"repobilityId": "f4358f6f4b02cb33", "scanner": "scanner-primary", "fingerprint": "dff6d44477f2a3ac", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a60c3d344fddd84d", "level": "note", "message": {"text": "Unused endpoint: GET /students/:id"}, "properties": {"repobilityId": "e4bd3fad14cb218c", "scanner": "scanner-primary", "fingerprint": "a60c3d344fddd84d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4f396dbd9fd67644", "level": "note", "message": {"text": "Unused endpoint: PATCH /students/:id"}, "properties": {"repobilityId": "7cca6ef841ad3084", "scanner": "scanner-primary", "fingerprint": "4f396dbd9fd67644", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-338c1f9a8afa9379", "level": "note", "message": {"text": "Unused endpoint: DELETE /students/:id"}, "properties": {"repobilityId": "b557b57666ad53ec", "scanner": "scanner-primary", "fingerprint": "338c1f9a8afa9379", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8742fed52620cb5e", "level": "note", "message": {"text": "Unused endpoint: POST /students/:id/subscriptions"}, "properties": {"repobilityId": "e15d904877118a3c", "scanner": "scanner-primary", "fingerprint": "8742fed52620cb5e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e7b5b5f9057da360", "level": "note", "message": {"text": "Unused endpoint: POST /students/:id/subscriptions/:subId/deduct"}, "properties": {"repobilityId": "d61530eba4ee984b", "scanner": "scanner-primary", "fingerprint": "e7b5b5f9057da360", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-19c12db34ab8b5c2", "level": "note", "message": {"text": "Unused endpoint: POST /students/:id/subscriptions/:subId/extend"}, "properties": {"repobilityId": "89d621b028198bc3", "scanner": "scanner-primary", "fingerprint": "19c12db34ab8b5c2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e079b06af2c47fd1", "level": "note", "message": {"text": "Unused endpoint: POST /students/:id/subscriptions/:subId/link-payment"}, "properties": {"repobilityId": "61656be740f1468f", "scanner": "scanner-primary", "fingerprint": "e079b06af2c47fd1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3fd3ccdaa4c4149f", "level": "note", "message": {"text": "Unused endpoint: DELETE /students/:id/subscriptions/:subId"}, "properties": {"repobilityId": "0d9aae2e1726cc30", "scanner": "scanner-primary", "fingerprint": "3fd3ccdaa4c4149f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8292c0931391749a", "level": "note", "message": {"text": "Unused endpoint: POST /auth/register"}, "properties": {"repobilityId": "2abaeb6b3800ae08", "scanner": "scanner-primary", "fingerprint": "8292c0931391749a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8fdbacfe9430a6ed", "level": "note", "message": {"text": "Unused endpoint: POST /auth/login"}, "properties": {"repobilityId": "518a661b3a3a1b01", "scanner": "scanner-primary", "fingerprint": "8fdbacfe9430a6ed", "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": "dd811649030b9f05", "scanner": "scanner-primary", "fingerprint": "ac42422b23e45104", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-86f4ce9131125e3a", "level": "note", "message": {"text": "Unused endpoint: GET /groups/:id"}, "properties": {"repobilityId": "421c986e061c66b4", "scanner": "scanner-primary", "fingerprint": "86f4ce9131125e3a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f78244e008f88b2c", "level": "note", "message": {"text": "Unused endpoint: PATCH /groups/:id"}, "properties": {"repobilityId": "f854d5b4837d50b9", "scanner": "scanner-primary", "fingerprint": "f78244e008f88b2c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3d1feb620ea32b3f", "level": "note", "message": {"text": "Unused endpoint: DELETE /groups/:id"}, "properties": {"repobilityId": "2cb2ff97a85c0806", "scanner": "scanner-primary", "fingerprint": "3d1feb620ea32b3f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ba2e849ee6b7d6f5", "level": "note", "message": {"text": "Unused endpoint: GET /finance/payments"}, "properties": {"repobilityId": "9ff7095c120a6c6d", "scanner": "scanner-primary", "fingerprint": "ba2e849ee6b7d6f5", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-57b6774abfd78a74", "level": "note", "message": {"text": "Unused endpoint: POST /finance/payments"}, "properties": {"repobilityId": "d70eb079b3e239a6", "scanner": "scanner-primary", "fingerprint": "57b6774abfd78a74", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6dff27b92720a4a7", "level": "note", "message": {"text": "Unused endpoint: PATCH /finance/payments/:id"}, "properties": {"repobilityId": "5648025411cafbd3", "scanner": "scanner-primary", "fingerprint": "6dff27b92720a4a7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-dcded601ce23a5b5", "level": "note", "message": {"text": "Unused endpoint: DELETE /finance/payments/:id"}, "properties": {"repobilityId": "b5311b187536cad5", "scanner": "scanner-primary", "fingerprint": "dcded601ce23a5b5", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9f8a350e0fa78c58", "level": "note", "message": {"text": "Unused endpoint: GET /finance/hall-costs"}, "properties": {"repobilityId": "1be802e6930c6a99", "scanner": "scanner-primary", "fingerprint": "9f8a350e0fa78c58", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6a9541af264b8870", "level": "note", "message": {"text": "Unused endpoint: POST /finance/hall-costs"}, "properties": {"repobilityId": "3dc55122f248c208", "scanner": "scanner-primary", "fingerprint": "6a9541af264b8870", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-dd1ae07361c74580", "level": "note", "message": {"text": "Unused endpoint: PATCH /finance/hall-costs/:id"}, "properties": {"repobilityId": "38063aaa74b6d546", "scanner": "scanner-primary", "fingerprint": "dd1ae07361c74580", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-67bb82c8114cd381", "level": "note", "message": {"text": "Unused endpoint: DELETE /finance/hall-costs/:id"}, "properties": {"repobilityId": "56a181eb02eb90a6", "scanner": "scanner-primary", "fingerprint": "67bb82c8114cd381", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d7f5e15aa8febf7a", "level": "note", "message": {"text": "Unused endpoint: GET /finance/pricing-rules"}, "properties": {"repobilityId": "1ada45ff03371ddd", "scanner": "scanner-primary", "fingerprint": "d7f5e15aa8febf7a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7bf7ab003afc0e1a", "level": "note", "message": {"text": "Unused endpoint: POST /finance/pricing-rules"}, "properties": {"repobilityId": "1af152b05327b262", "scanner": "scanner-primary", "fingerprint": "7bf7ab003afc0e1a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b890ae8776b66130", "level": "note", "message": {"text": "Unused endpoint: PATCH /finance/pricing-rules/:id"}, "properties": {"repobilityId": "2d92269fc7a6ab7e", "scanner": "scanner-primary", "fingerprint": "b890ae8776b66130", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-93407795f650c108", "level": "note", "message": {"text": "Unused endpoint: DELETE /finance/pricing-rules/:id"}, "properties": {"repobilityId": "830825552760571b", "scanner": "scanner-primary", "fingerprint": "93407795f650c108", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-21c49c090e87aaaf", "level": "note", "message": {"text": "Unused endpoint: GET /finance/stats"}, "properties": {"repobilityId": "29d6cf81ba28a7da", "scanner": "scanner-primary", "fingerprint": "21c49c090e87aaaf", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-886637db8421e29a", "level": "note", "message": {"text": "Unused endpoint: POST /activity-log/:id/undo"}, "properties": {"repobilityId": "43dc4ba131929185", "scanner": "scanner-primary", "fingerprint": "886637db8421e29a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-bbf9789396de5e57", "level": "note", "message": {"text": "Unused endpoint: POST /activity-log/batch/:batchId/undo"}, "properties": {"repobilityId": "38e2b5c58d1cde36", "scanner": "scanner-primary", "fingerprint": "bbf9789396de5e57", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-63ceec029229eed7", "level": "note", "message": {"text": "Unused endpoint: GET /locations/:id"}, "properties": {"repobilityId": "0909914bac89674b", "scanner": "scanner-primary", "fingerprint": "63ceec029229eed7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-102bcb2637177ed7", "level": "note", "message": {"text": "Unused endpoint: PATCH /locations/:id"}, "properties": {"repobilityId": "4bcae9ef6e094019", "scanner": "scanner-primary", "fingerprint": "102bcb2637177ed7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-dfbeb079f096b695", "level": "note", "message": {"text": "Unused endpoint: DELETE /locations/:id"}, "properties": {"repobilityId": "22cc15f709e221af", "scanner": "scanner-primary", "fingerprint": "dfbeb079f096b695", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9d54470b535c0e72", "level": "note", "message": {"text": "Unused endpoint: GET /calendar/status"}, "properties": {"repobilityId": "70c5afc0bf6d9d86", "scanner": "scanner-primary", "fingerprint": "9d54470b535c0e72", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c648dd21b19eddde", "level": "note", "message": {"text": "Unused endpoint: GET /calendar/google/auth-url"}, "properties": {"repobilityId": "6ef3533a6118f689", "scanner": "scanner-primary", "fingerprint": "c648dd21b19eddde", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4847e8bce40d2770", "level": "note", "message": {"text": "Unused endpoint: GET /calendar/google/callback"}, "properties": {"repobilityId": "95d77a3e5095fee8", "scanner": "scanner-primary", "fingerprint": "4847e8bce40d2770", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-475b6e4e13eade93", "level": "note", "message": {"text": "Unused endpoint: GET /calendar/calendars"}, "properties": {"repobilityId": "c11d75b3940048ef", "scanner": "scanner-primary", "fingerprint": "475b6e4e13eade93", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ea5c2cec16ee1d53", "level": "note", "message": {"text": "Unused endpoint: POST /calendar/resync"}, "properties": {"repobilityId": "f3c21ff76ea8a0e1", "scanner": "scanner-primary", "fingerprint": "ea5c2cec16ee1d53", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-69fbaca3094359da", "level": "note", "message": {"text": "Unused endpoint: POST /calendar/timezone"}, "properties": {"repobilityId": "b99a5abcd603469d", "scanner": "scanner-primary", "fingerprint": "69fbaca3094359da", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ba43c302f37d5093", "level": "note", "message": {"text": "Unused endpoint: GET /trainings/:id"}, "properties": {"repobilityId": "9831d1f66791b931", "scanner": "scanner-primary", "fingerprint": "ba43c302f37d5093", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-87f890403b96d77d", "level": "note", "message": {"text": "Unused endpoint: PATCH /trainings/recurring/:recurringId"}, "properties": {"repobilityId": "c549990412f5b59c", "scanner": "scanner-primary", "fingerprint": "87f890403b96d77d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8507dc1245908701", "level": "note", "message": {"text": "Unused endpoint: PATCH /trainings/:id"}, "properties": {"repobilityId": "e5c88ffec029c9d6", "scanner": "scanner-primary", "fingerprint": "8507dc1245908701", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8c51e0983f822909", "level": "note", "message": {"text": "Unused endpoint: DELETE /trainings/recurring/:recurringId"}, "properties": {"repobilityId": "2f653a25a7a87d71", "scanner": "scanner-primary", "fingerprint": "8c51e0983f822909", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1ce730eeb590ad52", "level": "note", "message": {"text": "Unused endpoint: DELETE /trainings/:id"}, "properties": {"repobilityId": "cf2c241c171b3af0", "scanner": "scanner-primary", "fingerprint": "1ce730eeb590ad52", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b966b232a5a4329c", "level": "note", "message": {"text": "Unused endpoint: POST /trainings/:id/attendees"}, "properties": {"repobilityId": "4d4caf16ed70b25b", "scanner": "scanner-primary", "fingerprint": "b966b232a5a4329c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1b912f98b2e8658f", "level": "note", "message": {"text": "Unused endpoint: DELETE /trainings/:id/attendees/:studentId"}, "properties": {"repobilityId": "4c0afffe750e895b", "scanner": "scanner-primary", "fingerprint": "1b912f98b2e8658f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}