ios-memgraph-leaks
Pass
Audited by Gen Agent Trust Hub on Apr 25, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [Command Execution]: The skill executes local developer tools including
xcrun simctlandleaks. These are used as intended to interact with the iOS simulator and analyze memory graphs. - [Local File Management]: The scripts create temporary directories and files (metadata, summaries, and memgraphs) to store debugging information. The skill correctly advises against storing these captures within the skill directory itself to maintain a clean environment.
- [Subprocess Usage]: The Python summary script uses
subprocess.runto call theleaksutility. This is a standard pattern for wrapping command-line developer tools to parse their output into more readable formats (Markdown).
Audit Metadata