TOSR Test Skill For Delete

AdvisoryAudited by Static analysis on May 6, 2026.

Overview

No suspicious patterns detected.

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 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.