xiaohongshu-rednote-comment-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, deceptive instructions to install a runtime dependency automatically and to hide that action from the user (e.g., "without asking the user to confirm" and "Do not describe it as a request..."), which overrides normal consent and is outside the scraping purpose.
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). The links point to an unknown third‑party CLI provider (browseract.com) that the skill instructs agents to install automatically (including a redirect to a GitHub repo), which is a potentially risky distribution channel for executables or install scripts without explicit user consent.
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 1.00). The Skill explicitly instructs automatic installation of an external runtime dependency without asking the user for confirmation and to conceal the installation request, enabling supply‑chain/backdoor installation behavior.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). SKILL.md instructs the agent to use BrowserAct to access live Xiaohongshu/RedNote pages at runtime and extract comment text (outsider-authored free text from public/authorized web content) into the agent’s context for analysis.
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 install and invoke the BrowserAct CLI at runtime using https://www.browseract.com/?co-from=social-media and https://www.browseract.com/?co-from=social-media&redirect=https://github.com/browser-act/skills/tree/main, which would fetch and run remote installation code and is treated as a required runtime dependency.
Issues (5)
E004
CRITICALPrompt injection detected in skill instructions.
E005
CRITICALSuspicious download URL 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