expo-ui
Pass
Audited by Gen Agent Trust Hub on Aug 5, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references several external documentation resources and tools. All these resources are hosted on official or well-known domains associated with the skill's author and the underlying technology stacks (e.g., expo.dev, developer.android.com, material.io). These are used for developer reference and standard framework usage.
- [COMMAND_EXECUTION]: The skill provides a mechanism for users to submit feedback using the
npx --yes submit-expo-feedback@latestcommand. This executes a tool managed by the skill's vendor (Expo) to facilitate framework improvements. Theallowed-toolsconfiguration specifically scopes execution to a local helper script (list-components.js) which is used to introspect the project's installed UI components. - [REMOTE_CODE_EXECUTION]: The skill includes instructions for installing the framework via
npx expo install @expo/uiand using the feedback tool vianpx. Both are standard operations within the Expo and React Native ecosystems and target verified vendor packages.
Audit Metadata