gemini-omni-flash-api

Pass

Audited by Gen Agent Trust Hub on Jun 30, 2026

Risk Level: SAFE
Full Analysis
  • [Official SDK Integration]: The skill utilizes the google-genai Python library. This is the official SDK provided by the vendor, ensuring that interactions with the AI models are handled securely and according to official specifications.
  • [System Utility Usage]: The scripts use ffmpeg and ffprobe for essential video processing tasks such as trimming, resizing, and metadata inspection. These operations are invoked using subprocess calls with argument lists, which is the recommended method to prevent command injection while interacting with system binaries.
  • [Secure Credential Management]: The skill is designed to retrieve the necessary API keys from environment variables or command-line arguments, avoiding the risks associated with hardcoding sensitive credentials in source code.
  • [Authenticated Data Retrieval]: Generated video content is downloaded directly from official API endpoints. These network operations are authenticated using the user's API key and are a core requirement for the skill's functionality.
  • [Media Pre-processing]: To optimize performance and prevent errors during large file uploads, the skill includes logic to optionally prep and normalize videos locally before sending them to the remote API.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 30, 2026, 04:37 PM
Security Audit — agent-trust-hub — gemini-omni-flash-api