Video Editing Agent (VEA)

PassAudited by VirusTotal on May 11, 2026.

Findings (1)

The skill is classified as suspicious primarily due to the use of `curl -LsSf https://astral.sh/uv/install.sh | sh` in `SKILL.md` for installing the `uv` package manager. While a common installation method for legitimate tools, this practice executes arbitrary remote code, posing a significant supply chain risk if the remote server were compromised. Additionally, `SKILL.md` instructs the agent to perform `gcloud auth application-default login`, granting sensitive access to Google Cloud resources, and API keys are stored locally and loaded into environment variables, which is a standard but vulnerable practice. There is no evidence of intentional malicious behavior like data exfiltration to unauthorized endpoints or stealthy backdoors.