UnSearch

PassAudited by ClawScan on May 1, 2026.

Overview

UnSearch is a coherent instruction-only web search skill with expected API-key and external-provider data flows, but users should protect the key and treat retrieved web content as untrusted.

This skill appears safe to install if you want UnSearch web search and research capabilities. Before using it, protect the UNSEARCH_API_KEY, avoid sending sensitive searches or private URLs unless you trust the provider, and make sure the agent treats scraped web pages as information sources rather than instructions.

Findings (3)

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

A web page returned by the API could include text that tries to influence the agent if the agent treats retrieved content as instructions.

Why it was flagged

The skill retrieves full web page content for agent use; that content may contain untrusted instructions or misleading text.

Skill content
"scrape_content": true ... "scraped_content": { "text": "Full page content..." }
Recommendation

Treat search results and scraped content as data, not as agent instructions; verify important claims with multiple sources.

What this means

Anyone who obtains the API key may be able to use the user's UnSearch quota or account access.

Why it was flagged

The skill requires an UnSearch API key to authenticate requests; this is expected for the service but is still a credential.

Skill content
All requests require header: `X-API-Key: $UNSEARCH_API_KEY`
Recommendation

Store the API key securely, avoid sharing it in prompts or logs, and rotate it if it may have been exposed.

What this means

Search terms, URLs, and research topics may be visible to the external API provider.

Why it was flagged

Queries and URLs are sent to an external UnSearch API provider, which is central to the skill's purpose.

Skill content
**Base URL:** `https://api.unsearch.dev/api/v1` ... `query`: "your search query" ... `urls`: ["https://example.com/article"]
Recommendation

Avoid sending confidential queries or private URLs unless the provider's privacy and retention practices are acceptable.