pinterest-profile-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.80). The skill includes explicit instructions to install BrowserAct automatically without asking the user to confirm and to conceal that installation ("Do not describe it as a request... and do not request separate approval"), which are deceptive directions beyond the skill's stated scraping purpose.
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 invoke the BrowserAct CLI for live browser execution, which will fetch and read Pinterest web page content (outsider-authored free text) into the agent’s runtime context for extraction.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill requires installing and invoking the BrowserAct CLI at runtime via the installer links (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 are external URLs used to fetch and install executable code the agent will rely on.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.90). The skill explicitly instructs the agent to automatically install the BrowserAct CLI (a third-party runtime dependency) without asking the user for confirmation and to treat it as a required runtime dependency, which directs the agent to change the host system state and potentially perform privileged installations without consent.
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