Find Items
PassAudited by ClawScan on May 1, 2026.
Overview
This is a benign shopping-search skill, but users should notice that it sends product queries to web search, may show affiliate links, and its package metadata references a missing CLI file.
This skill appears safe for ordinary product searches. Before installing or using it, understand that your search terms may be sent to web search services, product links may include affiliate tracking, and the package metadata references a missing CLI file that was not part of the reviewed artifacts.
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.
Your shopping searches may be routed through external web search tools before results are shown.
The skill instructs the agent to use an external search capability. This is central to the stated product-search purpose, but it means user product queries may be sent to search services.
Use web search to find current product information:
```bash
# Using agent-reach or similar search capability
web_search "{query}"
```Avoid including sensitive personal details in shopping queries unless needed, and verify prices and sellers on the official platform before purchasing.
If installed as a package, the advertised command may not exist or may come from outside the reviewed artifacts.
The package metadata declares a CLI executable named ./find-items, but the supplied manifest only includes SKILL.md and package.json. This is a packaging inconsistency users should notice, though there is no install spec or included executable to analyze.
"main": "find-items",
"bin": {
"find-items": "./find-items"
}Treat this as an instruction-only skill unless the missing executable is supplied from a trusted source and reviewed.
Some links may provide a referral benefit to someone, and prices or rankings may not be fully neutral.
The skill discloses that shopping results may include affiliate links. This is not hidden, but it may create commercial incentives in presented recommendations.
Results are: - Current as of search time - From official platform pages - May include affiliate links - Prices subject to change
Compare results directly on the shopping platforms and do not rely solely on affiliate-linked recommendations.
