Skip to main content

az

Facilitates Azure cloud resource management and DevOps operations using the az CLI for efficient infrastructure control.

Install this skill

or
71/100

Security score

The az skill was audited on Feb 9, 2026 and we found 11 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 1178

Template literal with variable interpolation in command context

SourceSKILL.md
1178```bash
low line 273

Access to hidden dotfiles in home directory

SourceSKILL.md
273--ssh-key-values @~/.ssh/id_rsa.pub \
low line 1214

Access to hidden dotfiles in home directory

SourceSKILL.md
1214rm -rf ~/.azure
high line 273

Access to SSH directory

SourceSKILL.md
273--ssh-key-values @~/.ssh/id_rsa.pub \
low line 171

External URL reference

SourceSKILL.md
171az devops configure --defaults organization=https://dev.azure.com/myorg project=MyProject
low line 177

External URL reference

SourceSKILL.md
177az devops login --organization https://dev.azure.com/myorg
low line 184

External URL reference

SourceSKILL.md
184az devops project list --organization https://dev.azure.com/myorg -o table
low line 200

External URL reference

SourceSKILL.md
200az repos list --organization https://dev.azure.com/myorg --project <project> -o table
low line 225

External URL reference

SourceSKILL.md
225az pipelines list --organization https://dev.azure.com/myorg --project <project> -o table
low line 972

External URL reference

SourceSKILL.md
972az devops configure --defaults organization=https://dev.azure.com/myorg project=MyProject
low line 1064

External URL reference

SourceSKILL.md
1064--settings DatabasePassword="@Microsoft.KeyVault(SecretUri=https://myfuncvault.vault.azure.net/secrets/DatabasePassword/)"
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →