azure-ai-projects-java
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- [Official SDK Integration]: The skill utilizes the
com.azure:azure-ai-projectsandcom.azure:azure-identitylibraries. These are official Microsoft packages for interacting with Azure AI services. - [Secure Authentication]: Authentication is handled via
DefaultAzureCredentialBuilder, which is the recommended approach for securely managing credentials in Azure environments. - [Data Management Surface]: The skill facilitates the upload and management of datasets. Users should ensure that any files processed or uploaded are from trusted sources, as the skill provides the capability to ingest local data into the Azure AI environment.
- [Network Connectivity]: The skill communicates with Azure service endpoints (e.g.,
services.ai.azure.com). These are well-known official endpoints for Azure AI Foundry services. - [Indirect Prompt Injection Surface]: The skill includes functionality to process and upload external files as datasets (e.g., via
datasetsClient.createDatasetWithFileinSKILL.md). This data ingestion point does not currently define specific boundary markers or sanitization within the provided examples. Because the skill possesses file-read and network-write capabilities, it is recommended to validate external data before processing.
Audit Metadata