Searching Group Leader

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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

Search requests may be broken into subtasks and routed to one or more agents, so sensitive query details could be included in delegated work.

Why it was flagged

The skill explicitly delegates user search tasks to other agents. This fits the stated search-leader purpose, but users should notice that query context may be passed to delegated agents.

Skill content
Always use General_Search_Agent. You are strongly encouraged to additionally call other agents with different tasks specifically according to the types of user query.
Recommendation

Use this skill for searches where agent delegation is acceptable, and avoid including unnecessary sensitive information in the query.