🚀 Feature: Require user confirmation or a --yes flag to run npx #100
Labels
status: accepting prs
Please, send a pull request to resolve this! 🙏
type: feature
New enhancement or request
Milestone
Bug Report Checklist
main
branch of the repository.Overview
The
create
CLI allows installing and running arbitrary packages:npx create some-arbitrary-package
. Similar tonpx
itself, users should be asked to confirm -either explicitly or with a--yes
flag- that they want to install something if it's a new package for them.Additional Info
I keep forgetting to file this, but it's an important security concern.
💖
The text was updated successfully, but these errors were encountered: