screenshot
Pass
Audited by Gen Agent Trust Hub on May 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill interacts with the operating system to perform screen captures using local utilities. On macOS, it utilizes
screencapture,osascript, andswift. On Linux, it leverages tools likescrot,gnome-screenshot, or ImageMagick'simport. On Windows, it uses PowerShell to interface with .NET and Win32 APIs viaAdd-Type. These operations are consistent with the skill's stated purpose and use safe argument handling to prevent command injection. - [DATA_EXFILTRATION]: While screenshots contain sensitive visual information, the analysis confirmed that the data remains local. Screenshots are saved to user-defined paths, OS default locations, or system temporary directories. No network operations or external domain references were found in the scripts.
- [REMOTE_CODE_EXECUTION]: The skill does not download or execute scripts from remote sources. It relies entirely on the provided local scripts and pre-installed system binaries.
Audit Metadata