azure-servicebus-ts
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFE
Full Analysis
- Secure Authentication Patterns: The skill demonstrates the use of @azure/identity and DefaultAzureCredential. This follows Azure's security best practices by utilizing Managed Identity or Workload Identity, avoiding the need for hardcoded connection strings or shared access signatures.
- Configuration Management: Sensitive information such as namespaces and queue names are handled via environment variables, reducing the risk of accidental exposure in source code.
- Official Dependencies: The skill relies on official, well-maintained libraries from a trusted vendor. The use of @azure/service-bus is standard for enterprise messaging in the Azure ecosystem.
Audit Metadata