azure-ai-projects-java
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- Official SDK Integration: The skill provides instructions for the
com.azure:azure-ai-projectslibrary, which is an official Microsoft package for managing Azure AI Foundry projects. All dependencies and coordinates point to legitimate, well-known Maven repositories. - Secure Authentication Practices: The examples correctly demonstrate the use of
DefaultAzureCredentialBuilderand environment variables (PROJECT_ENDPOINT) for authentication. This approach is a security best practice as it avoids hardcoding sensitive credentials and leverages managed identities or local developer environments securely. - Trusted External References: All reference links point to official Microsoft documentation (
learn.microsoft.com) and the authoritative Azure SDK repository on GitHub (github.com/Azure), ensuring that users are directed to verified and safe resources. - Standard Resource Management: The sub-clients and operations described (e.g., listing connections, managing datasets) represent the intended and documented functionality of the Azure AI Foundry platform, with no evidence of unauthorized data access or exfiltration patterns.
Audit Metadata