扫描报告
5 /100
ffmpeg_multimedia_editing
使用 FFmpeg 进行多媒体编辑,包括视频剪辑、拼接、转码、特效、截图、水印、变速、音频处理等 20 种操作
Legitimate FFmpeg wrapper skill with no malicious indicators - subprocess calls to ffmpeg/ffprobe are the declared core functionality, all processing is local, no network access or credential harvesting.
可以安装
This skill is safe to use. It performs exactly as documented - local multimedia processing using FFmpeg binaries.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md declares file write capability; code writes processed media to outputs/… |
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md declares ffmpeg/ffprobe as required binaries; common.py line 168: subpr… |
| 网络访问 | NONE | NONE | — | No network requests found in codebase |
| 环境变量 | READ | READ | ✓ 一致 | Only reads OUTPUT_ROOT environment variable for output directory |
目录结构
23 文件 · 75.8 KB · 2446 行 Python 21f · 2337L
Markdown 1f · 105L
YAML 1f · 4L
├─
▾
agents
│ └─
openai.yaml
YAML
├─
▾
scripts
│ ├─
audio_concat.py
Python
│ ├─
audio_denoise.py
Python
│ ├─
audio_extract_replace.py
Python
│ ├─
audio_volume.py
Python
│ ├─
common.py
Python
│ ├─
video_compress_scale.py
Python
│ ├─
video_concat.py
Python
│ ├─
video_convert.py
Python
│ ├─
video_crop_rotate.py
Python
│ ├─
video_firstlast_frame.py
Python
│ ├─
video_gif_convert.py
Python
│ ├─
video_image_compose.py
Python
│ ├─
video_pip.py
Python
│ ├─
video_reverse.py
Python
│ ├─
video_screenshot.py
Python
│ ├─
video_speed.py
Python
│ ├─
video_split.py
Python
│ ├─
video_subtitle.py
Python
│ ├─
video_transition.py
Python
│ ├─
video_trim.py
Python
│ └─
video_watermark.py
Python
└─
SKILL.md
Markdown
安全亮点
✓ All subprocess calls are to declared binaries (ffmpeg, ffprobe) - no arbitrary command execution
✓ No network requests or external API calls - all processing is local as documented
✓ No credential harvesting or sensitive path access
✓ No obfuscation techniques (base64, eval, etc.)
✓ Clean codebase with no IOCs or suspicious patterns
✓ Standard logging to local files only
✓ Input validation prevents path traversal attacks