飞书文档 AI 写作助手

AdvisoryAudited by Static analysis on May 12, 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

The skill may only be safe and functional if the separate Feishu document tool is trustworthy and properly configured.

Why it was flagged

The skill references an external Feishu document tool, while the provided package is instruction-only with no code or install spec. This is not unsafe by itself, but the referenced connector is outside this review.

Skill content
调用 feishu_doc create → 创建新文档
Recommendation

Review the Feishu connector/tool separately and ensure it comes from a trusted source before relying on this skill.

What this means

If invoked with the wrong prompt or target, the agent could create inaccurate or unwanted Feishu documents.

Why it was flagged

The skill instructs the agent to create and write Feishu documents. This is expected for the stated purpose, but it is still a tool-mediated action that changes external workspace content.

Skill content
1. 调用 feishu_doc create → 创建新文档
2. 写入结构化周报内容(标题/正文/表格)
3. 返回文档链接
Recommendation

Use clear user requests and review document content, destination, and sharing settings before finalizing important documents.

What this means

A bad instruction or model error could create or modify many documents instead of just one.

Why it was flagged

The skill advertises batch creation and bulk replacement. This is purpose-aligned, but a mistake could affect multiple documents at once.

Skill content
### 3. 批量操作
- 批量创建系列文档
- 模板化文档生成
- 文档内容批量替换
Recommendation

For batch operations, specify exact document targets, request a preview, and confirm changes before applying them broadly.

What this means

The skill will act with whatever Feishu permissions the connected tool or account has.

Why it was flagged

Creating Feishu documents normally requires delegated Feishu account or workspace authority. The artifacts do not show credential storage or leakage, so this appears expected for the integration.

Skill content
根据用户需求自动创建飞书文档
Recommendation

Use least-privilege Feishu access and avoid connecting accounts with broader workspace permissions than needed.