scripts/frame.sh
text/plain · 1347 字节
SKILL.md
text/markdown · 776 字节
skill-card.md
text/markdown · 1831 字节
Security Scan
状态
clean
OpenClaw
gpt-5.5
OpenClaw 分析
This skill does what it says: it uses ffmpeg to extract a frame from a user-supplied video into a user-chosen output file.
置信度: high
VirusTotal
Type: OpenClaw Skill Name: video-frames Version: 1.0.0 The skill bundle is benign. The `SKILL.md` provides clear instructions for extracting video frames using `ffmpeg` and does not contain any prompt injection attempts against the AI agent. The `scripts/frame.sh` script correctly parses arguments, validates input, and executes `ffmpeg` commands with proper quoting, preventing shell injection. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or other high-risk behaviors. The functionality is clearly aligned with its stated purpose.