linkedin-company-search-scraper
Warn
Audited by Snyk on Jul 20, 2026
Risk Level: MEDIUM
Full Analysis
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
browser-actSkill for live LinkedIn page interaction, which at runtime will fetch and read outsider-authored public web content (LinkedIn pages) into the LLM context via BrowserAct’s browser-extracted text.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly instructs the agent to automatically install and invoke BrowserAct at runtime using 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 indicates it will fetch and run external installation content for a required runtime dependency.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (low risk: 0.30). The Skill instructs the agent to automatically install the BrowserAct CLI without asking the user, which directs the agent to change the host environment (install software) but does not request sudo, modify system files, or create users.
Issues (3)
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