using-git-worktrees
Pass
Audited by Gen Agent Trust Hub on Apr 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows secure development practices by verifying that worktree directories are excluded from version control via .gitignore before creation.
- [COMMAND_EXECUTION]: The skill executes standard development commands (git, npm, cargo, pip, go) for workspace setup and verification. These operations are scoped to the local project and are consistent with the skill's stated purpose.
- [EXTERNAL_DOWNLOADS]: Dependency installation commands (npm install, pip install, etc.) are triggered by the presence of standard manifest files. This is expected behavior for a project setup tool.
Audit Metadata