create-branch
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs standard local git operations without any signs of malicious intent or unauthorized access. All repository modifications are gated by mandatory user confirmation.\n- [COMMAND_EXECUTION]: The skill uses
git status,git diff, andgit checkout -bto fulfill its purpose. These commands are executed locally and are restricted to managing the project's branch structure.\n- [PROMPT_INJECTION]: The skill reads untrusted code changes viagit diff, which constitutes an indirect prompt injection surface. However, the potential impact is limited to the suggestion of a branch name, which must be manually reviewed and approved by the user before the command is run.
Audit Metadata