create-branch
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill processes user-supplied arguments to derive branch names, which represents a potential surface for indirect prompt injection.
- Ingestion points: The
$ARGUMENTSvariable is used in theSKILL.mdfile as the source for branch naming. - Boundary markers: External data is encapsulated within
<context>tags. - Capability inventory: The skill utilizes
git checkout,git status, and a local scriptdetect-base-branch.sh. - Sanitization: The instructions include mandatory kebab-case conversion for branch names and require explicit user approval via the
AskUserQuestiontool before any commands are executed, effectively mitigating the risk of malicious input influencing the terminal operations.
Audit Metadata