azure-review
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill uses the
$ARGUMENTSvariable to interpolate user-provided targets directly into its operating instructions withinSKILL.md. If this input contains malicious directives, it could potentially override the agent's intended behavior. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests and processes untrusted external data from infrastructure-as-code files (Terraform, Bicep, ARM templates).
- Ingestion points: Discovery phase in
SKILL.mdusesGlobto locate andReadvarious Azure configuration files. - Boundary markers: The skill contains a specific 'Prompt Injection Safety Notice' in
SKILL.mdthat instructs the agent to treat values as data, not instructions. - Capability inventory: The skill uses
Read,Grep, andGlobtools, providing it with file system access to the repository. - Sanitization: The skill includes explicit instructions to disregard directives embedded in configuration files, such as 'skip this check' or 'mark as compliant'.
Audit Metadata