Azure Devops MCP Replacement For OpenClaw

PassAudited by VirusTotal on May 15, 2026.

Findings (1)

The skill bundle is a well-implemented set of Node.js scripts designed to interact with the Azure DevOps REST API. It follows security best practices by using only built-in modules (avoiding supply chain risks), implementing input validation via the `validateSegment` and `safePath` functions in `client.js` and `wiki.js` to prevent path injection, and ensuring Personal Access Tokens (PATs) are only transmitted to official Microsoft endpoints (dev.azure.com). The instructions in SKILL.md are consistent with the code's functionality, and there is no evidence of data exfiltration, malicious execution, or harmful prompt injection.