Skip to main content

azure-devops-cli

Enables management of Azure DevOps resources via CLI, streamlining CI/CD processes and project automation.

Install this skill

or
92/100

Security score

The azure-devops-cli skill was audited on Mar 7, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 17

Curl to non-GitHub URL

SourceSKILL.md
17curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash # Linux
low line 17

External URL reference

SourceSKILL.md
17curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash # Linux
low line 27

External URL reference

SourceSKILL.md
27az devops login --organization https://dev.azure.com/{org} --token YOUR_PAT_TOKEN
low line 30

External URL reference

SourceSKILL.md
30az devops configure --defaults organization=https://dev.azure.com/{org} project={project}
Scanned on Mar 7, 2026
View Security Dashboard
Installation guide →