terraform-azure
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The initialization script
scripts/tf-init-azure.shcontains an indirect prompt injection surface (Category 8) where untrusted input is used to generate executable code. - Ingestion points: The
$PROJECT_NAMEand$LOCATIONvariables are accepted as CLI arguments. - Boundary markers: Not present in the file generation process.
- Capability inventory: The script performs multiple file writes and executes the
terraform initcommand. - Sanitization: No validation or escaping is applied to the project name or location before they are interpolated into the generated
.tfand.tfvarsfiles. - [COMMAND_EXECUTION]: The script
scripts/tf-init-azure.shexecutesterraform init, which initiates connections to the Hashicorp registry to download infrastructure providers. - [SAFE]: The template in
assets/vnet-module.tfdefines a network security group that allows inbound SSH traffic from any source (*). This is an insecure infrastructure configuration default but does not pose a direct threat to the agent's host environment.
Audit Metadata