azure-servicebus-py
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Installs the official and trusted libraries
azure-servicebusandazure-identityvia pip. - [DATA_EXFILTRATION]: Facilitates communication with official Azure Service Bus endpoints (*.servicebus.windows.net) for enterprise messaging tasks.
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it processes data from external message queues without sanitization. ● Ingestion points: Untrusted data is read via
receiver.receive_messages()inSKILL.md. ● Boundary markers: Absent; no delimiters are used to separate message content from agent instructions. ● Capability inventory: The agent can execute Python code to manage, send, and settle messages on the service bus. ● Sanitization: No validation or sanitization of the incoming message payload is implemented.
Audit Metadata