find-products

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is coherent with its stated purpose and only asks the agent to query a product-search API for user-requested recommendations.

This skill appears safe for ordinary product discovery. Be aware that your search terms are sent to the trend-hunt.com API, so avoid entering confidential project names or private business plans as queries.

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

Product search queries may be shared with the external API provider.

Why it was flagged

The skill directs the agent to call an external search API with the user’s query. This is disclosed and purpose-aligned, but it means search terms are sent to trend-hunt.com.

Skill content
Make a GET request to the search API: curl -s "https://trend-hunt.com/api/search?q=QUERY&locale=LOCALE&limit=LIMIT&category=CATEGORY"
Recommendation

Avoid using sensitive or private terms in product-search queries unless you are comfortable sending them to trend-hunt.com.