videoagent-video-studio
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill interacts with a hosted proxy on Vercel (
video-gen-proxy.vercel.app) to perform video generation and manage rate-limiting tokens. This network activity is restricted to the skill's stated purpose. - [COMMAND_EXECUTION]: The skill utilizes a local Node.js script (
tools/generate.js) as its primary execution interface. The script securely processes command-line arguments and uses the built-infetchAPI for backend communication. - [SAFE]: Sensitive credentials such as the
FAL_KEYand Upstash Redis tokens are managed through environment variables on the serverless proxy, ensuring they are not exposed in the client-side code or prompt instructions.
Audit Metadata