Skip to main content

macos-xcode

Equips AI to automate Xcode tasks for building and deploying iOS/macOS applications using command-line tools.

Install this skill

or
55/100

Security score

The macos-xcode skill was audited on Mar 1, 2026 and we found 3 security issues across 2 threat categories, including 3 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 34

Python subprocess execution

SourceSKILL.md
34Always run commands in a macOS environment with Xcode installed. Prefix xcodebuild/xcrun calls with checks for Xcode availability, e.g., verify `$xcode-select -p` outputs a valid path. Use in AI respo
high line 49

Python subprocess execution

SourceSKILL.md
49Check for common errors like "Code Sign error: No matching provisioning profile found" by verifying profiles with `security cms -D -i profile.mobileprovision`; fix by running `xcodebuild -fixit` or up
high line 31

Access to system keychain/keyring

SourceSKILL.md
31- Integrate with macOS keychain for secure handling of signing identities.
Scanned on Mar 1, 2026
View Security Dashboard
Installation guide →