scrapesocial-youtube
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill requires the installation of the
scrapesocialcommand-line tool via npm (npm install -g scrapesocial). This tool is provided by the vendor (Skill Atlas) to enable the YouTube scraping functionality. - [COMMAND_EXECUTION]: The skill documentation instructs the agent to execute various shell commands using the
scrapesocialCLI to retrieve data from YouTube. - [PROMPT_INJECTION]: The skill processes untrusted external data such as YouTube transcripts and comments, which constitutes an indirect prompt injection surface.
- Ingestion points: External data is fetched through the
youtube transcriptandyoutube commentscommands specified inSKILL.md. - Boundary markers: The instructions do not define delimiters or provide warnings to the agent regarding the presence of potentially malicious instructions within the fetched YouTube data.
- Capability inventory: The skill uses subprocess execution of the
scrapesocialCLI to fulfill its research tasks. - Sanitization: There is no mention of sanitizing, filtering, or validating the content of transcripts or comments before they are analyzed or summarized by the agent.
Audit Metadata