build-ios-binary
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Build Process Automation: The skill automates complex iOS build steps using shell commands. This is a standard pattern for development tools, utilizing a staging directory to ensure the original project structure remains untouched and avoiding side effects on the canonical source.- Dynamic File Generation: It creates temporary build artifacts, including Xcode projects and umbrella headers. These are necessary to bridge the gap between source code and a distributable framework without requiring the user to maintain complex boilerplate manually.- Dependency Management: The skill relies on local dependencies and may trigger
pnpm installto resolve necessary headers. This ensures the build environment uses the specific version of React Native pinned by the project, maintaining consistency with the target runtime environment.- Indirect Prompt Injection Surface: The skill processes project manifest metadata and source code to configure the build process. While this introduces a surface where external content could influence tool execution, the risk is inherent to build systems and is mitigated by the skill's specific conformance asserts and intended use in local development contexts.
Audit Metadata