product-hunt-maker-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 skill contains explicit 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 for the user to open their browser"), which deceptively instructs the agent to perform and conceal actions outside the skill's advertised scraping purpose.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). This skill’s required runtime workflow invokes the
browser-actSkill to access and interact with live public web pages/URLs, so outsider-authored free text from those pages can be ingested into the agent’s LLM context via BrowserAct’s browser-extracted content.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The Skill explicitly tells the agent to auto-install a required runtime dependency (BrowserAct CLI) by invoking https://www.browseract.com/?co-from=lead-generation&redirect=https://github.com/browser-act/skills/tree/main (also referenced as https://www.browseract.com/?co-from=lead-generation), which will fetch and run remote installation code and is required for the Skill to operate.
Issues (3)
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).
Audit Metadata