app-clip
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a legitimate code generation tool for developers building Apple App Clips. It provides structured templates for invocation handling, location verification, and data sharing between the App Clip and the main application.
- [COMMAND_EXECUTION]: The
patterns.mdfile contains shell commands usingxcodebuildandstat. These are intended for the user to monitor the 10 MB App Clip binary size limit during development. These are standard iOS development practices and do not pose a security risk in this context. - [DATA_EXFILTRATION]: The
SharedDataManager.swifttemplate correctly implements data persistence using App Groups (UserDefaults(suiteName:)). This is the architecturally sound method for sharing data between an App Clip and its parent app and does not involve unauthorized data transmission. - [EXTERNAL_DOWNLOADS]: The documentation references the
apple-app-site-association(AASA) file, which must be hosted on the developer's own domain to enable App Clip functionality. This is a platform requirement and does not constitute a malicious download.
Audit Metadata