swiftui-expert-skill
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local shell commands using the
subprocessmodule to interact with the Xcodexctraceutility. This is used for both recording traces (scripts/record_trace.py) and exporting trace data for analysis (scripts/instruments_parser/xctrace.py). The implementation correctly passes arguments as a list to prevent shell injection vulnerabilities. - [SAFE]: No evidence of data exfiltration, credential harvesting, or unauthorized network activity was found. The Python scripts operate locally on trace files and metadata provided by the user. The skill follows security best practices by not downloading external code and maintaining a focused scope on SwiftUI development and performance profiling.
Audit Metadata