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_cosmosandazure_identityare 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
serdeframework, which is a common and secure practice for processing structured database documents.
Audit Metadata