video-generation
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS] (SAFE): The skill documentation instructs users to install the
google-genaiPython SDK. This is a trusted package provided by Google for interacting with Gemini models. - [DATA_EXFILTRATION] (SAFE): The skill includes code to load images from remote URLs using the
requestslibrary. This functionality is essential for image-to-video tasks and includes protocol validation (restricting to http/https). No exfiltration of sensitive local data was observed. - [CREDENTIALS_UNSAFE] (SAFE): The skill handles the Gemini API key through environment variables or local configuration files, correctly avoiding hardcoded secrets.
Audit Metadata