expo-upgrade
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to run several standard Expo maintenance commands such as
npx expo install,npx expo-doctor,npx expo prebuild, andnpx expo-codemod. These are routine developer operations for the React Native/Expo ecosystem. - [REMOTE_CODE_EXECUTION]: The skill uses
npx --yes submit-expo-feedback@latestto send feedback to the developer. While this executes a remote package, it targets the 'expo' organization's tool as indicated by the skill context and vendor alignment, and is used for its intended purpose of reporting skill performance. - [SAFE]: All external URLs point to official Expo documentation (docs.expo.dev), release notes, or internal API endpoints (exp.host) owned by the vendor. Dependency management instructions (e.g., removing
@babel/core) follow industry best practices for the Expo framework.
Audit Metadata