azure-cosmos-rust

Pass

Audited by Gen Agent Trust Hub on May 3, 2026

Risk Level: SAFE
Full Analysis
  • Secure Authentication Practices: The skill encourages the use of DeveloperToolsCredential (Entra ID / Azure AD authentication), which is a recommended alternative to hardcoding primary keys or secrets.
  • Standard Configuration Management: Documentation utilizes environment variables and placeholders (e.g., <account>) for database endpoints, ensuring that sensitive account-specific details are not hardcoded.
  • Trusted Dependency Management: External packages such as azure_data_cosmos and azure_identity are standard, official libraries from a well-known service provider, and installation is handled via the standard Rust package manager, Cargo.
  • Safe Data Handling: Code examples demonstrate type-safe deserialization using the serde framework, which is a common and secure practice for processing structured database documents.
Audit Metadata
Risk Level
SAFE
Analyzed
May 3, 2026, 07:50 PM