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.

What this means

Your shopping searches may be routed through external web search tools before results are shown.

Why it was flagged

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.

Skill content
Use web search to find current product information:

```bash
# Using agent-reach or similar search capability
web_search "{query}"
```
Recommendation

Avoid including sensitive personal details in shopping queries unless needed, and verify prices and sellers on the official platform before purchasing.

What this means

If installed as a package, the advertised command may not exist or may come from outside the reviewed artifacts.

Why it was flagged

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.

Skill content
"main": "find-items",
  "bin": {
    "find-items": "./find-items"
  }
Recommendation

Treat this as an instruction-only skill unless the missing executable is supplied from a trusted source and reviewed.

What this means

Some links may provide a referral benefit to someone, and prices or rankings may not be fully neutral.

Why it was flagged

The skill discloses that shopping results may include affiliate links. This is not hidden, but it may create commercial incentives in presented recommendations.

Skill content
Results are:
- Current as of search time
- From official platform pages
- May include affiliate links
- Prices subject to change
Recommendation

Compare results directly on the shopping platforms and do not rely solely on affiliate-linked recommendations.