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.swift uses Process() to execute xcodebuild, xcrun simctl, and file management commands like rm -rf and mkdir.
  • Evidence: macos-screenshot-env.sh uses defaults write to modify system settings (dock visibility, clock format) specifically for the screenshot session and employs trap for restoration.
  • Evidence: sips-screenshot-process.sh utilizes the macOS built-in sips command 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
Risk Level
SAFE
Analyzed
Jun 18, 2026, 05:18 PM
Security Audit — agent-trust-hub — screenshot-automation