Skip to main content

ado-windows-git-bash-compatibility

Provides guidance for Windows and Git Bash compatibility in Azure Pipelines, addressing path conversion and shell detection issues.

Install this skill

or
55/100

Security score

The ado-windows-git-bash-compatibility skill was audited on May 12, 2026 and we found 9 security issues across 3 threat categories, including 1 critical. Review the findings below before installing.

Categories Tested

Security Issues

medium line 262

Template literal with variable interpolation in command context

SourceSKILL.md
262```yaml
critical line 515

Piping content to bash shell

SourceSKILL.md
515| Bash script on Windows | Use `export MSYS_NO_PATHCONV=1` |
medium line 371

Access to .env file

SourceSKILL.md
371### Agent .env Configuration
medium line 373

Access to .env file

SourceSKILL.md
373For self-hosted Windows agents, create `.env` file in agent root:
low line 376

Access to .env file

SourceSKILL.md
376# File: agent/.env
low line 506

External URL reference

SourceSKILL.md
506- [Azure Pipelines Windows Agents](https://learn.microsoft.com/azure/devops/pipelines/agents/windows-agent)
low line 507

External URL reference

SourceSKILL.md
507- [Git for Windows Documentation](https://git-scm.com/docs)
low line 508

External URL reference

SourceSKILL.md
508- [MINGW Path Conversion](https://www.msys2.org/docs/filesystem-paths/)
low line 509

External URL reference

SourceSKILL.md
509- [Azure Pipelines Variables](https://learn.microsoft.com/azure/devops/pipelines/build/variables)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →