skills/vtmocanu/skills/git-worktrees/Gen Agent Trust Hub

git-worktrees

Warn

Audited by Gen Agent Trust Hub on Aug 8, 2026

Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The skill provides complex shell scripts intended to be added to the user's ~/.gitconfig as aliases (new-wt and clone-wt). These scripts use the !f() { ... }; f syntax to execute multi-line shell functions.
  • [COMMAND_EXECUTION]: These aliases perform persistent environment modifications by creating directories (mkdir), writing to files (printf), and altering the internal configuration of Git repositories (git config).
  • [COMMAND_EXECUTION]: Instructions guide the agent to modify a persistent user configuration file (~/.gitconfig), which ensures the custom shell logic remains active across shell sessions.
  • [EXTERNAL_DOWNLOADS]: The clone-wt alias includes logic to perform a git clone operation from a remote URL provided at runtime, facilitating the download of external repository data.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Aug 8, 2026, 06:24 PM
Security Audit — agent-trust-hub — git-worktrees