build-nitro-modules
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the Nitrogen codegen tool and the React Native Community CLI from the official npm registry during the library initialization process.
- [COMMAND_EXECUTION]: Utilizes standard shell commands via Bun and the React Native CLI to automate project scaffolding, install dependencies, and execute platform-specific build tasks (e.g.,
bunx nitrogen,pod install,bun android). - [SAFE]: The skill follows secure software development life cycle (SDLC) practices for React Native, emphasizing dependency alignment, strict architectural boundaries for native modules, and the use of official APIs.
Audit Metadata