{"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-30be42bf5c7d141a", "name": "Stray `console.log` in TS/JS \u2014 inspect-app.js:29", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 inspect-app.js:29"}, "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-4f5a02ebbb310aed", "name": "Stray `console.log` in TS/JS \u2014 production-server.js:52", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 production-server.js: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-506be2b95088f5d3", "name": "git log failed \u2014 history analysis incomplete", "shortDescription": {"text": "git log failed \u2014 history analysis incomplete"}, "fullDescription": {"text": "fatal: not a git repository (or any parent up to mount point /data)\nStopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-4ca39d696b311517", "name": "Possible secret in production-server.js", "shortDescription": {"text": "Possible secret in production-server.js"}, "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-fcdefd7c2f293b20", "name": "Insecure pattern 'cors_wildcard' in production-server.js:115", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in production-server.js:115"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-cb639d9a10a47b23", "name": "package.json defines install-time lifecycle scripts", "shortDescription": {"text": "package.json defines install-time lifecycle scripts"}, "fullDescription": {"text": "preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "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-63f279c5c5673874", "name": "Very large file: production-server.js (3692 lines)", "shortDescription": {"text": "Very large file: production-server.js (3692 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 7 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 77 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-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, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1151e9141a00aeff", "name": "Commented-code block (5 lines) in vite.config.ts:6", "shortDescription": {"text": "Commented-code block (5 lines) in vite.config.ts:6"}, "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-a7d1a1b684571258", "name": "Commented-code block (10 lines) in production-server.js:22", "shortDescription": {"text": "Commented-code block (10 lines) in production-server.js:22"}, "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-9996447513897762", "name": "30 env vars used in code but missing from .env.example", "shortDescription": {"text": "30 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `ADMIN_EMAIL`, `ADMIN_PASSWORD`, `ALLOW_PUBLIC_REGISTRATION`, `API_PORT`, `API_TARGET`, `APP_URL`, `BREVO_API_KEY`, `CSP_REPORT_ONLY` + 22 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-1198b4f2bc4586e6", "name": "Dangling fetch: POST https://api.brevo.com/v3/smtp/email (production-server.js:3351)", "shortDescription": {"text": "Dangling fetch: POST https://api.brevo.com/v3/smtp/email (production-server.js:3351)"}, "fullDescription": {"text": "`production-server.js:3351` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/https:/api.brevo.com/v3/smtp/email`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-8bf2f7ca3faa1f1b", "name": "Unused endpoint: USE /api/auth/login", "shortDescription": {"text": "Unused endpoint: USE /api/auth/login"}, "fullDescription": {"text": "`production-server.js` declares `USE /api/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-0d5aaa0d025f069f", "name": "Unused endpoint: GET /api/audit/lookups", "shortDescription": {"text": "Unused endpoint: GET /api/audit/lookups"}, "fullDescription": {"text": "`production-server.js` declares `GET /api/audit/lookups` 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-4756b4c4da7d2088", "name": "Unused endpoint: GET /api/health", "shortDescription": {"text": "Unused endpoint: GET /api/health"}, "fullDescription": {"text": "`production-server.js` declares `GET /api/health` 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-4faa8f9a81b0f8f7", "name": "Unused endpoint: POST /api/setup-admin", "shortDescription": {"text": "Unused endpoint: POST /api/setup-admin"}, "fullDescription": {"text": "`production-server.js` declares `POST /api/setup-admin` 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-4c1aa9141f89c574", "name": "Unused endpoint: GET /api/setup-admin", "shortDescription": {"text": "Unused endpoint: GET /api/setup-admin"}, "fullDescription": {"text": "`production-server.js` declares `GET /api/setup-admin` 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-948b9665910224cb", "name": "Unused endpoint: GET /api/auth/login", "shortDescription": {"text": "Unused endpoint: GET /api/auth/login"}, "fullDescription": {"text": "`production-server.js` declares `GET /api/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-fd55aa0818a7c897", "name": "Unused endpoint: POST /api/auth/login", "shortDescription": {"text": "Unused endpoint: POST /api/auth/login"}, "fullDescription": {"text": "`production-server.js` declares `POST /api/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-ee4aa5ddab88c9dc", "name": "Unused endpoint: GET /api/auth/me", "shortDescription": {"text": "Unused endpoint: GET /api/auth/me"}, "fullDescription": {"text": "`production-server.js` declares `GET /api/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-ee04156538cbd6a6", "name": "Unused endpoint: GET /api/auth/validate", "shortDescription": {"text": "Unused endpoint: GET /api/auth/validate"}, "fullDescription": {"text": "`production-server.js` declares `GET /api/auth/validate` 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-49ac19bb61ef30a3", "name": "Unused endpoint: POST /api/auth/refresh", "shortDescription": {"text": "Unused endpoint: POST /api/auth/refresh"}, "fullDescription": {"text": "`production-server.js` declares `POST /api/auth/refresh` 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-d5a39262ac205120", "name": "Unused endpoint: POST /api/auth/logout", "shortDescription": {"text": "Unused endpoint: POST /api/auth/logout"}, "fullDescription": {"text": "`production-server.js` declares `POST /api/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-70cf70ef4da971bc", "name": "Unused endpoint: GET /api/auth/countries", "shortDescription": {"text": "Unused endpoint: GET /api/auth/countries"}, "fullDescription": {"text": "`production-server.js` declares `GET /api/auth/countries` 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-399257824ff0baf3", "name": "Unused endpoint: GET /api/auth/roles", "shortDescription": {"text": "Unused endpoint: GET /api/auth/roles"}, "fullDescription": {"text": "`production-server.js` declares `GET /api/auth/roles` 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-8e68eb425c49cbcc", "name": "Unused endpoint: GET /api/admins", "shortDescription": {"text": "Unused endpoint: GET /api/admins"}, "fullDescription": {"text": "`production-server.js` declares `GET /api/admins` 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-6ae92428b89c54b8", "name": "Unused endpoint: GET /api/dashboard", "shortDescription": {"text": "Unused endpoint: GET /api/dashboard"}, "fullDescription": {"text": "`production-server.js` declares `GET /api/dashboard` 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-8f1af42f6d990f81", "name": "Unused endpoint: GET /api/dashboard/overview", "shortDescription": {"text": "Unused endpoint: GET /api/dashboard/overview"}, "fullDescription": {"text": "`production-server.js` declares `GET /api/dashboard/overview` 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-5baa8971ebe192a1", "name": "Unused endpoint: GET /", "shortDescription": {"text": "Unused endpoint: GET /"}, "fullDescription": {"text": "`production-server.js` declares `GET /` 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-5032e3144ad00d34", "name": "Unused endpoint: GET /stats/overview", "shortDescription": {"text": "Unused endpoint: GET /stats/overview"}, "fullDescription": {"text": "`production-server.js` declares `GET /stats/overview` 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-ca5756175765b49d", "name": "Unused endpoint: GET /:id", "shortDescription": {"text": "Unused endpoint: GET /:id"}, "fullDescription": {"text": "`production-server.js` declares `GET /: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-7a009b1a56794f45", "name": "Unused endpoint: POST /", "shortDescription": {"text": "Unused endpoint: POST /"}, "fullDescription": {"text": "`production-server.js` declares `POST /` 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-8d5b2b188d08ca82", "name": "Unused endpoint: PUT /:id", "shortDescription": {"text": "Unused endpoint: PUT /:id"}, "fullDescription": {"text": "`production-server.js` declares `PUT /: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-7a61c112b611f4bb", "name": "Unused endpoint: DELETE /:id", "shortDescription": {"text": "Unused endpoint: DELETE /:id"}, "fullDescription": {"text": "`production-server.js` declares `DELETE /: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-1a3ea6650eb6c313", "name": "Unused endpoint: USE /api/teachers", "shortDescription": {"text": "Unused endpoint: USE /api/teachers"}, "fullDescription": {"text": "`production-server.js` declares `USE /api/teachers` 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-2595b39638e5c045", "name": "Unused endpoint: GET /profile", "shortDescription": {"text": "Unused endpoint: GET /profile"}, "fullDescription": {"text": "`production-server.js` declares `GET /profile` 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-b258a84dd47ad3dd", "name": "Unused endpoint: PUT /profile/password", "shortDescription": {"text": "Unused endpoint: PUT /profile/password"}, "fullDescription": {"text": "`production-server.js` declares `PUT /profile/password` 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-4ff40cb10f7c8519", "name": "Unused endpoint: USE /api/users", "shortDescription": {"text": "Unused endpoint: USE /api/users"}, "fullDescription": {"text": "`production-server.js` declares `USE /api/users` 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-6327e7d63f12d827", "name": "Unused endpoint: GET /contacts", "shortDescription": {"text": "Unused endpoint: GET /contacts"}, "fullDescription": {"text": "`production-server.js` declares `GET /contacts` 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-a2de4317039c9a7f", "name": "Unused endpoint: GET /threads", "shortDescription": {"text": "Unused endpoint: GET /threads"}, "fullDescription": {"text": "`production-server.js` declares `GET /threads` 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-26a966f7d5be3b91", "name": "Unused endpoint: GET /thread/:userId", "shortDescription": {"text": "Unused endpoint: GET /thread/:userId"}, "fullDescription": {"text": "`production-server.js` declares `GET /thread/:userId` 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-9a300508c4edb651", "name": "Unused endpoint: USE /api/messages", "shortDescription": {"text": "Unused endpoint: USE /api/messages"}, "fullDescription": {"text": "`production-server.js` declares `USE /api/messages` 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-dce97aeb1712ef80", "name": "Unused endpoint: POST /reports", "shortDescription": {"text": "Unused endpoint: POST /reports"}, "fullDescription": {"text": "`production-server.js` declares `POST /reports` 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-c124716a4436518b", "name": "Unused endpoint: GET /reports", "shortDescription": {"text": "Unused endpoint: GET /reports"}, "fullDescription": {"text": "`production-server.js` declares `GET /reports` 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-6ed89dfb0c98ab50", "name": "Unused endpoint: GET /reports/:id", "shortDescription": {"text": "Unused endpoint: GET /reports/:id"}, "fullDescription": {"text": "`production-server.js` declares `GET /reports/: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-c14f8b2a4d8735a4", "name": "Unused endpoint: DELETE /reports/:id", "shortDescription": {"text": "Unused endpoint: DELETE /reports/:id"}, "fullDescription": {"text": "`production-server.js` declares `DELETE /reports/: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-b0906197df630f57", "name": "Unused endpoint: USE /api/proctoring", "shortDescription": {"text": "Unused endpoint: USE /api/proctoring"}, "fullDescription": {"text": "`production-server.js` declares `USE /api/proctoring` 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-36e7790048016147", "name": "Unused endpoint: USE /api/meetings", "shortDescription": {"text": "Unused endpoint: USE /api/meetings"}, "fullDescription": {"text": "`production-server.js` declares `USE /api/meetings` 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-030723168108f967", "name": "Unused endpoint: GET /:id/download", "shortDescription": {"text": "Unused endpoint: GET /:id/download"}, "fullDescription": {"text": "`production-server.js` declares `GET /:id/download` 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-055d88b9433a8a84", "name": "Unused endpoint: USE /api/materials", "shortDescription": {"text": "Unused endpoint: USE /api/materials"}, "fullDescription": {"text": "`production-server.js` declares `USE /api/materials` 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-cb82137b4d905d3d", "name": "Unused endpoint: GET /:id/questions", "shortDescription": {"text": "Unused endpoint: GET /:id/questions"}, "fullDescription": {"text": "`production-server.js` declares `GET /:id/questions` 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-9f8f0a2b4d4ca814", "name": "Unused endpoint: POST /:id/questions", "shortDescription": {"text": "Unused endpoint: POST /:id/questions"}, "fullDescription": {"text": "`production-server.js` declares `POST /:id/questions` 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-1e577dd4b9e3d1da", "name": "Unused endpoint: PUT /:id/questions/:qid", "shortDescription": {"text": "Unused endpoint: PUT /:id/questions/:qid"}, "fullDescription": {"text": "`production-server.js` declares `PUT /:id/questions/:qid` 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-b0c9dd6a33bbb4c5", "name": "Unused endpoint: DELETE /:id/questions/:qid", "shortDescription": {"text": "Unused endpoint: DELETE /:id/questions/:qid"}, "fullDescription": {"text": "`production-server.js` declares `DELETE /:id/questions/:qid` 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-92efb2dc9205e7a4", "name": "Unused endpoint: POST /sessions", "shortDescription": {"text": "Unused endpoint: POST /sessions"}, "fullDescription": {"text": "`production-server.js` declares `POST /sessions` 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-75e516021900e03a", "name": "Unused endpoint: GET /sessions/:sid", "shortDescription": {"text": "Unused endpoint: GET /sessions/:sid"}, "fullDescription": {"text": "`production-server.js` declares `GET /sessions/:sid` 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-94621b5bc32f2776", "name": "Unused endpoint: POST /sessions/:sid/answer", "shortDescription": {"text": "Unused endpoint: POST /sessions/:sid/answer"}, "fullDescription": {"text": "`production-server.js` declares `POST /sessions/:sid/answer` 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-3768d7cd64aa5a95", "name": "Unused endpoint: POST /sessions/:sid/submit", "shortDescription": {"text": "Unused endpoint: POST /sessions/:sid/submit"}, "fullDescription": {"text": "`production-server.js` declares `POST /sessions/:sid/submit` 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-a6100f9d9a7d2f6f", "name": "Unused endpoint: USE /api/exams", "shortDescription": {"text": "Unused endpoint: USE /api/exams"}, "fullDescription": {"text": "`production-server.js` declares `USE /api/exams` 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-2953c293a6407d8a", "name": "Unused endpoint: USE /api/classes", "shortDescription": {"text": "Unused endpoint: USE /api/classes"}, "fullDescription": {"text": "`production-server.js` declares `USE /api/classes` 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-4bfcbdc2e3f316f0", "name": "Unused endpoint: GET /me/children", "shortDescription": {"text": "Unused endpoint: GET /me/children"}, "fullDescription": {"text": "`production-server.js` declares `GET /me/children` 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-f037b5e808a28b38", "name": "Unused endpoint: GET /summary/stats", "shortDescription": {"text": "Unused endpoint: GET /summary/stats"}, "fullDescription": {"text": "`production-server.js` declares `GET /summary/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}}]}}, "automationDetails": {"id": "repobility/8161"}, "properties": {"repository": "Fescosof123/schoolapp", "repoUrl": "https://github.com/Fescosof123/schoolapp", "branch": "main"}, "results": [{"ruleId": "scanner-30be42bf5c7d141a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 inspect-app.js:29"}, "properties": {"repobilityId": "ca34455f05755731", "scanner": "scanner-primary", "fingerprint": "30be42bf5c7d141a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-4f5a02ebbb310aed", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 production-server.js:52"}, "properties": {"repobilityId": "ac730ab12630a671", "scanner": "scanner-primary", "fingerprint": "4f5a02ebbb310aed", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-506be2b95088f5d3", "level": "none", "message": {"text": "git log failed \u2014 history analysis incomplete"}, "properties": {"repobilityId": "b424308a11bb9b22", "scanner": "scanner-primary", "fingerprint": "506be2b95088f5d3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["git", "tooling"]}}, {"ruleId": "scanner-9710c8d059e53154", "level": "none", "message": {"text": "No frontend routes/components detected"}, "properties": {"repobilityId": "44ca61485762e494", "scanner": "scanner-primary", "fingerprint": "9710c8d059e53154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-4ca39d696b311517", "level": "error", "message": {"text": "Possible secret in production-server.js"}, "properties": {"repobilityId": "aa8c2a7a836fdc97", "scanner": "scanner-primary", "fingerprint": "4ca39d696b311517", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "production-server.js"}, "region": {"startLine": 742}}}]}, {"ruleId": "scanner-4ca39d696b311517", "level": "error", "message": {"text": "Possible secret in production-server.js"}, "properties": {"repobilityId": "aa8c2a7a836fdc97", "scanner": "scanner-primary", "fingerprint": "4ca39d696b311517", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "production-server.js"}, "region": {"startLine": 757}}}]}, {"ruleId": "scanner-4ca39d696b311517", "level": "error", "message": {"text": "Possible secret in production-server.js"}, "properties": {"repobilityId": "aa8c2a7a836fdc97", "scanner": "scanner-primary", "fingerprint": "4ca39d696b311517", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "production-server.js"}, "region": {"startLine": 2606}}}]}, {"ruleId": "scanner-fcdefd7c2f293b20", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in production-server.js:115"}, "properties": {"repobilityId": "cfebc8c94438a007", "scanner": "scanner-primary", "fingerprint": "fcdefd7c2f293b20", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "production-server.js"}, "region": {"startLine": 115}}}]}, {"ruleId": "scanner-cb639d9a10a47b23", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "b86179956da3a4a8", "scanner": "scanner-primary", "fingerprint": "cb639d9a10a47b23", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"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-63f279c5c5673874", "level": "note", "message": {"text": "Very large file: production-server.js (3692 lines)"}, "properties": {"repobilityId": "2e83d9b52a3692b6", "scanner": "scanner-primary", "fingerprint": "63f279c5c5673874", "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": "3b434197c533bf21", "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": "e3811a32ee8d5150", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "a02111a943a02e60", "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": "054f82c804672080", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-1151e9141a00aeff", "level": "none", "message": {"text": "Commented-code block (5 lines) in vite.config.ts:6"}, "properties": {"repobilityId": "b731e3c361cd61f4", "scanner": "scanner-primary", "fingerprint": "1151e9141a00aeff", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a7d1a1b684571258", "level": "none", "message": {"text": "Commented-code block (10 lines) in production-server.js:22"}, "properties": {"repobilityId": "028fb30277efa731", "scanner": "scanner-primary", "fingerprint": "a7d1a1b684571258", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9996447513897762", "level": "note", "message": {"text": "30 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "b3285186f72a5bb9", "scanner": "scanner-primary", "fingerprint": "9996447513897762", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-1198b4f2bc4586e6", "level": "error", "message": {"text": "Dangling fetch: POST https://api.brevo.com/v3/smtp/email (production-server.js:3351)"}, "properties": {"repobilityId": "0354ce3b567b81a7", "scanner": "scanner-primary", "fingerprint": "1198b4f2bc4586e6", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-8bf2f7ca3faa1f1b", "level": "note", "message": {"text": "Unused endpoint: USE /api/auth/login"}, "properties": {"repobilityId": "724429f41f74a008", "scanner": "scanner-primary", "fingerprint": "8bf2f7ca3faa1f1b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0d5aaa0d025f069f", "level": "note", "message": {"text": "Unused endpoint: GET /api/audit/lookups"}, "properties": {"repobilityId": "be5b13269ef5d36e", "scanner": "scanner-primary", "fingerprint": "0d5aaa0d025f069f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4756b4c4da7d2088", "level": "note", "message": {"text": "Unused endpoint: GET /api/health"}, "properties": {"repobilityId": "395786bfe7bdb69e", "scanner": "scanner-primary", "fingerprint": "4756b4c4da7d2088", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4faa8f9a81b0f8f7", "level": "note", "message": {"text": "Unused endpoint: POST /api/setup-admin"}, "properties": {"repobilityId": "660e9473bd649255", "scanner": "scanner-primary", "fingerprint": "4faa8f9a81b0f8f7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4c1aa9141f89c574", "level": "note", "message": {"text": "Unused endpoint: GET /api/setup-admin"}, "properties": {"repobilityId": "bd6c4c5f8203b457", "scanner": "scanner-primary", "fingerprint": "4c1aa9141f89c574", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-948b9665910224cb", "level": "note", "message": {"text": "Unused endpoint: GET /api/auth/login"}, "properties": {"repobilityId": "108983b5129f464e", "scanner": "scanner-primary", "fingerprint": "948b9665910224cb", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-fd55aa0818a7c897", "level": "note", "message": {"text": "Unused endpoint: POST /api/auth/login"}, "properties": {"repobilityId": "82e5d3b4b3975cc3", "scanner": "scanner-primary", "fingerprint": "fd55aa0818a7c897", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ee4aa5ddab88c9dc", "level": "note", "message": {"text": "Unused endpoint: GET /api/auth/me"}, "properties": {"repobilityId": "c84eb11ba83c5c66", "scanner": "scanner-primary", "fingerprint": "ee4aa5ddab88c9dc", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ee04156538cbd6a6", "level": "note", "message": {"text": "Unused endpoint: GET /api/auth/validate"}, "properties": {"repobilityId": "3493aca60c577bb0", "scanner": "scanner-primary", "fingerprint": "ee04156538cbd6a6", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-49ac19bb61ef30a3", "level": "note", "message": {"text": "Unused endpoint: POST /api/auth/refresh"}, "properties": {"repobilityId": "6a67f9aebd6ac5fd", "scanner": "scanner-primary", "fingerprint": "49ac19bb61ef30a3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d5a39262ac205120", "level": "note", "message": {"text": "Unused endpoint: POST /api/auth/logout"}, "properties": {"repobilityId": "ff7d70e059fbaf8f", "scanner": "scanner-primary", "fingerprint": "d5a39262ac205120", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-70cf70ef4da971bc", "level": "note", "message": {"text": "Unused endpoint: GET /api/auth/countries"}, "properties": {"repobilityId": "7a504a3eef8aedb0", "scanner": "scanner-primary", "fingerprint": "70cf70ef4da971bc", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-399257824ff0baf3", "level": "note", "message": {"text": "Unused endpoint: GET /api/auth/roles"}, "properties": {"repobilityId": "4a4879c04548b6e3", "scanner": "scanner-primary", "fingerprint": "399257824ff0baf3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8e68eb425c49cbcc", "level": "note", "message": {"text": "Unused endpoint: GET /api/admins"}, "properties": {"repobilityId": "0f12425cd52e3fc0", "scanner": "scanner-primary", "fingerprint": "8e68eb425c49cbcc", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6ae92428b89c54b8", "level": "note", "message": {"text": "Unused endpoint: GET /api/dashboard"}, "properties": {"repobilityId": "92e9c4644570f57b", "scanner": "scanner-primary", "fingerprint": "6ae92428b89c54b8", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8f1af42f6d990f81", "level": "note", "message": {"text": "Unused endpoint: GET /api/dashboard/overview"}, "properties": {"repobilityId": "152e09050a8c79ff", "scanner": "scanner-primary", "fingerprint": "8f1af42f6d990f81", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5baa8971ebe192a1", "level": "note", "message": {"text": "Unused endpoint: GET /"}, "properties": {"repobilityId": "0d61bd62d930d646", "scanner": "scanner-primary", "fingerprint": "5baa8971ebe192a1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5032e3144ad00d34", "level": "note", "message": {"text": "Unused endpoint: GET /stats/overview"}, "properties": {"repobilityId": "f51cc153c067a07d", "scanner": "scanner-primary", "fingerprint": "5032e3144ad00d34", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ca5756175765b49d", "level": "note", "message": {"text": "Unused endpoint: GET /:id"}, "properties": {"repobilityId": "85bdd5b6652c4d3b", "scanner": "scanner-primary", "fingerprint": "ca5756175765b49d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7a009b1a56794f45", "level": "note", "message": {"text": "Unused endpoint: POST /"}, "properties": {"repobilityId": "7dac6cbc9a4e34a6", "scanner": "scanner-primary", "fingerprint": "7a009b1a56794f45", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8d5b2b188d08ca82", "level": "note", "message": {"text": "Unused endpoint: PUT /:id"}, "properties": {"repobilityId": "34cbd90ad1a475e2", "scanner": "scanner-primary", "fingerprint": "8d5b2b188d08ca82", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7a61c112b611f4bb", "level": "note", "message": {"text": "Unused endpoint: DELETE /:id"}, "properties": {"repobilityId": "4ebe07342707ca6b", "scanner": "scanner-primary", "fingerprint": "7a61c112b611f4bb", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1a3ea6650eb6c313", "level": "note", "message": {"text": "Unused endpoint: USE /api/teachers"}, "properties": {"repobilityId": "743399a83a0812bd", "scanner": "scanner-primary", "fingerprint": "1a3ea6650eb6c313", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2595b39638e5c045", "level": "note", "message": {"text": "Unused endpoint: GET /profile"}, "properties": {"repobilityId": "5ec533e49b36de5d", "scanner": "scanner-primary", "fingerprint": "2595b39638e5c045", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b258a84dd47ad3dd", "level": "note", "message": {"text": "Unused endpoint: PUT /profile/password"}, "properties": {"repobilityId": "932096f1a4d18b80", "scanner": "scanner-primary", "fingerprint": "b258a84dd47ad3dd", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4ff40cb10f7c8519", "level": "note", "message": {"text": "Unused endpoint: USE /api/users"}, "properties": {"repobilityId": "16bbac603c884bf7", "scanner": "scanner-primary", "fingerprint": "4ff40cb10f7c8519", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6327e7d63f12d827", "level": "note", "message": {"text": "Unused endpoint: GET /contacts"}, "properties": {"repobilityId": "d0a4e277dc3cd005", "scanner": "scanner-primary", "fingerprint": "6327e7d63f12d827", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a2de4317039c9a7f", "level": "note", "message": {"text": "Unused endpoint: GET /threads"}, "properties": {"repobilityId": "e9e3793a2155096f", "scanner": "scanner-primary", "fingerprint": "a2de4317039c9a7f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-26a966f7d5be3b91", "level": "note", "message": {"text": "Unused endpoint: GET /thread/:userId"}, "properties": {"repobilityId": "74834fb36ee5efa8", "scanner": "scanner-primary", "fingerprint": "26a966f7d5be3b91", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9a300508c4edb651", "level": "note", "message": {"text": "Unused endpoint: USE /api/messages"}, "properties": {"repobilityId": "06daad53448eb02d", "scanner": "scanner-primary", "fingerprint": "9a300508c4edb651", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-dce97aeb1712ef80", "level": "note", "message": {"text": "Unused endpoint: POST /reports"}, "properties": {"repobilityId": "5e5879b6ecf48655", "scanner": "scanner-primary", "fingerprint": "dce97aeb1712ef80", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c124716a4436518b", "level": "note", "message": {"text": "Unused endpoint: GET /reports"}, "properties": {"repobilityId": "19bee7b101f042de", "scanner": "scanner-primary", "fingerprint": "c124716a4436518b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6ed89dfb0c98ab50", "level": "note", "message": {"text": "Unused endpoint: GET /reports/:id"}, "properties": {"repobilityId": "28ce819fc92f3925", "scanner": "scanner-primary", "fingerprint": "6ed89dfb0c98ab50", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c14f8b2a4d8735a4", "level": "note", "message": {"text": "Unused endpoint: DELETE /reports/:id"}, "properties": {"repobilityId": "409d991494c0cb0f", "scanner": "scanner-primary", "fingerprint": "c14f8b2a4d8735a4", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b0906197df630f57", "level": "note", "message": {"text": "Unused endpoint: USE /api/proctoring"}, "properties": {"repobilityId": "4388bbd8234d5ef2", "scanner": "scanner-primary", "fingerprint": "b0906197df630f57", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-36e7790048016147", "level": "note", "message": {"text": "Unused endpoint: USE /api/meetings"}, "properties": {"repobilityId": "13175c9343fd309a", "scanner": "scanner-primary", "fingerprint": "36e7790048016147", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-030723168108f967", "level": "note", "message": {"text": "Unused endpoint: GET /:id/download"}, "properties": {"repobilityId": "93bfd5d4ffe24597", "scanner": "scanner-primary", "fingerprint": "030723168108f967", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-055d88b9433a8a84", "level": "note", "message": {"text": "Unused endpoint: USE /api/materials"}, "properties": {"repobilityId": "f149dfaf7db6fb2c", "scanner": "scanner-primary", "fingerprint": "055d88b9433a8a84", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-cb82137b4d905d3d", "level": "note", "message": {"text": "Unused endpoint: GET /:id/questions"}, "properties": {"repobilityId": "b8b76e7189f70f11", "scanner": "scanner-primary", "fingerprint": "cb82137b4d905d3d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9f8f0a2b4d4ca814", "level": "note", "message": {"text": "Unused endpoint: POST /:id/questions"}, "properties": {"repobilityId": "551d4735977954ce", "scanner": "scanner-primary", "fingerprint": "9f8f0a2b4d4ca814", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1e577dd4b9e3d1da", "level": "note", "message": {"text": "Unused endpoint: PUT /:id/questions/:qid"}, "properties": {"repobilityId": "83e6500168d9b703", "scanner": "scanner-primary", "fingerprint": "1e577dd4b9e3d1da", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b0c9dd6a33bbb4c5", "level": "note", "message": {"text": "Unused endpoint: DELETE /:id/questions/:qid"}, "properties": {"repobilityId": "89598490d0e9c930", "scanner": "scanner-primary", "fingerprint": "b0c9dd6a33bbb4c5", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-92efb2dc9205e7a4", "level": "note", "message": {"text": "Unused endpoint: POST /sessions"}, "properties": {"repobilityId": "a46944a867031d78", "scanner": "scanner-primary", "fingerprint": "92efb2dc9205e7a4", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-75e516021900e03a", "level": "note", "message": {"text": "Unused endpoint: GET /sessions/:sid"}, "properties": {"repobilityId": "abecb6a3ab9e23c4", "scanner": "scanner-primary", "fingerprint": "75e516021900e03a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-94621b5bc32f2776", "level": "note", "message": {"text": "Unused endpoint: POST /sessions/:sid/answer"}, "properties": {"repobilityId": "f36a7c48daea62ed", "scanner": "scanner-primary", "fingerprint": "94621b5bc32f2776", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3768d7cd64aa5a95", "level": "note", "message": {"text": "Unused endpoint: POST /sessions/:sid/submit"}, "properties": {"repobilityId": "2f77e4e8b9148021", "scanner": "scanner-primary", "fingerprint": "3768d7cd64aa5a95", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a6100f9d9a7d2f6f", "level": "note", "message": {"text": "Unused endpoint: USE /api/exams"}, "properties": {"repobilityId": "1b597be455660356", "scanner": "scanner-primary", "fingerprint": "a6100f9d9a7d2f6f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2953c293a6407d8a", "level": "note", "message": {"text": "Unused endpoint: USE /api/classes"}, "properties": {"repobilityId": "fa55193905e298d4", "scanner": "scanner-primary", "fingerprint": "2953c293a6407d8a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4bfcbdc2e3f316f0", "level": "note", "message": {"text": "Unused endpoint: GET /me/children"}, "properties": {"repobilityId": "ee2662440f337bac", "scanner": "scanner-primary", "fingerprint": "4bfcbdc2e3f316f0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f037b5e808a28b38", "level": "note", "message": {"text": "Unused endpoint: GET /summary/stats"}, "properties": {"repobilityId": "9c2abb80208c5812", "scanner": "scanner-primary", "fingerprint": "f037b5e808a28b38", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}