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 with and async with statements) 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-servicebus and azure-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
Risk Level
SAFE
Analyzed
Sep 16, 2026, 02:51 PM
Security Audit — agent-trust-hub — azure-servicebus-py