drop-worktree
Pass
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: Analysis of the skill instructions and workflows reveals no malicious patterns. The skill follows best practices for destructive operations by requiring user confirmation and checking for external state (GitHub PRs) before proceeding.
- [COMMAND_EXECUTION]: The skill uses standard command-line tools such as
gitandgh(GitHub CLI) to perform operations. These are appropriate for the skill's stated purpose of managing git worktrees. - [DATA_EXPOSURE]: The skill queries the GitHub API via the
ghtool to check the status of pull requests. This is a legitimate operation used to inform the user before deleting a branch and does not involve exfiltrating sensitive local data.
Audit Metadata