TOSR Test Skill For Delete

PassAudited by ClawScan on May 6, 2026.

Overview

This looks like a transparent, instruction-only integration-test skill, though it describes real Clawhub publish, update, and delete API actions that should only be run intentionally.

This skill appears safe as an instruction-only test artifact, but it is meant to exercise real Clawhub lifecycle operations. Install or invoke it only if you are comfortable with a test workflow that may publish, update, and delete the named test skill.

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

If an agent follows these instructions with valid Clawhub access, it could create, update, or delete the named test skill.

Why it was flagged

The skill explicitly documents mutating API operations. This is purpose-aligned for a lifecycle test and appears scoped to the test skill, but users should notice that following it with valid access could change registry state.

Skill content
This skill validates the following operations against the real clawhub API: ... Publish ... Update ... Delete — Removes the skill via DELETE /api/v1/skills/{slug}
Recommendation

Only run this in the intended test context, verify the slug before any delete or update action, and avoid granting broader account permissions than needed.