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 uses git apply and patch to modify code within the node_modules directory 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 apply or the patch utility. 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
Risk Level
SAFE
Analyzed
Sep 4, 2026, 04:18 PM
Security Audit — agent-trust-hub — enable-worklets-bundle-mode