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.

What this means

If the local websearch executable has been replaced or behaves differently than expected, the skill would run that code when invoked.

Why it was flagged

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.

Skill content
exec:
  command: /usr/local/bin/websearch
  args:
    - "{{query}}"
Recommendation

Before installing or using the skill, verify that /usr/local/bin/websearch is present, expected, and maintained by a trusted source.