gemini-video-understanding
Audited by Socket on Mar 1, 2026
1 alert found:
MalwareThis skill is a documented wrapper around Google Gemini's video understanding APIs. Its stated capabilities (summarization, transcription, timestamping, clipping, YouTube support) align with the resources and permissions requested (GEMINI_API_KEY, read access to local video files, ability to upload via Files API). I find no evidence in the provided text of credential exfiltration, third-party proxying, curl|bash download-and-execute chains, obfuscation, or backdoors. The main security considerations are operational: (1) avoid committing .env files with GEMINI_API_KEY into source control; (2) limit Bash/script execution privileges to trusted operators; (3) be aware that uploading videos to a cloud provider shares potentially sensitive content with that provider. Overall, the skill appears coherent and proportionate to its purpose, with typical cloud-integration risks but no clear malicious behavior in the provided material.