worktrees
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides operational guidelines for using Git worktrees to isolate development tasks. This is a standard software engineering practice.
- [COMMAND_EXECUTION]: The skill includes common shell commands such as
git worktree,git fetch,git rebase, andyarn install. These commands are appropriate for the skill's stated purpose of repository management and environment setup. - [DATA_EXFILTRATION]: The skill includes a protective instruction "Never push to remote" at the end, which serves as a safety guardrail to prevent the AI agent from exfiltrating code or data to remote servers without explicit intent.
- [EXTERNAL_DOWNLOADS]: Mentions
yarn install, which is a standard procedure for installing project dependencies from official registries. No suspicious or unknown remote sources are specified.
Audit Metadata