Routine vendor lookups can trigger CLI and plugin installation or upgrades
Source references: 2The Skill says to ensure the latest CLI and plugin before use and supplies Homebrew installation, Stripe plugin installation, and upgrade commands. It does not explicitly require user approval before these system changes and does not pin CLI or plugin versions.
Merely looking up a service could install or upgrade executables and plugins on the user's machine, altering the local toolchain. Unpinned versions also mean the code actually executed can change with upstream releases.
Before an ordinary lookup, the Skill calls for the latest CLI and plugin and supplies installation or upgrade commands. Those commands change software on the user's machine, but the install/upgrade text does not expressly require consent before execution; line 64 only generally mentions approval required by external setup instructions. Versions are also unpinned. An agent could therefore install or update executable code merely to perform a lookup. Users can restrict it to read-only use and require separate approval with version, source, and changes shown first.
Directory is accessed through the Stripe CLI and the Stripe Directory plugin.Before using Directory, verify that the latest version of the CLI and plugin are installed and that any required authentication is complete.```shbrew install stripe/stripe-cli/stripe && stripe plugin install directory```If the CLI or plugin is already installed, ensure that you are running the latest version: `brew upgrade stripe/stripe-cli/stripe` and `stripe plugin upgrade directory`Show 1 other places
If the CLI or plugin is already installed, ensure that you are running the latest version: `brew upgrade stripe/stripe-cli/stripe` and `stripe plugin upgrade directory`If setup is incomplete:1. Go to <https://stripe.directory>.2. Read the current agent-facing setup and usage documentation.3. Follow the documented installation, plugin setup, authentication, and validation steps.4. Ask the user only for required credentials, login interaction, or approval.