screenshot
Pass
Audited by Gen Agent Trust Hub on Feb 21, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [Command Execution] (SAFE): The skill executes a local Python script that calls macOS system utilities
screencaptureandsipsvia subprocesses. This is a standard and safe method for the intended functionality. - [Data Exposure] (SAFE): While capturing screen content involves sensitive user data, the skill handles this as its primary stated purpose. By default, it stores images in
/tmp/claude-screenshots/, which is a standard ephemeral directory on Unix-like systems. - [Privilege Escalation] (SAFE): The documentation correctly notes the requirement for macOS 'Screen Recording' permissions. This relies on the operating system's built-in security prompts and user consent, ensuring no unauthorized privilege escalation occurs.
- [Unverifiable Dependencies] (SAFE): The skill instructions suggest creating a virtual environment but do not specify any external or untrusted third-party packages, relying instead on Python and system binaries.
Audit Metadata