azure-eventhub-rust
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- [Trusted Package Management]: The skill uses standard Rust dependency management via
cargo addfor official libraries (azure_messaging_eventhubs,azure_identity) hosted on crates.io and GitHub. - [Secure Authentication Patterns]: Instructions encourage the use of
DeveloperToolsCredential, which is a recommended practice for managing identities without hardcoding sensitive credentials in source code. - [Official Service Integration]: The skill connects to standard Azure endpoints (
servicebus.windows.net) and provides links to authoritative documentation and source code maintained by the service provider. - [Data Ingestion Surface]: As the skill involves receiving events from external streams via
receive_events, users should apply standard sanitization and validation to the ingested data within their specific application logic.
Audit Metadata