Scan Report
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.
Use with caution
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.
Findings 3 items
| Severity | Finding | Location |
|---|---|---|
| Medium | Remote script execution via curl|bash | SKILL.md:60 |
| Low | Opaque binary execution | SKILL.md:1 |
| Low | File upload to external service | SKILL.md:93 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md:36 '此命令会上传本地图片到即梦平台' |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md:26-60 CLI commands for dreamina execution |
| Network | READ | READ | ✓ Aligned | SKILL.md:60 curl download + API calls to jimeng.jianying.com |
| Environment | NONE | NONE | — | No environment variable access detected |
| credential | NONE | NONE | — | SKILL.md:46 states OAuth browser-based auth, no API key storage |
1 Critical 2 findings
Critical Dangerous Command 危险 Shell 命令
curl -fsSL https://jimeng.jianying.com/cli | bash SKILL.md:60 Medium External URL 外部 URL
https://jimeng.jianying.com/cli SKILL.md:60 File Tree
1 files · 11.8 KB · 370 lines Markdown 1f · 370L
└─
SKILL.md
Markdown
Security Positives
✓ 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)