account-deletion
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
GrepandGlobtools to inspect the project environment for existing authentication logic and Keychain usage. This is a standard and safe usage of these tools to ensure the generated code integrates correctly with the user's project. - [DATA_EXFILTRATION]: The generated templates interact with well-known services, specifically Apple's ID revocation endpoint, to perform legitimate account management tasks. The data export feature aggregates user data from local storage for the user's own download, which is a required privacy feature for account deletion flows.
- [COMMAND_EXECUTION]: The logic in
AccountDeletionManager.swiftandKeychainCleanup.swiftis designed to perform a comprehensive wipe of app-related data. While destructive, this behavior is a necessary component of the skill's primary purpose and complies with App Store requirements for complete account removal.
Audit Metadata