azure-eventhub-dotnet
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents the use of official Azure .NET libraries (Azure.Messaging.EventHubs, Azure.Identity, Azure.Storage.Blobs) for event streaming. All package installation commands target the official NuGet registry.
- [SAFE]: The code samples explicitly recommend and demonstrate the use of
DefaultAzureCredential, which is the industry standard for secure, managed identity-based authentication in Azure, avoiding hardcoded secrets. - [SAFE]: The skill correctly instructs users to manage sensitive configuration values (like connection strings and namespaces) via environment variables or secure configuration providers in ASP.NET Core.
- [SAFE]: The documentation includes robust error handling patterns, best practices for production reliability (e.g., checkpointing, buffered producers), and appropriate RBAC role guidance.
Audit Metadata