Skip to main content

azd-deployment

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

Install this skill

or
45/100

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

medium line 62

Template literal with variable interpolation in command context

SourceSKILL.md
62```yaml
medium line 130

Template literal with variable interpolation in command context

SourceSKILL.md
130```json
high line 141

Template literal with variable interpolation in command context

SourceSKILL.md
141Syntax: `${VAR_NAME}` or `${VAR_NAME=default_value}`
medium line 213

Template literal with variable interpolation in command context

SourceSKILL.md
213```bicep
medium line 246

Template literal with variable interpolation in command context

SourceSKILL.md
246```yaml
low line 37

Access to .env file

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

Access to .env file

SourceSKILL.md
1241. **Local `.env`** - For local development only
medium line 125

Access to .env file

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

Access to .env file

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

Access to .env file

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
218value: 'http://ca-backend-${resourceToken}' // Internal DNS
Scanned on May 12, 2026
View Security Dashboard
Installation guide →