Scan Report
5 /100
oatda-video-status
Check the status of an asynchronous video generation task from OATDA
功能单一的合法视频任务状态查询工具,无恶意行为,声明与实际行为一致
Safe to install
该技能可安全使用,仅需确保 oatda.com 域名可信
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md:12 读取 ~/.oatda/credentials.json |
| Network | READ | READ | ✓ Aligned | SKILL.md:16 curl GET 到 oatda.com |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md: bash 命令执行 curl |
| Environment | READ | READ | ✓ Aligned | SKILL.md:12 读取 OATDA_API_KEY 环境变量 |
5 findings
Medium External URL 外部 URL
https://oatda.com SKILL.md:4 Medium External URL 外部 URL
https://oatda.com/api/v1/llm/video-status/ SKILL.md:40 Medium External URL 外部 URL
https://cdn.example.com/video.mp4 SKILL.md:52 Medium External URL 外部 URL
https://cdn.example.com/video-direct.mp4 SKILL.md:53 Medium External URL 外部 URL
https://oatda.com/api/v1/llm/video-status/minimax-T2V01-abc123 SKILL.md:88 File Tree
1 files · 3.6 KB · 101 lines Markdown 1f · 101L
└─
SKILL.md
Markdown
Security Positives
✓ 功能单一明确,仅用于视频任务状态查询
✓ API 端点明确声明为 oatda.com
✓ 文档详细说明了错误处理和状态码
✓ 安全建议清晰:从不打印完整 API 密钥
✓ 无隐蔽行为,所有操作均在文档中声明
✓ 无第三方依赖安装
✓ 无远程脚本执行、base64 解码或可疑网络模式