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
| 153 | result = subprocess.run( |
medium line 167
Python subprocess execution
SourceSKILL.md
| 167 | subprocess.run(["git", "fetch", "origin"], check=True) |
medium line 170
Python subprocess execution
SourceSKILL.md
| 170 | subprocess.run( |
medium line 195
Python subprocess execution
SourceSKILL.md
| 195 | subprocess.run( |
medium line 253
Python subprocess execution
SourceSKILL.md
| 253 | result = subprocess.run( |
medium line 268
Python subprocess execution
SourceSKILL.md
| 268 | subprocess.run(["git", "fetch", "origin"], check=True) |
medium line 272
Python subprocess execution
SourceSKILL.md
| 272 | subprocess.run( |
medium line 279
Python subprocess execution
SourceSKILL.md
| 279 | subprocess.run( |
low line 8
External URL reference
SourceSKILL.md
| 8 | Initialize 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