generators
Pass
Audited by Gen Agent Trust Hub on Apr 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to perform automation tasks related to project development. This includes building and testing targets withxcodebuild, manipulating simulator states usingxcrun simctl, and programmatic asset processing withsipsfor app icon and screenshot generation. - [COMMAND_EXECUTION]: The
macos-screenshot-env.shscript andScreenshotModeController.swifttemplate use shell commands viadefaults writeandkillallto temporarily modify the macOS desktop environment (e.g., hiding the dock and desktop icons) to ensure clean screenshot capture. - [DATA_EXFILTRATION]: The generated code for the
account-deletionmodule performs targeted removal of user data from local sensitive directories, includingDocuments,Caches, andLibrary/Application Support. This implementation is a standard requirement for fulfilling Apple's privacy guidelines for apps that support account creation. - [DATA_EXFILTRATION]: The generated networking templates (
APIClient.swift) and debugging tools (DebugNetworkLogger.swift) include logging capabilities that output network request and response headers and bodies to the console. These templates include defensive logic to explicitly redact or filter sensitive keys such asAuthorizationandCookiefrom the log output.
Audit Metadata