Missing User Warnings
Medium
- Confidence
- 92% confidence
- Finding
- The skill directs the agent to run state-changing package-management commands such as `conda create`, `conda env update`, and `pip install` based on project files, without an explicit user-consent checkpoint or a clear upfront warning that local system and environment state will be modified. In context, dependency files and package installation can execute untrusted build/install logic (`pip install .`, `setup.py`, package post-install/build steps), so automatic execution increases the risk of unintended code execution and environment tampering.
