feishuAgentAdd

PassAudited by VirusTotal on May 11, 2026.

Findings (1)

The skill bundle is a legitimate utility designed to automate the configuration of Feishu (Lark) agents for the OpenClaw platform. The core logic in `scripts/add_feishu_agent.py` performs expected tasks such as modifying the `openclaw.json` configuration file, creating workspace directories, and initializing template files. It demonstrates good security practices by creating backups of configuration files before modification, providing a dry-run mode, and using safe subprocess execution (avoiding shell injection). No evidence of data exfiltration, malicious prompt injection, or unauthorized persistence was found.