Clawdbot Workspace Template Review

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is coherently focused on comparing local Clawdbot workspace files with official templates and asks before making changes.

This skill appears safe for its stated purpose. Before using it, confirm the workspace path is correct and review any proposed additions before allowing the agent to edit files.

Findings (2)

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

The agent may read and compare local files in the Clawdbot install and workspace when the user invokes this skill.

Why it was flagged

The skill documents local shell commands for listing, reading, and diffing files. This is expected for a template comparison skill and is not hidden or unrelated.

Skill content
Helpful commands (use ad‑hoc CLI tools like `diff`): ... `ls ...` `sed -n '1,200p' ...` `diff -u ...`
Recommendation

Use it only on the intended workspace path and review any proposed file changes before approving them.

What this means

Workspace instruction files may be opened and compared during the review.

Why it was flagged

The files named are persistent workspace or agent-context documents. Reading them is central to the skill, but users should recognize that these local instruction/context files may contain sensitive or customized information.

Skill content
compare their workspace `.md` files (AGENTS, SOUL, USER, IDENTITY, TOOLS, HEARTBEAT, etc.) against the official Clawdbot templates
Recommendation

Check that the selected workspace does not contain unrelated private content, and avoid sharing generated diffs if they reveal sensitive local instructions.