find-products

v1.0.0

Search and discover trending products from ProductHunt with structured analysis data. Use when users ask about product recommendations, tool comparisons, or trending apps.

0· 1.3k·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description say 'search ProductHunt' and the SKILL.md explicitly instructs making GET requests to a third-party API (trend-hunt.com) to return product data. The skill does not request unrelated binaries, credentials, or config paths.
Instruction Scope
Instructions are narrowly scoped to issuing HTTPS GET requests to https://trend-hunt.com/api/search and formatting the returned JSON; they do not instruct reading local files or other environment variables. Note: user queries will be sent to an external service (trend-hunt.com), so any sensitive text in queries will be transmitted off-device.
Install Mechanism
There is no install spec and no code files (instruction-only skill), so nothing is written to disk or automatically installed — lowest-risk install posture.
Credentials
The skill declares no required environment variables, credentials, or config paths — consistent with its simple API-querying behavior.
Persistence & Privilege
always is false and the skill is user-invocable with normal autonomous-invocation allowed. This is the platform default and appropriate for this skill; it does not request elevated or persistent privileges.
Assessment
This skill appears coherent and low-risk, but consider: (1) trend-hunt.com is an external third-party — verify you trust that site and its privacy/terms before sending queries; (2) don't send sensitive or proprietary text as search queries because those will be transmitted to the external API; (3) the registry metadata marks source as unknown even though a homepage is listed — you may want to inspect the referenced GitHub repo to confirm authorship and check for updates; (4) be aware the API may have rate limits or require auth in some cases, which the SKILL.md does not mention.

Like a lobster shell, security has layers — review code before you run it.

latestvk9755mhf910jzamf02jh8s2qs980zjdy

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments