Scan Report
10 /100
jiuma-ai-video-generation
免费的AI视频生成创作平台,支持生成视频、图片、声音、视频动作模仿、视频人物替换
九马AI视频生成技能为合法的视频生成平台集成工具,所有功能(授权、任务提交、结果查询、文件上传)均符合声明用途,无恶意行为发现。
Safe to install
可以安全使用。建议关注 api.jiuma.com 的可信度及网络请求安全性。
Findings 3 items
| Severity | Finding | Location |
|---|---|---|
| Low | 文档格式异常 | SKILL.md:93 |
| Low | 依赖库无版本锁定 | SKILL.md:87 |
| Info | 外部 API 依赖 | scripts/*.py |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Network | WRITE | WRITE | ✓ Aligned | scripts/*.py - 调用 HTTPS API 完成视频生成任务 |
| Filesystem | READ | READ | ✓ Aligned | scripts/upload_file.py:31 - 仅读取用户指定文件并上传到平台 |
| Environment | NONE | NONE | — | 无环境变量访问代码 |
3 findings
Medium External URL 外部 URL
https://www.jiuma.com SKILL.md:3 Medium External URL 外部 URL
https://picsum.photos/800/450 SKILL.md:37 Medium External URL 外部 URL
https://api.jiuma.com/ scripts/auth.py:11 File Tree
6 files · 20.4 KB · 543 lines Python 5f · 420L
Markdown 1f · 123L
├─
▾
scripts
│ ├─
auth.py
Python
│ ├─
check_auth_status.py
Python
│ ├─
submit_generation_task.py
Python
│ ├─
task_result.py
Python
│ └─
upload_file.py
Python
└─
SKILL.md
Markdown
Dependencies 3 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
requests | * | pip | No | 无版本锁定 |
keyring | * | pip | No | 无版本锁定 |
keyrings.alt | * | pip | No | 无版本锁定 |
Security Positives
✓ 使用 keyring 安全存储 token(行业标准密钥库)
✓ 所有网络请求通过 HTTPS,传输层安全
✓ 无凭证收割、环境变量遍历等敏感操作
✓ 无 shell 执行、eval、base64 解码等危险行为
✓ 文件上传仅限用户指定路径,范围受限
✓ 代码结构清晰,授权流程完整
✓ token 过期处理合理,返回明确错误