azure-devops-cli
Fail
Audited by Snyk on Apr 14, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The prompt demonstrates logging in with a PAT via
az devops login --token YOUR_PAT_TOKEN, which instructs embedding a secret directly on the command line and would require the LLM to include the secret verbatim.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.80). The skill's documented workflows explicitly import and create pipelines from public Git repositories (e.g., references/repos-and-prs.md: "az repos import create --git-source-url https://github.com/user/repo" and references/pipelines-and-builds.md: "az pipelines create --repository https://github.com/Org/Repo"), so untrusted, user-generated repo/YAML content is fetched and can influence pipeline creation and subsequent actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's prerequisites include executing a remote installer via "curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash", which fetches and runs remote code as a required setup step for the skill, posing a clear execution risk.
Issues (3)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata