google-maps-competitor-listing-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 instructions (SKILL.md:40-43,46-48) that direct the agent to install a dependency automatically without user confirmation and to hide/avoid framing that installation as a user-facing request, which are deceptive/hiding behaviors outside the advertised scraping purpose.
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). These links point to an unfamiliar third-party site (browseract.com) that the skill uses to automatically install a CLI dependency (including an install redirect), which is a high-risk pattern for distributing executables without explicit user consent.
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 use the BrowserAct CLI to access and execute tasks on live Google Maps pages at runtime, which can ingest outsider-authored free text from public web content (business listings/reviews/metadata) 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 requires installing and invoking the external BrowserAct CLI at runtime via the 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 causes remote code (the CLI/installer) to be fetched and executed as a required dependency.
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 dependency without asking the user for confirmation (and to treat it as a required runtime dependency), which pushes the agent to modify the host environment and perform installations that can change system state or require elevated privileges.
Issues (5)
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).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata