expo-module
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
npx create-expo-moduleto automate the scaffolding of new native modules and views. This is an official CLI tool provided by Expo for this specific purpose. - [EXTERNAL_DOWNLOADS]: Fetches the latest version of the
create-expo-modulepackage from the official npm registry during the scaffolding process. It also directs the user to runpod install, which downloads iOS native dependencies from CocoaPods. - [SAFE_PRACTICE]: The documentation includes examples of managing sensitive data like API keys using Config Plugins, which is the recommended security practice for injecting configuration into native projects in the Expo ecosystem.
Audit Metadata