generate-video
Pass
Audited by Gen Agent Trust Hub on Mar 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements standard video generation functionality with no malicious patterns detected.
- [COMMAND_EXECUTION]: Shell commands are used as intended to execute local scripts (e.g.,
bun run scripts/generate.ts) for video processing and polling. - [EXTERNAL_DOWNLOADS]: The skill communicates with official Gemini and Replicate APIs for video generation. These are well-known, trusted services necessary for the skill's primary purpose.
- [DATA_EXFILTRATION]: No evidence of unauthorized data exfiltration. The script accesses API keys and user-provided images solely for submission to the generation services.
- [DYNAMIC_EXECUTION]: The
generate.tsscript uses dynamic imports to load local utility modules. The path resolution logic is confined to the plugin's local directory structure and standard installation paths.
Audit Metadata