Back to skill
Skillv1.0.0

ClawScan security

skill-improvement · ClawHub's context-aware review of the artifact, metadata, and declared behavior.

Scanner verdict

BenignMar 6, 2026, 2:03 PM
Verdict
benign
Confidence
high
Model
gpt-5-mini
Summary
The skill's claims match its instructions: it's an instruction-only skill for auditing and improving skills that reads referenced docs, generates reports, proposes and applies edits, and runs verification subagents — no installs or external credentials are requested.
Guidance
This skill appears internally consistent and requests no installs or secrets; it will read referenced documentation, create backups, propose and apply edits to skill files, and run verification subagents. Before installing or running it: (1) be prepared to review diffs and change logs — do not accept edits blindly; (2) ensure sensitive credentials are not stored in the skill files it will read or modify; (3) if you have change-control requirements, run the diagnostic/report phases only and do not allow automatic 'Fix selected' actions; and (4) if you want to limit impact, deny background/subagent execution or require explicit user confirmation before applying any edits. If you want stronger guarantees, ask the author for a dry-run mode that only produces reports and diffs without applying changes.

Review Dimensions

Purpose & Capability
okName/description (skill improvement / auditing / optimization) align with the requested actions in SKILL.md and references: reading SKILL.md and references, producing diagnostic reports, allowing user selection, applying fixes (with backups), and running verification tests. There are no unrelated env vars, binaries, or opaque install steps requested.
Instruction Scope
noteInstructions explicitly tell the agent to read SKILL.md and referenced files, generate reports, modify skill files (create .backup, show diffs, apply edits), and dispatch subagents in parallel for verification. This behavior is coherent for a skill-improvement tool, but it grants the skill authority to modify files and spawn subagents — users should expect file writes and background test runs and should review diffs and backups before accepting changes.
Install Mechanism
okNo install spec and no code files are present. Instruction-only skills that rely on platform capabilities are lower-risk because nothing is downloaded or written beyond the edits the skill itself proposes. No suspicious download or archive operations are present.
Credentials
okThe skill requests no environment variables, credentials, or config paths. The references mention other skills/dependencies conceptually (e.g., superpowers:writing-skills) but do not require secrets or unrelated credentials — proportional to the stated purpose.
Persistence & Privilege
notealways:false (normal). The skill's workflow includes modifying skill files, creating backups, and running verification subagents. These are expected for an editor/audit tool, but they do provide write and execution capability within the workspace. If you rely on strict change controls, require manual approval for edits, or restrict background subagent execution, consider enabling review steps or limiting autonomous actions.