azure-communication-common-java
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFE
Full Analysis
- Standard Authentication Patterns: The skill demonstrates how to use CommunicationTokenCredential and Azure Entra ID for authentication. These are standard practices for integrating with Azure services and use official libraries.\n- Security Best Practices: The documentation explicitly includes security recommendations, such as avoiding the logging or exposure of full access tokens and properly disposing of credentials.\n- Data Handling: Code examples for parsing identifiers use string prefix matching to categorize data into specific types (e.g., PhoneNumberIdentifier). While this involves processing external strings, it follows expected library logic for Azure Communication Services.
Audit Metadata