WaveSpeedAI Wan 2.6 Video Generation

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This is a coherent instruction-only WaveSpeed video-generation skill; the main things to notice are the WaveSpeed API key and uploading user media to an external service.

Before installing or using it, make sure you are comfortable sending prompts and selected media to WaveSpeed, use a dedicated API key, and avoid uploading sensitive personal files unless that is intended.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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.

#
ASI03: Identity and Privilege Abuse
Low
What this means

Anyone using the skill needs to manage a WaveSpeed API key, which may authorize paid or quota-limited generation requests.

Why it was flagged

The skill uses a WaveSpeed API credential. This is expected for a WaveSpeed integration, but it gives access to the user's provider account and possible quota or billing.

Skill content
export WAVESPEED_API_KEY="your-api-key"
Recommendation

Use a dedicated, revocable WaveSpeed key, store it securely, and avoid placing real keys directly in shared prompts or code snippets.

#
ASI07: Insecure Inter-Agent Communication
Low
What this means

Personal images, audio, and prompts may be processed by the external WaveSpeed service if the user chooses those inputs.

Why it was flagged

The skill documents uploading local media to WaveSpeed for image-to-video generation. This is purpose-aligned, but it means selected local files leave the user's environment.

Skill content
const imageUrl = await wavespeed.upload("/path/to/photo.png");
Recommendation

Upload only files you intend to share with WaveSpeed, avoid sensitive or non-consensual media, and review the provider's retention and privacy terms.