Agent Recruitment

PassAudited by VirusTotal on May 7, 2026.

Overview

Type: OpenClaw Skill Name: agent-recruitment Version: 1.0.0 The skill bundle defines a structured workflow for 'recruiting' and managing new AI agents within the OpenClaw ecosystem. It focuses on creating isolated workspaces under `~/.openclaw/agents/`, configuring model settings, and setting up communication routes (e.g., Feishu/Lark). There is no evidence of malicious intent, data exfiltration, or unauthorized execution; the instructions in `SKILL.md` actually emphasize security through strict workspace isolation.

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 group could become connected to a bot that reads and responds to all messages, potentially causing unwanted responses or routing mistakes.

Why it was flagged

The skill directs the agent to change routing so every message in a Feishu group is handled by a bot, not just explicit mentions. That is a high-impact communication change without a required approval or rollback step.

Skill content
写入路由配置,明确该群消息100%路由到指定Agent ... 无需@mention机器人,直接响应群内所有消息
Recommendation

Require explicit per-group confirmation before writing route changes, show the planned route diff, default to @mention-only routing unless the user opts in, and document a disable/rollback procedure.

What this means

Someone using the skill with sufficient access could rebind groups or existing agents in ways that affect other users or workspaces.

Why it was flagged

The skill can alter existing agents, model bindings, and Feishu routing, but the artifacts do not define required admin privileges, account scope, or ownership checks for those changes.

Skill content
给已有Agent增设路由入口 / 调整Agent绑定模型 ... 绑定飞书路由 ... 对应群会话ID(oc_xxx)
Recommendation

Specify the required administrator role, authorized account/profile, ownership checks, and approval requirements for changing existing agents or Feishu routes.

What this means

Group members may have their messages processed by an agent even when they did not directly address the bot.

Why it was flagged

Routing all group messages to an agent creates a broad message-flow boundary between Feishu group chat and the agent/LLM. The skill does not specify participant notice, data handling, or retention boundaries.

Skill content
无需@mention机器人,直接响应群内所有消息
Recommendation

Use explicit opt-in routing, notify group members, document what messages are processed or stored, and limit automatic routing to approved groups.

What this means

Information placed into a generated agent's memory could influence future behavior or expose private context to that agent's later tasks.

Why it was flagged

The skill creates persistent per-agent memory files and directories. This is disclosed and aligned with isolated agent workspaces, but persistent memory can retain sensitive or incorrect context.

Skill content
MEMORY.md    # 独立记忆 ... memory/      # 独立记忆目录
Recommendation

Keep memory directories isolated as described, avoid storing secrets, periodically review memory contents, and define retention or deletion rules.