multi-agent-coordinator

AdvisoryAudited by Static analysis on May 6, 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

A broad or ambiguous request could lead the coordinator to involve several agents and pursue a larger plan than the user expected.

Why it was flagged

The skill may choose and coordinate other agents on the user's behalf. This is the core advertised function, but users should review delegated plans before allowing high-impact actions.

Skill content
Automatically select the optimal team of agents based on task analysis.
Recommendation

Use the planning checkpoint to review which agents will be used, what each will do, and whether any downstream action should require explicit confirmation.

What this means

Information included in the original task may be shared across multiple specialist agents during coordination.

Why it was flagged

The skill is designed to pass work products among agents and synthesize their results. This is purpose-aligned, but the artifacts do not define detailed context-sharing boundaries.

Skill content
Combine outputs from multiple agents into coherent, comprehensive solutions.
Recommendation

Avoid including unnecessary sensitive information, and specify any limits on what context may be shared between agents.