DingTalk Minutes

PassAudited by ClawScan on May 1, 2026.

Overview

This skill appears to do what it says: it reads local meeting transcript text files when invoked and saves summarized meeting minutes locally, which may include sensitive meeting details.

Before installing, confirm that the configured meeting-record folder only contains transcripts you want the agent to read, and that `./memory/meetings/` is an acceptable place to store generated minutes. Review the summaries for accuracy before sharing or using them for decisions.

Findings (2)

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 may read local meeting transcript files in the configured/default folders and use their contents to generate summaries.

Why it was flagged

The skill instructs the agent to scan local meeting-record directories. This local file access is necessary for the stated purpose, but users should be aware it will read meeting transcript files from those locations.

Skill content
扫描路径:可配置(默认 `./会议记录/` 或 `~/Documents/会议记录/`)
Recommendation

Only point the skill at folders that contain records you want summarized, and review generated minutes before relying on or sharing them.

What this means

Sensitive meeting information may remain stored locally after the skill runs, and inaccurate transcript content could be preserved in the archive.

Why it was flagged

The skill persists generated meeting minutes into a local memory/archive directory. This is disclosed and aligned with the archive feature, but the saved files may contain sensitive participants, decisions, and action items.

Skill content
路径规则
- 有分类:`./memory/meetings/{分类}/`
- 无分类:`./memory/meetings/`
Recommendation

Store the archive in an appropriate location, restrict access if the minutes are confidential, and manually review or correct important decisions and action items.