Back to skill

Security audit

Alibaba Cloud AI Video Wan R2V

Security checks for vulnerabilities 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.

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
Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.

Static analysis

No suspicious patterns detected.