xcode-makefiles
Pass
Audited by Gen Agent Trust Hub on May 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is to install a local build toolkit into a user's Xcode project directory. All installation logic is handled locally via
install.shand a Python templating script. - [SAFE]: No external network dependencies or downloads were identified. The scripts rely exclusively on standard system tools such as
xcodebuild,xcrun,git, andosascript. - [SAFE]: The
xcbuild.shscript implements environment isolation by redirectingHOME,TMPDIR, and various cache paths to the project's internalbuild/directory. This prevents build side-effects on the host system and is a recommended practice. - [SAFE]: The use of
osascriptinmove_to_trash.shis a standard method for interacting with the macOS Finder to safely delete files, rather than usingrm -rfdirectly. - [SAFE]: Analysis of the Python logic in
resolve_sim_destination.shandrender_template.pyconfirms they only perform local processing of simulator metadata and file system operations without any malicious intent or obfuscation.
Audit Metadata