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
ffmpegsystem utility viasubprocess.runto 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
requestslibrary. The implementation includes an explicit security check in_is_public_urlthat validates URLs against private, loopback, and reserved IP addresses to prevent SSRF attacks.
Audit Metadata