Multi-agent-bot-feishu

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This is a coherent manual setup guide for OpenClaw/Feishu multi-agent routing, but it requires careful handling of bot secrets and persistent OpenClaw configuration changes.

Before installing or following the guide, confirm the correct package slug, back up ~/.openclaw/openclaw.json, use a dedicated Feishu bot with minimal permissions, keep App Secrets out of shared files, and test routing with allowlisted users/groups before enabling broader access.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

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.

What this means

Anyone with access to the configured secret may be able to act through the Feishu bot, depending on the bot's permissions.

Why it was flagged

The skill asks the user to configure Feishu bot credentials so OpenClaw can operate the bot account. This is expected for the integration, but it grants account-level bot authority.

Skill content
飞书 App ID | 机器人凭证 ... 飞书 App Secret | 机器人密钥
Recommendation

Use a dedicated least-privilege Feishu bot, keep the config file private, prefer allowlists, and rotate the App Secret if it may have been exposed.

What this means

Incorrect configuration could send group or direct messages to an unintended agent or workspace.

Why it was flagged

The skill directs the user to change live OpenClaw routing and restart the gateway. This is central to the skill, but mistakes can persistently route Feishu messages to the wrong agent.

Skill content
编辑 `~/.openclaw/openclaw.json`,添加三部分配置 ... `bindings` 添加路由 ... `openclaw gateway restart`
Recommendation

Back up openclaw.json, review each binding and accountId, test with a small allowlist first, and confirm the correct agent responds before broad rollout.

What this means

Business or group-chat context may remain in the configured workspace and influence later agent behavior.

Why it was flagged

The skill intentionally creates persistent per-agent workspaces and memory. This supports separation, but retained context may be reused across future conversations.

Skill content
每个 Agent 有独立的工作空间和记忆
Recommendation

Use separate workspace directories, restrict file permissions, and define retention/cleanup practices for each business line.

What this means

Following the README literally could install a different package if both names exist.

Why it was flagged

The README install command names `multi-agent-bot`, while the supplied registry slug is `multi-agent-bot-feishu`, creating a package-name ambiguity.

Skill content
clawhub install multi-agent-bot
Recommendation

Verify the package slug in ClawHub before installation and prefer the registry entry you intended to review.