扫描报告
5 /100
video-generate
Generate videos using Doubao Seedance models
Legitimate video generation skill that makes API calls to ByteDance's Volcano Engine for AI video synthesis. No malicious behavior detected.
可以安装
No action needed. The skill performs as documented.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Unpinned httpx dependency 供应链 | scripts/video_generate.py:17 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 网络访问 | READ | READ | ✓ 一致 | httpx POST/GET to ark.cn-beijing.volces.com/api/v3 |
| 环境变量 | READ | READ | ✓ 一致 | os.getenv('ARK_API_KEY') line 32 |
| 文件系统 | NONE | NONE | — | No file operations in code |
| 命令执行 | NONE | NONE | — | No subprocess or shell commands |
3 项发现
中危 外部 URL 外部 URL
http://www.apache.org/licenses/ LICENSE.txt:4 中危 外部 URL 外部 URL
http://www.apache.org/licenses/LICENSE-2.0 LICENSE.txt:196 中危 外部 URL 外部 URL
https://ark.cn-beijing.volces.com/api/v3 scripts/video_generate.py:17 目录结构
3 文件 · 34.3 KB · 914 行 Python 1f · 513L
Text 1f · 201L
Markdown 1f · 200L
├─
▾
scripts
│ └─
video_generate.py
Python
├─
LICENSE.txt
Text
└─
SKILL.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
httpx | * | pip | 否 | Version not pinned |
安全亮点
✓ SKILL.md documentation is comprehensive and matches code implementation
✓ API key only used for authentication to the legitimate Volcano Engine API
✓ No credential exfiltration or data theft patterns
✓ No shell execution, subprocess, or command injection vectors
✓ No obfuscation techniques (base64, eval, atob)
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env files)
✓ No remote script execution (curl|bash, wget|sh)
✓ Uses httpx async client with proper timeout handling
✓ Error handling properly implemented with informative messages