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 as gst-launch-1.0, gst-inspect-1.0, and gst-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.md references standard installation methods like brew install, apt install, and dnf install.
  • Context: These references point to trusted organization repositories (Homebrew, Debian, Fedora, Freedesktop) and are standard for software development environments.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 27, 2026, 09:53 AM
Security Audit — agent-trust-hub — gstreamer-pipeline