worktree-status
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill's instructions are clear, transparent, and align with its stated purpose of managing git worktrees.
- [COMMAND_EXECUTION]: The skill utilizes common shell and git commands to report repository status. Commands are properly quoted (e.g., "$wt", "$BRANCH", "$f") to mitigate potential shell injection risks from local file or branch names.
- [EXTERNAL_DOWNLOADS]: The skill includes a git pull origin main command to synchronize local state. This is a standard network operation for version control and does not involve downloading untrusted scripts or binary payloads.
Audit Metadata