Skip to main content

azure-devops-skill

Provides a comprehensive guide for Azure DevOps REST API operations, enhancing work item, pipeline, and repository management.

Install this skill

or
84/100

Security score

The azure-devops-skill skill was audited on Feb 9, 2026 and we found 8 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 43

Template literal with variable interpolation in command context

SourceSKILL.md
43```bash
medium line 46

Curl to non-GitHub URL

SourceSKILL.md
46curl -H "Authorization: Basic ${AUTH}" https://dev.azure.com/{org}/_apis/projects
low line 46

External URL reference

SourceSKILL.md
46curl -H "Authorization: Basic ${AUTH}" https://dev.azure.com/{org}/_apis/projects
low line 154

External URL reference

SourceSKILL.md
154"url": "https://dev.azure.com/{org}/_apis/wit/workItems/{id}"
low line 547

External URL reference

SourceSKILL.md
547- [Azure DevOps REST API v7.2](https://learn.microsoft.com/en-us/rest/api/azure/devops/?view=azure-devops-rest-7.2)
low line 548

External URL reference

SourceSKILL.md
548- [WIQL Syntax Reference](https://learn.microsoft.com/en-us/azure/devops/boards/queries/wiql-syntax)
low line 549

External URL reference

SourceSKILL.md
549- [Authentication Guide](https://learn.microsoft.com/en-us/azure/devops/integrate/get-started/authentication/authentication-guidance)
low line 550

External URL reference

SourceSKILL.md
550- [Rate Limits](https://learn.microsoft.com/en-us/azure/devops/integrate/concepts/rate-limits)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →