ai-video-generator
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious behavior or significant security vulnerabilities were identified during the analysis.
- [CREDENTIALS_UNSAFE]: The skill correctly uses environment variables (
os.environ) to handle sensitive API keys for ElevenLabs, OpenAI, and Pexels, avoiding the risk of hardcoded credentials. - [COMMAND_EXECUTION]: Video processing tasks are handled by calling
ffmpegusingsubprocess.runwith list-based arguments. This approach is secure as it avoids invoking a system shell, thereby preventing command injection attacks. - [EXTERNAL_DOWNLOADS]: The skill integrates with well-known and reputable services (Pexels, ElevenLabs, OpenAI) for media generation and retrieval, which is consistent with its stated purpose.
Audit Metadata