ios-ettrace-performance

Pass

Audited by Gen Agent Trust Hub on Aug 23, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The scripts/collect_dsyms.py script invokes xcrun dwarfdump via subprocess.run to extract build UUIDs. The implementation uses a structured argument list and disables shell execution, mitigating risks of command injection. This is a legitimate use of developer tools for the purpose of matching debug symbols.
  • [EXTERNAL_DOWNLOADS]: The documentation references the installation of the ettrace tool via Homebrew. This is a standard and expected step for using the EmergeTools profiling suite described in the skill.
  • [SAFE]: The skill processes external JSON data generated by profiling tools, representing a potential indirect prompt injection surface that is correctly mitigated.
  • Ingestion points: scripts/analyze_ettrace.py reads JSON files from user-defined paths.
  • Boundary markers: The script uses json.loads and implements strict schema validation for the ETTrace 1.1.1 format.
  • Capability inventory: File system access and local tool execution via subprocess.run in scripts/collect_dsyms.py.
  • Sanitization: Inputs are strictly validated for types (numbers, strings, objects) and ranges before processing.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 23, 2026, 09:04 AM
Security Audit — agent-trust-hub — ios-ettrace-performance