searxng-search
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a legitimate web search functionality via the SearXNG API.
- [SAFE]: Configuration is handled through a standard JSON file in the user's config directory (~/.config/agents/searxng.json).
- [SAFE]: Authentication credentials (tokens, passwords) are managed via configuration or environment variables ($ENV_VAR), avoiding hardcoded secrets.
- [SAFE]: The search script (scripts/search.py) uses the standard urllib library for network operations without any third-party dependencies.
- [SAFE]: Input from the user (search query, categories, engines) is properly URL-encoded using urllib.parse.urlencode before being sent in the API request.
Audit Metadata