skills/shipshitdev/library/worktree/Gen Agent Trust Hub

worktree

Pass

Audited by Gen Agent Trust Hub on Jun 20, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses Git commands (git worktree, git rev-parse, git symbolic-ref) and standard shell utilities (sed, grep, printf) to manage parallel workspaces. These operations are restricted to the local repository context and are necessary for the skill's primary functionality.
  • [EXTERNAL_DOWNLOADS]: Includes an optional --fetch flag that triggers git fetch origin. This network operation is used to synchronize the local base branch with the remote repository and is restricted to the 'origin' remote, which is standard behavior for development tools.
  • [SAFE]: The skill manages project configuration by updating the .gitignore file to exclude worktree directories. This process includes a requirement for user confirmation before committing changes, preventing unexpected modifications to the repository history.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 20, 2026, 01:13 PM
Security Audit — agent-trust-hub — worktree