xcode
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/xcode.pyuses thesubprocess.runfunction to executenpm exec. This is used to run themcporterutility, which manages communication with Xcode's underlying tools. The command arguments are constructed using sanitized inputs from the tool's CLI. - [EXTERNAL_DOWNLOADS]: The skill downloads the
mcporterpackage from the official npm registry at runtime usingnpm exec --package=mcporter@0.13.11. This is a standard mechanism for utilizing MCP bridging utilities without requiring a global installation.
Audit Metadata