{"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-4395aa2916f5c8d2", "name": "Stray `console.log` in TS/JS \u2014 src/stores/app.ts:100", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/stores/app.ts:100"}, "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-84d96b73aaea2f70", "name": "Icon-only button without accessible name \u2014 src/views/Cart.vue:132", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/views/Cart.vue:132"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d63da3583b14afc0", "name": "Dockerfile runs as root: Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8987d6d1c30c7202", "name": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-317932093ccf0181", "name": "Docker base image is tag-pinned but not digest-pinned: nginx:1.27-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: nginx:1.27-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-aa5acaa49eb8315b", "name": "Containers defined but no K8s/orchestration manifest found", "shortDescription": {"text": "Containers defined but no K8s/orchestration manifest found"}, "fullDescription": {"text": "Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a510c61a64291a9c", "name": "Insecure pattern 'local_storage_auth_token' in src/stores/userAuth.ts:27", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in src/stores/userAuth.ts:27"}, "fullDescription": {"text": "Found a known-risky pattern (local_storage_auth_token). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d769e9352ce296ca", "name": "Possible secret in src/i18n/messages-zh-cn.ts", "shortDescription": {"text": "Possible secret in src/i18n/messages-zh-cn.ts"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-5d45cffc931ebd67", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/utils/content.ts:197", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/utils/content.ts:197"}, "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-a88ab73165586b01", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/utils/customScripts.ts:60", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/utils/customScripts.ts:60"}, "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-f0bfb72991579fdd", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/components/captcha/TurnstileCaptcha.vue:75", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/components/captcha/TurnstileCaptcha.vue:75"}, "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-9624da2cdb9455d7", "name": "Insecure pattern 'vue_v_html' in src/views/BlogDetail.vue:65", "shortDescription": {"text": "Insecure pattern 'vue_v_html' in src/views/BlogDetail.vue:65"}, "fullDescription": {"text": "Found a known-risky pattern (vue_v_html). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e566c61727c90827", "name": "Insecure pattern 'vue_v_html' in src/views/GuestOrderDetail.vue:202", "shortDescription": {"text": "Insecure pattern 'vue_v_html' in src/views/GuestOrderDetail.vue:202"}, "fullDescription": {"text": "Found a known-risky pattern (vue_v_html). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-9649ee8707244c31", "name": "Insecure pattern 'vue_v_html' in src/views/OrderDetail.vue:203", "shortDescription": {"text": "Insecure pattern 'vue_v_html' in src/views/OrderDetail.vue:203"}, "fullDescription": {"text": "Found a known-risky pattern (vue_v_html). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-cef90c06f44b11f9", "name": "Insecure pattern 'vue_v_html' in src/views/Legal.vue:21", "shortDescription": {"text": "Insecure pattern 'vue_v_html' in src/views/Legal.vue:21"}, "fullDescription": {"text": "Found a known-risky pattern (vue_v_html). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-060f2eb5332873d4", "name": "Insecure pattern 'vue_v_html' in src/views/ProductDetail.vue:370", "shortDescription": {"text": "Insecure pattern 'vue_v_html' in src/views/ProductDetail.vue:370"}, "fullDescription": {"text": "Found a known-risky pattern (vue_v_html). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b2c33d5f53aaad9a", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/views/auth/Login.vue:383", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/views/auth/Login.vue:383"}, "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-7cf85bea8f108fe6", "name": "Possible secret in src/views/personal/SecurityPanel.vue", "shortDescription": {"text": "Possible secret in src/views/personal/SecurityPanel.vue"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-5a50ed6bb76e2eb1", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/views/personal/SecurityPanel.vue:333", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/views/personal/SecurityPanel.vue:333"}, "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-537590f2413035d2", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d1aca37e957c6e14", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "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 53 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-11825279136b53a3", "name": "CI is configured but no tests are detected", "shortDescription": {"text": "CI is configured but no tests are detected"}, "fullDescription": {"text": "A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing tests. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e725d2ab884fbd49", "name": "Multiple root agent instruction files without precedence", "shortDescription": {"text": "Multiple root agent instruction files without precedence"}, "fullDescription": {"text": "The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7547b487e2ad3f03", "name": "Legacy-named symbol `set_without_old` in src/stores/userAuth.ts:125", "shortDescription": {"text": "Legacy-named symbol `set_without_old` in src/stores/userAuth.ts:125"}, "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-a969e9c71bdb9c81", "name": "Legacy-named symbol `set_without_old` in src/api/types.ts:11", "shortDescription": {"text": "Legacy-named symbol `set_without_old` in src/api/types.ts:11"}, "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-6e495f867a913b36", "name": "Commented-code block (5 lines) in src/utils/i18n-lite.ts:5", "shortDescription": {"text": "Commented-code block (5 lines) in src/utils/i18n-lite.ts:5"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-2821a12a799c33df", "name": "Commented-code block (6 lines) in src/utils/blogCategories.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/utils/blogCategories.ts: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-b0821bd98056bae2", "name": "Unused endpoint: POST /auth/send-verify-code", "shortDescription": {"text": "Unused endpoint: POST /auth/send-verify-code"}, "fullDescription": {"text": "`src/api/auth.ts` declares `POST /auth/send-verify-code` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8292c0931391749a", "name": "Unused endpoint: POST /auth/register", "shortDescription": {"text": "Unused endpoint: POST /auth/register"}, "fullDescription": {"text": "`src/api/auth.ts` declares `POST /auth/register` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8fdbacfe9430a6ed", "name": "Unused endpoint: POST /auth/login", "shortDescription": {"text": "Unused endpoint: POST /auth/login"}, "fullDescription": {"text": "`src/api/auth.ts` declares `POST /auth/login` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6fc0132c12eda7cc", "name": "Unused endpoint: POST /auth/telegram/login", "shortDescription": {"text": "Unused endpoint: POST /auth/telegram/login"}, "fullDescription": {"text": "`src/api/auth.ts` declares `POST /auth/telegram/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-dfaaa43116201708", "name": "Unused endpoint: POST /auth/telegram/miniapp/login", "shortDescription": {"text": "Unused endpoint: POST /auth/telegram/miniapp/login"}, "fullDescription": {"text": "`src/api/auth.ts` declares `POST /auth/telegram/miniapp/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-e2fe5b92648ca462", "name": "Unused endpoint: POST /auth/forgot-password", "shortDescription": {"text": "Unused endpoint: POST /auth/forgot-password"}, "fullDescription": {"text": "`src/api/auth.ts` declares `POST /auth/forgot-password` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c3d36e204aacdd3e", "name": "Unused endpoint: GET /public/captcha/image", "shortDescription": {"text": "Unused endpoint: GET /public/captcha/image"}, "fullDescription": {"text": "`src/api/auth.ts` declares `GET /public/captcha/image` 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-1701038f051ee34b", "name": "Unused endpoint: GET /public/config", "shortDescription": {"text": "Unused endpoint: GET /public/config"}, "fullDescription": {"text": "`src/api/auth.ts` declares `GET /public/config` 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-fd1dc91abf32142d", "name": "Unused endpoint: GET /me", "shortDescription": {"text": "Unused endpoint: GET /me"}, "fullDescription": {"text": "`src/api/user.ts` declares `GET /me` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8278de86a4433a1d", "name": "Unused endpoint: GET /me/login-logs", "shortDescription": {"text": "Unused endpoint: GET /me/login-logs"}, "fullDescription": {"text": "`src/api/user.ts` declares `GET /me/login-logs` 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-cf2ccf6201808343", "name": "Unused endpoint: PUT /me/profile", "shortDescription": {"text": "Unused endpoint: PUT /me/profile"}, "fullDescription": {"text": "`src/api/user.ts` declares `PUT /me/profile` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2c8a862d345b5c83", "name": "Unused endpoint: POST /me/email/send-verify-code", "shortDescription": {"text": "Unused endpoint: POST /me/email/send-verify-code"}, "fullDescription": {"text": "`src/api/user.ts` declares `POST /me/email/send-verify-code` 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-7db4f200757f0cf4", "name": "Unused endpoint: POST /me/email/change", "shortDescription": {"text": "Unused endpoint: POST /me/email/change"}, "fullDescription": {"text": "`src/api/user.ts` declares `POST /me/email/change` 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-a0c590d074465035", "name": "Unused endpoint: PUT /me/password", "shortDescription": {"text": "Unused endpoint: PUT /me/password"}, "fullDescription": {"text": "`src/api/user.ts` declares `PUT /me/password` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b04f64afef270742", "name": "Unused endpoint: GET /me/telegram", "shortDescription": {"text": "Unused endpoint: GET /me/telegram"}, "fullDescription": {"text": "`src/api/user.ts` declares `GET /me/telegram` 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-8f8432c4d1f3c0a3", "name": "Unused endpoint: POST /me/telegram/bind", "shortDescription": {"text": "Unused endpoint: POST /me/telegram/bind"}, "fullDescription": {"text": "`src/api/user.ts` declares `POST /me/telegram/bind` 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-32f0eea4fce4e962", "name": "Unused endpoint: POST /me/telegram/miniapp/bind", "shortDescription": {"text": "Unused endpoint: POST /me/telegram/miniapp/bind"}, "fullDescription": {"text": "`src/api/user.ts` declares `POST /me/telegram/miniapp/bind` 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-3757c62d4e0aa41e", "name": "Unused endpoint: DELETE /me/telegram/unbind", "shortDescription": {"text": "Unused endpoint: DELETE /me/telegram/unbind"}, "fullDescription": {"text": "`src/api/user.ts` declares `DELETE /me/telegram/unbind` 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-4eb141123cfc8457", "name": "Unused endpoint: GET /public/products", "shortDescription": {"text": "Unused endpoint: GET /public/products"}, "fullDescription": {"text": "`src/api/product.ts` declares `GET /public/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-82c74394875b1dd2", "name": "Unused endpoint: GET /public/posts", "shortDescription": {"text": "Unused endpoint: GET /public/posts"}, "fullDescription": {"text": "`src/api/product.ts` declares `GET /public/posts` 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-ba66f47ccecc178f", "name": "Unused endpoint: GET /public/banners", "shortDescription": {"text": "Unused endpoint: GET /public/banners"}, "fullDescription": {"text": "`src/api/product.ts` declares `GET /public/banners` 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-b8e4cce5d77b7eda", "name": "Unused endpoint: GET /public/categories", "shortDescription": {"text": "Unused endpoint: GET /public/categories"}, "fullDescription": {"text": "`src/api/product.ts` declares `GET /public/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-a45f11a41b740b56", "name": "Unused endpoint: GET /public/member-levels", "shortDescription": {"text": "Unused endpoint: GET /public/member-levels"}, "fullDescription": {"text": "`src/api/product.ts` declares `GET /public/member-levels` 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-12221004b7d518d1", "name": "Unused endpoint: POST /public/affiliate/click", "shortDescription": {"text": "Unused endpoint: POST /public/affiliate/click"}, "fullDescription": {"text": "`src/api/affiliate.ts` declares `POST /public/affiliate/click` 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-219e85e3a1e75620", "name": "Unused endpoint: POST /affiliate/open", "shortDescription": {"text": "Unused endpoint: POST /affiliate/open"}, "fullDescription": {"text": "`src/api/affiliate.ts` declares `POST /affiliate/open` 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-92619069a77d08ed", "name": "Unused endpoint: GET /affiliate/dashboard", "shortDescription": {"text": "Unused endpoint: GET /affiliate/dashboard"}, "fullDescription": {"text": "`src/api/affiliate.ts` declares `GET /affiliate/dashboard` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5240470c90db607f", "name": "Unused endpoint: GET /affiliate/commissions", "shortDescription": {"text": "Unused endpoint: GET /affiliate/commissions"}, "fullDescription": {"text": "`src/api/affiliate.ts` declares `GET /affiliate/commissions` 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-8af2f31d4d717332", "name": "Unused endpoint: GET /affiliate/withdraws", "shortDescription": {"text": "Unused endpoint: GET /affiliate/withdraws"}, "fullDescription": {"text": "`src/api/affiliate.ts` declares `GET /affiliate/withdraws` 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-3d5feda50c757159", "name": "Unused endpoint: POST /affiliate/withdraws", "shortDescription": {"text": "Unused endpoint: POST /affiliate/withdraws"}, "fullDescription": {"text": "`src/api/affiliate.ts` declares `POST /affiliate/withdraws` 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-d2abcd400dfbee4f", "name": "Unused endpoint: POST /wallet/payment-channels", "shortDescription": {"text": "Unused endpoint: POST /wallet/payment-channels"}, "fullDescription": {"text": "`src/api/wallet.ts` declares `POST /wallet/payment-channels` 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-38fe8bc38bc8d2df", "name": "Unused endpoint: GET /wallet", "shortDescription": {"text": "Unused endpoint: GET /wallet"}, "fullDescription": {"text": "`src/api/wallet.ts` declares `GET /wallet` 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-4d7ee1f52577b2af", "name": "Unused endpoint: GET /wallet/transactions", "shortDescription": {"text": "Unused endpoint: GET /wallet/transactions"}, "fullDescription": {"text": "`src/api/wallet.ts` declares `GET /wallet/transactions` 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-605b239d158b7b7f", "name": "Unused endpoint: POST /wallet/recharge", "shortDescription": {"text": "Unused endpoint: POST /wallet/recharge"}, "fullDescription": {"text": "`src/api/wallet.ts` declares `POST /wallet/recharge` 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-0270c99c5e1b356d", "name": "Unused endpoint: GET /wallet/recharges", "shortDescription": {"text": "Unused endpoint: GET /wallet/recharges"}, "fullDescription": {"text": "`src/api/wallet.ts` declares `GET /wallet/recharges` 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-1a75825389f6d938", "name": "Unused endpoint: POST /gift-cards/redeem", "shortDescription": {"text": "Unused endpoint: POST /gift-cards/redeem"}, "fullDescription": {"text": "`src/api/wallet.ts` declares `POST /gift-cards/redeem` 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-6184172d91358858", "name": "Unused endpoint: GET /api-credential", "shortDescription": {"text": "Unused endpoint: GET /api-credential"}, "fullDescription": {"text": "`src/api/credential.ts` declares `GET /api-credential` 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-9fb7296d0e6908e0", "name": "Unused endpoint: POST /api-credential/apply", "shortDescription": {"text": "Unused endpoint: POST /api-credential/apply"}, "fullDescription": {"text": "`src/api/credential.ts` declares `POST /api-credential/apply` 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-cb6697fbe0c283cd", "name": "Unused endpoint: POST /api-credential/regenerate", "shortDescription": {"text": "Unused endpoint: POST /api-credential/regenerate"}, "fullDescription": {"text": "`src/api/credential.ts` declares `POST /api-credential/regenerate` 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-697058f9e7b5d51a", "name": "Unused endpoint: PUT /api-credential/status", "shortDescription": {"text": "Unused endpoint: PUT /api-credential/status"}, "fullDescription": {"text": "`src/api/credential.ts` declares `PUT /api-credential/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-de6caea030535c17", "name": "Unused endpoint: POST /orders/preview", "shortDescription": {"text": "Unused endpoint: POST /orders/preview"}, "fullDescription": {"text": "`src/api/order.ts` declares `POST /orders/preview` 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-1d5f960c57daa03a", "name": "Unused endpoint: POST /order/payment-channels", "shortDescription": {"text": "Unused endpoint: POST /order/payment-channels"}, "fullDescription": {"text": "`src/api/order.ts` declares `POST /order/payment-channels` 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-988262c12d31b479", "name": "Unused endpoint: POST /orders", "shortDescription": {"text": "Unused endpoint: POST /orders"}, "fullDescription": {"text": "`src/api/order.ts` declares `POST /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-c9b0cafd154ab268", "name": "Unused endpoint: POST /orders/create-and-pay", "shortDescription": {"text": "Unused endpoint: POST /orders/create-and-pay"}, "fullDescription": {"text": "`src/api/order.ts` declares `POST /orders/create-and-pay` 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-0328e9bdbb61fa68", "name": "Unused endpoint: GET /orders", "shortDescription": {"text": "Unused endpoint: GET /orders"}, "fullDescription": {"text": "`src/api/order.ts` declares `GET /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-ce2eb71676cba740", "name": "Unused endpoint: POST /guest/orders/preview", "shortDescription": {"text": "Unused endpoint: POST /guest/orders/preview"}, "fullDescription": {"text": "`src/api/order.ts` declares `POST /guest/orders/preview` 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-7caea8b7b23eb818", "name": "Unused endpoint: POST /guest/orders", "shortDescription": {"text": "Unused endpoint: POST /guest/orders"}, "fullDescription": {"text": "`src/api/order.ts` declares `POST /guest/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-2012ff0917724d0f", "name": "Unused endpoint: POST /guest/orders/create-and-pay", "shortDescription": {"text": "Unused endpoint: POST /guest/orders/create-and-pay"}, "fullDescription": {"text": "`src/api/order.ts` declares `POST /guest/orders/create-and-pay` 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-0e131acbf8554f5f", "name": "Unused endpoint: GET /guest/orders", "shortDescription": {"text": "Unused endpoint: GET /guest/orders"}, "fullDescription": {"text": "`src/api/order.ts` declares `GET /guest/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-c3c40ded14216ee0", "name": "Unused endpoint: POST /guest/payments", "shortDescription": {"text": "Unused endpoint: POST /guest/payments"}, "fullDescription": {"text": "`src/api/order.ts` declares `POST /guest/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-a88f6a805ba48041", "name": "Unused endpoint: GET /guest/payments/latest", "shortDescription": {"text": "Unused endpoint: GET /guest/payments/latest"}, "fullDescription": {"text": "`src/api/order.ts` declares `GET /guest/payments/latest` 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/23102"}, "properties": {"repository": "yaajie/52hub-user-private", "repoUrl": "https://github.com/yaajie/52hub-user-private", "branch": "main"}, "results": [{"ruleId": "scanner-4395aa2916f5c8d2", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/stores/app.ts:100"}, "properties": {"repobilityId": "9b9874d1f91f4e6b", "scanner": "scanner-primary", "fingerprint": "4395aa2916f5c8d2", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-84d96b73aaea2f70", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/views/Cart.vue:132"}, "properties": {"repobilityId": "444628fbf1847461", "scanner": "scanner-primary", "fingerprint": "84d96b73aaea2f70", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-d63da3583b14afc0", "level": "warning", "message": {"text": "Dockerfile runs as root: Dockerfile"}, "properties": {"repobilityId": "a2ed1bd120e507db", "scanner": "scanner-primary", "fingerprint": "d63da3583b14afc0", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-8987d6d1c30c7202", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "a8621001e3dbc370", "scanner": "scanner-primary", "fingerprint": "8987d6d1c30c7202", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 2}}}]}, {"ruleId": "scanner-317932093ccf0181", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: nginx:1.27-alpine"}, "properties": {"repobilityId": "22a01e9e7a718506", "scanner": "scanner-primary", "fingerprint": "317932093ccf0181", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 13}}}]}, {"ruleId": "scanner-aa5acaa49eb8315b", "level": "note", "message": {"text": "Containers defined but no K8s/orchestration manifest found"}, "properties": {"repobilityId": "b230ea9b68736081", "scanner": "scanner-primary", "fingerprint": "aa5acaa49eb8315b", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["coverage", "deployment"]}}, {"ruleId": "scanner-a510c61a64291a9c", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in src/stores/userAuth.ts:27"}, "properties": {"repobilityId": "e2d362bf6d2d2aa3", "scanner": "scanner-primary", "fingerprint": "a510c61a64291a9c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/stores/userAuth.ts"}, "region": {"startLine": 27}}}]}, {"ruleId": "scanner-d769e9352ce296ca", "level": "error", "message": {"text": "Possible secret in src/i18n/messages-zh-cn.ts"}, "properties": {"repobilityId": "c78d63c6dd5eba03", "scanner": "scanner-primary", "fingerprint": "d769e9352ce296ca", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/i18n/messages-zh-cn.ts"}, "region": {"startLine": 279}}}]}, {"ruleId": "scanner-d769e9352ce296ca", "level": "error", "message": {"text": "Possible secret in src/i18n/messages-zh-cn.ts"}, "properties": {"repobilityId": "c78d63c6dd5eba03", "scanner": "scanner-primary", "fingerprint": "d769e9352ce296ca", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/i18n/messages-zh-cn.ts"}, "region": {"startLine": 283}}}]}, {"ruleId": "scanner-5d45cffc931ebd67", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/utils/content.ts:197"}, "properties": {"repobilityId": "3176b281458bc79f", "scanner": "scanner-primary", "fingerprint": "5d45cffc931ebd67", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/utils/content.ts"}, "region": {"startLine": 197}}}]}, {"ruleId": "scanner-a88ab73165586b01", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/utils/customScripts.ts:60"}, "properties": {"repobilityId": "e9917042811f7db5", "scanner": "scanner-primary", "fingerprint": "a88ab73165586b01", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/utils/customScripts.ts"}, "region": {"startLine": 60}}}]}, {"ruleId": "scanner-f0bfb72991579fdd", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/components/captcha/TurnstileCaptcha.vue:75"}, "properties": {"repobilityId": "2f06a26d5191b80e", "scanner": "scanner-primary", "fingerprint": "f0bfb72991579fdd", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/captcha/TurnstileCaptcha.vue"}, "region": {"startLine": 75}}}]}, {"ruleId": "scanner-9624da2cdb9455d7", "level": "warning", "message": {"text": "Insecure pattern 'vue_v_html' in src/views/BlogDetail.vue:65"}, "properties": {"repobilityId": "6b929b5c09e0df90", "scanner": "scanner-primary", "fingerprint": "9624da2cdb9455d7", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "vue_v_html"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/views/BlogDetail.vue"}, "region": {"startLine": 65}}}]}, {"ruleId": "scanner-e566c61727c90827", "level": "warning", "message": {"text": "Insecure pattern 'vue_v_html' in src/views/GuestOrderDetail.vue:202"}, "properties": {"repobilityId": "e532d6e3b0058e53", "scanner": "scanner-primary", "fingerprint": "e566c61727c90827", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "vue_v_html"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/views/GuestOrderDetail.vue"}, "region": {"startLine": 202}}}]}, {"ruleId": "scanner-9649ee8707244c31", "level": "warning", "message": {"text": "Insecure pattern 'vue_v_html' in src/views/OrderDetail.vue:203"}, "properties": {"repobilityId": "dea7023a7c103b33", "scanner": "scanner-primary", "fingerprint": "9649ee8707244c31", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "vue_v_html"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/views/OrderDetail.vue"}, "region": {"startLine": 203}}}]}, {"ruleId": "scanner-cef90c06f44b11f9", "level": "warning", "message": {"text": "Insecure pattern 'vue_v_html' in src/views/Legal.vue:21"}, "properties": {"repobilityId": "e5b5e99d8933807e", "scanner": "scanner-primary", "fingerprint": "cef90c06f44b11f9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "vue_v_html"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/views/Legal.vue"}, "region": {"startLine": 21}}}]}, {"ruleId": "scanner-060f2eb5332873d4", "level": "warning", "message": {"text": "Insecure pattern 'vue_v_html' in src/views/ProductDetail.vue:370"}, "properties": {"repobilityId": "d8f8b87dc12d14da", "scanner": "scanner-primary", "fingerprint": "060f2eb5332873d4", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "vue_v_html"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/views/ProductDetail.vue"}, "region": {"startLine": 370}}}]}, {"ruleId": "scanner-b2c33d5f53aaad9a", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/views/auth/Login.vue:383"}, "properties": {"repobilityId": "d38c11b301f01e50", "scanner": "scanner-primary", "fingerprint": "b2c33d5f53aaad9a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/views/auth/Login.vue"}, "region": {"startLine": 383}}}]}, {"ruleId": "scanner-7cf85bea8f108fe6", "level": "error", "message": {"text": "Possible secret in src/views/personal/SecurityPanel.vue"}, "properties": {"repobilityId": "005ec8586391ac53", "scanner": "scanner-primary", "fingerprint": "7cf85bea8f108fe6", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/views/personal/SecurityPanel.vue"}, "region": {"startLine": 64}}}]}, {"ruleId": "scanner-7cf85bea8f108fe6", "level": "error", "message": {"text": "Possible secret in src/views/personal/SecurityPanel.vue"}, "properties": {"repobilityId": "005ec8586391ac53", "scanner": "scanner-primary", "fingerprint": "7cf85bea8f108fe6", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/views/personal/SecurityPanel.vue"}, "region": {"startLine": 65}}}]}, {"ruleId": "scanner-7cf85bea8f108fe6", "level": "error", "message": {"text": "Possible secret in src/views/personal/SecurityPanel.vue"}, "properties": {"repobilityId": "005ec8586391ac53", "scanner": "scanner-primary", "fingerprint": "7cf85bea8f108fe6", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/views/personal/SecurityPanel.vue"}, "region": {"startLine": 66}}}]}, {"ruleId": "scanner-7cf85bea8f108fe6", "level": "error", "message": {"text": "Possible secret in src/views/personal/SecurityPanel.vue"}, "properties": {"repobilityId": "005ec8586391ac53", "scanner": "scanner-primary", "fingerprint": "7cf85bea8f108fe6", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/views/personal/SecurityPanel.vue"}, "region": {"startLine": 67}}}]}, {"ruleId": "scanner-7cf85bea8f108fe6", "level": "error", "message": {"text": "Possible secret in src/views/personal/SecurityPanel.vue"}, "properties": {"repobilityId": "005ec8586391ac53", "scanner": "scanner-primary", "fingerprint": "7cf85bea8f108fe6", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/views/personal/SecurityPanel.vue"}, "region": {"startLine": 68}}}]}, {"ruleId": "scanner-5a50ed6bb76e2eb1", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/views/personal/SecurityPanel.vue:333"}, "properties": {"repobilityId": "c70c6a4bb7a68cac", "scanner": "scanner-primary", "fingerprint": "5a50ed6bb76e2eb1", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/views/personal/SecurityPanel.vue"}, "region": {"startLine": 333}}}]}, {"ruleId": "scanner-537590f2413035d2", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "366cb516cf8e3083", "scanner": "scanner-primary", "fingerprint": "537590f2413035d2", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/vite-release.yml"}, "region": {"startLine": 16}}}]}, {"ruleId": "scanner-537590f2413035d2", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b94e4bc4d1e233ae", "scanner": "scanner-primary", "fingerprint": "537590f2413035d2", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/vite-release.yml"}, "region": {"startLine": 19}}}]}, {"ruleId": "scanner-537590f2413035d2", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "789a1e3bbdcd12f8", "scanner": "scanner-primary", "fingerprint": "537590f2413035d2", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/vite-release.yml"}, "region": {"startLine": 35}}}]}, {"ruleId": "scanner-d1aca37e957c6e14", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "5dc264d4a76d7f0e", "scanner": "scanner-primary", "fingerprint": "d1aca37e957c6e14", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/vite-release.yml"}, "region": {"startLine": 1}}}]}, {"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-11825279136b53a3", "level": "warning", "message": {"text": "CI is configured but no tests are detected"}, "properties": {"repobilityId": "7cfb4edf5f7f4f50", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "332291ef6e4b1efe", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "db27ac762056fbb3", "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": "e932c6fb99b909a5", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-e725d2ab884fbd49", "level": "note", "message": {"text": "Multiple root agent instruction files without precedence"}, "properties": {"repobilityId": "1953db6c89508d22", "scanner": "scanner-primary", "fingerprint": "e725d2ab884fbd49", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["agent-instructions", "governance"]}}, {"ruleId": "scanner-7547b487e2ad3f03", "level": "note", "message": {"text": "Legacy-named symbol `set_without_old` in src/stores/userAuth.ts:125"}, "properties": {"repobilityId": "84cfc7709c5d39c6", "scanner": "scanner-primary", "fingerprint": "7547b487e2ad3f03", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-a969e9c71bdb9c81", "level": "note", "message": {"text": "Legacy-named symbol `set_without_old` in src/api/types.ts:11"}, "properties": {"repobilityId": "b98f7e77c054835b", "scanner": "scanner-primary", "fingerprint": "a969e9c71bdb9c81", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-6e495f867a913b36", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/utils/i18n-lite.ts:5"}, "properties": {"repobilityId": "d5e7823fd68e36fa", "scanner": "scanner-primary", "fingerprint": "6e495f867a913b36", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2821a12a799c33df", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/utils/blogCategories.ts:1"}, "properties": {"repobilityId": "e79cf82789efd4c8", "scanner": "scanner-primary", "fingerprint": "2821a12a799c33df", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b0821bd98056bae2", "level": "note", "message": {"text": "Unused endpoint: POST /auth/send-verify-code"}, "properties": {"repobilityId": "c90fdfdba274255d", "scanner": "scanner-primary", "fingerprint": "b0821bd98056bae2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8292c0931391749a", "level": "note", "message": {"text": "Unused endpoint: POST /auth/register"}, "properties": {"repobilityId": "8f1f219e1477d11e", "scanner": "scanner-primary", "fingerprint": "8292c0931391749a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8fdbacfe9430a6ed", "level": "note", "message": {"text": "Unused endpoint: POST /auth/login"}, "properties": {"repobilityId": "f6b24d031f57a994", "scanner": "scanner-primary", "fingerprint": "8fdbacfe9430a6ed", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6fc0132c12eda7cc", "level": "note", "message": {"text": "Unused endpoint: POST /auth/telegram/login"}, "properties": {"repobilityId": "2ae318d4f5243075", "scanner": "scanner-primary", "fingerprint": "6fc0132c12eda7cc", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-dfaaa43116201708", "level": "note", "message": {"text": "Unused endpoint: POST /auth/telegram/miniapp/login"}, "properties": {"repobilityId": "5677c8626c269c69", "scanner": "scanner-primary", "fingerprint": "dfaaa43116201708", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e2fe5b92648ca462", "level": "note", "message": {"text": "Unused endpoint: POST /auth/forgot-password"}, "properties": {"repobilityId": "7bdec2303737145d", "scanner": "scanner-primary", "fingerprint": "e2fe5b92648ca462", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c3d36e204aacdd3e", "level": "note", "message": {"text": "Unused endpoint: GET /public/captcha/image"}, "properties": {"repobilityId": "172fe31a9108c0ab", "scanner": "scanner-primary", "fingerprint": "c3d36e204aacdd3e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1701038f051ee34b", "level": "note", "message": {"text": "Unused endpoint: GET /public/config"}, "properties": {"repobilityId": "3b5270de3aad223c", "scanner": "scanner-primary", "fingerprint": "1701038f051ee34b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-fd1dc91abf32142d", "level": "note", "message": {"text": "Unused endpoint: GET /me"}, "properties": {"repobilityId": "8321379543d475eb", "scanner": "scanner-primary", "fingerprint": "fd1dc91abf32142d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8278de86a4433a1d", "level": "note", "message": {"text": "Unused endpoint: GET /me/login-logs"}, "properties": {"repobilityId": "77ee55a0d14ea719", "scanner": "scanner-primary", "fingerprint": "8278de86a4433a1d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-cf2ccf6201808343", "level": "note", "message": {"text": "Unused endpoint: PUT /me/profile"}, "properties": {"repobilityId": "86b371ec42582dc3", "scanner": "scanner-primary", "fingerprint": "cf2ccf6201808343", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2c8a862d345b5c83", "level": "note", "message": {"text": "Unused endpoint: POST /me/email/send-verify-code"}, "properties": {"repobilityId": "e72d0b9bdb8a107b", "scanner": "scanner-primary", "fingerprint": "2c8a862d345b5c83", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7db4f200757f0cf4", "level": "note", "message": {"text": "Unused endpoint: POST /me/email/change"}, "properties": {"repobilityId": "a260e72c849e3159", "scanner": "scanner-primary", "fingerprint": "7db4f200757f0cf4", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a0c590d074465035", "level": "note", "message": {"text": "Unused endpoint: PUT /me/password"}, "properties": {"repobilityId": "0428d32413065c57", "scanner": "scanner-primary", "fingerprint": "a0c590d074465035", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b04f64afef270742", "level": "note", "message": {"text": "Unused endpoint: GET /me/telegram"}, "properties": {"repobilityId": "539b07b1faf03a14", "scanner": "scanner-primary", "fingerprint": "b04f64afef270742", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8f8432c4d1f3c0a3", "level": "note", "message": {"text": "Unused endpoint: POST /me/telegram/bind"}, "properties": {"repobilityId": "07130f321bf4fd62", "scanner": "scanner-primary", "fingerprint": "8f8432c4d1f3c0a3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-32f0eea4fce4e962", "level": "note", "message": {"text": "Unused endpoint: POST /me/telegram/miniapp/bind"}, "properties": {"repobilityId": "ba9f6bd137f5e67e", "scanner": "scanner-primary", "fingerprint": "32f0eea4fce4e962", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3757c62d4e0aa41e", "level": "note", "message": {"text": "Unused endpoint: DELETE /me/telegram/unbind"}, "properties": {"repobilityId": "f5c2ce0dfc114832", "scanner": "scanner-primary", "fingerprint": "3757c62d4e0aa41e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4eb141123cfc8457", "level": "note", "message": {"text": "Unused endpoint: GET /public/products"}, "properties": {"repobilityId": "55013288b10a358e", "scanner": "scanner-primary", "fingerprint": "4eb141123cfc8457", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-82c74394875b1dd2", "level": "note", "message": {"text": "Unused endpoint: GET /public/posts"}, "properties": {"repobilityId": "b3f32a54854c1e94", "scanner": "scanner-primary", "fingerprint": "82c74394875b1dd2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ba66f47ccecc178f", "level": "note", "message": {"text": "Unused endpoint: GET /public/banners"}, "properties": {"repobilityId": "06344f406e80ec28", "scanner": "scanner-primary", "fingerprint": "ba66f47ccecc178f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b8e4cce5d77b7eda", "level": "note", "message": {"text": "Unused endpoint: GET /public/categories"}, "properties": {"repobilityId": "c5a52ec5eac81316", "scanner": "scanner-primary", "fingerprint": "b8e4cce5d77b7eda", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a45f11a41b740b56", "level": "note", "message": {"text": "Unused endpoint: GET /public/member-levels"}, "properties": {"repobilityId": "e200f170f5b94811", "scanner": "scanner-primary", "fingerprint": "a45f11a41b740b56", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-12221004b7d518d1", "level": "note", "message": {"text": "Unused endpoint: POST /public/affiliate/click"}, "properties": {"repobilityId": "c11c4d234a55adcb", "scanner": "scanner-primary", "fingerprint": "12221004b7d518d1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-219e85e3a1e75620", "level": "note", "message": {"text": "Unused endpoint: POST /affiliate/open"}, "properties": {"repobilityId": "e9cef7d59b15c430", "scanner": "scanner-primary", "fingerprint": "219e85e3a1e75620", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-92619069a77d08ed", "level": "note", "message": {"text": "Unused endpoint: GET /affiliate/dashboard"}, "properties": {"repobilityId": "381bc58c5bbfbd4f", "scanner": "scanner-primary", "fingerprint": "92619069a77d08ed", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5240470c90db607f", "level": "note", "message": {"text": "Unused endpoint: GET /affiliate/commissions"}, "properties": {"repobilityId": "f750893904273ffd", "scanner": "scanner-primary", "fingerprint": "5240470c90db607f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8af2f31d4d717332", "level": "note", "message": {"text": "Unused endpoint: GET /affiliate/withdraws"}, "properties": {"repobilityId": "f7846c4a7f023aa8", "scanner": "scanner-primary", "fingerprint": "8af2f31d4d717332", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3d5feda50c757159", "level": "note", "message": {"text": "Unused endpoint: POST /affiliate/withdraws"}, "properties": {"repobilityId": "8bacc8171341fdda", "scanner": "scanner-primary", "fingerprint": "3d5feda50c757159", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d2abcd400dfbee4f", "level": "note", "message": {"text": "Unused endpoint: POST /wallet/payment-channels"}, "properties": {"repobilityId": "16cfbb58bef6bbd9", "scanner": "scanner-primary", "fingerprint": "d2abcd400dfbee4f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-38fe8bc38bc8d2df", "level": "note", "message": {"text": "Unused endpoint: GET /wallet"}, "properties": {"repobilityId": "c77d063ed5f36bb7", "scanner": "scanner-primary", "fingerprint": "38fe8bc38bc8d2df", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4d7ee1f52577b2af", "level": "note", "message": {"text": "Unused endpoint: GET /wallet/transactions"}, "properties": {"repobilityId": "0405822723d553f0", "scanner": "scanner-primary", "fingerprint": "4d7ee1f52577b2af", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-605b239d158b7b7f", "level": "note", "message": {"text": "Unused endpoint: POST /wallet/recharge"}, "properties": {"repobilityId": "170436a2f4889c48", "scanner": "scanner-primary", "fingerprint": "605b239d158b7b7f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0270c99c5e1b356d", "level": "note", "message": {"text": "Unused endpoint: GET /wallet/recharges"}, "properties": {"repobilityId": "e0de1fc4fbf18fee", "scanner": "scanner-primary", "fingerprint": "0270c99c5e1b356d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1a75825389f6d938", "level": "note", "message": {"text": "Unused endpoint: POST /gift-cards/redeem"}, "properties": {"repobilityId": "2df22703efc5cc65", "scanner": "scanner-primary", "fingerprint": "1a75825389f6d938", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6184172d91358858", "level": "note", "message": {"text": "Unused endpoint: GET /api-credential"}, "properties": {"repobilityId": "84344fceb0950189", "scanner": "scanner-primary", "fingerprint": "6184172d91358858", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9fb7296d0e6908e0", "level": "note", "message": {"text": "Unused endpoint: POST /api-credential/apply"}, "properties": {"repobilityId": "614c2e52b9274797", "scanner": "scanner-primary", "fingerprint": "9fb7296d0e6908e0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-cb6697fbe0c283cd", "level": "note", "message": {"text": "Unused endpoint: POST /api-credential/regenerate"}, "properties": {"repobilityId": "8b97b7ab73a55ab9", "scanner": "scanner-primary", "fingerprint": "cb6697fbe0c283cd", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-697058f9e7b5d51a", "level": "note", "message": {"text": "Unused endpoint: PUT /api-credential/status"}, "properties": {"repobilityId": "046edd41305876e5", "scanner": "scanner-primary", "fingerprint": "697058f9e7b5d51a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-de6caea030535c17", "level": "note", "message": {"text": "Unused endpoint: POST /orders/preview"}, "properties": {"repobilityId": "2ae6625da7ee6cba", "scanner": "scanner-primary", "fingerprint": "de6caea030535c17", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1d5f960c57daa03a", "level": "note", "message": {"text": "Unused endpoint: POST /order/payment-channels"}, "properties": {"repobilityId": "2bd6f80a648212f3", "scanner": "scanner-primary", "fingerprint": "1d5f960c57daa03a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-988262c12d31b479", "level": "note", "message": {"text": "Unused endpoint: POST /orders"}, "properties": {"repobilityId": "ef4bfbffb8246657", "scanner": "scanner-primary", "fingerprint": "988262c12d31b479", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c9b0cafd154ab268", "level": "note", "message": {"text": "Unused endpoint: POST /orders/create-and-pay"}, "properties": {"repobilityId": "26a2fd97564fe1cd", "scanner": "scanner-primary", "fingerprint": "c9b0cafd154ab268", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0328e9bdbb61fa68", "level": "note", "message": {"text": "Unused endpoint: GET /orders"}, "properties": {"repobilityId": "34d1a33d12676632", "scanner": "scanner-primary", "fingerprint": "0328e9bdbb61fa68", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ce2eb71676cba740", "level": "note", "message": {"text": "Unused endpoint: POST /guest/orders/preview"}, "properties": {"repobilityId": "76ffe6e31ae4733d", "scanner": "scanner-primary", "fingerprint": "ce2eb71676cba740", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7caea8b7b23eb818", "level": "note", "message": {"text": "Unused endpoint: POST /guest/orders"}, "properties": {"repobilityId": "8106c7d014859b63", "scanner": "scanner-primary", "fingerprint": "7caea8b7b23eb818", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2012ff0917724d0f", "level": "note", "message": {"text": "Unused endpoint: POST /guest/orders/create-and-pay"}, "properties": {"repobilityId": "1177d19063304bfd", "scanner": "scanner-primary", "fingerprint": "2012ff0917724d0f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0e131acbf8554f5f", "level": "note", "message": {"text": "Unused endpoint: GET /guest/orders"}, "properties": {"repobilityId": "9d1fbcc90d28cd15", "scanner": "scanner-primary", "fingerprint": "0e131acbf8554f5f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c3c40ded14216ee0", "level": "note", "message": {"text": "Unused endpoint: POST /guest/payments"}, "properties": {"repobilityId": "1a0c683943fa0438", "scanner": "scanner-primary", "fingerprint": "c3c40ded14216ee0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a88f6a805ba48041", "level": "note", "message": {"text": "Unused endpoint: GET /guest/payments/latest"}, "properties": {"repobilityId": "0bd3c5abc369b193", "scanner": "scanner-primary", "fingerprint": "a88f6a805ba48041", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}