azure-communication-chat-java
Pass
Audited by Gen Agent Trust Hub on Apr 27, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the official Microsoft Azure Communication Chat library (com.azure:azure-communication-chat) from the Maven Central repository, which is a trusted source.
- [PROMPT_INJECTION]: The skill includes functionality to retrieve and display chat messages from external users, presenting an indirect prompt injection surface typical of communication tools. This is a standard characteristic of the chat application use case and is handled via official SDK methods.
- Ingestion points: Retrieval of message content via
listMessagesandgetMessageinSKILL.md. - Boundary markers: Not included in the simplified code snippets.
- Capability inventory: The SDK allows for message management, participant management, and thread configuration within the Azure service environment.
- Sanitization: No explicit content sanitization is demonstrated in the provided documentation examples.
Audit Metadata