azure-compute-batch-java
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill documents the use of official, well-known libraries from Microsoft, specifically 'com.azure:azure-compute-batch' and 'com.azure:azure-identity'. All external links point to trusted domains, including 'microsoft.com', 'azure.com', and official GitHub repositories under the 'Azure' organization.- [SAFE]: Authentication examples utilize 'DefaultAzureCredential' and environment variables ('AZURE_BATCH_ACCESS_KEY'), which aligns with security best practices by avoiding the hardcoding of sensitive credentials within the skill itself.- [COMMAND_EXECUTION]: The skill provides instructions for defining command-line tasks to be executed on Azure Batch compute nodes. This is the intended primary purpose of the Azure Batch service and is documented here as a legitimate feature of the SDK. Developers should follow standard security practices and sanitize inputs when dynamically generating task command strings to prevent command injection within the remote environment.
Audit Metadata