DreamCycle

AdvisoryAudited by Static analysis on May 8, 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

You may run package code that was not included in this review.

Why it was flagged

The skill directs installation of an external Python package, but the provided artifact set contains only SKILL.md and no package code to inspect. This is purpose-aligned for a CLI skill, but users should verify the package source.

Skill content
pip install dreamcycle
Recommendation

Install only from a trusted package source, verify the GitHub/PyPI identity, and consider pinning or reviewing the package before use.

What this means

Private prompts, outputs, or failure details in session logs may be processed and summarized into a persistent local history file.

Why it was flagged

The skill is designed to read agent message logs and persist trend history. That is disclosed and central to the purpose, but session logs can contain sensitive user data or misleading content that could affect future trend analysis.

Skill content
Session files must be JSON format with a `messages` array containing `role`/`content` fields ... Trend data is stored at `~/.dreamcycle/scan_history.json`
Recommendation

Run it only on intended log directories, avoid logs containing secrets when possible, and delete or inspect ~/.dreamcycle/scan_history.json if you do not want retained trend data.