Cycle

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is coherently focused on designing repeatable workflows, with one disclosed note about storing persistent user preferences.

This appears safe to install as an instruction-only workflow-design skill. Before using persistent cycle state, decide what preferences are appropriate to save and avoid recording secrets, private account details, or temporary instructions that should not influence future tasks.

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.

What this means

Future workflows may reuse stored preferences or patterns, so inaccurate or sensitive entries could affect later agent behavior.

Why it was flagged

The skill recommends persistent state for user preferences and patterns. This is clearly disclosed and aligned with creating repeatable workflows, but persistent context can carry forward sensitive or incorrect information if not curated.

Skill content
The `state.md` file tracks:
- **Preferences** — User's style, tools, constraints
- **Patterns** — What works for this user
- **Never** — Things that consistently fail
Recommendation

Keep persistent state scoped to workflow preferences, review it periodically, and avoid storing secrets, credentials, or private details that are not needed.