mediamtx-docs
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches documentation content from
mediamtx.organd official project files from thebluenviron/mediamtxGitHub repository. These sources are official and well-known for this project, and the network operations are limited to these specific domains to provide the documentation lookup service. - [COMMAND_EXECUTION]: The skill utilizes a local Python script (
scripts/mtxdocs.py) to manage documentation search, caching, and retrieval. This script uses standard Python libraries to parse HTML and manage a local cache in the user's cache directory. - [DATA_EXPOSURE]: The skill maintains a local cache of documentation text files in
~/.cache/mediamtx-docs. This is standard behavior for a documentation tool and does not involve sensitive user data or credentials.
Audit Metadata