skills/firecrawl/skills/screenshot/Gen Agent Trust Hub

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 screencapture on macOS, scrot or gnome-screenshot on Linux, and System.Drawing on 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.run calls in Python, which avoids shell injection vulnerabilities when handling arguments like application names or window titles.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 14, 2026, 08:24 PM