Missing User Warnings
Medium
- Confidence
- 94% confidence
- Finding
- The skill directs the agent/user to run project-creating and setup commands (`mp-skills new`, `add`, `setup`) that modify the filesystem, initialize a git repository, and may install code from external sources, but it does not require an explicit warning or confirmation before those side effects occur. In an agent setting, this increases the risk of unintended local changes, dependency installation, or execution of unreviewed setup steps, especially because `npx` can fetch and run remote packages and the skill-install commands pull external content.
