video-summarizer

Pass

Audited by Gen Agent Trust Hub on Jun 15, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill requires the installation of the 'google-genai' package, which is the official Python SDK for Google's Gemini API. This is a well-known library from a trusted provider.
  • [COMMAND_EXECUTION]: The skill executes a local Python script ('scripts/summarize_videos.py') to process video files. The script performs file system operations (reading .mp4 files and writing .md summaries) and network requests to the Gemini API, which are consistent with its stated purpose of video summarization.
  • [DATA_EXPOSURE]: The skill uses the 'GEMINI_API_KEY' environment variable for authentication. It instructs users on how to set this variable locally, which is a standard and safe practice for managing API credentials without hardcoding them.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 15, 2026, 06:56 AM
Security Audit — agent-trust-hub — video-summarizer