Skill flagged — suspicious patterns detected
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
即梦AI视频生成
v2.0.0即梦AI视频生成工具(带声音版本),通过火山引擎API自动生成带音频的高质量视频。支持文生视频、图生视频,适用于短视频内容创作。
⭐ 0· 180·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
SKILL.md and skill.yaml consistently describe a Volcengine (火山引擎) Dreamina video-generation integration (models, API endpoints, task flow). Requested capabilities (generate/query tasks, model choice) align with the stated purpose.
Instruction Scope
Instructions are primarily curl examples calling ark.cn-beijing.volces.com and describe storing credentials under ~/.openclaw/.credentials/volcengine-dreamina.env. No unrelated file reads or broad data-collection steps are present. Minor inconsistency: curl examples use Authorization: Bearer ${API_KEY} while configuration/skill.yaml specify VOLCENGINE_ACCESS_KEY_ID and VOLCENGINE_SECRET_ACCESS_KEY—unclear how those map to the Authorization header.
Install Mechanism
This is an instruction-only skill with no install spec and no code files (lowest install risk). Note: README claims "已自动安装,无需额外操作" and references a CLI binary path (~/.openclaw/skills/jimeng-video/jimeng-video), but no installer or binary is provided—documentation/packaging mismatch.
Credentials
The only sensitive items described are Volcengine API credentials (VOLCENGINE_ACCESS_KEY_ID and VOLCENGINE_SECRET_ACCESS_KEY) which are proportionate to the skill's functionality. However, registry metadata at the top listed 'required env vars: none' while skill.yaml requires two secret variables—this metadata inconsistency should be resolved before trusting the package.
Persistence & Privilege
The skill does not request always:true or other elevated persistent privileges. It suggests storing credentials in a skill-specific path (~/.openclaw/.credentials/...), which is normal for credential use and does not indicate cross-skill configuration changes.
What to consider before installing
This skill appears to do what it claims (call Volcengine/Dreamina to generate videos with audio), but there are a few red flags you should verify before installing or providing credentials:
- Packaging/documentation mismatches: the registry metadata claims no env vars while skill.yaml requires VOLCENGINE_ACCESS_KEY_ID and VOLCENGINE_SECRET_ACCESS_KEY; README says the binary is "already installed" but no install spec or binary is included. Ask the publisher to clarify how the skill is delivered and invoked.
- Auth variable inconsistency: curl examples use Authorization: Bearer ${API_KEY} but the declared secrets are an access key ID and secret. Confirm how to derive the actual Authorization header and whether the skill needs a single API token or the two keys.
- Credential scope: create and use a dedicated Volcengine API key with the minimum permissions (only the Dreamina/generation service) and make it revocable. Do not reuse high-privilege or long-lived account keys.
- Network/domain sanity check: the examples call ark.cn-beijing.volces.com (Volcengine-like domain). Confirm this is the legitimate endpoint for your account/region before sending keys or content.
- Operational caution: because this is instruction-only (no bundled code), risk of arbitrary code on disk is low, but the skill will cause network requests that could send prompt/content and your supplied media to the vendor. If you need to keep prompts or media private, review the vendor's data usage policy or test with non-sensitive content.
If the publisher can resolve the env-var and install inconsistencies and you can limit the API key scope, the skill is reasonable to use. If they cannot explain these mismatches, treat the package as untrusted.Like a lobster shell, security has layers — review code before you run it.
latestvk97dp0849gn8sm15ka8ty19fz583ajxm
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
