知识拓展笔记术

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

If run with your authenticated Feishu environment, the agent could create documents, overwrite their contents, and change sharing permissions without a separate confirmation step.

Why it was flagged

The default workflow uses a raw CLI to create/update Feishu documents and grant permissions, including a no-confirmation `--yes` permission command.

Skill content
`lark-cli docs +create ...` → `lark-cli docs +update ... --command overwrite ...` → `lark-cli drive permission.members create ... "perm":"full_access" ... --yes`
Recommendation

Require explicit user approval before each Feishu write or permission change, remove `--yes` from sensitive commands, and make the folder/wiki/recipient configurable.

What this means

Your generated notes could be shared with a fixed Feishu account using your Feishu permissions if the command succeeds.

Why it was flagged

The skill is hardcoded to grant full access to a specific Feishu OpenID, which may not be the installing user.

Skill content
`张公子飞书 OpenID | ou_d8ace8a146610ca26bc07d8e68a5620f` and `"member_id":"ou_d8ace8a146610ca26bc07d8e68a5620f","perm":"full_access"`
Recommendation

Install only if you are the intended Feishu user and you recognize this OpenID; otherwise replace the OpenID and storage tokens with your own or disable permission grants.

What this means

The skill may fail or behave differently depending on which `lark-cli` is installed and how it is authenticated.

Why it was flagged

The skill relies on an external CLI even though the registry metadata lists no required binaries or credential setup.

Skill content
使用 `lark-cli`: `lark-cli docs +create ...`
Recommendation

Verify the installed `lark-cli` source, version, and logged-in account before using the skill.

What this means

Anything included in the note may be stored in external services and subject to those services' access controls.

Why it was flagged

The skill is designed to send the full generated note content to external note/document services; this is disclosed and purpose-aligned, but users should be aware of the data flow.

Skill content
同步归档到 Get笔记 + 飞书知识库 + 飞书文档 ... `--content <完整内容>`
Recommendation

Avoid using sensitive or confidential material unless you control the Feishu/Get destinations and understand their sharing settings.