youtube-channel
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill manages YouTube channels through the 'yutu' CLI tool, which is an expected behavior for its stated purpose. Analysis of the installation procedures and operations shows that all resources originate from the official repositories of the tool's author.
- [SAFE]: The skill handles sensitive data, such as YouTube API credentials and OAuth tokens, through secure and standard methods. It utilizes environment variables (YUTU_CREDENTIAL, YUTU_CACHE_TOKEN) and local configuration files (client_secret.json, youtube.token.json), which is consistent with best practices for CLI-based API tools and does not involve any unauthorized data exfiltration patterns.
- [SAFE]: Installation instructions provided in the setup guide utilize reputable package managers and direct installation from the author's verified GitHub repository. There are no signs of remote code execution from untrusted sources or suspicious piped shell commands.
Audit Metadata