google-maps-search-api-skill
Warn
Audited by Snyk on Feb 28, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 1.00). The skill's script (scripts/google_maps_search_api.py) calls the BrowserAct API to fetch and parse Google Maps search results and review snippets (public, user-generated content) and the agent is expected to read and act on that data as part of its workflow, enabling untrusted third-party content to influence behavior.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill makes runtime requests to the BrowserAct API (https://api.browseract.com/v2/workflow) using a fixed workflow template and requires a BrowserAct API key to run, meaning it depends on a remote service that executes workflows/logic (remote code) to produce results rather than only returning benign data.
Audit Metadata