知识沉淀引擎
Analysis
This skill matches a daily knowledge-archiving purpose, but it reads private notes, chat history, and local credentials, then writes full reports to hard-coded Feishu/Get locations while partly describing the workflow as read-only.
Findings (6)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
所有外部 API 调用均为只读请求 ... POST https://openapi.biji.com/open/api/v1/resource/note/save ... curl -X POST ... /docx/v1/documents ... perm: full_access
The safety text says external API calls are read-only, but the workflow later saves Get notes, creates Feishu documents, and grants document permissions.
用 `exec` + `curl` 在共享文件夹中创建文档 ... curl -X POST ... open-apis/docx/v1/documents ... 赋予张公子 `full_access` 权限
The skill uses raw shell/curl through `exec` for Feishu document creation and permission mutation rather than only using bounded Feishu tools.
"version": "0.1.4"
The packaged metadata version differs from the supplied registry/SKILL version 0.1.5, and the skill also relies on undeclared local commands such as `getnote` and `curl`.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
从 `~/.openclaw/openclaw.json` 读取 `skills.entries.getnote.apiKey` 和 `skills.entries.getnote.env.GETNOTE_CLIENT_ID` ... app_secret ... tenant_access_token/internal
The workflow reads local credential material and uses a Feishu tenant token for document and permission operations, despite the registry metadata declaring no primary credential or required config path.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
文件夹 token `FQfXfYBGGllxxydJ1SgcJZWqnpf` ... content: 【必须写入完整简报全文】 ... member_id: `ou_d8ace8a146610ca26bc07d8e68a5620f`, perm: `full_access`
The generated full report is sent to a hard-coded Feishu folder and access is granted to a hard-coded OpenID, creating unclear recipient and tenant boundaries.
sessions_history 读取符合条件的 session 内容 ... 深度分析用户学习、感悟、工作状态 ... 写入本地文件 ... 三端同步归档
The skill intentionally converts private session content into persistent daily summaries and profile-style analysis across local and cloud archives.
