可信 — 风险评分 0/100
上次扫描:18 小时前 重新扫描
0 /100
media-analyzer
音视频内容分析技能 - 分析本地或在线的音视频文件,提取元数据、音频特征、视频帧信息
A straightforward media analysis shell script using only ffmpeg/ffprobe for video/audio metadata extraction and frame/waveform generation, with no network access, credential handling, obfuscation, or undeclared behavior.
技能名称media-analyzer
分析耗时23.7s
引擎pi
可以安装
Approve for use. No security concerns identified. The declared functionality (ffmpeg-based media analysis) matches the implementation exactly.
资源类型声明权限推断权限状态证据
文件系统 READ READ ✓ 一致 media-analyzer.sh:48 - reads user-provided media files via ffprobe/ffmpeg
命令执行 NONE READ ✓ 一致 media-analyzer.sh:13-15 - calls ffmpeg/ffprobe commands only
网络访问 NONE NONE No network calls found in any file
环境变量 NONE NONE No environment variable access found
凭证 NONE NONE No credential access found

目录结构

3 文件 · 7.6 KB · 312 行
Shell 1f · 228L Markdown 1f · 79L JSON 1f · 5L
├─ 📋 _meta.json JSON 5L · 77 B
├─ 🔧 media-analyzer.sh Shell 228L · 5.8 KB
└─ 📝 SKILL.md Markdown 79L · 1.7 KB

依赖分析 2 项

包名版本来源已知漏洞备注
ffmpeg N/A system CLI Required external dependency, must be pre-installed
ffprobe N/A system CLI Required external dependency (typically packaged with ffmpeg), must be pre-installed

安全亮点

✓ Pure bash script with no external script downloads or remote code execution
✓ No obfuscation, base64, or encoded payloads — all code is human-readable
✓ No credential, API key, or environment variable enumeration
✓ No network access (no curl, wget, or IP addresses)
✓ No file write outside user-specified output paths
✓ Uses only standard, well-known CLI tools (ffmpeg/ffprobe)
✓ SKILL.md documentation accurately describes all implemented functionality
✓ No hidden commands — all 5 subcommands (analyze/frame/cover/waveform/batch) match SKILL.md
✓ File writes are limited to user-specified output files with explicit paths