Fairytale Dream Transform Video Gen Seedance2.0
Analysis
This is a coherent WeryAI video-generation skill, but it uses your WeryAI API key, sends prompts/image URLs to WeryAI, and may consume paid credits.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
The script does not enforce this skill's allowed model in code: you must set `"model":"SEEDANCE_2_0"` ... Each `wait` run may consume credits; re-run creates new paid tasks.
The script can submit paid generation tasks, while the Seedance-only restriction depends on the caller following the documented workflow.
Source: unknown; Homepage: none
The registry metadata does not provide a source repository or homepage for independent provenance review.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
`WERYAI_API_KEY` (required for `models`, generation, and `status`, except `--dry-run`): bearer token for HTTPS requests.
The skill requires a service credential and uses it as a bearer token for WeryAI requests, which is expected for the purpose but grants account/credit authority.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
API hosts (fixed in `video_gen.js`): Video tasks use `https://api.weryai.com`; the models list uses `https://api-growth-agent.weryai.com` ... image inputs must be public `https` URLs
The artifacts clearly disclose that prompts and public image URLs are sent to external WeryAI API hosts.
