axiom-fix-build
Pass
Audited by Gen Agent Trust Hub on Apr 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use shell commands for environment maintenance. This includes monitoring processes with
ps, terminating unresponsive build tools usingkillall, and clearing cache directories (such asDerivedDataand the Swift Package Manager cache) viarm -rf. These actions are standard troubleshooting procedures for iOS and macOS development environments. - [EXTERNAL_DOWNLOADS]: The skill includes instructions to download simulator runtimes using the official
xcodebuild -downloadPlatformcommand. This utilizes the native Apple toolchain to fetch components from Apple's verified infrastructure for CI/CD setup purposes.
Audit Metadata