asc-xcode-build
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill utilizes standard Apple developer tools (
xcodebuild) to perform app compilation and archiving tasks. The commands are structured correctly for their intended purpose. - [CREDENTIALS_UNSAFE] (SAFE): No sensitive information such as API keys, certificates, or passwords are hardcoded. The skill uses descriptive placeholders like
YOUR_TEAM_IDandAPP_IDfor user configuration. - [EXTERNAL_DOWNLOADS] (SAFE): The skill does not perform any network operations or download external scripts/packages. It assumes the environment already has Xcode and the
ascCLI tool installed. - [DATA_EXFILTRATION] (SAFE): All file operations are localized to standard temporary directories (
/tmp/) for build artifacts, with no patterns suggesting data is being sent to unauthorized external endpoints.
Audit Metadata