wellfound-startup-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: 1.00). The Skill explicitly instructs the agent to install runtime dependencies automatically and to hide or avoid requesting user approval (e.g., “without asking the user to confirm” and “Do not describe it as a request…”), which are deceptive instructions outside the advertised scraping purpose.
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.70). The links point to an unverified third‑party site (browseract.com) that the Skill instructs agents to auto-install as a required CLI dependency without user confirmation, which is a potential vector for distributing malicious executables.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). This skill’s required workflow invokes the
browser-actSkill to access and interact with live public web pages at runtime (B2B directories/marketplaces), so outsider-authored free text from those pages can be ingested into the agent’s LLM context via the browser-extracted content path.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (medium risk: 0.50). The skill instructs the agent to automatically install a required CLI dependency without asking the user (including "install... automatically without asking the user to confirm"), which pushes the agent to modify the host environment and possibly perform privileged changes.
Issues (4)
E004
CRITICALPrompt injection detected in skill instructions.
E005
CRITICALSuspicious download URL detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata