azure-servicebus-dotnet
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to download the official
Azure.Messaging.ServiceBusandAzure.Identitypackages from the NuGet registry. These are verified libraries from Microsoft. - [COMMAND_EXECUTION]: Contains standard .NET CLI commands (
dotnet add package) used for package management during development. - [CREDENTIALS_UNSAFE]: The documentation references authentication methods including connection strings and Entra ID (managed identities). It uses secure placeholders like
<namespace>and<connection_string>and explicitly recommends usingDefaultAzureCredentialfor production security. - [DATA_EXFILTRATION]: While the skill demonstrates sending and receiving messages via Azure Service Bus, all network operations target the official
servicebus.windows.netdomain, which is a well-known service endpoint.
Audit Metadata