Generate Pediatric Dental Clinic Client Education Handout

ReviewAudited by ClawScan on May 10, 2026.

Overview

The skill is mostly a simple dental handout generator, but it asks for broad Bash and file-reading tools that are not explained or needed for that purpose.

Review this skill before installing. Its handout-generation instructions are straightforward, but the Bash and Read permissions are broader than expected; only use it if you are comfortable with those tools being available, or ask the publisher to remove or narrowly document them.

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 invoked, the agent may have access to run local commands or read files even though that is not clearly necessary to draft a patient education handout.

Why it was flagged

The skill is described as generating a polished pediatric dental clinic handout, but it grants broad shell and local file-read tools without workflow instructions, scoping, or user-confirmation limits for those capabilities.

Skill content
allowed-tools: Bash, Read
Recommendation

Remove Bash unless there is a documented, user-approved need. Limit Read to explicitly provided files or paths, and document when and why the agent may read local content.

What this means

A user could accidentally install a different copy or source than the one represented by this review.

Why it was flagged

The README gives manual install instructions that point to an external GitHub repository and a different package identifier than the evaluated registry slug. This is not automatic execution, but it creates provenance ambiguity if a user follows the README instead of the reviewed listing.

Skill content
clawhub install qiaomu-generate-pediatric-dental-clinic-client-education-handout
...
git clone https://github.com/qiaomucom/generate-pediatric-dental-clinic-client-education-handout.git
Recommendation

Install from the reviewed ClawHub listing when possible, and verify any external repository or alternate slug before cloning or copying files.