Searxng Web
PassAudited by ClawScan on May 1, 2026.
Overview
This skill appears to do what it says: send search queries to a local SearxNG service and return normalized JSON results.
This looks safe for its stated purpose. Before installing, confirm you trust the local SearxNG service running at host.docker.internal:8081, because your search queries will be sent there.
Findings (1)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Search terms, including any sensitive text placed in a query, will be sent to the configured local SearxNG instance.
The tool transmits the user's search query to a local SearxNG HTTP endpoint. This is disclosed and purpose-aligned, but users should understand that queries leave the agent process and go to that local service.
const u=new URL("http://host.docker.internal:8081/search");u.searchParams.set("q",query);u.searchParams.set("format","json");Use this only with a trusted local SearxNG instance and avoid putting secrets or private data into search queries.
