Missing User Warnings
Medium
- Confidence
- 92% confidence
- Finding
- The skill includes state-changing git commands (`git reset HEAD`, `git add`, `git commit`) as an execution step without an explicit warning that they modify repository state and may unstage work or create commits. In an agent skill context, this is risky because an automated assistant could present or execute these commands without ensuring the user understands the consequences, leading to accidental history or staging changes.
