ios-launch-performance
Pass
Audited by Gen Agent Trust Hub on Jul 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a comprehensive and technically accurate framework for analyzing iOS performance issues. The instructions are focused on legitimate developer tasks such as identifying bottlenecks in the UIKit/SwiftUI lifecycles, binary linking strategies, and third-party SDK initialization.
- [COMMAND_EXECUTION]: The skill provides search patterns for standard development tools like
ripgrep(rg),otool, andnm. These are used by the agent to inspect the local project's source code and binaries for performance-related issues (e.g., finding synchronous I/O or Objective-C+loadmethods). These commands are for read-only analysis and do not represent a security risk. - [DATA_EXPOSURE]: While the skill instructs the agent to search for sensitive APIs such as
KeychainorSecItem, this is done purely to identify potential performance regressions (like main-thread blocking) during the app launch path. No exfiltration logic or network-based data collection was found. - [SAFE]: The skill does not include any external dependencies, remote script downloads, or obfuscated content. All reference materials are local markdown files containing guidance for the agent.
Audit Metadata