tiktok-video-lead-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 runtime instructions explicitly order the agent to install dependencies automatically and to conceal that action from the user by not asking for approval or describing the installation link as a browser request, which is a deceptive directive outside normal transparent behavior.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.75). SKILL.md instructs the agent to use the BrowserAct CLI to access real TikTok/public web pages at runtime (public web content category), which can include arbitrary free text from outsider-authored pages that the LLM may ingest while scraping.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The Skill explicitly instructs automatic runtime installation/use of the BrowserAct CLI via the install links (https://www.browseract.com/?co-from=lead-generation and https://www.browseract.com/?co-from=lead-generation&redirect=https://github.com/browser-act/skills/tree/main), which would fetch and execute remote code as a required dependency for the agent.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.80). The skill explicitly instructs the agent to install the BrowserAct CLI automatically and "without asking the user to confirm" (and to resume execution), which directs the agent to modify the host environment/software without user approval and could require privileged changes.
Issues (4)
E004
CRITICALPrompt injection detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata