azure-eventhub-py
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFE
Full Analysis
- [Identity and Access Management]: The skill follows industry best practices by recommending DefaultAzureCredential for authentication. This approach leverages Azure managed identities and Entra ID for secure, token-based access, significantly reducing the risks associated with hardcoded connection strings or long-lived API keys.
- [Data Handling Patterns]: As a data streaming skill, it processes external inputs from Event Hub partitions. The implementation focuses on standard messaging tasks like ingestion and checkpointing. When using this skill to process events, users should treat the event payloads as untrusted data, consistent with best practices for all messaging and ingestion platforms.
Audit Metadata