scraping-youtube-comments
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONDYNAMIC_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes YouTube comments, which constitute untrusted data from external sources. Malicious actors could embed instructions within comments aimed at influencing the AI agent's behavior during analysis.
- Ingestion points: Comments are retrieved from the YouTube platform via the Apify actor (SKILL.md).
- Boundary markers: The skill does not explicitly define delimiters or warnings to ignore instructions embedded within the scraped comment text.
- Capability inventory: The skill provides instructions for executing local scripts and shell commands (
node,curl), which could be targeted by successful injection. - Sanitization: There is no evidence of filtering or sanitizing the ingested comment text before it is returned to the agent context.
- [COMMAND_EXECUTION]: The skill instructions include examples of shell commands used to execute local scripts (
node scripts/run_actor.js) and interact with remote APIs usingcurl. - [DYNAMIC_EXECUTION]: The skill supports a
customMapFunctionparameter, which accepts a JavaScript string to transform output data at runtime. This allows for the execution of user-provided code strings.
Audit Metadata