jellyfin
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/test_jellyfin_cli.pyfile usessubprocess.run()to execute the localscripts/jellyfintool. This is a legitimate use for testing the CLI's response to various arguments and environment configurations. - [EXTERNAL_DOWNLOADS]: The skill's metadata and documentation cite external sources such as the official Jellyfin API site and technical gists. These references are used for providing implementation details and do not involve the execution of external scripts or binaries.
- [SAFE]: The skill manages authentication tokens and passwords using secure patterns, such as environment variables and interactive prompts via the standard library's
getpassmodule, minimizing the risk of credential leakage in logs or command history.
Audit Metadata