Cross Agent Chat

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

Messages may be visible to another agent or channel, and delegated requests could cause work to be performed outside the current conversation.

Why it was flagged

The skill explicitly enables messages to be sent from one agent/session to another. This is purpose-aligned, but it means information and requests can cross session or agent boundaries.

Skill content
用于在不同 agent 之间进行通信的标准化流程。当需要与其他 agent(机器人)聊天时,使用 `sessions_send` 工具。
Recommendation

Use it only for intended recipients, verify the target session before sending, and avoid sharing secrets or sensitive context unless the user has approved that transfer.