wjs-uploading-video
Pass
Audited by Gen Agent Trust Hub on May 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill manages Google OAuth configuration files (
credentials.json) and session tokens (token.json) within standard local configuration paths (~/.config/youtube/). This is expected behavior for a CLI application interacting with Google APIs. - [SAFE]: All network operations are directed towards official Google service domains (
googleapis.com) for metadata initialization and media upload. No unauthorized or suspicious external connections were detected. - [SAFE]: The skill utilizes well-established Python libraries such as
google-auth-oauthlibandrequests. These are standard, industry-accepted libraries for managing OAuth 2.0 flows and HTTP communication. - [SAFE]: The custom implementation of the YouTube resumable upload protocol using the
requestslibrary is documented as a functional requirement to handle specific local proxy configurations, representing a legitimate technical design choice.
Audit Metadata