apple-native-dev
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
justrecipes and shell scripts to automate iOS/macOS development tasks. These commands includexcodebuildfor compilation,xcrunfor simulator and device management, andsedfor local configuration updates. It also uses thesecurityutility to retrieve the developer's Team ID from the local keychain to automate configuration. - [EXTERNAL_DOWNLOADS]: The skill instructs the user to install well-known development tools such as
xcodegen,just, andxcode-build-serverusing the Homebrew package manager. - [SAFE]: The skill specifically addresses data exposure risks by guiding the user to use
.xcconfigfiles and.gitignoreto prevent committing personal Apple Team IDs or signing certificates to git repositories. It also enables security features likeENABLE_USER_SCRIPT_SANDBOXINGby default in its project templates.
Audit Metadata