swiftui-expert-skill
Pass
Audited by Gen Agent Trust Hub on Aug 23, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses Python scripts to wrap the system's
xctraceutility for recording and analyzing application traces. The scriptsscripts/record_trace.pyandscripts/instruments_parser/xctrace.pyconstruct commands using lists passed tosubprocess.Popenandsubprocess.run, which is a safe practice that prevents shell injection. - [DATA_EXPOSURE]: There is no evidence of sensitive data exposure or exfiltration. The skill interacts with local files, specifically
.tracebundles, and temporary files like/tmp/stop-trace. No network-based exfiltration patterns were observed. - [REMOTE_CODE_EXECUTION]: The skill does not perform any remote code execution. All logic is contained within local Python scripts and Markdown documentation. It does not download external scripts or packages from untrusted sources.
- [INDIRECT_PROMPT_INJECTION]: The skill processes external data (Instruments
.tracefiles) as part of itsanalyze_trace.pyfunctionality. While this presents a theoretical injection surface, the processing is limited to parsing performance metrics and does not execute the data content as instructions. This represents a low-risk profile typical of developer tools. - [PERSISTENCE_MECHANISMS]: No persistence mechanisms, such as modifications to shell profiles or scheduled tasks, were detected.
Audit Metadata