screenshot-automation
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill generates several scripts intended for local execution that interact with the system shell to manage simulators, build the project, and process images.
- Evidence:
ScreenshotExportScript.swiftusesProcess()to executexcodebuild,xcrun simctl, and file management commands likerm -rfandmkdir. - Evidence:
macos-screenshot-env.shusesdefaults writeto modify system settings (dock visibility, clock format) specifically for the screenshot session and employstrapfor restoration. - Evidence:
sips-screenshot-process.shutilizes the macOS built-insipscommand for image resizing and cropping. - [SAFE]: All identified behaviors are consistent with the skill's stated purpose of automating App Store screenshot generation. The use of system configuration commands and build tools is standard practice for this workflow, and the scripts include best-practice cleanup logic.
Audit Metadata