Cycle

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: cycle Version: 1.1.0 The OpenClaw AgentSkills skill bundle 'cycle' consists entirely of documentation files (`SKILL.md`, `discovery.md`, `examples.md`, `implementation.md`) and a metadata file (`_meta.json`). These files describe how to design and implement structured workflows ('cycles') for an AI agent. There are no executable commands, network calls, file system operations, or prompt injection attempts designed to subvert the agent's behavior, exfiltrate data, or establish persistence. The content is purely instructional and descriptive, aligning with the stated purpose of helping the agent create repeatable processes.

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

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.