azure-servicebus-ts
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- [Secure Authentication]: The skill correctly prioritizes DefaultAzureCredential (Entra ID) over connection strings, which is a security best practice to avoid credential leakage.
- [Safe Resource Management]: Code examples consistently demonstrate closing senders, receivers, and clients, ensuring efficient resource utilization and preventing potential connection leaks.
- [Official Dependency Usage]: The skill utilizes standard, well-maintained libraries from the vendor (@azure/service-bus and @azure/identity), ensuring compatibility and security.
- [Messaging Architectural Considerations]: While the skill involves processing external message data—a standard function for messaging systems—it provides robust patterns for error handling and dead-lettering to manage various data scenarios safely.
Audit Metadata