WaveSpeedAI Seedance 1.5 Pro Video Generation
Analysis
This is a coherent WaveSpeed video-generation skill, but using it requires a WaveSpeed API key and may upload images or prompts to WaveSpeed's service.
Findings (2)
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 whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
export WAVESPEED_API_KEY="your-api-key"
The skill expects a WaveSpeed API key to authenticate generation requests. This is aligned with the stated WaveSpeed integration, but it is sensitive account authority and is not declared in the registry requirements.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
const imageUrl = await wavespeed.upload("/path/to/photo.png");The image-to-video workflow can upload a local image to WaveSpeed and then use the resulting URL for generation. This is expected for the feature, but it means user-provided media and prompts can leave the local environment.
