expo-ui-jetpack-compose
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [Dependency Installation]: The skill recommends installing the
@expo/uipackage using the official Expo CLI (npx expo install). This is a standard procedure for React Native development using established tools. - [Local Command Execution]: There is a recommendation to use a Node.js one-liner (
node -e "...") to locate the installed package directory. This is used solely to find the path to type definitions (.d.tsfiles) for API verification, which is a standard development pattern. - [External Documentation Access]: The skill directs the agent to fetch component documentation from
docs.expo.dev. This is the official documentation site for the Expo ecosystem and is a safe, trusted source for API information. - [Asset Integration]: Instructions are provided for downloading Android XML vector drawables from Google's Material Symbols. This involves fetching standard UI assets from a well-known service to be used within the mobile application project.
Audit Metadata