{"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-65e78b8fe0a66de4", "name": "Stray `console.log` in TS/JS \u2014 server.js:17", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 server.js:17"}, "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-b75cf7a23e0c5e8e", "name": "Stray `console.log` in TS/JS \u2014 src/app.js:16", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/app.js:16"}, "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-b4c82d38fce212d6", "name": "Stray `console.log` in TS/JS \u2014 src/db/seedDemo.js:11", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/db/seedDemo.js:11"}, "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-79b939bf60379412", "name": "Stray `console.log` in TS/JS \u2014 src/db/index.js:920", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/db/index.js:920"}, "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-34d4d05d7e4f8821", "name": "Privileged port 2 in use", "shortDescription": {"text": "Privileged port 2 in use"}, "fullDescription": {"text": "Port 2 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-aa5604f6379cc834", "name": "Privileged port 30 in use", "shortDescription": {"text": "Privileged port 30 in use"}, "fullDescription": {"text": "Port 30 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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-a69371418f219445", "name": "Insecure pattern 'direct_innerhtml_assignment' in public/js/app.js:30", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/js/app.js:30"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1d8a817a75a1ce1a", "name": "Insecure pattern 'node_child_process' in src/routes/settings.js:184", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/routes/settings.js:184"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "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-d84730423500daed", "name": "Very large file: src/routes/hr.js (848 lines)", "shortDescription": {"text": "Very large file: src/routes/hr.js (848 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-b3891792145bdd4f", "name": "Very large file: src/routes/visits.js (1075 lines)", "shortDescription": {"text": "Very large file: src/routes/visits.js (1075 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": "2 test file(s) for 54 source file(s) (ratio 0.04). 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 21 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. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-2fd35a59bb571db7", "name": "Commented-code block (5 lines) in src/app.js:37", "shortDescription": {"text": "Commented-code block (5 lines) in src/app.js:37"}, "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-93baeafbb0a5ec6d", "name": "Commented-code block (9 lines) in src/middleware/permissions.js:27", "shortDescription": {"text": "Commented-code block (9 lines) in src/middleware/permissions.js:27"}, "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-c79295eb317e4e1c", "name": "Legacy-named symbol `editorial_copy` in src/utils/cataloguePdf.js:105", "shortDescription": {"text": "Legacy-named symbol `editorial_copy` in src/utils/cataloguePdf.js:105"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-02894d891de9669f", "name": "Commented-code block (6 lines) in src/utils/cataloguePdf.js:3", "shortDescription": {"text": "Commented-code block (6 lines) in src/utils/cataloguePdf.js:3"}, "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-a917d73154605639", "name": "Commented-code block (7 lines) in src/utils/falai.js:43", "shortDescription": {"text": "Commented-code block (7 lines) in src/utils/falai.js:43"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-a47cc7c98e0d6e4c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/utils/falai.js:135", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/utils/falai.js:135"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-42df3b91dc5bc148", "name": "Legacy-named symbol `editorial_copy` in src/utils/cataloguePipeline.js:463", "shortDescription": {"text": "Legacy-named symbol `editorial_copy` in src/utils/cataloguePipeline.js:463"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-01c0f3cb091fab75", "name": "Commented-code block (5 lines) in src/utils/cataloguePipeline.js:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/utils/cataloguePipeline.js:3"}, "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-b7ff3ce3fb731560", "name": "Commented-code block (6 lines) in src/utils/format.js:16", "shortDescription": {"text": "Commented-code block (6 lines) in src/utils/format.js:16"}, "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-6228f38e298097b7", "name": "Commented-code block (5 lines) in src/utils/stock.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/utils/stock.js:1"}, "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-18270edc375b5555", "name": "Commented-code block (12 lines) in src/utils/audit.js:3", "shortDescription": {"text": "Commented-code block (12 lines) in src/utils/audit.js:3"}, "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-46347fd7287b7b08", "name": "Commented-code block (10 lines) in src/routes/settings.js:425", "shortDescription": {"text": "Commented-code block (10 lines) in src/routes/settings.js:425"}, "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-f153e910bbb5d091", "name": "Commented-code block (5 lines) in src/routes/returns.js:52", "shortDescription": {"text": "Commented-code block (5 lines) in src/routes/returns.js:52"}, "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-7cdf9a9c154b9808", "name": "Commented-code block (5 lines) in src/routes/invoices.js:227", "shortDescription": {"text": "Commented-code block (5 lines) in src/routes/invoices.js:227"}, "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-c04fd3ba9f8ad73e", "name": "Commented-code block (6 lines) in src/routes/production.js:375", "shortDescription": {"text": "Commented-code block (6 lines) in src/routes/production.js:375"}, "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-f7750d941751425c", "name": "Commented-code block (5 lines) in src/routes/stock.js:23", "shortDescription": {"text": "Commented-code block (5 lines) in src/routes/stock.js:23"}, "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-7ec0028ed433a5e5", "name": "Commented-code block (5 lines) in src/routes/reports.js:7", "shortDescription": {"text": "Commented-code block (5 lines) in src/routes/reports.js:7"}, "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-c61307b764fab74d", "name": "Legacy-named symbol `editorial_copy` in src/routes/catalogue.js:84", "shortDescription": {"text": "Legacy-named symbol `editorial_copy` in src/routes/catalogue.js:84"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9e2868ddd535d2c6", "name": "Commented-code block (5 lines) in src/routes/catalogue.js:201", "shortDescription": {"text": "Commented-code block (5 lines) in src/routes/catalogue.js:201"}, "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-ee6e1e685f8700fa", "name": "Commented-code block (5 lines) in src/routes/hr.js:646", "shortDescription": {"text": "Commented-code block (5 lines) in src/routes/hr.js:646"}, "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-0ad728a3996f2da6", "name": "Commented-code block (5 lines) in src/routes/dealers.js:29", "shortDescription": {"text": "Commented-code block (5 lines) in src/routes/dealers.js:29"}, "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-17465a6d1a519de5", "name": "Commented-code block (6 lines) in src/routes/tasks.js:16", "shortDescription": {"text": "Commented-code block (6 lines) in src/routes/tasks.js:16"}, "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-8475308985586f9c", "name": "Legacy-named symbol `days_old` in src/routes/visits.js:898", "shortDescription": {"text": "Legacy-named symbol `days_old` in src/routes/visits.js:898"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5c48966f284133ca", "name": "Commented-code block (5 lines) in src/routes/visits.js:130", "shortDescription": {"text": "Commented-code block (5 lines) in src/routes/visits.js:130"}, "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-c9e6984793a1fd46", "name": "Legacy-named symbol `editorial_copy` in src/db/index.js:446", "shortDescription": {"text": "Legacy-named symbol `editorial_copy` in src/db/index.js:446"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-50938c0242ed3990", "name": "Commented-code block (5 lines) in src/db/index.js:85", "shortDescription": {"text": "Commented-code block (5 lines) in src/db/index.js:85"}, "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-1b5a76780c3df9aa", "name": "1 env vars used in code but missing from .env.example", "shortDescription": {"text": "1 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `DISPLAY_TZ`. 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-cfbc2e2986461070", "name": "Dangling fetch: POST https://rest.alpha.fal.ai/storage/upload/initiate (src/utils/falai.js:135)", "shortDescription": {"text": "Dangling fetch: POST https://rest.alpha.fal.ai/storage/upload/initiate (src/utils/falai.js:135)"}, "fullDescription": {"text": "`src/utils/falai.js:135` calls `POST https://rest.alpha.fal.ai/storage/upload/initiate` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/https:/rest.alpha.fal.ai/storage/upload/initiate`\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-f02a079c69b52f2d", "name": "Unused endpoint: USE /", "shortDescription": {"text": "Unused endpoint: USE /"}, "fullDescription": {"text": "`src/app.js` declares `USE /` 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-4e480cf1bc736555", "name": "Unused endpoint: USE /users", "shortDescription": {"text": "Unused endpoint: USE /users"}, "fullDescription": {"text": "`src/app.js` declares `USE /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-a9f105921b302252", "name": "Unused endpoint: USE /locations", "shortDescription": {"text": "Unused endpoint: USE /locations"}, "fullDescription": {"text": "`src/app.js` declares `USE /locations` 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-9860e6655b7dabe6", "name": "Unused endpoint: USE /products", "shortDescription": {"text": "Unused endpoint: USE /products"}, "fullDescription": {"text": "`src/app.js` declares `USE /products` 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-290abf713a4ae6c2", "name": "Unused endpoint: USE /categories", "shortDescription": {"text": "Unused endpoint: USE /categories"}, "fullDescription": {"text": "`src/app.js` declares `USE /categories` 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-d4b40d5139884751", "name": "Unused endpoint: USE /raw-materials", "shortDescription": {"text": "Unused endpoint: USE /raw-materials"}, "fullDescription": {"text": "`src/app.js` declares `USE /raw-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-2482abd2b39fbff0", "name": "Unused endpoint: USE /suppliers", "shortDescription": {"text": "Unused endpoint: USE /suppliers"}, "fullDescription": {"text": "`src/app.js` declares `USE /suppliers` 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-06d534f62498d6e2", "name": "Unused endpoint: USE /fabric-cost", "shortDescription": {"text": "Unused endpoint: USE /fabric-cost"}, "fullDescription": {"text": "`src/app.js` declares `USE /fabric-cost` 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-f29f9bdfc54146dc", "name": "Unused endpoint: USE /expenses", "shortDescription": {"text": "Unused endpoint: USE /expenses"}, "fullDescription": {"text": "`src/app.js` declares `USE /expenses` 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-85975f330f271538", "name": "Unused endpoint: USE /production", "shortDescription": {"text": "Unused endpoint: USE /production"}, "fullDescription": {"text": "`src/app.js` declares `USE /production` 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-4647abe03862c99a", "name": "Unused endpoint: USE /stock", "shortDescription": {"text": "Unused endpoint: USE /stock"}, "fullDescription": {"text": "`src/app.js` declares `USE /stock` 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-6dd88a55aca17bf3", "name": "Unused endpoint: USE /dealers", "shortDescription": {"text": "Unused endpoint: USE /dealers"}, "fullDescription": {"text": "`src/app.js` declares `USE /dealers` 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-5ae98707ab814d41", "name": "Unused endpoint: USE /sales-orders", "shortDescription": {"text": "Unused endpoint: USE /sales-orders"}, "fullDescription": {"text": "`src/app.js` declares `USE /sales-orders` 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-04e49e46387e9672", "name": "Unused endpoint: USE /invoices", "shortDescription": {"text": "Unused endpoint: USE /invoices"}, "fullDescription": {"text": "`src/app.js` declares `USE /invoices` 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-38ffe423a6b9b24c", "name": "Unused endpoint: USE /payments", "shortDescription": {"text": "Unused endpoint: USE /payments"}, "fullDescription": {"text": "`src/app.js` declares `USE /payments` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ebab6d393f90a28e", "name": "Unused endpoint: USE /payment-modes", "shortDescription": {"text": "Unused endpoint: USE /payment-modes"}, "fullDescription": {"text": "`src/app.js` declares `USE /payment-modes` 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-0729552d51db136b", "name": "Unused endpoint: USE /dispatch", "shortDescription": {"text": "Unused endpoint: USE /dispatch"}, "fullDescription": {"text": "`src/app.js` declares `USE /dispatch` 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-81a5a08d92301ac8", "name": "Unused endpoint: USE /returns", "shortDescription": {"text": "Unused endpoint: USE /returns"}, "fullDescription": {"text": "`src/app.js` declares `USE /returns` 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-7a8f40a426fdfb45", "name": "Unused endpoint: USE /reports", "shortDescription": {"text": "Unused endpoint: USE /reports"}, "fullDescription": {"text": "`src/app.js` declares `USE /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-9ea8121ba8155047", "name": "Unused endpoint: USE /import", "shortDescription": {"text": "Unused endpoint: USE /import"}, "fullDescription": {"text": "`src/app.js` declares `USE /import` 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-d80629752210b855", "name": "Unused endpoint: USE /notifications", "shortDescription": {"text": "Unused endpoint: USE /notifications"}, "fullDescription": {"text": "`src/app.js` declares `USE /notifications` 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-2d1c70ac0e5ff085", "name": "Unused endpoint: USE /settings", "shortDescription": {"text": "Unused endpoint: USE /settings"}, "fullDescription": {"text": "`src/app.js` declares `USE /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-50fb790f98e01761", "name": "Unused endpoint: USE /purchasing", "shortDescription": {"text": "Unused endpoint: USE /purchasing"}, "fullDescription": {"text": "`src/app.js` declares `USE /purchasing` 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-2a82238f135d6d76", "name": "Unused endpoint: USE /activity", "shortDescription": {"text": "Unused endpoint: USE /activity"}, "fullDescription": {"text": "`src/app.js` declares `USE /activity` 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-7f42db8378a9f012", "name": "Unused endpoint: USE /hr", "shortDescription": {"text": "Unused endpoint: USE /hr"}, "fullDescription": {"text": "`src/app.js` declares `USE /hr` 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-a6cf8ec485249f75", "name": "Unused endpoint: USE /training", "shortDescription": {"text": "Unused endpoint: USE /training"}, "fullDescription": {"text": "`src/app.js` declares `USE /training` 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-aeb24c84b7e61e2d", "name": "Unused endpoint: USE /visits", "shortDescription": {"text": "Unused endpoint: USE /visits"}, "fullDescription": {"text": "`src/app.js` declares `USE /visits` 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-bcd26870d5c1931e", "name": "Unused endpoint: USE /tasks", "shortDescription": {"text": "Unused endpoint: USE /tasks"}, "fullDescription": {"text": "`src/app.js` declares `USE /tasks` 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-0d7386676a61b8d8", "name": "Unused endpoint: USE /admin-funds", "shortDescription": {"text": "Unused endpoint: USE /admin-funds"}, "fullDescription": {"text": "`src/app.js` declares `USE /admin-funds` 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-d937e28b1e44d51e", "name": "Unused endpoint: USE /catalogue", "shortDescription": {"text": "Unused endpoint: USE /catalogue"}, "fullDescription": {"text": "`src/app.js` declares `USE /catalogue` 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-1112f7bac42d2337", "name": "Unused endpoint: USE /mobile", "shortDescription": {"text": "Unused endpoint: USE /mobile"}, "fullDescription": {"text": "`src/app.js` declares `USE /mobile` 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-4a9eaee4802e614c", "name": "Unused endpoint: GET /_debug/whoami", "shortDescription": {"text": "Unused endpoint: GET /_debug/whoami"}, "fullDescription": {"text": "`src/app.js` declares `GET /_debug/whoami` 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": "`src/routes/settings.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-e34f02337c261a05", "name": "Unused endpoint: GET /branding", "shortDescription": {"text": "Unused endpoint: GET /branding"}, "fullDescription": {"text": "`src/routes/settings.js` declares `GET /branding` 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-dc023f3199b335fc", "name": "Unused endpoint: POST /branding", "shortDescription": {"text": "Unused endpoint: POST /branding"}, "fullDescription": {"text": "`src/routes/settings.js` declares `POST /branding` 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-b465c9a4b0054ef8", "name": "Unused endpoint: GET /msg91", "shortDescription": {"text": "Unused endpoint: GET /msg91"}, "fullDescription": {"text": "`src/routes/settings.js` declares `GET /msg91` 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-e394ddebce682493", "name": "Unused endpoint: GET /sms", "shortDescription": {"text": "Unused endpoint: GET /sms"}, "fullDescription": {"text": "`src/routes/settings.js` declares `GET /sms` 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-3d8851d02537151d", "name": "Unused endpoint: POST /sms", "shortDescription": {"text": "Unused endpoint: POST /sms"}, "fullDescription": {"text": "`src/routes/settings.js` declares `POST /sms` 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-e82fbe3728ddcdc0", "name": "Unused endpoint: GET /sms/health", "shortDescription": {"text": "Unused endpoint: GET /sms/health"}, "fullDescription": {"text": "`src/routes/settings.js` declares `GET /sms/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-85853260650e9cd5", "name": "Unused endpoint: GET /sms/recent", "shortDescription": {"text": "Unused endpoint: GET /sms/recent"}, "fullDescription": {"text": "`src/routes/settings.js` declares `GET /sms/recent` 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-5aa91d94716b5229", "name": "Unused endpoint: GET /sms/message/:gwId/state", "shortDescription": {"text": "Unused endpoint: GET /sms/message/:gwId/state"}, "fullDescription": {"text": "`src/routes/settings.js` declares `GET /sms/message/:gwId/state` 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-45c45555041fa74b", "name": "Unused endpoint: GET /system", "shortDescription": {"text": "Unused endpoint: GET /system"}, "fullDescription": {"text": "`src/routes/settings.js` declares `GET /system` 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-3c2564e2ea446c51", "name": "Unused endpoint: POST /system/check-updates", "shortDescription": {"text": "Unused endpoint: POST /system/check-updates"}, "fullDescription": {"text": "`src/routes/settings.js` declares `POST /system/check-updates` 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-c081042581c0c103", "name": "Unused endpoint: POST /system/backup-now", "shortDescription": {"text": "Unused endpoint: POST /system/backup-now"}, "fullDescription": {"text": "`src/routes/settings.js` declares `POST /system/backup-now` 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-b101649353b2fdcc", "name": "Unused endpoint: POST /system/update-now", "shortDescription": {"text": "Unused endpoint: POST /system/update-now"}, "fullDescription": {"text": "`src/routes/settings.js` declares `POST /system/update-now` 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-bc1292d92495dadd", "name": "Unused endpoint: GET /system/update-log", "shortDescription": {"text": "Unused endpoint: GET /system/update-log"}, "fullDescription": {"text": "`src/routes/settings.js` declares `GET /system/update-log` 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-053f6d0900c2ae41", "name": "Unused endpoint: GET /system/stats.json", "shortDescription": {"text": "Unused endpoint: GET /system/stats.json"}, "fullDescription": {"text": "`src/routes/settings.js` declares `GET /system/stats.json` 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-cccb0ffb186117aa", "name": "Unused endpoint: POST /sms/test", "shortDescription": {"text": "Unused endpoint: POST /sms/test"}, "fullDescription": {"text": "`src/routes/settings.js` declares `POST /sms/test` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c31bc3c0bf684b6a", "name": "Unused endpoint: GET /access", "shortDescription": {"text": "Unused endpoint: GET /access"}, "fullDescription": {"text": "`src/routes/settings.js` declares `GET /access` 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-25bf7bd11af387e9", "name": "Unused endpoint: POST /access/update", "shortDescription": {"text": "Unused endpoint: POST /access/update"}, "fullDescription": {"text": "`src/routes/settings.js` declares `POST /access/update` 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/20325"}, "properties": {"repository": "steven-patrick18/portal", "repoUrl": "https://github.com/steven-patrick18/portal", "branch": "main"}, "results": [{"ruleId": "scanner-65e78b8fe0a66de4", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 server.js:17"}, "properties": {"repobilityId": "a9deebb5fdc93edc", "scanner": "scanner-primary", "fingerprint": "65e78b8fe0a66de4", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-b75cf7a23e0c5e8e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/app.js:16"}, "properties": {"repobilityId": "048d28b703b8ecc0", "scanner": "scanner-primary", "fingerprint": "b75cf7a23e0c5e8e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-b4c82d38fce212d6", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/db/seedDemo.js:11"}, "properties": {"repobilityId": "8eed16c338e0b62b", "scanner": "scanner-primary", "fingerprint": "b4c82d38fce212d6", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-79b939bf60379412", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/db/index.js:920"}, "properties": {"repobilityId": "b2947689c191ffa2", "scanner": "scanner-primary", "fingerprint": "79b939bf60379412", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-34d4d05d7e4f8821", "level": "warning", "message": {"text": "Privileged port 2 in use"}, "properties": {"repobilityId": "755b04866010e843", "scanner": "scanner-primary", "fingerprint": "34d4d05d7e4f8821", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "install.sh"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-aa5604f6379cc834", "level": "warning", "message": {"text": "Privileged port 30 in use"}, "properties": {"repobilityId": "54f172e7d16fc662", "scanner": "scanner-primary", "fingerprint": "aa5604f6379cc834", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "install.sh"}, "region": {"startLine": 1}}}]}, {"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-a69371418f219445", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/js/app.js:30"}, "properties": {"repobilityId": "20ef8ff0d2135a46", "scanner": "scanner-primary", "fingerprint": "a69371418f219445", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "public/js/app.js"}, "region": {"startLine": 30}}}]}, {"ruleId": "scanner-1d8a817a75a1ce1a", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/routes/settings.js:184"}, "properties": {"repobilityId": "185fbef68f567dac", "scanner": "scanner-primary", "fingerprint": "1d8a817a75a1ce1a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/routes/settings.js"}, "region": {"startLine": 184}}}]}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"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-d84730423500daed", "level": "note", "message": {"text": "Very large file: src/routes/hr.js (848 lines)"}, "properties": {"repobilityId": "16a49c3529ce0072", "scanner": "scanner-primary", "fingerprint": "d84730423500daed", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-b3891792145bdd4f", "level": "note", "message": {"text": "Very large file: src/routes/visits.js (1075 lines)"}, "properties": {"repobilityId": "909d70a5c08364c9", "scanner": "scanner-primary", "fingerprint": "b3891792145bdd4f", "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": "8797d396b614e411", "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": "fef0ab97ca67d987", "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": "4e72dcda09104cbf", "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": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "e8f90bfee040df12", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "11044a3eb94a3490", "scanner": "scanner-primary", "fingerprint": "ea8f3013f588db25", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-8424db9c75e04ba4", "level": "none", "message": {"text": "Very short observed git history"}, "properties": {"repobilityId": "e50deb8edff35f96", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-2fd35a59bb571db7", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app.js:37"}, "properties": {"repobilityId": "d0fac3a669fbee87", "scanner": "scanner-primary", "fingerprint": "2fd35a59bb571db7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-93baeafbb0a5ec6d", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/middleware/permissions.js:27"}, "properties": {"repobilityId": "dfd92216d79de32a", "scanner": "scanner-primary", "fingerprint": "93baeafbb0a5ec6d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c79295eb317e4e1c", "level": "note", "message": {"text": "Legacy-named symbol `editorial_copy` in src/utils/cataloguePdf.js:105"}, "properties": {"repobilityId": "273a93fefb9838cd", "scanner": "scanner-primary", "fingerprint": "c79295eb317e4e1c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-02894d891de9669f", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/utils/cataloguePdf.js:3"}, "properties": {"repobilityId": "e940c40b35dcc5e0", "scanner": "scanner-primary", "fingerprint": "02894d891de9669f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a917d73154605639", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/utils/falai.js:43"}, "properties": {"repobilityId": "c555029c72a74fcb", "scanner": "scanner-primary", "fingerprint": "a917d73154605639", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a47cc7c98e0d6e4c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/utils/falai.js:135"}, "properties": {"repobilityId": "65091bf264558f15", "scanner": "scanner-primary", "fingerprint": "a47cc7c98e0d6e4c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-42df3b91dc5bc148", "level": "note", "message": {"text": "Legacy-named symbol `editorial_copy` in src/utils/cataloguePipeline.js:463"}, "properties": {"repobilityId": "7218215216cc1fde", "scanner": "scanner-primary", "fingerprint": "42df3b91dc5bc148", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-01c0f3cb091fab75", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/utils/cataloguePipeline.js:3"}, "properties": {"repobilityId": "5a1d859b717355d1", "scanner": "scanner-primary", "fingerprint": "01c0f3cb091fab75", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b7ff3ce3fb731560", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/utils/format.js:16"}, "properties": {"repobilityId": "d1505ca1ea3ae816", "scanner": "scanner-primary", "fingerprint": "b7ff3ce3fb731560", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6228f38e298097b7", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/utils/stock.js:1"}, "properties": {"repobilityId": "575474045a50ce92", "scanner": "scanner-primary", "fingerprint": "6228f38e298097b7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-18270edc375b5555", "level": "none", "message": {"text": "Commented-code block (12 lines) in src/utils/audit.js:3"}, "properties": {"repobilityId": "1802b72fe732c4bb", "scanner": "scanner-primary", "fingerprint": "18270edc375b5555", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-46347fd7287b7b08", "level": "none", "message": {"text": "Commented-code block (10 lines) in src/routes/settings.js:425"}, "properties": {"repobilityId": "00f9cf42ac07bb06", "scanner": "scanner-primary", "fingerprint": "46347fd7287b7b08", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f153e910bbb5d091", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/routes/returns.js:52"}, "properties": {"repobilityId": "a6d0ac8e881114af", "scanner": "scanner-primary", "fingerprint": "f153e910bbb5d091", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7cdf9a9c154b9808", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/routes/invoices.js:227"}, "properties": {"repobilityId": "825fc3fa2e10a217", "scanner": "scanner-primary", "fingerprint": "7cdf9a9c154b9808", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c04fd3ba9f8ad73e", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/routes/production.js:375"}, "properties": {"repobilityId": "e9cce12fcfa5ae10", "scanner": "scanner-primary", "fingerprint": "c04fd3ba9f8ad73e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f7750d941751425c", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/routes/stock.js:23"}, "properties": {"repobilityId": "f188e335f070c713", "scanner": "scanner-primary", "fingerprint": "f7750d941751425c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7ec0028ed433a5e5", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/routes/reports.js:7"}, "properties": {"repobilityId": "293b8e4fe6dd4c1e", "scanner": "scanner-primary", "fingerprint": "7ec0028ed433a5e5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c61307b764fab74d", "level": "note", "message": {"text": "Legacy-named symbol `editorial_copy` in src/routes/catalogue.js:84"}, "properties": {"repobilityId": "f93feb20587ab1ce", "scanner": "scanner-primary", "fingerprint": "c61307b764fab74d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-9e2868ddd535d2c6", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/routes/catalogue.js:201"}, "properties": {"repobilityId": "3ceea2dd8d9449d5", "scanner": "scanner-primary", "fingerprint": "9e2868ddd535d2c6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ee6e1e685f8700fa", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/routes/hr.js:646"}, "properties": {"repobilityId": "c773f8ba4b336dc3", "scanner": "scanner-primary", "fingerprint": "ee6e1e685f8700fa", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0ad728a3996f2da6", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/routes/dealers.js:29"}, "properties": {"repobilityId": "06674918d36624e2", "scanner": "scanner-primary", "fingerprint": "0ad728a3996f2da6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-17465a6d1a519de5", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/routes/tasks.js:16"}, "properties": {"repobilityId": "46853e3debb14afa", "scanner": "scanner-primary", "fingerprint": "17465a6d1a519de5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8475308985586f9c", "level": "note", "message": {"text": "Legacy-named symbol `days_old` in src/routes/visits.js:898"}, "properties": {"repobilityId": "648dc24897abe960", "scanner": "scanner-primary", "fingerprint": "8475308985586f9c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-5c48966f284133ca", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/routes/visits.js:130"}, "properties": {"repobilityId": "c23c2b9890e9f9c7", "scanner": "scanner-primary", "fingerprint": "5c48966f284133ca", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c9e6984793a1fd46", "level": "note", "message": {"text": "Legacy-named symbol `editorial_copy` in src/db/index.js:446"}, "properties": {"repobilityId": "5910bac18266cac4", "scanner": "scanner-primary", "fingerprint": "c9e6984793a1fd46", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-50938c0242ed3990", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/db/index.js:85"}, "properties": {"repobilityId": "b29fcdee707aa13f", "scanner": "scanner-primary", "fingerprint": "50938c0242ed3990", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1b5a76780c3df9aa", "level": "none", "message": {"text": "1 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "d04379b337b44a15", "scanner": "scanner-primary", "fingerprint": "1b5a76780c3df9aa", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-cfbc2e2986461070", "level": "error", "message": {"text": "Dangling fetch: POST https://rest.alpha.fal.ai/storage/upload/initiate (src/utils/falai.js:135)"}, "properties": {"repobilityId": "1739da74b3499c62", "scanner": "scanner-primary", "fingerprint": "cfbc2e2986461070", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-f02a079c69b52f2d", "level": "note", "message": {"text": "Unused endpoint: USE /"}, "properties": {"repobilityId": "b5dd6e1becfdf3f9", "scanner": "scanner-primary", "fingerprint": "f02a079c69b52f2d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4e480cf1bc736555", "level": "note", "message": {"text": "Unused endpoint: USE /users"}, "properties": {"repobilityId": "4b0b108bd140b26b", "scanner": "scanner-primary", "fingerprint": "4e480cf1bc736555", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a9f105921b302252", "level": "note", "message": {"text": "Unused endpoint: USE /locations"}, "properties": {"repobilityId": "1238ae40c3644353", "scanner": "scanner-primary", "fingerprint": "a9f105921b302252", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9860e6655b7dabe6", "level": "note", "message": {"text": "Unused endpoint: USE /products"}, "properties": {"repobilityId": "ab8c02b5d2deb5ac", "scanner": "scanner-primary", "fingerprint": "9860e6655b7dabe6", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-290abf713a4ae6c2", "level": "note", "message": {"text": "Unused endpoint: USE /categories"}, "properties": {"repobilityId": "1232daa9b4138dd8", "scanner": "scanner-primary", "fingerprint": "290abf713a4ae6c2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d4b40d5139884751", "level": "note", "message": {"text": "Unused endpoint: USE /raw-materials"}, "properties": {"repobilityId": "6f52332d9320cf70", "scanner": "scanner-primary", "fingerprint": "d4b40d5139884751", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2482abd2b39fbff0", "level": "note", "message": {"text": "Unused endpoint: USE /suppliers"}, "properties": {"repobilityId": "1ff5d27bb3e72994", "scanner": "scanner-primary", "fingerprint": "2482abd2b39fbff0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-06d534f62498d6e2", "level": "note", "message": {"text": "Unused endpoint: USE /fabric-cost"}, "properties": {"repobilityId": "ecacd29506c22fea", "scanner": "scanner-primary", "fingerprint": "06d534f62498d6e2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f29f9bdfc54146dc", "level": "note", "message": {"text": "Unused endpoint: USE /expenses"}, "properties": {"repobilityId": "bfe06aa49a8c6c8f", "scanner": "scanner-primary", "fingerprint": "f29f9bdfc54146dc", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-85975f330f271538", "level": "note", "message": {"text": "Unused endpoint: USE /production"}, "properties": {"repobilityId": "670bffc230cde21e", "scanner": "scanner-primary", "fingerprint": "85975f330f271538", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4647abe03862c99a", "level": "note", "message": {"text": "Unused endpoint: USE /stock"}, "properties": {"repobilityId": "10f0895750617882", "scanner": "scanner-primary", "fingerprint": "4647abe03862c99a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6dd88a55aca17bf3", "level": "note", "message": {"text": "Unused endpoint: USE /dealers"}, "properties": {"repobilityId": "d258ee371220e0f9", "scanner": "scanner-primary", "fingerprint": "6dd88a55aca17bf3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5ae98707ab814d41", "level": "note", "message": {"text": "Unused endpoint: USE /sales-orders"}, "properties": {"repobilityId": "1ec48e570a243a37", "scanner": "scanner-primary", "fingerprint": "5ae98707ab814d41", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-04e49e46387e9672", "level": "note", "message": {"text": "Unused endpoint: USE /invoices"}, "properties": {"repobilityId": "7ea5b696cf85fb6b", "scanner": "scanner-primary", "fingerprint": "04e49e46387e9672", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-38ffe423a6b9b24c", "level": "note", "message": {"text": "Unused endpoint: USE /payments"}, "properties": {"repobilityId": "083e1b2631523169", "scanner": "scanner-primary", "fingerprint": "38ffe423a6b9b24c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ebab6d393f90a28e", "level": "note", "message": {"text": "Unused endpoint: USE /payment-modes"}, "properties": {"repobilityId": "ba9245f14bb2c1a4", "scanner": "scanner-primary", "fingerprint": "ebab6d393f90a28e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0729552d51db136b", "level": "note", "message": {"text": "Unused endpoint: USE /dispatch"}, "properties": {"repobilityId": "b081795e1f4822c2", "scanner": "scanner-primary", "fingerprint": "0729552d51db136b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-81a5a08d92301ac8", "level": "note", "message": {"text": "Unused endpoint: USE /returns"}, "properties": {"repobilityId": "84030d382b4699e4", "scanner": "scanner-primary", "fingerprint": "81a5a08d92301ac8", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7a8f40a426fdfb45", "level": "note", "message": {"text": "Unused endpoint: USE /reports"}, "properties": {"repobilityId": "6eff52ece4dd8c61", "scanner": "scanner-primary", "fingerprint": "7a8f40a426fdfb45", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9ea8121ba8155047", "level": "note", "message": {"text": "Unused endpoint: USE /import"}, "properties": {"repobilityId": "537d751382ada662", "scanner": "scanner-primary", "fingerprint": "9ea8121ba8155047", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d80629752210b855", "level": "note", "message": {"text": "Unused endpoint: USE /notifications"}, "properties": {"repobilityId": "4784c628314cb5d9", "scanner": "scanner-primary", "fingerprint": "d80629752210b855", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2d1c70ac0e5ff085", "level": "note", "message": {"text": "Unused endpoint: USE /settings"}, "properties": {"repobilityId": "7fd7f553c7197ea9", "scanner": "scanner-primary", "fingerprint": "2d1c70ac0e5ff085", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-50fb790f98e01761", "level": "note", "message": {"text": "Unused endpoint: USE /purchasing"}, "properties": {"repobilityId": "4d7da0ace8a5c2c0", "scanner": "scanner-primary", "fingerprint": "50fb790f98e01761", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2a82238f135d6d76", "level": "note", "message": {"text": "Unused endpoint: USE /activity"}, "properties": {"repobilityId": "7e3445b506ed2d20", "scanner": "scanner-primary", "fingerprint": "2a82238f135d6d76", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7f42db8378a9f012", "level": "note", "message": {"text": "Unused endpoint: USE /hr"}, "properties": {"repobilityId": "a737802ec5d896dd", "scanner": "scanner-primary", "fingerprint": "7f42db8378a9f012", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a6cf8ec485249f75", "level": "note", "message": {"text": "Unused endpoint: USE /training"}, "properties": {"repobilityId": "d9853f18428f56be", "scanner": "scanner-primary", "fingerprint": "a6cf8ec485249f75", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-aeb24c84b7e61e2d", "level": "note", "message": {"text": "Unused endpoint: USE /visits"}, "properties": {"repobilityId": "ccfc9a2fc38fcfdd", "scanner": "scanner-primary", "fingerprint": "aeb24c84b7e61e2d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-bcd26870d5c1931e", "level": "note", "message": {"text": "Unused endpoint: USE /tasks"}, "properties": {"repobilityId": "ad0186b81f69af7c", "scanner": "scanner-primary", "fingerprint": "bcd26870d5c1931e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0d7386676a61b8d8", "level": "note", "message": {"text": "Unused endpoint: USE /admin-funds"}, "properties": {"repobilityId": "475709aebffa8f02", "scanner": "scanner-primary", "fingerprint": "0d7386676a61b8d8", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d937e28b1e44d51e", "level": "note", "message": {"text": "Unused endpoint: USE /catalogue"}, "properties": {"repobilityId": "5ef09adacaf2f09a", "scanner": "scanner-primary", "fingerprint": "d937e28b1e44d51e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1112f7bac42d2337", "level": "note", "message": {"text": "Unused endpoint: USE /mobile"}, "properties": {"repobilityId": "2156b44fcea207db", "scanner": "scanner-primary", "fingerprint": "1112f7bac42d2337", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4a9eaee4802e614c", "level": "note", "message": {"text": "Unused endpoint: GET /_debug/whoami"}, "properties": {"repobilityId": "55f5e2451c0c531d", "scanner": "scanner-primary", "fingerprint": "4a9eaee4802e614c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5baa8971ebe192a1", "level": "note", "message": {"text": "Unused endpoint: GET /"}, "properties": {"repobilityId": "dab93da2949cf105", "scanner": "scanner-primary", "fingerprint": "5baa8971ebe192a1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e34f02337c261a05", "level": "note", "message": {"text": "Unused endpoint: GET /branding"}, "properties": {"repobilityId": "f9e779752b86023f", "scanner": "scanner-primary", "fingerprint": "e34f02337c261a05", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-dc023f3199b335fc", "level": "note", "message": {"text": "Unused endpoint: POST /branding"}, "properties": {"repobilityId": "ebd045277f964bb3", "scanner": "scanner-primary", "fingerprint": "dc023f3199b335fc", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b465c9a4b0054ef8", "level": "note", "message": {"text": "Unused endpoint: GET /msg91"}, "properties": {"repobilityId": "4576ac3bf2ae8deb", "scanner": "scanner-primary", "fingerprint": "b465c9a4b0054ef8", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e394ddebce682493", "level": "note", "message": {"text": "Unused endpoint: GET /sms"}, "properties": {"repobilityId": "0630c2c66e95d600", "scanner": "scanner-primary", "fingerprint": "e394ddebce682493", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3d8851d02537151d", "level": "note", "message": {"text": "Unused endpoint: POST /sms"}, "properties": {"repobilityId": "45cd7a870c0b56ae", "scanner": "scanner-primary", "fingerprint": "3d8851d02537151d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e82fbe3728ddcdc0", "level": "note", "message": {"text": "Unused endpoint: GET /sms/health"}, "properties": {"repobilityId": "b13cae7a50e8b8b1", "scanner": "scanner-primary", "fingerprint": "e82fbe3728ddcdc0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-85853260650e9cd5", "level": "note", "message": {"text": "Unused endpoint: GET /sms/recent"}, "properties": {"repobilityId": "e628e3cd7aae4521", "scanner": "scanner-primary", "fingerprint": "85853260650e9cd5", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5aa91d94716b5229", "level": "note", "message": {"text": "Unused endpoint: GET /sms/message/:gwId/state"}, "properties": {"repobilityId": "bb050eafab68fe52", "scanner": "scanner-primary", "fingerprint": "5aa91d94716b5229", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-45c45555041fa74b", "level": "note", "message": {"text": "Unused endpoint: GET /system"}, "properties": {"repobilityId": "92c12af5a85f6742", "scanner": "scanner-primary", "fingerprint": "45c45555041fa74b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3c2564e2ea446c51", "level": "note", "message": {"text": "Unused endpoint: POST /system/check-updates"}, "properties": {"repobilityId": "b0aee34b14d80ae1", "scanner": "scanner-primary", "fingerprint": "3c2564e2ea446c51", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c081042581c0c103", "level": "note", "message": {"text": "Unused endpoint: POST /system/backup-now"}, "properties": {"repobilityId": "515bc17b7377a1c0", "scanner": "scanner-primary", "fingerprint": "c081042581c0c103", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b101649353b2fdcc", "level": "note", "message": {"text": "Unused endpoint: POST /system/update-now"}, "properties": {"repobilityId": "84d24fef872c6f23", "scanner": "scanner-primary", "fingerprint": "b101649353b2fdcc", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-bc1292d92495dadd", "level": "note", "message": {"text": "Unused endpoint: GET /system/update-log"}, "properties": {"repobilityId": "9e2d2ee90d6d259f", "scanner": "scanner-primary", "fingerprint": "bc1292d92495dadd", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-053f6d0900c2ae41", "level": "note", "message": {"text": "Unused endpoint: GET /system/stats.json"}, "properties": {"repobilityId": "529a9c3d8f668e43", "scanner": "scanner-primary", "fingerprint": "053f6d0900c2ae41", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-cccb0ffb186117aa", "level": "note", "message": {"text": "Unused endpoint: POST /sms/test"}, "properties": {"repobilityId": "e83af1776000371a", "scanner": "scanner-primary", "fingerprint": "cccb0ffb186117aa", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c31bc3c0bf684b6a", "level": "note", "message": {"text": "Unused endpoint: GET /access"}, "properties": {"repobilityId": "166e3140c2117f3c", "scanner": "scanner-primary", "fingerprint": "c31bc3c0bf684b6a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-25bf7bd11af387e9", "level": "note", "message": {"text": "Unused endpoint: POST /access/update"}, "properties": {"repobilityId": "2204faef07b1060e", "scanner": "scanner-primary", "fingerprint": "25bf7bd11af387e9", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}