tmdb-integration
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides comprehensive and standard technical documentation for API integration with The Movie Database (TMDB).
- [CREDENTIALS_UNSAFE]: No hardcoded credentials or secrets were detected. The instructions explicitly recommend using environment variables (
process.env.TMDB_ACCESS_TOKEN) and suggest using backend proxies to avoid exposing API keys in client-side code. - [EXTERNAL_DOWNLOADS]: The skill references well-known and trusted domains (api.themoviedb.org, image.tmdb.org, youtube.com, vimeo.com) for fetching movie data and media content.
- [COMMAND_EXECUTION]: No dangerous system commands or shell execution patterns were found. Code snippets are limited to standard React Native and TypeScript patterns.
Audit Metadata