azure-compute-batch-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 using the verified Azure Batch Java client library.
- Evidence: The installation section references the official
com.azure:azure-compute-batchMaven package. - [Secure Credential Management]: The documentation emphasizes the safe handling of authentication secrets.
- Evidence: It recommends using
DefaultAzureCredentialfor Microsoft Entra ID authentication and demonstrates the use of environment variables forAZURE_BATCH_ACCESS_KEYinstead of hardcoding values. - [Cloud-Native Task Execution]: The skill shows how to define and run parallel workloads on Azure infrastructure.
- Evidence: Examples illustrate the standard usage of the service to run commands and download resource files from Azure Blob Storage within the user's own batch pool.
Audit Metadata