screenshot

Pass

Audited by Gen Agent Trust Hub on Jun 16, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The skill utilizes the subprocess.run method to invoke the magick command-line tool (part of the ImageMagick suite) to assemble multiple screenshots into a single split-screen image. The implementation uses a list-based argument format which is a security best practice to prevent shell injection.
  • [EXTERNAL_DOWNLOADS]: The skill requires the installation of the playwright Python package and subsequent browser binaries. These downloads are directed to official package registries and Microsoft-maintained Playwright repositories, which are recognized as well-known and trusted sources.
  • [SAFE]: All identified capabilities, including browser automation, file system writes for saving screenshots, and the use of system utilities for image manipulation, are necessary and proportional to the skill's documented functionality. The code demonstrates proper resource management by ensuring browser instances are closed after use and temporary files are marked for cleanup.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 16, 2026, 08:25 PM
Security Audit — agent-trust-hub — screenshot