Skip to main content

azd-deployment

Facilitates deployment of containerized applications to Azure Container Apps using Azure Developer CLI, enhancing infrastructure management.

Install this skill

or
45/100

Security score

The azd-deployment skill was audited on Feb 21, 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

medium line 59

Template literal with variable interpolation in command context

SourceSKILL.md
59```yaml
medium line 127

Template literal with variable interpolation in command context

SourceSKILL.md
127```json
high line 138

Template literal with variable interpolation in command context

SourceSKILL.md
138Syntax: `${VAR_NAME}` or `${VAR_NAME=default_value}`
medium line 210

Template literal with variable interpolation in command context

SourceSKILL.md
210```bicep
medium line 243

Template literal with variable interpolation in command context

SourceSKILL.md
243```yaml
low line 34

Access to .env file

SourceSKILL.md
34│ ├── .env # Environment-specific values (azd-managed)
medium line 121

Access to .env file

SourceSKILL.md
1211. **Local `.env`** - For local development only
medium line 122

Access to .env file

SourceSKILL.md
1222. **`.azure/<env>/.env`** - azd-managed, auto-populated from Bicep outputs
low line 155

Access to .env file

SourceSKILL.md
155// In main.bicep - outputs auto-populate .azure/<env>/.env
medium line 293

Access to .env file

SourceSKILL.md
2932. **Bicep outputs auto-populate .azure/<env>/.env** - Don't manually edit
low line 144

External URL reference

SourceSKILL.md
144azd env set AZURE_OPENAI_ENDPOINT "https://my-openai.openai.azure.com"
low line 145

External URL reference

SourceSKILL.md
145azd env set AZURE_SEARCH_ENDPOINT "https://my-search.search.windows.net"
low line 215

External URL reference

SourceSKILL.md
215value: 'http://ca-backend-${resourceToken}' // Internal DNS
Scanned on Feb 21, 2026
View Security Dashboard