yt-competitive-analysis
Pass
Audited by Gen Agent Trust Hub on Apr 5, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The script
analyze.pycommunicates with the official Google YouTube Data API athttps://www.googleapis.com/youtube/v3/to fetch video and channel metadata. This is a well-known service and the usage is consistent with the skill's stated purpose. - [COMMAND_EXECUTION]: The skill defines command-line execution patterns for its own script (
analyze.py). No arbitrary or dangerous shell command execution was detected. - [CREDENTIALS_UNSAFE]: The skill correctly instructs users to manage sensitive information (YouTube API Key) using environment variables (
YOUTUBE_API_KEY) rather than hardcoding them in the source code.
Audit Metadata