Low Risk — Risk Score 10/100
Last scan:1 day ago Rescan
10 /100
superouter-video-gen
Use when the user wants to generate a video through the superouter, especially the `seedance-2.0-v1` omni-reference workflow with ordered assets, async submission, `taskId` polling, and direct download URLs.
This is a documentation-only skill (SKILL.md) describing API usage for a video generation service. No executable code, scripts, or dependencies present. The curl examples are clearly documented for legitimate API interaction.
Skill Namesuperouter-video-gen
Duration28.0s
Enginepi
Safe to install
This skill is safe to use as-is. No code execution risks exist since it only contains documentation. Consider using HTTPS endpoints if available to secure credential transmission.

Findings 1 items

Severity Finding Location
Low
HTTP协议传输凭证 Sensitive Access
API端点使用HTTP而非HTTPS,在网络上传输SUPER_KEY凭证存在被拦截风险
curl http://superouter.nesports.top/me/balance
→ 建议使用HTTPS端点以加密传输API密钥
SKILL.md:93
5 findings
🔗
Medium External URL 外部 URL
http://superouter.nesports.top/me/balance
SKILL.md:93
🔗
Medium External URL 外部 URL
http://superouter.nesports.top/v1/video/assets/upload
SKILL.md:119
🔗
Medium External URL 外部 URL
http://superouter.nesports.top/v1/video/omni-reference/task/submit
SKILL.md:152
🔗
Medium External URL 外部 URL
http://superouter.nesports.top/v1/video/omni-reference/task/query
SKILL.md:194
🔗
Medium External URL 外部 URL
http://superouter.nesports.top/me/tasks?limit=50
SKILL.md:235

File Tree

1 files · 7.2 KB · 254 lines
Markdown 1f · 254L
└─ 📝 SKILL.md Markdown 254L · 7.2 KB

Security Positives

✓ 纯文档技能,无任何可执行代码或脚本
✓ 所有API调用均在文档中明确声明
✓ 无敏感路径访问(~/.ssh、.env等)
✓ 无凭证窃取行为
✓ 无数据外泄行为
✓ 无混淆或编码执行
✓ 无隐藏功能
✓ 无恶意依赖