Openclaw Thumbnail Forge

PassAudited by VirusTotal on May 9, 2026.

Findings (1)

The openclaw-thumbnail-forge skill is a local utility for generating and scoring video thumbnails using ffmpeg and the Pillow library. The code implements several safety measures, including strict path validation via regex (SAFE_PATH_RE) and the use of subprocess.run with argument lists instead of shell=True to prevent command injection. No network activity, data exfiltration, or persistence mechanisms were found across the scripts (compose_thumbnail.py, pick_frames.py, score_thumbnail.py, etc.), and the SKILL.md instructions are consistent with the stated purpose.