azd-deployment
Facilitates deployment of containerized applications to Azure Container Apps using Azure Developer CLI, enhancing cloud infrastructure management.
Install this skill
Security score
The azd-deployment skill was audited on May 12, 2026 and we found 13 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 62 | ```yaml |
Template literal with variable interpolation in command context
| 130 | ```json |
Template literal with variable interpolation in command context
| 141 | Syntax: `${VAR_NAME}` or `${VAR_NAME=default_value}` |
Template literal with variable interpolation in command context
| 213 | ```bicep |
Template literal with variable interpolation in command context
| 246 | ```yaml |
Access to .env file
| 37 | │ ├── .env # Environment-specific values (azd-managed) |
Access to .env file
| 124 | 1. **Local `.env`** - For local development only |
Access to .env file
| 125 | 2. **`.azure/<env>/.env`** - azd-managed, auto-populated from Bicep outputs |
Access to .env file
| 158 | // In main.bicep - outputs auto-populate .azure/<env>/.env |
Access to .env file
| 296 | 2. **Bicep outputs auto-populate .azure/<env>/.env** - Don't manually edit |
External URL reference
| 147 | azd env set AZURE_OPENAI_ENDPOINT "https://my-openai.openai.azure.com" |
External URL reference
| 148 | azd env set AZURE_SEARCH_ENDPOINT "https://my-search.search.windows.net" |
External URL reference
| 218 | value: 'http://ca-backend-${resourceToken}' // Internal DNS |