Video Slicer — 视频智能切片工具

PassAudited by VirusTotal on May 16, 2026.

Findings (1)

The video-slicer skill is a legitimate tool designed for automated video editing, utilizing ffmpeg for processing and OpenAI's Whisper for transcription. Analysis of scripts/video_slicer.py and SKILL.md shows a consistent workflow for sampling frames, transcribing audio, and cutting clips without any evidence of data exfiltration, unauthorized network access, or malicious prompt injection. The use of subprocess.run with argument lists follows security best practices to prevent shell injection, and the SSL certificate workaround is a common, non-malicious fix for Whisper model downloads on macOS.