普通供应商查询可触发安装或升级 CLI 与插件
原文依据:2 处该 Skill 要求使用前确认 CLI 和插件为最新版,并给出 Homebrew 安装、Stripe 插件安装及升级命令。它没有在这些系统变更前明确要求取得用户批准,也没有固定 CLI 或插件版本。
仅为了查询服务,代理就可能在用户设备上安装或升级可执行程序和插件,改变本机工具链;未固定版本也意味着实际执行代码可能随上游更新而变化。
普通查询前,Skill 要求确认 CLI 和插件为最新版,并提供安装或升级命令。这些命令会改变用户机器上的软件,但安装与升级段落没有明确规定执行前必须获得用户同意;第 64 行只对外部文档“要求”的批准作出笼统表述。版本也未固定。因此,代理可能为一次目录查询安装或更新可执行代码。用户可限制为只读查询,并要求每次安装或升级前展示版本、来源和变更后单独确认。
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`查看另外 1 个位置
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.