Skip to main content

git-workspace-init

Facilitates the initialization of git worktrees and branches for efficient feature development and bug fixes.

Install this skill

or
54/100

Security score

The git-workspace-init skill was audited on Mar 1, 2026 and we found 10 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 129

Template literal with variable interpolation in command context

SourceSKILL.md
129```bash
medium line 153

Python subprocess execution

SourceSKILL.md
153result = subprocess.run(
medium line 167

Python subprocess execution

SourceSKILL.md
167subprocess.run(["git", "fetch", "origin"], check=True)
medium line 170

Python subprocess execution

SourceSKILL.md
170subprocess.run(
medium line 195

Python subprocess execution

SourceSKILL.md
195subprocess.run(
medium line 253

Python subprocess execution

SourceSKILL.md
253result = subprocess.run(
medium line 268

Python subprocess execution

SourceSKILL.md
268subprocess.run(["git", "fetch", "origin"], check=True)
medium line 272

Python subprocess execution

SourceSKILL.md
272subprocess.run(
medium line 279

Python subprocess execution

SourceSKILL.md
279subprocess.run(
low line 8

External URL reference

SourceSKILL.md
8Initialize an isolated git worktree with a properly named branch following [conventional branch naming](https://conventional-branch.github.io/) conventions.
Scanned on Mar 1, 2026
View Security Dashboard
Installation guide →