azure-servicebus-dotnet

Pass

Audited by Gen Agent Trust Hub on Sep 16, 2026

Risk Level: SAFE
Full Analysis
  • Use of Official SDKs: The skill references standard, well-known packages such as Azure.Messaging.ServiceBus and Azure.Identity from the NuGet registry. These are official libraries provided by the vendor for interacting with Azure services.
  • Safe Credential Management: Code samples demonstrate the use of environment variables and the DefaultAzureCredential class. This is a recommended security approach that avoids hardcoding sensitive information like connection strings or API keys directly in source code.
  • Data Ingestion Considerations: The skill shows how to receive and process messages from external Service Bus queues. While the skill itself is secure, developers should remain aware that data ingested from external message queues is untrusted and should be appropriately sanitized if passed to sensitive downstream operations or AI models.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 16, 2026, 02:51 PM
Security Audit — agent-trust-hub — azure-servicebus-dotnet