Master Agent Workflow Global
Analysis
This is a coherent workflow-orchestration skill, but it asks for powerful multi-agent, file, and command capabilities and includes risky install/import patterns that should be reviewed before use.
Findings (6)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
"tools": ["sessions_spawn", "subagents", "message", "read", "write", "exec"]
The skill requests broad worker-spawning, messaging, file, and command-execution capabilities for an arbitrary workflow orchestrator, while the registry capability signals do not surface these powers.
echo "$value" | jq '.' > "$CONFIG_DIR/$key.json"
Configuration names from imported data are used directly in output paths, so a crafted import key containing path separators could write outside the intended config directory.
curl -L https://clawhub.com/skills/master-agent-workflow-global/install.sh | bash
The migration guide includes a remote script piped directly to a shell without pinning, checksum verification, or an install spec tying it to a reviewed artifact.
- 禁止使用系统命令(timeout、ping、sleep等) - 只使用OpenClaw安全工具
The documentation presents a strong safety claim, but other artifacts request the exec tool and provide shell-based installer and migration flows, which could make users underestimate command-execution exposure.
echo "alias maw='使用 master-agent-workflow-global'" >> "$SHELL_RC" echo "export MAW_HOME='$INSTALL_DIR'" >> "$SHELL_RC"
The installer persistently modifies shell startup configuration to keep the global skill and shortcut available.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
- 定期发送进度报告(每10分钟) - 报告渠道可配置(feishu、telegram、console等)
The skill advertises periodic progress reports to external chat/reporting channels, but the artifacts do not define data boundaries or credential handling for those channels.
