azure-compute-batch-java
Pass
Audited by Gen Agent Trust Hub on Feb 14, 2026
Risk Level: LOW
Full Analysis
- [Data Exposure & Exfiltration] (SAFE): The file promotes security best practices by using environment variables (
System.getenv) for sensitive information like account keys and endpoints. It explicitly marks hardcoded credentials as an incorrect anti-pattern in section 2.3. - [External Downloads] (SAFE): The references to the
com.azure:azure-compute-batchlibrary and the associated GitHub repository belong to a trusted organization (Microsoft/Azure). - [Indirect Prompt Injection] (INFO): As a static reference file for code generation criteria, it does not process external data or possess functional capabilities that could be exploited via injection. It serves as a schema/template for correctness.
- [Command Execution] (SAFE): While it contains placeholder shell commands like
echo 'Hello World', these are illustrative examples for task creation within the Azure Batch service and do not execute on the host system.
Audit Metadata