Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.
33 of your 82 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 3.06s · analysis 15.69s · 11.3 MB · GitHub API rate-limit (preflight)

Azure/azure-sdk-for-rust

https://github.com/Azure/azure-sdk-for-rust · scanned 2026-06-05 22:38 UTC (4 days, 6 hours ago) · 10 languages

179 raw signals (77 security + 102 graph) 43rd percentile · Rust · large (100-500K LoC)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 6 hours ago · v2 · 72 actionable findings from 2 signal sources. 54 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 60.0 0.15 9.00
security_score 53.7 0.25 13.43
testing_score 67.0 0.20 13.40
documentation_score 84.0 0.15 12.60
practices_score 82.0 0.15 12.30
code_quality 50.0 0.10 5.00
Overall 1.00 65.7
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade B- (66/100). Dimensions: security 54, maintainability 60. 77 findings (12 security). 219,369 lines analyzed.

Showing 55 of 72 actionable findings. 126 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical Security checks security secrets conf 0.95 4 occurrences Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
Gitleaks detected a committed secret or credential pattern.
4 files, 4 locations
sdk/cosmos/AGENTS.md:482
sdk/cosmos/azure_data_cosmos/tests/framework/test_client.rs:42
sdk/cosmos/azure_data_cosmos_driver/tests/framework/env.rs:26
sdk/cosmos/eng/scripts/Invoke-CosmosTestSetup.ps1:29
high Security checks software dependencies conf 0.90 ✓ Repobility Dockerfile FROM `mcr.microsoft.com/devcontainers/rust:1-1-bullseye` not pinned by digest
`FROM mcr.microsoft.com/devcontainers/rust:1-1-bullseye` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity.
.devcontainer/Dockerfile:1
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 12 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `actions/checkout` pinned to mutable ref `@v6` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
5 files, 12 locations
.github/workflows/copilot-setup-steps.yml:31, 44 (4 hits)
.github/workflows/build-samples.yml:26 (2 hits)
.github/workflows/event-processor.yml:110 (2 hits)
.github/workflows/post-apiview.yml:27 (2 hits)
.github/workflows/scheduled-event-processor.yml:126 (2 hits)
CI/CD securitySupply chainGitHub Actions
high Security checks cicd CI/CD security conf 0.90 ✓ Repobility GitHub Action is tag-pinned rather than SHA-pinned
Action `azure/azure-sdk-actions` pinned to mutable ref `@main` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
.github/workflows/event.yml:23 CI/CD securitySupply chainGitHub Actions
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 2 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `azure/login` pinned to mutable ref `@v3` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
lines 35
.github/workflows/event-processor.yml:35 (2 hits)
CI/CD securitySupply chainGitHub Actions
high Security checks software dependencies conf 0.88 simple-git: GHSA-hffm-xvc3-vprc
simple-git is vulnerable to Remote Code Execution
eng/common/tsp-client/package-lock.json
medium Security checks software Open redirect conf 1.00 [SEC046] Client-side open redirect — window.location = server-supplied URL: Assigning window.location from a server-supplied URL trusts the server endpoint to never return a hostile destination. If that endpoint is ever subverted (compromised admin, JSON injection, MITM on a webhook), users get redirected to a phishing site they trust because the original page is yours. CWE-601 (server-side OR client-side). Complement to server-side SEC030.
Validate the URL is same-origin or on an explicit allowlist before assignment: const u = new URL(serverUrl, location.href); if (u.origin !== location.origin && !ALLOWED.includes(u.host)) return; location.assign(u); Even better: have the server return a path (/checkout/done) instead of a full …
eng/common/docgeneration/templates/matthews/styles/main.js:141
medium Security checks cicd CI/CD security conf 0.90 Docker build context has no .dockerignore
Without .dockerignore, build context can include source history, local env files, dependencies, and generated artifacts.
.dockerignore CI/CD securitycontainers
medium Security checks software dependencies conf 0.90 npm package `cspell` is 1 major version(s) behind (9.7.0 -> 10.0.1)
`cspell` is pinned/resolved at 9.7.0 but the latest stable release on the npm registry is 10.0.1 (1 major version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
eng/common/spelling/package.json
high Security checks quality Quality conf 0.82 Parallel implementation file sits beside a canonical file
AI-assisted edits often create a new sibling file instead of integrating the change into the existing module. That leaves two paths for future maintainers to understand and can hide the code that is actually wired into the app.
sdk/core/azure_core_macros/src/tracing_new.rs:1
medium Security checks quality Quality conf 0.78 Suspicious implementation file appears unreferenced
A file created as a fixed/new/final/copy variant is not referenced by imports or path-like strings in the rest of the repository. This is a strong sign that an agent produced code beside the active application path.
sdk/core/azure_core_macros/src/tracing_new.rs:1
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/event-processor.yml CI/CD securitySupply chainGithub actions
medium System graph network Security conf 1.00 Privileged port 10 in use
Port 10 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/workflows/scheduled-event-processor.yml Ports
medium System graph network Security conf 1.00 Privileged port 11 in use
Port 11 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/workflows/scheduled-event-processor.yml Ports
medium System graph network Security conf 1.00 Privileged port 30 in use
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.
.github/workflows/scheduled-event-processor.yml Ports
low Security checks quality Quality conf 0.60 30 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
12 files, 15 locations
sdk/cosmos/azure_data_cosmos/src/clients/database_client.rs:56, 83 (2 hits)
sdk/identity/azure_identity/src/client_secret_credential.rs:50, 90 (2 hits)
sdk/keyvault/azure_security_keyvault_secrets/src/clients.rs:1, 32 (2 hits)
eng/scripts/verify-keywords.rs:15
eng/tools/generate_api_report/build.rs:9
sdk/core/azure_core/perf/mock/xml.rs:33
sdk/core/azure_core/src/http/policies/instrumentation/request_instrumentation.rs:241
sdk/core/azure_core_amqp/src/value.rs:315
duplicationquality
low Security checks software dependencies conf 0.90 npm package `@azure-tools/typespec-client-generator-cli` is minor version(s) behind (0.32.1 -> 0.33.1)
`@azure-tools/typespec-client-generator-cli` is pinned/resolved at 0.32.1 but the latest stable release on the npm registry is 0.33.1 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot v…
eng/common/tsp-client/package.json
low Security checks software dependencies conf 0.90 npm package `markdownlint-cli2` is minor version(s) behind (0.21.0 -> 0.22.1)
`markdownlint-cli2` is pinned/resolved at 0.21.0 but the latest stable release on the npm registry is 0.22.1 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
.github/skills/lint-markdown/package.json
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/devcontainers/rust:1-1-bullseye
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
.devcontainer/Dockerfile:1 containersPinned dependencies
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — eng/common/docgeneration/templates/matthews/styles/main.js:226
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Complexity conf 1.00 Very large file: sdk/core/azure_core/src/http/pager.rs (1589 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/core/azure_core/src/http/poller.rs (1955 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/core/azure_core_amqp/src/fe2o3/value.rs (1114 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/core/azure_core_amqp/src/messaging.rs (2197 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/cosmos/azure_data_cosmos/src/region_proximity.rs (9753 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/cosmos/azure_data_cosmos/tests/in_memory_emulator_tests/driver_end_to_end.rs (1663 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/cosmos/azure_data_cosmos_driver/src/diagnostics/diagnostics_context.rs (2869 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/cosmos/azure_data_cosmos_driver/src/driver/cosmos_driver.rs (2713 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/cosmos/azure_data_cosmos_driver/src/driver/pipeline/operation_pipeline.rs (3211 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/cosmos/azure_data_cosmos_driver/src/driver/pipeline/patch_handler.rs (1904 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/cosmos/azure_data_cosmos_driver/src/driver/pipeline/retry_evaluation.rs (1824 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/cosmos/azure_data_cosmos_driver/src/driver/routing/routing_systems.rs (1547 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/cosmos/azure_data_cosmos_driver/src/error/backtrace.rs (1263 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/cosmos/azure_data_cosmos_driver/src/error/cosmos_status.rs (2511 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/cosmos/azure_data_cosmos_driver/src/error/mod.rs (2045 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/cosmos/azure_data_cosmos_driver/src/in_memory_emulator/operations.rs (2062 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/cosmos/azure_data_cosmos_driver/src/in_memory_emulator/store.rs (2737 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/cosmos/azure_data_cosmos_driver/src/models/cosmos_headers.rs (1415 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/cosmos/azure_data_cosmos_driver/src/query/eval/mod.rs (2923 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/cosmos/azure_data_cosmos_driver/src/query/parser/mod.rs (2090 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/cosmos/azure_data_cosmos_driver/src/query/plan/mod.rs (1922 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/cosmos/azure_data_cosmos_driver/src/query/plan/tests/query_plan_comparison.rs (4859 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/cosmos/azure_data_cosmos_driver/tests/gateway_query_plan_comparison.rs (1831 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/keyvault/azure_security_keyvault_certificates/src/generated/clients/certificate_client.rs (1431 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/keyvault/azure_security_keyvault_keys/src/generated/clients/key_client.rs (1464 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/servicebus/azure_messaging_servicebus/src/receiver.rs (3744 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/storage/azure_storage_blob/src/generated/clients/blob_client.rs (1586 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/storage/azure_storage_blob/src/generated/models/enums_impl.rs (1737 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/storage/azure_storage_blob/src/generated/models/header_traits.rs (2667 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/storage/azure_storage_blob/src/generated/models/method_options.rs (1971 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/storage/azure_storage_blob/tests/blob_client.rs (1444 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/storage/azure_storage_blob/tests/blob_conditional_headers.rs (2277 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/storage/azure_storage_blob/tests/blob_cpk.rs (1294 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk/storage/azure_storage_queue/tests/queue_client.rs (1771 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/07700c1e-19b1-40ee-bbec-eac6a8c09532/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/07700c1e-19b1-40ee-bbec-eac6a8c09532/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.