Trusted — Risk Score 0/100
Last scan:2 days ago Rescan
0 /100
oatda-video-status
Check the status of an asynchronous video generation task from OATDA
OATDA视频状态查询工具,功能单一,仅轮询API获取视频生成状态,无恶意行为
Skill Nameoatda-video-status
Duration17.8s
Enginepi
Safe to install
可安全使用
ResourceDeclaredInferredStatusEvidence
Filesystem READ READ ✓ Aligned SKILL.md:24 读取 ~/.oatda/credentials.json
Network READ READ ✓ Aligned SKILL.md:32 GET请求到 oatda.com/api/v1/llm/video-status
Shell WRITE READ ✓ Aligned SKILL.md:32 使用 curl 调用 API
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 101L · 3.6 KB

Security Positives

✓ 功能单一明确,仅用于视频状态轮询
✓ 声明了所有需要的凭证来源(环境变量+配置文件)
✓ 明确声明不打印完整API密钥,仅显示前8字符
✓ 错误处理完善(401/404/429)
✓ 网络请求目标明确为官方API