axiom-build
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions for using system commands to manage the development environment. Specifically, 'skills/xcode-debugging.md' suggests using
killall -9 xcodebuildandkillall -9 Simulatorto resolve zombie process issues. Additionally, it recommendsrm -rfon directories like~/Library/Developer/Xcode/DerivedDatato clear corrupted build caches. These are standard, documented practices in the iOS development ecosystem. - [EXTERNAL_DOWNLOADS]: The instructions reference standard package managers (Swift Package Manager, CocoaPods, Carthage) and suggest using
git clonefor dependency management. These are legitimate tools for the intended developer use-case. - [PROMPT_INJECTION]: The skill uses instructional language to enforce debugging best practices, such as the 'Anti-Rationalization' and 'Pressure Scenarios' sections. These are designed to guide user behavior during troubleshooting rather than attempting to bypass the model's safety guardrails.
- [DATA_EXFILTRATION]: The skill involves reading system-level diagnostic logs located in
~/Library/Logs/DiagnosticReports/for crash analysis. This access is localized to the user's machine and is a prerequisite for the troubleshooting tasks described.
Audit Metadata