Lite Research

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: lite-research Version: 1.0.0 The lite-research skill provides structured instructions for an AI agent to perform efficient web research using standard web_search and web_fetch tools. It includes well-defined search strategies, such as using Boolean operators and query variations, while explicitly limiting the scope to 5 queries and prohibiting the spawning of sub-agents. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found in SKILL.md or README.md.

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.

What this means

The agent may send your research topic and generated search queries to web/search tools, then use fetched web pages to produce a summary.

Why it was flagged

The skill relies on external web-search and web-fetch tools. This is purpose-aligned and bounded by the documented maximum of 5 queries and 5 results per query, but it is still a tool-use behavior users should notice.

Skill content
Uses web_search to find results for multiple related queries... Uses web_fetch to read the top 5 results for each query
Recommendation

Use it for public or non-sensitive research topics, review the cited sources, and avoid including private secrets in research prompts.