azure-servicebus-py
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFE
Full Analysis
- Standard Authentication Practices: The skill promotes the use of DefaultAzureCredential, which allows for secure, identity-based authentication without the need for hardcoded secrets or connection strings in code.\n- Resource Lifecycle Management: The provided code samples consistently utilize Python context managers (the
withandasync withstatements) to ensure that network connections and authentication tokens are properly released, reducing the risk of resource exhaustion.\n- Trusted Dependencies: The skill relies on official, well-supported libraries (azure-servicebusandazure-identity) maintained by the service provider, ensuring that the underlying communication follows established security protocols.\n- Administration Tooling: The inclusion of a management script provides a structured way to handle infrastructure tasks like queue and topic creation, using environment-based configuration for secure access control.
Audit Metadata