video-content-analyzer
Warn
Audited by Runlayer on Feb 21, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (2)
scripts/analyze_videos.pyHIGH
89.0%
Tool passed security scan
Malicious tool definition detected
Description: except Exception: print(f" Direct URL failed, trying upload...") # Fallback: download and upload video_bytes = download_video(video_url) print(f" Downloaded {len(video_bytes) / 1024 / 1024:.1f} MB") file = upload_video_to_gemini(client, video_bytes, f"{platform}_{data['post_id']}") print(f" Uploaded, processing...") file = wait_for_processing(client, file) analysis = analyze_video(client, file, data["caption"]) result['analysis'] = analysis hook = analysis.get('hook', {}).get('techn
SKILL.mdLOW
37.0%
Tool passed security scan
Audit Metadata