mediamtx-server

Pass

Audited by Gen Agent Trust Hub on Jun 27, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill fetches the MediaMTX binary from the official releases on GitHub (bluenviron/mediamtx). This is the authoritative source for the server software and follows standard installation patterns.- [COMMAND_EXECUTION]: The helper script scripts/mtxctl.py uses subprocess.Popen to start the MediaMTX server process. It also manages the process lifecycle using signal operations (SIGTERM, SIGHUP) and uses chmod to set execution permissions on the downloaded binary.- [SAFE]: No malicious patterns such as obfuscation, unauthorized data exfiltration, or prompt injection were detected. The management script is transparent, uses standard Python libraries, and includes dry-run support for safe testing.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 27, 2026, 09:54 AM
Security Audit — agent-trust-hub — mediamtx-server