web-search
Pass
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill provides a legitimate interface for web research and content aggregation using tools from a well-known service provider.
- [COMMAND_EXECUTION]: Uses the Bash tool to execute commands via the
beltCLI. The scope is restricted through theallowed-toolsfrontmatter to ensure the agent only uses the intended toolset. - [EXTERNAL_DOWNLOADS]: References installation scripts and CLI packages from the official
inference-shGitHub repository and NPM, which are recognized sources for this functionality. - [PROMPT_INJECTION]: The skill processes untrusted web content, creating a surface for indirect prompt injection.
- Ingestion points:
belt app run tavily/extractandexa/extractinSKILL.md. - Boundary markers: Demonstrated use of XML tags (e.g.,
<search-results>) to delimit external content. - Capability inventory: Shell access is restricted to the
beltCLI viaallowed-tools. - Sanitization: Not explicitly implemented in the skill instructions.
Audit Metadata