azure-servicebus-rust
Pass
Audited by Gen Agent Trust Hub on Jun 29, 2026
Risk Level: SAFE
Full Analysis
- [Secure Credential Management]: The skill correctly emphasizes using
ManagedIdentityCredentialand environment variables for authentication, explicitly advising against hardcoding credentials in the source code. - [Standard Dependency Usage]: It utilizes standard Rust package management via
cargo addto include official Azure SDK crates from well-known registries. - [Official Resource Integration]: The skill links to official documentation and source code repositories maintained by the vendor on GitHub and crates.io.
- [Message Processing Surfaces]: The code examples demonstrate receiving and processing message data from external queues. While this introduces a data ingestion surface common to messaging applications, the usage is consistent with the skill's primary purpose.
Audit Metadata