Multi Agent Sync
Security checks across malware telemetry and agentic risk
Overview
This instruction-only skill is coherent for visible multi-agent coordination, with the main things to notice being temporary watcher-style follow-ups and sharing worker-agent status in group topics.
This skill appears safe to use for transparent multi-agent task coordination. Before using it, make sure you are comfortable with periodic group updates, watcher-style follow-ups after the main chat returns, and any separate Codex skill used for coding subtasks.
VirusTotal
61/61 vendors flagged this skill as clean.
Risk analysis
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.
The agent may continue polling and posting progress updates in the group thread after the initial dispatch.
The skill intentionally starts a background-style watcher for active multi-agent tasks. It is disclosed and scoped as temporary, but it means activity can continue after the main chat returns.
Auto-start a temporary watcher job at kickoff (cron/timer) for this task.
Use it when you want ongoing group-visible coordination, and verify the watcher is removed once all worker agents are done or blocked.
Information from worker topics may be summarized into another group topic, so sensitive intermediate details could become more visible to participants.
The workflow reads worker-agent histories and republishes status or evidence into a summary topic. This is expected for the skill, but it crosses topic/session boundaries.
Watcher tick action: poll agent session history (e.g., topic3/topic5), then immediately publish rollup to topic1.
Use trusted group topics and avoid placing secrets or private data in worker-agent progress messages.
Coding work may be delegated to another skill with its own capabilities, install requirements, or risks.
The skill directs coding subtasks to a separate named skill that is not part of the provided artifact set. That may be appropriate, but the separate skill's behavior and permissions are outside this review.
For coding subtasks, explicitly state: use `openai-codex-operator` (Codex skill).
Only use this workflow with a trusted and reviewed `openai-codex-operator` installation, especially for repositories or files you care about.
