azure-ai-anomalydetector-java

Pass

Audited by Gen Agent Trust Hub on May 11, 2026

Risk Level: SAFE
Full Analysis
  • [Secure Credential Management]: The skill correctly demonstrates the use of environment variables (System.getenv) and the DefaultAzureCredential builder. This is a secure pattern that prevents hardcoded secrets and supports modern authentication flows like Managed Identity and Service Principals.
  • [Authorized External Communication]: The skill facilitates communication with official Microsoft Azure endpoints (cognitiveservices.azure.com). These are well-known, trusted service domains used for legitimate cloud operations.
  • [Standard Dependency Usage]: The project references the official com.azure:azure-ai-anomalydetector and com.azure:azure-identity packages from Maven Central, which is the standard practice for Java development.
  • [Data Handling Context]: Code examples demonstrate passing data to the Azure API for analysis (e.g., time-series points or blob storage URLs). These operations are the primary purpose of the SDK and are handled within the scope of the authenticated client.
Audit Metadata
Risk Level
SAFE
Analyzed
May 11, 2026, 06:20 PM