Web Search

PassAudited by ClawScan on May 10, 2026.

Overview

This is a coherent web-search skill, but it relies on an external CLI, account login, and third-party provider calls that users should understand before use.

Before installing, verify the inference.sh CLI installer if possible, log in with an account you are comfortable using for these provider calls, and avoid sending sensitive private data through search, extraction, or LLM workflows.

Findings (4)

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

Installing the CLI requires trusting the external inference.sh installer and binary.

Why it was flagged

The skill documents installation through a remote shell script, but that script and the downloaded CLI binary are not included in the reviewed artifacts.

Skill content
curl -fsSL https://cli.inference.sh | sh && infsh login
Recommendation

Review the installer source or use the documented manual checksum verification before installing.

What this means

An agent using this skill may be able to run broader inference.sh CLI commands than just the listed search/extraction examples.

Why it was flagged

The skill allows Bash execution of any infsh command, while the main stated purpose is web search and extraction with specific Tavily and Exa apps.

Skill content
allowed-tools: Bash(infsh *)
Recommendation

Approve or monitor infsh commands and keep usage limited to the intended Tavily/Exa search and extraction workflows unless broader use is desired.

What this means

The skill may act through the user’s inference.sh account when running provider apps.

Why it was flagged

The skill requires authenticating to the inference.sh CLI, although the registry metadata lists no primary credential or required environment variables.

Skill content
infsh login
Recommendation

Use an account with appropriate limits and understand what services, billing, or data policies apply to inference.sh and its connected providers.

What this means

Search terms, URLs, prompts, and extracted page content may be sent to external services.

Why it was flagged

The skill routes search queries, URLs, and extracted content through inference.sh and named provider apps such as Tavily, Exa, and OpenRouter.

Skill content
Search the web and extract content via [inference.sh](https://inference.sh) CLI.
Recommendation

Do not submit confidential or regulated information unless those providers’ privacy and data-retention terms are acceptable.