Dark Ritual Transform Video Gen Seedance2.0

PassAudited by ClawScan on May 10, 2026.

Overview

This skill is a coherent WeryAI video-generation helper, but users should notice that it needs a paid API key and sends prompts and image URLs to WeryAI.

Install only if you trust this package with your WeryAI API key. Before each run, check that the confirmation uses model `SEEDANCE_2_0`, the full prompt is acceptable, and no sensitive content is being sent to WeryAI.

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.

What this means

A run may spend WeryAI credits and the API key should be treated like a secret.

Why it was flagged

The skill requires a WeryAI bearer token and can create paid generation tasks. This is expected for the stated video-generation purpose and is disclosed, but it grants account-level authority to the provider API.

Skill content
`WERYAI_API_KEY` **must be set** before running `video_gen.js`; ... Each `wait` run may consume credits
Recommendation

Use a dedicated or limited WeryAI key if possible, keep it out of project files, and confirm the prompt/settings before running generation.

What this means

If the model/settings are not checked, the request could use an unintended WeryAI model or consume credits unexpectedly.

Why it was flagged

The local CLI can submit WeryAI jobs with caller-provided parameters, so the model restriction depends on the agent following the documented workflow rather than hard enforcement in code.

Skill content
The script **does not** enforce this skill's allowed model in code: you **must** set `"model":"SEEDANCE_2_0"` for this package and show it in the confirmation table before submit
Recommendation

Verify the confirmation table includes `SEEDANCE_2_0`, duration, aspect ratio, resolution, audio setting, and the full prompt before approving.

What this means

WeryAI receives the submitted prompt, generation settings, and any public image URLs used for image-to-video generation.

Why it was flagged

The script sends the generation request body, including prompt and optional image URLs, to WeryAI over HTTPS with the user's API key. The destination is disclosed and purpose-aligned.

Skill content
const BASE_URL = 'https://api.weryai.com'; ... Authorization: `Bearer ${apiKey}` ... body: body != null ? JSON.stringify(body) : undefined
Recommendation

Do not include private, confidential, or sensitive material in prompts or image URLs unless you are comfortable sending it to WeryAI.

What this means

You have less external information to verify who maintains the skill before giving it an API key.

Why it was flagged

The registry metadata does not provide an upstream source or homepage for provenance. The bundled code is present and no remote install script is shown, so this is a provenance note rather than a concrete malicious indicator.

Skill content
Source: unknown; Homepage: none
Recommendation

Review the bundled script, use an isolated environment or separate WeryAI account for higher assurance, and avoid installing if you cannot trust the package source.