Scan Report
5 /100
volcengine-ai-mediakit
火山引擎 AI MediaKit 音视频处理 Skill
火山引擎 VOD 音视频处理官方 Skill,代码实现与文档描述一致,无恶意行为,凭证仅用于官方 API 鉴权。
Safe to install
可直接使用
Findings 3 items
| Severity | Finding | Location |
|---|---|---|
| Low | 多环境变量别名支持 | vod_transport.py:79 |
| Low | .env 文件自动加载 | api_manage.py:49 |
| Info | 本地文件路径白名单 | upload_media.py:34 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md:本地文件上传限制在 workspace/userdata/tmp |
| Network | READ | READ | ✓ Aligned | 仅请求 vod.volcengineapi.com 官方域名 |
| Shell | NONE | NONE | — | 无 subprocess/eval/exec 调用 |
| Environment | WRITE | READ | ✓ Aligned | vod_transport.py:79-101 读取多种 AK/SK 别名 |
15 findings
Medium External URL 外部 URL
https://www.volcengine.com/docs/4/76542?lang=zh references/00-billing-instructions.md:5 Medium External URL 外部 URL
https://www.volcengine.com/docs/4/1941016?lang=zh references/00-billing-instructions.md:7 Medium External URL 外部 URL
https://www.volcengine.com/docs/4/1941013?lang=zh references/00-billing-instructions.md:8 Medium External URL 外部 URL
https://www.volcengine.com/docs/4/177122 references/00-billing-instructions.md:10 Medium External URL 外部 URL
https://www.volcengine.com/docs/4/1941015?lang=zh references/00-billing-instructions.md:10 Medium External URL 外部 URL
https://www.volcengine.com/docs/4/76542?lang=zh#%E5%AD%98%E5%82%A8%E6%B5%81%E5%87%BA references/00-billing-instructions.md:11 Medium External URL 外部 URL
https://cdn.example.com/output.mp4 references/01-stitching.md:48 Medium External URL 外部 URL
https://cdn.example.com/output.m4a references/07-extract-audio.md:22 Medium External URL 外部 URL
https://cdn.example.com/voice.m4a references/10-voice-separation.md:23 Medium External URL 外部 URL
https://cdn.example.com/bg.m4a references/10-voice-separation.md:24 Medium External URL 外部 URL
https://cdn.example.com/segment_001.mp4 references/19-intelligent-slicing.md:24 Medium External URL 外部 URL
https://cdn.example.com/output.webm references/20-portrait-matting.md:24 Medium External URL 外部 URL
https://xxx.volcvod.com/xxx.mp4 references/22-comic-style.md:58 Medium External URL 外部 URL
https://www.volcengine.com/docs/4/1941013#%E8%A7%86%E9%A2%91-ai-%E5%BA%94%E7%94%A8 references/24-video-translation.md:73 Medium External URL 外部 URL
https://cdn.example.com/xxx/video.mp4?auth=xxx references/27-get-media-info.md:41 File Tree
69 files · 237.3 KB · 6859 lines Python 38f · 4574L
Markdown 30f · 2268L
Text 1f · 17L
├─
▾
references
│ ├─
00-billing-instructions.md
Markdown
│ ├─
00-detail.md
Markdown
│ ├─
01-stitching.md
Markdown
│ ├─
02-clipping.md
Markdown
│ ├─
03-flip.md
Markdown
│ ├─
04-speedup.md
Markdown
│ ├─
05-image-to-video.md
Markdown
│ ├─
06-compile.md
Markdown
│ ├─
07-extract-audio.md
Markdown
│ ├─
08-mix-audios.md
Markdown
│ ├─
09-add-sub-video.md
Markdown
│ ├─
10-voice-separation.md
Markdown
│ ├─
11-noise-reduction.md
Markdown
│ ├─
12-quality-enhance.md
Markdown
│ ├─
13-super-resolution.md
Markdown
│ ├─
14-interlacing.md
Markdown
│ ├─
15-asr-speech-to-text.md
Markdown
│ ├─
16-ocr-text-extract.md
Markdown
│ ├─
17-subtitle-removal.md
Markdown
│ ├─
18-add-subtitle.md
Markdown
│ ├─
19-intelligent-slicing.md
Markdown
│ ├─
20-portrait-matting.md
Markdown
│ ├─
21-green-screen.md
Markdown
│ ├─
22-comic-style.md
Markdown
│ ├─
23-highlight.md
Markdown
│ ├─
24-video-translation.md
Markdown
│ ├─
25-drama-recap.md
Markdown
│ ├─
26-drama-script.md
Markdown
│ └─
27-get-media-info.md
Markdown
├─
▾
scripts
│ ├─
add_subtitle.py
Python
│ ├─
api_manage.py
Python
│ ├─
asr_speech_to_text.py
Python
│ ├─
clipping.py
Python
│ ├─
comic_style.py
Python
│ ├─
compile.py
Python
│ ├─
drama_recap.py
Python
│ ├─
drama_script.py
Python
│ ├─
extract_audio.py
Python
│ ├─
flip.py
Python
│ ├─
get_media_info.py
Python
│ ├─
green_screen.py
Python
│ ├─
highlight.py
Python
│ ├─
image_to_video.py
Python
│ ├─
intelligent_slicing.py
Python
│ ├─
interlacing.py
Python
│ ├─
list_translation.py
Python
│ ├─
log_utils.py
Python
│ ├─
mix_audios.py
Python
│ ├─
noise_reduction.py
Python
│ ├─
ocr_text_extract.py
Python
│ ├─
poll_media.py
Python
│ ├─
poll_translation.py
Python
│ ├─
poll_vcreative.py
Python
│ ├─
portrait_matting.py
Python
│ ├─
quality_enhance.py
Python
│ ├─
speedup.py
Python
│ ├─
stitching.py
Python
│ ├─
subtitle_removal.py
Python
│ ├─
super_resolution.py
Python
│ ├─
upload_media.py
Python
│ ├─
video_translation.py
Python
│ ├─
vod_api_constants.py
Python
│ ├─
vod_common.py
Python
│ ├─
vod_local_upload.py
Python
│ ├─
vod_transport.py
Python
│ ├─
voice_separation.py
Python
│ └─
volc_request.py
Python
├─
LICENSE.txt
Text
└─
SKILL.md
Markdown
Dependencies 3 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
requests | * | pip | No | 无版本锁定,但为可信库 |
python-dotenv | * | pip | No | 无版本锁定,但为可信库 |
urllib | 内置 | stdlib | No | Python 标准库 |
Security Positives
✓ 无 subprocess/eval/exec 等危险函数调用
✓ 无 base64/编码 shell 命令
✓ 凭证仅用于官方 VOD API HMAC 签名,无外传
✓ 网络请求仅指向 vod.volcengineapi.com 官方域名
✓ 本地文件上传实现了路径白名单限制
✓ 文档与代码行为高度一致,无阴影功能
✓ 第三方依赖为 requests/python-dotenv/urllib,均为标准库或知名库