Skip to main content

azure-devops-cli

Enables management of Azure DevOps resources via CLI for efficient CI/CD and automation tasks.

Install this skill

or
91/100

Security score

The azure-devops-cli skill was audited on May 12, 2026 and we found 5 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
30# Note: Legacy URL https://{org}.visualstudio.com should be replaced with https://dev.azure.com/{org}
low line 31

External URL reference

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