ios-memgraph-leaks
Pass
Audited by Gen Agent Trust Hub on Jun 25, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell scripts and Python to execute local macOS development commands (
xcrun simctlandleaks). These commands are used to identify running app processes on the simulator and generate memory graph files for analysis. - [SAFE]: Analysis of the Python script
summarize_memgraph_leaks.pyconfirms that subprocess calls are made using argument lists rather than shell strings, preventing command injection. No remote downloads, exfiltration patterns, or obfuscation were found. - [SAFE]: The skill implements input sanitization (e.g., using
trto clean bundle identifiers) and follows standard security practices such as using temporary directories for output files.
Audit Metadata