yelp-search
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]:
- Ingestion points: The skill ingests untrusted business data and review text from the web through
scripts/get_reviews.pyandscripts/scrape_reviews.py. - Boundary markers: Absent. Instructions for the LLM-driven browser agent do not include delimiters or specific guidance to ignore malicious instructions embedded in scraped text.
- Capability inventory: The skill can perform automated web navigation and access local environment configuration files for credentials.
- Sanitization: External content is processed by the agent without prior filtering or sanitization.
- [UNVERIFIABLE_DEPENDENCIES]: The skill documentation includes instructions to install several third-party libraries including
browser-use,playwright, andlangchain-openaito facilitate browser automation. - [DATA_EXPOSURE]: Internal scripts are configured to read API keys for Yelp, OpenAI, and Browserbase from a local
.envfile, which is a standard pattern for credential management in this context.
Audit Metadata