linkedin-recruiter-job-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 instructs the agent to install a runtime dependency automatically and explicitly to hide that installation request from the user and not ask for approval, which is a deceptive instruction outside the skill's stated scraping purpose.
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 0.90). This skill contains explicit instructions to automatically install runtime dependencies without user consent and to harvest visible contact details, enabling covert installation and potential mass collection of personal data.
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 to access and extract live public LinkedIn pages at runtime, which can include outsider-authored free text from those web pages into the LLM context.
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 automatically install a required runtime dependency from https://www.browseract.com/?co-from=lead-generation&redirect=https://github.com/browser-act/skills/tree/main during execution, which implies fetching and running remote installation code that directly affects agent runtime.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.80). The Skill explicitly directs the agent to automatically install the BrowserAct CLI (a runtime dependency) without asking the user for confirmation, which instructs the agent to change the host system state and may require elevated privileges.
Issues (5)
E004
CRITICALPrompt injection 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).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata