azure-eventhub-rust
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill provides legitimate documentation for the official Azure Event Hubs Rust SDK.
- [EXTERNAL_DOWNLOADS]: Uses
cargo addto install official crates (azure_messaging_eventhubs,azure_identity) from crates.io. These are well-known and trusted packages from Microsoft's official Azure SDK for Rust. - [CREDENTIALS_UNSAFE]: No hardcoded credentials detected. The code examples use
DeveloperToolsCredentialand environment variable placeholders (<namespace>,EVENTHUB_NAME), which align with security best practices for avoiding secret exposure.
Audit Metadata