ios-ettrace-performance
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the ettrace CLI utility via Homebrew from the official emergetools/homebrew-tap repository.
- [EXTERNAL_DOWNLOADS]: Downloads the ETTrace source code from the official GitHub repository (https://github.com/EmergeTools/ETTrace) to build a simulator-compatible version of the framework.
- [COMMAND_EXECUTION]: Uses xcodebuild to archive and create the ETTrace XCFramework for iOS Simulator profiling.
- [COMMAND_EXECUTION]: Executes system utilities such as dwarfdump and PlistBuddy to verify binary UUIDs and extract app metadata.
- [COMMAND_EXECUTION]: Runs local helper scripts to automate dSYM collection from build directories and process generated performance data (collect_ios_dsyms.sh, analyze_flamegraph_json.py).
Audit Metadata