web-search
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill enables an indirect prompt injection surface by fetching content from arbitrary URLs and passing it into LLM prompts.
- Ingestion points: Data is ingested from external web pages via the
tavily/extractandexa/extracttools. - Boundary markers: Example workflows in the documentation use
<search-results>and<content>tags as delimiters for external data. - Capability inventory: The skill is granted
Bashaccess, specifically restricted to thebeltcommand prefix. - Sanitization: The instructions do not define any sanitization or validation steps for content extracted from the web.
- [EXTERNAL_DOWNLOADS]: The skill references the installation of the
beltCLI tool vianpxand points to resource files in theinference-shGitHub repository. These are legitimate resources for the skill's stated purpose. - [COMMAND_EXECUTION]: The skill uses the
Bashtool to executebeltCLI commands. Access is properly scoped to thebeltapplication via theallowed-toolsfrontmatter field.
Audit Metadata