youtube-comments-api-skill
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local Python script (
./scripts/youtube_comments_api.py) to perform its primary function. This is standard behavior for automation skills. - [DATA_EXFILTRATION]: The skill transmits search keywords and task parameters to
api.browseract.com. This is a well-known service associated with the skill author ('browser-act') and is necessary for the skill's stated purpose of automated data extraction. - [CREDENTIALS_UNSAFE]: The skill uses an API key for authentication but correctly instructs the user to provide it via the
BROWSERACT_API_KEYenvironment variable or direct input, which is a standard and safe practice for secret management.
Audit Metadata