反馈步骤会下载并立即执行未固定版本的 npm 包
原文依据:1 处命令使用 `npx --yes` 和 `@latest`,会在不要求安装确认的情况下获取并执行当时最新的 `submit-expo-feedback` 包。审计材料没有包含该包的源码,因此无法从本 Skill 验证其具体行为。
如果包或其发布账户遭到入侵,执行时可继承当前用户权限并访问命令运行环境中的文件或凭据。命令还会把用户填写的反馈文本交给该程序处理。
反馈命令明确使用 `npx --yes` 执行 `submit-expo-feedback@latest`:`@latest` 不固定代码版本,`--yes` 跳过安装确认,而且所给材料没有该包源码。只有提交具体反馈时才会触发,但届时最新包会以用户权限运行并接收反馈文本。用户可限制自动执行,并要求固定且审计过的版本。
## Submitting FeedbackIf you encounter errors, misleading or outdated information in this skill, report it so Expo can improve:```bashnpx --yes submit-expo-feedback@latest --category skills --subject "expo-dev-client" "<actionable feedback>"```Only submit when you have something specific and actionable to report. Include as much relevant context as possible.If an AI agent repeatedly failed or the user had to take over an Expo task, load the expo-skill-feedback skill and follow its eval-candidate flow instead of reusing the command above.