azure-messaging-webpubsubservice-py
Warn
Audited by Gen Agent Trust Hub on Feb 14, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS] (LOW): The skill requires the installation of the following Python packages from PyPI:
azure-messaging-webpubsubservice,azure-messaging-webpubsubclient, andazure-identity. These are official Microsoft Azure packages and fall within the trusted source scope. - [PROMPT_INJECTION] (MEDIUM): The skill exhibits an indirect prompt injection surface (Category 8). 1. Ingestion points: The skill processes untrusted external data through the
@client.on('server-message')event handler demonstrated inSKILL.md. 2. Boundary markers: No delimiters or instructions are provided to mitigate the risk of the agent obeying malicious commands embedded in received messages. 3. Capability inventory: The skill enables side-effect capabilities such assend_to_all,send_to_group,add_user_to_group, andclose_connectionvia theWebPubSubServiceClientas shown inSKILL.md. 4. Sanitization: No sanitization or validation of message content is included in the examples to prevent downstream exploitation.
Audit Metadata