{"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-fcb0f1ca3132ffb0", "name": "Stray `console.log` in TS/JS \u2014 server.ts:96", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 server.ts:96"}, "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-3e6627b536229b35", "name": "Stray `console.log` in TS/JS \u2014 replace_about_i18n_2.js:107", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 replace_about_i18n_2.js:107"}, "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-267d270122e4b25e", "name": "Stray `console.log` in TS/JS \u2014 replace_about_i18n.js:88", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 replace_about_i18n.js:88"}, "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-df08ff8a1855cff7", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 replace_about_i18n.js:23", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 replace_about_i18n.js:23"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-09dd718ad37b3649", "name": "Stray `console.log` in TS/JS \u2014 inject_i18n.js:79", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 inject_i18n.js:79"}, "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-6cc2042dbf7f1ce1", "name": "Stray `console.log` in TS/JS \u2014 replace_team_i18n.js:71", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 replace_team_i18n.js:71"}, "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-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-08437e993dfffb36", "name": "Insecure pattern 'dangerous_innerhtml' in replace_about_i18n.js:23", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in replace_about_i18n.js:23"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 8 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 10 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-2eafc3188c36bb02", "name": "3 env vars used in code but missing from .env.example", "shortDescription": {"text": "3 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `DISABLE_HMR`, `NODE_ENV`, `PORT`. 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-5f036f7efaf6e8c8", "name": "Dangling fetch: POST https://durbin.uz/api/v1/external/leads (server.ts:142)", "shortDescription": {"text": "Dangling fetch: POST https://durbin.uz/api/v1/external/leads (server.ts:142)"}, "fullDescription": {"text": "`server.ts:142` calls `POST https://durbin.uz/api/v1/external/leads` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/https:/durbin.uz/api/v1/external/leads`\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-536fc60d1287e634", "name": "Unused endpoint: POST /api/upload", "shortDescription": {"text": "Unused endpoint: POST /api/upload"}, "fullDescription": {"text": "`server.ts` declares `POST /api/upload` 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-dd4ed054b8f3ab6d", "name": "Unused endpoint: GET /api/optimize-existing", "shortDescription": {"text": "Unused endpoint: GET /api/optimize-existing"}, "fullDescription": {"text": "`server.ts` declares `GET /api/optimize-existing` 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-76defa9026b7644e", "name": "Unused endpoint: POST /api/crm/lead", "shortDescription": {"text": "Unused endpoint: POST /api/crm/lead"}, "fullDescription": {"text": "`server.ts` declares `POST /api/crm/lead` 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-3b37265900e79a8a", "name": "Unused endpoint: GET /api/stats", "shortDescription": {"text": "Unused endpoint: GET /api/stats"}, "fullDescription": {"text": "`server.ts` declares `GET /api/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-1b417c8bbb24e448", "name": "Unused endpoint: GET /api/articles", "shortDescription": {"text": "Unused endpoint: GET /api/articles"}, "fullDescription": {"text": "`server.ts` declares `GET /api/articles` 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-2cbdb2e42bce4678", "name": "Unused endpoint: GET /api/articles/:id", "shortDescription": {"text": "Unused endpoint: GET /api/articles/:id"}, "fullDescription": {"text": "`server.ts` declares `GET /api/articles/: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-eda33d1d684fbac1", "name": "Unused endpoint: POST /api/articles", "shortDescription": {"text": "Unused endpoint: POST /api/articles"}, "fullDescription": {"text": "`server.ts` declares `POST /api/articles` 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-dda0c5ff033673d6", "name": "Unused endpoint: PUT /api/articles/:id", "shortDescription": {"text": "Unused endpoint: PUT /api/articles/:id"}, "fullDescription": {"text": "`server.ts` declares `PUT /api/articles/: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-60479c48690ea7c2", "name": "Unused endpoint: DELETE /api/articles/:id", "shortDescription": {"text": "Unused endpoint: DELETE /api/articles/:id"}, "fullDescription": {"text": "`server.ts` declares `DELETE /api/articles/: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-2ad4a476b2ea73f3", "name": "Unused endpoint: GET /api/enrollments", "shortDescription": {"text": "Unused endpoint: GET /api/enrollments"}, "fullDescription": {"text": "`server.ts` declares `GET /api/enrollments` 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-ba84c058a90f2e4a", "name": "Unused endpoint: POST /api/enrollments", "shortDescription": {"text": "Unused endpoint: POST /api/enrollments"}, "fullDescription": {"text": "`server.ts` declares `POST /api/enrollments` 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-af0bedced116d217", "name": "Unused endpoint: PUT /api/enrollments/:id/status", "shortDescription": {"text": "Unused endpoint: PUT /api/enrollments/:id/status"}, "fullDescription": {"text": "`server.ts` declares `PUT /api/enrollments/:id/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-9d1b78e9dbc53c0d", "name": "Unused endpoint: DELETE /api/enrollments/:id", "shortDescription": {"text": "Unused endpoint: DELETE /api/enrollments/:id"}, "fullDescription": {"text": "`server.ts` declares `DELETE /api/enrollments/: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-205e269e06ed0d72", "name": "Unused endpoint: GET /api/messages", "shortDescription": {"text": "Unused endpoint: GET /api/messages"}, "fullDescription": {"text": "`server.ts` declares `GET /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-5a9e0e70092ffa24", "name": "Unused endpoint: POST /api/messages", "shortDescription": {"text": "Unused endpoint: POST /api/messages"}, "fullDescription": {"text": "`server.ts` declares `POST /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-296c182f1135bc55", "name": "Unused endpoint: DELETE /api/messages/:id", "shortDescription": {"text": "Unused endpoint: DELETE /api/messages/:id"}, "fullDescription": {"text": "`server.ts` declares `DELETE /api/messages/: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-379b09f9de636500", "name": "Unused endpoint: GET /api/settings", "shortDescription": {"text": "Unused endpoint: GET /api/settings"}, "fullDescription": {"text": "`server.ts` declares `GET /api/settings` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2bffc2596a61e55e", "name": "Unused endpoint: PUT /api/settings", "shortDescription": {"text": "Unused endpoint: PUT /api/settings"}, "fullDescription": {"text": "`server.ts` declares `PUT /api/settings` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-fd55aa0818a7c897", "name": "Unused endpoint: POST /api/auth/login", "shortDescription": {"text": "Unused endpoint: POST /api/auth/login"}, "fullDescription": {"text": "`server.ts` 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-1bc898b3b7565990", "name": "Unused endpoint: USE /uploads", "shortDescription": {"text": "Unused endpoint: USE /uploads"}, "fullDescription": {"text": "`server.ts` declares `USE /uploads` 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/28304"}, "properties": {"repository": "norbekqodirov/datamaktab", "repoUrl": "https://github.com/norbekqodirov/datamaktab", "branch": "main"}, "results": [{"ruleId": "scanner-fcb0f1ca3132ffb0", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 server.ts:96"}, "properties": {"repobilityId": "63422c4893a0b074", "scanner": "scanner-primary", "fingerprint": "fcb0f1ca3132ffb0", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-3e6627b536229b35", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 replace_about_i18n_2.js:107"}, "properties": {"repobilityId": "8557d806b0e09064", "scanner": "scanner-primary", "fingerprint": "3e6627b536229b35", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-267d270122e4b25e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 replace_about_i18n.js:88"}, "properties": {"repobilityId": "0526db3c290d417c", "scanner": "scanner-primary", "fingerprint": "267d270122e4b25e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-df08ff8a1855cff7", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 replace_about_i18n.js:23"}, "properties": {"repobilityId": "99c72b2b1b35b3ec", "scanner": "scanner-primary", "fingerprint": "df08ff8a1855cff7", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-09dd718ad37b3649", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 inject_i18n.js:79"}, "properties": {"repobilityId": "3877fa808d85026e", "scanner": "scanner-primary", "fingerprint": "09dd718ad37b3649", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6cc2042dbf7f1ce1", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 replace_team_i18n.js:71"}, "properties": {"repobilityId": "e5a936d48ffda7fa", "scanner": "scanner-primary", "fingerprint": "6cc2042dbf7f1ce1", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"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-08437e993dfffb36", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in replace_about_i18n.js:23"}, "properties": {"repobilityId": "170c35dd386ee4ad", "scanner": "scanner-primary", "fingerprint": "08437e993dfffb36", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "replace_about_i18n.js"}, "region": {"startLine": 23}}}]}, {"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-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": "bb01f609e719b702", "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": "fa9cb995c8dde793", "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": "601a774371d61336", "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": "439960061a172d4a", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2eafc3188c36bb02", "level": "none", "message": {"text": "3 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "bd934ba112b02ffa", "scanner": "scanner-primary", "fingerprint": "2eafc3188c36bb02", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-5f036f7efaf6e8c8", "level": "error", "message": {"text": "Dangling fetch: POST https://durbin.uz/api/v1/external/leads (server.ts:142)"}, "properties": {"repobilityId": "00eae76fd6e8636b", "scanner": "scanner-primary", "fingerprint": "5f036f7efaf6e8c8", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-536fc60d1287e634", "level": "note", "message": {"text": "Unused endpoint: POST /api/upload"}, "properties": {"repobilityId": "e12b2106753cf089", "scanner": "scanner-primary", "fingerprint": "536fc60d1287e634", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-dd4ed054b8f3ab6d", "level": "note", "message": {"text": "Unused endpoint: GET /api/optimize-existing"}, "properties": {"repobilityId": "6e128c56e69feded", "scanner": "scanner-primary", "fingerprint": "dd4ed054b8f3ab6d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-76defa9026b7644e", "level": "note", "message": {"text": "Unused endpoint: POST /api/crm/lead"}, "properties": {"repobilityId": "1103aa39d0a06b68", "scanner": "scanner-primary", "fingerprint": "76defa9026b7644e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3b37265900e79a8a", "level": "note", "message": {"text": "Unused endpoint: GET /api/stats"}, "properties": {"repobilityId": "8ebd467e3f6c7045", "scanner": "scanner-primary", "fingerprint": "3b37265900e79a8a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1b417c8bbb24e448", "level": "note", "message": {"text": "Unused endpoint: GET /api/articles"}, "properties": {"repobilityId": "ef34e6f224f3fcf2", "scanner": "scanner-primary", "fingerprint": "1b417c8bbb24e448", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2cbdb2e42bce4678", "level": "note", "message": {"text": "Unused endpoint: GET /api/articles/:id"}, "properties": {"repobilityId": "f4e0d6a1e854ea28", "scanner": "scanner-primary", "fingerprint": "2cbdb2e42bce4678", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-eda33d1d684fbac1", "level": "note", "message": {"text": "Unused endpoint: POST /api/articles"}, "properties": {"repobilityId": "addfd924c4a94940", "scanner": "scanner-primary", "fingerprint": "eda33d1d684fbac1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-dda0c5ff033673d6", "level": "note", "message": {"text": "Unused endpoint: PUT /api/articles/:id"}, "properties": {"repobilityId": "0171c1d87e22fc2e", "scanner": "scanner-primary", "fingerprint": "dda0c5ff033673d6", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-60479c48690ea7c2", "level": "note", "message": {"text": "Unused endpoint: DELETE /api/articles/:id"}, "properties": {"repobilityId": "057c2df325b9830c", "scanner": "scanner-primary", "fingerprint": "60479c48690ea7c2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2ad4a476b2ea73f3", "level": "note", "message": {"text": "Unused endpoint: GET /api/enrollments"}, "properties": {"repobilityId": "86f9c4a7f2b843ec", "scanner": "scanner-primary", "fingerprint": "2ad4a476b2ea73f3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ba84c058a90f2e4a", "level": "note", "message": {"text": "Unused endpoint: POST /api/enrollments"}, "properties": {"repobilityId": "afde66bb7e51a8f2", "scanner": "scanner-primary", "fingerprint": "ba84c058a90f2e4a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-af0bedced116d217", "level": "note", "message": {"text": "Unused endpoint: PUT /api/enrollments/:id/status"}, "properties": {"repobilityId": "dd18252fa49c2df0", "scanner": "scanner-primary", "fingerprint": "af0bedced116d217", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9d1b78e9dbc53c0d", "level": "note", "message": {"text": "Unused endpoint: DELETE /api/enrollments/:id"}, "properties": {"repobilityId": "7f5b5a6979e92027", "scanner": "scanner-primary", "fingerprint": "9d1b78e9dbc53c0d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-205e269e06ed0d72", "level": "note", "message": {"text": "Unused endpoint: GET /api/messages"}, "properties": {"repobilityId": "a2e7514d3f1c9c4e", "scanner": "scanner-primary", "fingerprint": "205e269e06ed0d72", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5a9e0e70092ffa24", "level": "note", "message": {"text": "Unused endpoint: POST /api/messages"}, "properties": {"repobilityId": "28c01f7dcca67fa0", "scanner": "scanner-primary", "fingerprint": "5a9e0e70092ffa24", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-296c182f1135bc55", "level": "note", "message": {"text": "Unused endpoint: DELETE /api/messages/:id"}, "properties": {"repobilityId": "8efa4078e87e0205", "scanner": "scanner-primary", "fingerprint": "296c182f1135bc55", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-379b09f9de636500", "level": "note", "message": {"text": "Unused endpoint: GET /api/settings"}, "properties": {"repobilityId": "b2a1be213f823ccc", "scanner": "scanner-primary", "fingerprint": "379b09f9de636500", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2bffc2596a61e55e", "level": "note", "message": {"text": "Unused endpoint: PUT /api/settings"}, "properties": {"repobilityId": "16a21493526dfc8d", "scanner": "scanner-primary", "fingerprint": "2bffc2596a61e55e", "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": "624eee15df35190d", "scanner": "scanner-primary", "fingerprint": "fd55aa0818a7c897", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1bc898b3b7565990", "level": "note", "message": {"text": "Unused endpoint: USE /uploads"}, "properties": {"repobilityId": "d7051bab5c3530ff", "scanner": "scanner-primary", "fingerprint": "1bc898b3b7565990", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}