Skip to main content

windows-git-bash-compatibility

Provides guidance on ensuring compatibility between Windows and Git Bash for Azure Data Factory development and CI/CD processes.

Install this skill

or
77/100

Security score

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

Categories Tested

Security Issues

medium line 202

Template literal with variable interpolation in command context

SourceSKILL.md
202console.log(`Detected shell: ${shell.type}`);
medium line 243

Template literal with variable interpolation in command context

SourceSKILL.md
243```bash
medium line 347

Template literal with variable interpolation in command context

SourceSKILL.md
347console.log(`🖥️ Shell: ${process.platform}`);
low line 408

Access to hidden dotfiles in home directory

SourceSKILL.md
408# Add to ~/.bashrc for Git Bash
low line 141

Access to .env file

SourceSKILL.md
141const env = process.env;
low line 205

Access to .env file

SourceSKILL.md
205process.env.MSYS_NO_PATHCONV = '1';
low line 342

Access to .env file

SourceSKILL.md
342if (process.env.MSYSTEM) {
low line 344

Access to .env file

SourceSKILL.md
344process.env.MSYS_NO_PATHCONV = '1';
low line 468

External URL reference

SourceSKILL.md
468- [MSYS2 Path Conversion](https://www.msys2.org/docs/filesystem-paths/)
low line 469

External URL reference

SourceSKILL.md
469- [Azure CLI on Windows](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-windows)
low line 470

External URL reference

SourceSKILL.md
470- [PowerShell Core](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →