Session History

AdvisoryAudited by Static analysis on Apr 30, 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

Installing this skill allows the agent to search and read past local OpenClaw conversations when trying to recall prior work.

Why it was flagged

The skill intentionally retrieves prior conversation transcripts, which may contain sensitive user information or old instructions. This is aligned with the skill's purpose and is partially mitigated by the instruction to summarize rather than dump raw transcripts.

Skill content
Search through past OpenClaw session transcripts (JSONL files in `~/.openclaw/agents/*/sessions/`). ... If `sessions_history` doesn't work ... read the JSONL file directly with `read`
Recommendation

Use it only if you are comfortable with the agent accessing past transcript content, and avoid treating old transcript instructions as automatically authoritative.