glmv-grounding

Pass

Audited by Gen Agent Trust Hub on Apr 19, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [SAFE]: The skill is well-architected and does not exhibit malicious behavior or security anti-patterns.
  • [COMMAND_EXECUTION]: The skill utilizes the ffmpeg system utility via subprocess.run to handle video frame extraction and reassembly. It correctly uses argument lists instead of shell strings to mitigate command injection risks.
  • [EXTERNAL_DOWNLOADS]: Remote media files are downloaded using the requests library. The implementation includes an explicit security check in _is_public_url that validates URLs against private, loopback, and reserved IP addresses to prevent SSRF attacks.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 19, 2026, 03:25 AM