azure-servicebus-py
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- Official Library Integration: The skill specifies the use of
azure-servicebusandazure-identity, which are the official Python libraries provided by the vendor for messaging and authentication. These are trusted resources for cloud operations. - Secure Configuration Management: Sensitive configuration details, such as connection strings and namespaces, are handled through environment variables. This approach is a recognized security best practice that avoids hardcoding secrets within the skill's scripts or documentation.
- Cloud Infrastructure Administration: The provided
setup_servicebus.pyutility enables the management of Service Bus entities like queues and topics. It uses the authorized management client to perform lifecycle operations, ensuring administrative tasks are conducted through the proper vendor-supported channels. - Data Ingestion Surface Analysis: The skill is designed to ingest and process data from external message brokers (ingestion points identified in
SKILL.mdandreferences/dead-letter.md). While the examples demonstrate robust patterns for message settlement and error handling, it is important to note that the skill provides capabilities to manage infrastructure and forward messages (capability inventory:setup_servicebus.py). As with any messaging system, users should treat received message bodies as untrusted input and apply appropriate sanitization before processing.
Audit Metadata