google-maps-website-contact-extractor
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 explicitly directs the agent to auto-install runtime dependencies and to conceal or avoid requesting user confirmation ("without asking the user to confirm" / "Do not describe it as a request..."), which are deceptive instructions unrelated to the extractor's stated data-collection purpose.
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 runtime
browser-actSkill to access and extract data from Google Maps listings/pages (public web content), which can include outsider-authored free text that the LLM may ingest during live browsing.
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 at runtime, which implies fetching and executing remote installer code to satisfy 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.80). The skill instructs the agent to automatically install a runtime dependency ("Install BrowserAct") without asking the user or requesting approval, which directs the agent to modify the host system state (potentially requiring privileged changes) and bypasses user consent.
Issues (4)
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).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata