Daily Review Assistant

PassAudited by ClawScan on May 1, 2026.

Overview

The supplied skill appears to be a mostly placeholder daily-review helper with no malicious code, but users should notice that it is meant to persist and export summaries of personal conversation history.

This skill does not show malicious behavior in the supplied files. Before installing, confirm whether you want conversation summaries and personal reflections saved under the stated memory path, check whether the separate 23:00 Cron review system exists, and verify that a real implementation is available because the included code is currently a placeholder.

Findings (3)

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

Daily review files may preserve summaries of private conversations and personal planning for later lookup or export.

Why it was flagged

The skill explicitly stores daily review reports in a persistent memory path, and the review dimensions include conversation outcomes, personal reflections, assets, and tomorrow's plan.

Skill content
memory/evolution/daily-review/ ├── YYYY-MM-DD-review.md    # 每日复盘报告
Recommendation

Use it only if you are comfortable storing this information persistently, and review the generated files before sharing or exporting them.

What this means

If the separate Cron system is installed elsewhere, daily reviews may be generated automatically even when this skill is not manually invoked.

Why it was flagged

The artifact distinguishes this manual skill from a separate automatic daily review Cron task, so users should understand whether that companion system exists in their environment.

Skill content
Cron 任务(自动运行):- 每日复盘(23:00) ... 本技能(手动调用):- 立即触发复盘
Recommendation

Confirm whether the referenced Cron task is present and disable or configure it if automatic daily review is not desired.

What this means

Users may expect a working daily-review system when the included code is currently only a placeholder.

Why it was flagged

The included implementation says the concrete functionality is not implemented yet, while the documentation describes review, query, statistics, and export workflows.

Skill content
// TODO: 实现具体功能 ... message: '技能已就绪,待实现具体功能'
Recommendation

Verify that the intended companion system or future implementation is present before relying on this skill for actual review generation or export.