扫描报告
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.
可以安装
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
├─
media-analyzer.sh
Shell
└─
SKILL.md
Markdown
依赖分析 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