xcode-build-benchmark
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The benchmarking script
scripts/benchmark_builds.pyutilizessubprocess.runto execute the localxcodebuildutility. It constructs command arguments from user-provided project settings and allows for additional flags via the--extra-argparameter. - [DATA_EXFILTRATION]: The skill gathers environment context such as the host's name and operating system version to include in the benchmark artifacts. This data is written to a local directory (
.build-benchmark/) and is not transmitted externally.
Audit Metadata