axiom-xcode-debugging
Pass
Audited by Gen Agent Trust Hub on Feb 23, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill contains shell commands for managing the local development environment, such as
rm -rfon specific cache directories (~/Library/Developer/Xcode/DerivedData),killallfor unresponsive processes, andxcrun simctlfor simulator management. These are standard practices in iOS development and do not exhibit malicious intent. - [DATA_EXFILTRATION] (SAFE): No network-enabled commands (like curl or wget) or scripts that transmit data to external servers were found. Access is limited to local build artifacts and system logs for diagnostic purposes.
- [REMOTE_CODE_EXECUTION] (SAFE): The skill does not download or execute remote scripts. All execution is based on local, standard macOS development tools.
- [PROMPT_INJECTION] (SAFE): No attempts to override system prompts or bypass safety guardrails were identified. The instructional language is focused on developer workflow diagnostics.
Audit Metadata