steampunk-transform-video-gen-seedance2-0
Analysis
This is a disclosed WeryAI video-generation skill that needs a WeryAI API key and can upload chosen local images, so users should confirm inputs, model, and costs before running it.
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
The CLI can submit paid generation jobs and does not code-enforce the advertised model restriction, so correctness depends on the agent following the confirmation workflow.
Source: unknown; Homepage: none
The package provenance is not linked to a public source or homepage. The included code is visible in the artifact set, so this is a provenance notice rather than evidence of hidden behavior.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
"primaryEnv": "WERYAI_API_KEY", "paid": true, "network_required": true
The skill requires a WeryAI API key for a paid network service. This is expected for video generation, but it grants access to the user's WeryAI account/credits.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Reads the file from disk. POSTs it to https://api-growth-agent.weryai.com/growthai/v1/generation/upload-file with Authorization: Bearer $WERYAI_API_KEY
For local image inputs, the skill's provider workflow sends the selected local file to WeryAI to obtain a public URL. This is disclosed and purpose-aligned, but it is a sensitive third-party data transfer.
