searxng-search
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
curlandpython3via the terminal to interact with the SearXNG API and process JSON responses. These operations are restricted to searching and parsing results as intended. - [EXTERNAL_DOWNLOADS]: The skill fetches search results from an external URL specified in the
SEARXNG_URLenvironment variable. This is the primary function of the search tool and targets user-configured or public SearXNG instances. - [SAFE]: The skill follows security best practices by recommending the use of environment variables for configuration, implementing timeouts for network requests, and avoiding the use of privileged commands.
Audit Metadata