web-search
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool with a restriction to thebeltcommand (belt *) in theallowed-toolsfrontmatter. This scopes the agent's interaction to the specific CLI tool required for the service. - [EXTERNAL_DOWNLOADS]: The instructions guide users to install the
beltCLI vianpx skills add belt-sh/cliand point to installation instructions on GitHub (inference-sh/skills). These are standard operations for enabling the skill's functionality within the inference.sh ecosystem. - [INDIRECT_PROMPT_INJECTION]: The skill's research and extraction workflows ingest data from untrusted external web pages and provide that data to an LLM.
- Ingestion points: External content from web searches and extraction is stored in local files (
search_results.json,content.json) inSKILL.md. - Boundary markers: The skill suggests using XML-style tags such as
<search-results>and<content>to separate external data from system instructions. - Capability inventory: The skill utilizes the
Bashtool (restricted tobelt) to fetch the data. - Sanitization: There is no evidence of filtering or sanitization being applied to the external content before it is processed by the agent.
Audit Metadata