Plugins that install by running a command now print it and ask you to confirm.
What's wrong with this entry?
If a plugin marketplace entry installs itself by running a command on your machine, install and update now print that command and ask "Run this command now? [y/N]". Acceptance is remembered per exact command string, so a changed command forces a fresh confirmation with a warning.
-y/--yesis refused when the CLI is itself running inside another Claude Code session.- In a non-interactive terminal the command is only printed, never accepted.
- Link mode for these plugins is refused on Windows.
claude plugin install <name>@<marketplace>Not an interactive terminal, so the command was only displayed, not accepted.
Strings lifted out of the shipped bundle, so the claim above can be checked against them.