WebSearch
PassAudited by ClawScan on May 1, 2026.
Overview
This skill is a straightforward web-search wrapper, but users should verify the local websearch command it depends on because that executable is not included in the artifacts.
This appears safe for its stated purpose if you trust the local /usr/local/bin/websearch command and the SearXNG instance it contacts. Check that binary before use, since it is not included in the skill package.
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.
If the local websearch executable has been replaced or behaves differently than expected, the skill would run that code when invoked.
The skill executes a local helper binary that is not included in the provided artifacts. This is central to the stated purpose, but the trustworthiness of that local command determines what actually runs.
exec:
command: /usr/local/bin/websearch
args:
- "{{query}}"Before installing or using the skill, verify that /usr/local/bin/websearch is present, expected, and maintained by a trusted source.
