Local Websearch 1

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The skill is designed to perform web searches via a self-hosted SearXNG instance. The `SKILL.md` provides clear, benign instructions for the AI agent and the user, with no evidence of prompt injection attempts. The `searxng_search.py` script correctly implements the stated functionality, using standard Python libraries for network communication and argument parsing. It relies on a user-configured `SEARXNG_URL` environment variable and handles input safely, preventing common injection vulnerabilities. There is no evidence of intentional harmful behavior, data exfiltration, persistence, or unauthorized execution.