react-native-setup
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill lists numerous shell commands for managing simulators, installing dependencies, and running build scripts (e.g.,
adb,xcrun,npx). These are all standard utilities within the mobile development workflow. - [EXTERNAL_DOWNLOADS] (SAFE): Instructions involve downloading tools from reputable registries including npm, Homebrew, and RubyGems (e.g.,
eas-cli,cocoapods,watchman). These are industry-standard sources. - [PRIVILEGE_ESCALATION] (LOW): Recommends the use of
sudofor specific administrative tasks such as accepting Xcode licenses and installing system-wide Ruby gems. While these require root privileges, they are standard requirements for macOS development environment setup. - [PERSISTENCE] (SAFE): Provides instructions for modifying shell profiles like
~/.zshrcto export environment variables (ANDROID_HOME,PATH). This is the correct and expected method for persistent environment configuration.
Audit Metadata