web-search
Pass
Audited by Gen Agent Trust Hub on Aug 15, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The
searxng upcommand fetches the SearXNG source code from its upstream repository and performs a local build and installation process. - [EXTERNAL_DOWNLOADS]: The skill utilizes
uvxto download and run thewebsearch-skillpackage from the public package registry. - [COMMAND_EXECUTION]: The skill's functionality is delivered through a CLI tool. While it uses arguments for queries and URLs, there is an inherent risk of command injection if the agent fails to properly quote user-supplied input.
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from the web. It implements a security mechanism using nonce-validated fencing to help the agent distinguish between data and instructions.
- Ingestion points:
web-searchandweb-fetchcommands (SKILL.md). - Boundary markers: Nonce-based fences (
<<UNTRUSTED-WEB-CONTENT nonce="...">>) are present. - Capability inventory: Network access, shell execution (
websearchCLI), and file writes (.env). - Sanitization: Content is wrapped in fenced blocks;
datamarkoption available to mark word boundaries.
Audit Metadata