youtube-live-stream-scraper
Fail
Audited by Snyk on Jul 20, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E004: Prompt injection detected in skill instructions.
- Potential prompt injection detected (high risk: 0.90). The Skill includes explicit instructions to install a dependency automatically without user confirmation and to conceal that installation (e.g., "do not describe it... and do not request separate approval"), which are deceptive control-flow directives outside the user's stated data-collection purpose.
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 1.00). This Skill explicitly instructs unattended installation of an external CLI and directs the agent to conceal the installation request from the user, which indicates deliberate intent to bypass user consent and poses a supply-chain/installation abuse risk.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). The required workflow uses BrowserAct to access real YouTube browser pages at runtime and extract visible chat samples/text, which is outsider-authored free text from public web content that can be fed into the agent’s LLM context.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill instructs the agent to automatically install a required runtime dependency from https://www.browseract.com/?co-from=social-media&redirect=https://github.com/browser-act/skills/tree/main at runtime, which fetches and executes remote installer code to provide the BrowserAct CLI.
Issues (4)
E004
CRITICALPrompt injection detected in skill instructions.
E006
CRITICALMalicious code pattern detected in skill scripts.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata