Executing Plans

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: executing-plans Version: 0.1.0 The skill bundle is benign. The `_meta.json` file contains standard metadata. The `SKILL.md` file provides instructions for an AI agent to execute a development plan in batches, emphasizing critical review, verification, reporting, and stopping when blocked. There are no instructions for data exfiltration, malicious execution, persistence, or prompt injection aiming for harmful objectives. The use of a sub-skill (`superpowers:finishing-a-development-branch`) is a standard modular approach and not indicative of malicious intent.

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

If the written plan is flawed or contains unsafe instructions, the agent may try to carry them out unless caught during the required review or checkpoints.

Why it was flagged

The plan file becomes the main driver for the agent’s actions. This is purpose-aligned for a plan-execution skill, and the same instructions require critical review and checkpoints, but users should ensure the plan is trusted and correct.

Skill content
Follow each step exactly
Recommendation

Use this skill only with plans you have reviewed, and read the batch reports before approving further work.

What this means

At the end of the workflow, behavior will depend on the referenced finishing skill as well as this skill.

Why it was flagged

The workflow explicitly delegates the final development-branch completion step to another skill that is not part of the supplied artifact manifest. This is disclosed and purpose-aligned, but users should ensure that referenced skill is trusted.

Skill content
REQUIRED SUB-SKILL: Use superpowers:finishing-a-development-branch
Recommendation

Confirm that the referenced finishing-a-development-branch skill is installed from a trusted source and behaves as expected before relying on it.