web-search
Pass
Audited by Gen Agent Trust Hub on Jul 23, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the
beltCLI and other skills from thebelt-shandinference-shorganizations. It also references installation scripts and documentation hosted on GitHub. - [COMMAND_EXECUTION]: The skill executes search and extraction tasks using the
beltcommand-line utility, which interacts with theinference.shplatform apps to perform web operations. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests untrusted data from the internet through web searches.
- Ingestion points: Untrusted data enters the agent context through the search results and extracted page content from Tavily and Exa tools (e.g.,
tavily/extract,exa/search). - Boundary markers: The documentation suggests using simple tags like
<search-results>or<content>, which do not provide robust protection against malicious instructions embedded in the retrieved web data. - Capability inventory: The skill uses the
beltCLI to run various search and extraction applications and suggests piping this data to other LLM models. - Sanitization: No explicit sanitization, validation, or escaping of the external web content is mentioned before it is processed by the agent or passed to subsequent LLM steps.
Audit Metadata