Back to skill
v1.0.0

Group Summarizer

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 7:39 AM.

Analysis

This instruction-only skill is scoped to reading local markdown reports from one directory and writing a synthesized daily summary.

GuidanceBefore installing, confirm that ~/openclaw_agent/src/temp_sync/ contains only the markdown reports you want summarized, because the generated daily summary may include details from all markdown files under that directory.

Findings (1)

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.

Sensitive data protection

Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.

Memory and Context Poisoning
SeverityLowConfidenceHighStatusNote
SKILL.md
Read all markdown files in "~/openclaw_agent/src/temp_sync/" recursively.

The skill consolidates local markdown report contents, which may contain private team or work information.

User impactInformation from local reports will be combined into a generated summary file, so sensitive details in the source folder may appear in the output.
RecommendationUse it only on the intended report directory and review the generated summary before sharing it.