Find Items
PassAudited by VirusTotal on May 11, 2026.
Overview
Type: OpenClaw Skill Name: find-items Version: 1.0.2 The skill bundle provides a tool for searching Chinese e-commerce platforms (Taobao, JD, PDD, etc.) using web search. The documentation (SKILL.md) and metadata (package.json, _meta.json) describe standard functionality and include a 'Security Updates' section that explicitly addresses the mitigation of shell injection and input validation risks. No evidence of data exfiltration, malicious execution, or prompt injection was found in the provided files.
Findings (0)
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.
