Skip to main content

worktree-manager

Automates the creation and management of git worktrees for AI coding agents, enhancing development efficiency with smart naming and cleanup.

Install this skill

or
68/100

Security score

The worktree-manager skill was audited on Feb 25, 2026 and we found 8 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 14

Access to .env file

SourceSKILL.md
14- `.env` - Environment variables
medium line 50

Access to .env file

SourceSKILL.md
50- `.env`
medium line 143

Access to .env file

SourceSKILL.md
1432. Updates the worktree's `.env` with the new SQLITE_DB_PATH
low line 158

Access to .env file

SourceSKILL.md
158# Seed with shared database (from .env)
medium line 176

Access to .env file

SourceSKILL.md
176- `.env` - Environment variables for the application
medium line 205

Access to .env file

SourceSKILL.md
205## .env Configuration Requirements
medium line 207

Access to .env file

SourceSKILL.md
207The `.env` file is copied to worktrees automatically. Ensure proper formatting to avoid shell parsing errors:
low line 256

Access to .env file

SourceSKILL.md
256cp <main-repo>/.env <worktree-path>/.env
Scanned on Feb 25, 2026
View Security Dashboard