enable-worklets-bundle-mode
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads Metro and metro-runtime patches from the official software-mansion repository on GitHub (
raw.githubusercontent.com/software-mansion/react-native-reanimated). This is a standard operation for applying specific versioned fixes required by the react-native-worklets Bundle Mode. - [COMMAND_EXECUTION]: The skill uses various package manager commands (
npm,yarn,pnpm,bun) to install dependencies and apply patches. It specifically usesgit applyandpatchto modify code within thenode_modulesdirectory based on downloaded content. These commands are executed locally to modify the project environment as part of the setup process. - [REMOTE_CODE_EXECUTION]: The skill implements a workflow where remote patch files are piped directly into
git applyor thepatchutility. While this technically modifies local source code from a remote source, the source is the official vendor repository for the software being configured.
Audit Metadata