screenshot
Pass
Audited by Gen Agent Trust Hub on Mar 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses local scripts (Python, PowerShell, and Swift) to interact with standard system utilities like
screencaptureon macOS,scrotorgnome-screenshoton Linux, andSystem.Drawingon Windows. - [SAFE]: No network communication, data exfiltration, or external downloads were detected. All code execution is confined to local scripts provided within the skill.
- [SAFE]: macOS permission handling is implemented using official Apple APIs (
CGRequestScreenCaptureAccess) to ensure the user is prompted for screen recording access through standard system dialogs. - [SAFE]: Command execution is handled using list-based
subprocess.runcalls in Python, which avoids shell injection vulnerabilities when handling arguments like application names or window titles.
Audit Metadata