Missing User Warnings
Medium
- Confidence
- 94% confidence
- Finding
- The skill instructs execution of a local PowerShell scaffold script that writes files and runs dependency/build commands (`npm install` and `mvn package`) without an explicit user-facing warning about those side effects. This is dangerous because build/install steps can execute package lifecycle hooks, modify the filesystem extensively, and consume network/resources, increasing the chance of unintended code execution or environment changes when triggered implicitly.
