Trusted — Risk Score 5/100
Last scan:1 day ago Rescan
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.
Skill Nameffmpeg_multimedia_editing
Duration34.3s
Enginepi
Safe to install
This skill is safe to use. It performs exactly as documented - local multimedia processing using FFmpeg binaries.
ResourceDeclaredInferredStatusEvidence
Filesystem WRITE WRITE ✓ Aligned SKILL.md declares file write capability; code writes processed media to outputs/…
Shell WRITE WRITE ✓ Aligned SKILL.md declares ffmpeg/ffprobe as required binaries; common.py line 168: subpr…
Network NONE NONE No network requests found in codebase
Environment READ READ ✓ Aligned Only reads OUTPUT_ROOT environment variable for output directory

File Tree

23 files · 75.8 KB · 2446 lines
Python 21f · 2337L Markdown 1f · 105L YAML 1f · 4L
├─ 📁 agents
│ └─ 📋 openai.yaml YAML 4L · 593 B
├─ 📁 scripts
│ ├─ 🐍 audio_concat.py Python 104L · 3.3 KB
│ ├─ 🐍 audio_denoise.py Python 83L · 2.4 KB
│ ├─ 🐍 audio_extract_replace.py Python 94L · 2.8 KB
│ ├─ 🐍 audio_volume.py Python 85L · 2.5 KB
│ ├─ 🐍 common.py Python 441L · 13.8 KB
│ ├─ 🐍 video_compress_scale.py Python 97L · 3.1 KB
│ ├─ 🐍 video_concat.py Python 83L · 2.3 KB
│ ├─ 🐍 video_convert.py Python 101L · 3.2 KB
│ ├─ 🐍 video_crop_rotate.py Python 98L · 2.6 KB
│ ├─ 🐍 video_firstlast_frame.py Python 77L · 2.0 KB
│ ├─ 🐍 video_gif_convert.py Python 105L · 3.2 KB
│ ├─ 🐍 video_image_compose.py Python 105L · 3.3 KB
│ ├─ 🐍 video_pip.py Python 76L · 2.2 KB
│ ├─ 🐍 video_reverse.py Python 72L · 1.8 KB
│ ├─ 🐍 video_screenshot.py Python 131L · 4.2 KB
│ ├─ 🐍 video_speed.py Python 88L · 2.4 KB
│ ├─ 🐍 video_split.py Python 77L · 2.1 KB
│ ├─ 🐍 video_subtitle.py Python 103L · 3.2 KB
│ ├─ 🐍 video_transition.py Python 95L · 2.9 KB
│ ├─ 🐍 video_trim.py Python 93L · 2.7 KB
│ └─ 🐍 video_watermark.py Python 129L · 4.3 KB
└─ 📝 SKILL.md Markdown 105L · 4.8 KB

Security Positives

✓ 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