飞书更新云文档

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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 mistaken invocation could overwrite, delete, or broadly replace content in a Feishu document, including potentially losing media, comments, or formatting.

Why it was flagged

The skill explicitly supports document mutation modes, including overwrite and delete operations. This is purpose-aligned and disclosed, but it can materially change or remove cloud document content if used on the wrong document or selection.

Skill content
支持 7 种更新模式:追加、覆盖、定位替换、全文替换、前/后插入、删除。... 慎用 overwrite(会清空文档重写,可能丢失图片、评论等)。
Recommendation

Use precise selections, prefer local edits such as append or replace_range, and require clear user confirmation before overwrite, delete_range, or broad replace_all operations.

What this means

Edits will occur using whatever Feishu identity or workspace integration is available to the agent environment, which may not be obvious from this skill alone.

Why it was flagged

The skill is for editing Feishu cloud documents, which normally requires delegated Feishu write authority, but the metadata does not declare a credential or account context. No credential leakage or misuse is shown.

Skill content
Description: 更新飞书云文档。... Primary credential: none; Required env vars: none
Recommendation

Before use, verify the Feishu account/workspace and document permissions used by the underlying update capability, and limit access to documents the agent is allowed to edit.