Skip to main content

git-worktree

Manages Git worktrees for isolated parallel development, simplifying workflows with commands for creating, listing, and switching worktrees.

Install this skill

or
15/100

Security score

The git-worktree skill was audited on Feb 12, 2026 and we found 21 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 29

Template literal with variable interpolation in command context

SourceSKILL.md
29```bash
medium line 61

Template literal with variable interpolation in command context

SourceSKILL.md
61```bash
medium line 89

Template literal with variable interpolation in command context

SourceSKILL.md
89```bash
medium line 105

Template literal with variable interpolation in command context

SourceSKILL.md
105```bash
medium line 120

Template literal with variable interpolation in command context

SourceSKILL.md
120```bash
medium line 132

Template literal with variable interpolation in command context

SourceSKILL.md
132```bash
medium line 146

Template literal with variable interpolation in command context

SourceSKILL.md
146```bash
medium line 164

Template literal with variable interpolation in command context

SourceSKILL.md
164```bash
medium line 243

Template literal with variable interpolation in command context

SourceSKILL.md
243```bash
medium line 252

Template literal with variable interpolation in command context

SourceSKILL.md
252```bash
medium line 260

Template literal with variable interpolation in command context

SourceSKILL.md
260```bash
medium line 18

Access to .env file

SourceSKILL.md
18- **Automatic .env file copying** from main repo to new worktrees
medium line 25

Access to .env file

SourceSKILL.md
251. Copies `.env`, `.env.local`, `.env.test`, etc. from main repo
low line 62

Access to .env file

SourceSKILL.md
62# Create a new worktree (copies .env files automatically)
low line 71

Access to .env file

SourceSKILL.md
71# Copy .env files to an existing worktree (if they weren't copied)
medium line 97

Access to .env file

SourceSKILL.md
974. **Copies all .env files from main repo** (.env, .env.local, .env.test, etc.)
low line 151

Access to .env file

SourceSKILL.md
151# Script runs (copies .env files automatically):
low line 165

Access to .env file

SourceSKILL.md
165# For first feature (copies .env files):
low line 168

Access to .env file

SourceSKILL.md
168# Later, start second feature (also copies .env files):
medium line 256

Access to .env file

SourceSKILL.md
256### .env files missing in worktree?
medium line 258

Access to .env file

SourceSKILL.md
258If a worktree was created without .env files (e.g., via raw `git worktree add`), copy them:
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →