wt-switch-create
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides instructions for an agent to manage Git worktrees via the 'wt' utility. The operations described (switching directories and creating worktrees) are appropriate for the tool's stated purpose of development environment isolation.
- [EXTERNAL_DOWNLOADS]: The skill documentation identifies the 'wt' CLI (worktrunk.dev) as a necessary system requirement. This is a functional dependency for the skill's operation.
- [PROMPT_INJECTION]: The skill includes a design that accepts a task description from user input, which the agent is instructed to perform after establishing the new worktree environment.
- Ingestion points: The
$ARGUMENTSvariable in SKILL.md provides the task input. - Boundary markers: No specific delimiters or safety instructions are defined for the task portion of the arguments.
- Capability inventory: The skill relies on
EnterWorktreeandExitWorktreefunctions, as well as the agent's existing file system and command execution capabilities. - Sanitization: There is no explicit sanitization or validation logic applied to the task arguments within the skill's instructions.
Audit Metadata