video-content-analyzer

Warn

Audited by Runlayer on Feb 21, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
89%
Files
2
Flagged
2
Chunks
3
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
Max File Score
89%
Classification
UNKNOWN_SERVER
Files Scanned
2
Files Flagged
2
Chunks Analyzed
3
Analyzed
Feb 21, 2026, 02:10 AM
Security Audit — runlayer — video-content-analyzer