tmdb-cli
Pass
Audited by Gen Agent Trust Hub on Aug 5, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill makes network requests to
api.themoviedb.org, which is the official endpoint for The Movie Database. This is a well-known service and the interaction is essential for the skill's primary purpose. - [COMMAND_EXECUTION]: The skill includes a Python script (
tmdb-cli) designed for non-interactive execution. It usesargparsefor input handling and does not perform any dangerous operations such as arbitrary shell command execution or subprocess spawning. - [CREDENTIALS_UNSAFE]: The skill correctly instructs users to manage API credentials using environment variables (
TMDB_ACCESS_TOKENorTMDB_API_KEY), which is a secure and standard practice for command-line tools.
Audit Metadata