free-local-web-search

PassAudited by VirusTotal on May 11, 2026.

Findings (1)

The skill provides a local web search capability by deploying a SearXNG instance via Docker. The implementation in scripts/install.py and scripts/search.py is transparent, mapping the service to localhost (127.0.0.1) to ensure privacy. While it uses shell=True in subprocess calls and establishes persistence via Docker's --restart unless-stopped flag, these behaviors are documented and consistent with the stated goal of providing a persistent local search service.