Missing User Warnings
Medium
- Confidence
- 89% confidence
- Finding
- The skill includes a production deployment command for Vercel (`npx vercel deploy dist --prod --yes`) and explicitly references a public site, but it does not warn that running the command will publish changes live. In an agent context, this increases the chance of unintended public deployment, especially because `--prod --yes` removes confirmation prompts and makes accidental release easier.
