git-worktree-manager
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The scripts execute Git commands and local package managers (such as npm, yarn, pnpm, bun, or pip) to automate worktree setup and cleanup. All invocations use
subprocess.runwith argument arrays and withoutshell=True, preventing shell injection vulnerabilities. - [SAFE]: The skill manages environment files and folder layouts entirely on the local machine as described in its documentation. No remote network calls, obfuscation techniques, or data exfiltration behaviors were detected.
Audit Metadata