gstreamer-pipeline
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a Python wrapper script (
scripts/gst.py) to execute official GStreamer command-line utilities such asgst-launch-1.0,gst-inspect-1.0, andgst-discoverer-1.0. - Evidence: The script utilizes
subprocess.run()to invoke system binaries found on the user's PATH. - Context: Implementation follows secure practices by passing arguments as a list to the subprocess, which mitigates shell injection risks. The script is designed to help users bench-test and prototype GStreamer pipelines.
- [EXTERNAL_DOWNLOADS]: The documentation provides instructions for installing the GStreamer framework using official system package managers and repositories.
- Evidence:
SKILL.mdreferences standard installation methods likebrew install,apt install, anddnf install. - Context: These references point to trusted organization repositories (Homebrew, Debian, Fedora, Freedesktop) and are standard for software development environments.
Audit Metadata