Back to skill

Security audit

Aliyun Wan R2v

Security checks across malware telemetry and agentic risk

Overview

This skill is a coherent Alibaba Cloud Wan reference-to-video helper, with expected cloud API use and local evidence files but no hidden persistence or unrelated behavior.

Install this only if you intend to use Alibaba Cloud Model Studio for video generation. Use a scoped API key where possible, expect provider processing and potential costs, install the SDK in a virtual environment, and review or delete saved output files if they contain private prompts, media URLs, task IDs, or generated videos.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Rogue AgentSelf-Modification, Session Persistence
  • MCP Least PrivilegeUnderdeclared Capability, Wildcard Permission, Missing Permission Declaration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
Findings (2)

Lp3

Medium
Category
MCP Least Privilege
Confidence
70% confidence
Finding
Without declared permissions the skill's intent is opaque and cannot be validated.

Session Persistence

Medium
Category
Rogue Agent
Content
## Validation

```bash
mkdir -p output/aliyun-wan-r2v
python -m py_compile skills/ai/video/aliyun-wan-r2v/scripts/prepare_r2v_request.py && echo "py_compile_ok" > output/aliyun-wan-r2v/validate.txt
```
Confidence
60% confidence
Finding
mkdir -p output/aliyun-wan-r2v python -m py_compile skills/ai/video/aliyun-wan-r2v/scripts/prepare_r2v_request.py && echo "py_compile_ok" > output/aliyun-wan-r2v/validate.txt ``` Pass criteria: comma

VirusTotal

62/62 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.