扫描报告
35 /100
seedance-creator
AI video/image generation assistant for ByteDance's 即梦 (Seedance 2.0) platform
Legitimate AI video generation skill with concerning remote script execution pattern for CLI installation, though the target domain appears to be ByteDance's official platform.
谨慎使用
Consider adding version-pinned installation instructions or providing checksum verification for the downloaded CLI binary. The curl|bash pattern is common for CLI tools but represents unnecessary risk.
安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 中危 | Remote script execution via curl|bash | SKILL.md:60 |
| 低危 | Opaque binary execution | SKILL.md:1 |
| 低危 | File upload to external service | SKILL.md:93 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md:36 '此命令会上传本地图片到即梦平台' |
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md:26-60 CLI commands for dreamina execution |
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md:60 curl download + API calls to jimeng.jianying.com |
| 环境变量 | NONE | NONE | — | No environment variable access detected |
| 凭证 | NONE | NONE | — | SKILL.md:46 states OAuth browser-based auth, no API key storage |
1 严重 2 项发现
严重 危险命令 危险 Shell 命令
curl -fsSL https://jimeng.jianying.com/cli | bash SKILL.md:60 中危 外部 URL 外部 URL
https://jimeng.jianying.com/cli SKILL.md:60 目录结构
1 文件 · 11.8 KB · 370 行 Markdown 1f · 370L
└─
SKILL.md
Markdown
安全亮点
✓ Well-documented skill with clear purpose and scope
✓ Browser-based OAuth authentication (no manual API key handling)
✓ User-controlled execution (explicit /seedance command trigger)
✓ Documented security warnings about sensitive file uploads
✓ Only reads files when explicitly provided by user for upload purposes
✓ Target domain (jimeng.jianying.com) is ByteDance's official platform domain
✓ Credential storage documented as handled by official CLI (not in project)