Missing User Warnings
Medium
- Confidence
- 97% confidence
- Finding
- The skill instructs destructive local actions (`rm -rf venv`) and repository-altering remote actions (`git add .`, `git commit`, `git push`) without requiring confirmation, preview, scope checks, or any warning about data loss and unintended publication. In an agent setting, this is dangerous because a user request to rebuild an environment could trigger irreversible changes, commit unrelated files, and push sensitive or accidental modifications to a remote repository.
