飞书文档翻译助手

PassAudited by VirusTotal on May 7, 2026.

Overview

Type: OpenClaw Skill Name: feishu-doc-translator Version: 1.0.0 The skill bundle is a legitimate set of instructions for an AI agent to perform document translation within the Feishu (Lark) ecosystem. The SKILL.md file defines clear workflows for reading, translating, and creating documents using standard OpenClaw Feishu tools (e.g., feishu_doc read/create). There is no evidence of malicious intent, data exfiltration, or prompt injection; the instructions are consistent with the stated purpose of providing a translation utility.

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

The agent could create translated copies or write translated content in the wrong place if the requested document set or output location is ambiguous.

Why it was flagged

The skill discloses document creation, writing, and batch listing tools. These are purpose-aligned for translation, but they can make persistent changes or affect multiple documents if invoked with an overly broad request.

Skill content
`feishu_doc create` — 创建新翻译文档
- `feishu_doc write` — 写入翻译内容
- `feishu_drive list` — 批量处理文档
Recommendation

Before running, specify the exact source document, target language, output location, and whether original documents may be modified; use batch mode only for explicitly selected documents.

What this means

Private or business Feishu documents may be read and transformed by the agent during translation.

Why it was flagged

Reading full Feishu document content implies delegated Feishu account or workspace access. This is expected for the skill, but users should notice that document contents may be sensitive.

Skill content
读取飞书文档完整内容(通过 `feishu_doc read`)
Recommendation

Use the least-privileged Feishu connection available and avoid invoking the skill on confidential documents unless that access and processing are acceptable.