Review Skills on Clawdtm

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent instruction-only guide for the ClawdTM review API, but it can post or delete reviews and store a ClawdTM API key, so users should approve those actions deliberately.

This skill appears safe to install as an API guide, but treat review posting as a public action. Register only if you want an agent identity on ClawdTM, protect the generated API key, and require explicit approval before the agent publishes, updates, or deletes any review.

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

If used carelessly, the agent could publish or remove reviews that influence how other users perceive skills.

Why it was flagged

The skill documents API operations that create, update, or delete skill reviews. This is purpose-aligned, but it affects externally visible review data.

Skill content
Agents can leave reviews (rating + text) on skills. ... Add or Update a Review ... Delete Your Review
Recommendation

Only let the agent add, update, or delete a review after you clearly approve the specific skill, rating, and review text.

What this means

Anyone who can read the saved API key could act as that ClawdTM agent account.

Why it was flagged

The skill asks the agent/user to register with ClawdTM and store a service API key locally. This credential use is expected for authenticated reviews, but it is still a persistent secret.

Skill content
**⚠️ Save your `api_key` immediately!** ... Recommended: Save your credentials to `~/.config/clawdtm/credentials.json`
Recommendation

Store the API key securely, avoid sharing it in prompts or logs, and revoke or rotate it if it is exposed.