azure-expert
Pass
Audited by Gen Agent Trust Hub on Sep 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as an educational and functional guide for Azure cloud services. It uses standard Azure CLI (az) commands and official Python SDK patterns. All credentials and identifiers in code examples are correctly implemented as placeholders (e.g., 'YOUR_KEY', 'myaccount').
- [INDIRECT_PROMPT_INJECTION]: The Azure Function example demonstrates a web trigger that ingests external data from HTTP request parameters and JSON bodies. While this technically introduces an untrusted data ingestion surface, it is consistent with the skill's primary purpose of providing cloud-native development templates.
- Ingestion points: Request parameters and JSON body access in the Azure Function snippet within SKILL.md.
- Boundary markers: None present in the code examples.
- Capability inventory: The skill is restricted to the Azure CLI (az) toolset and standard file operations.
- Sanitization: Includes standard exception handling for JSON parsing.
Audit Metadata