Missing User Warnings
Medium
- Confidence
- 88% confidence
- Finding
- The setup instructions perform package installation and user-level Jupyter kernel registration, which modify the user's environment beyond a purely local project directory. Although a virtual environment is used for Python packages, `python -m ipykernel install --user` persists a kernel spec in the user's home environment, and the skill does not clearly warn that this is a lasting system/user-profile change requiring consent.
