dot-ai-worktree-prd
Audited by Socket on Mar 2, 2026
1 alert found:
SecurityThis skill's functionality and requested actions are coherent with its stated purpose: creating a descriptive git worktree/branch from a PRD title. It requires local repository write access and the ability to run git commands; those capabilities are appropriate for the described task but are sensitive operations if performed autonomously by an agent. There are no signs of credential harvesting, remote exfiltration, or obfuscated/malicious code in the provided content. The main risks are operational: accidental branch/worktree collisions, unintended fetching of submodule remotes (which use existing credentials), and the danger of an agent executing these commands without explicit user confirmation. Mitigations: require explicit user approval before executing commands, validate/sanitize branch names thoroughly before invoking shell commands, and warn users about submodule network activity.