Generate Orthopedic Physical Therapy Practice Client Education Handout

ReviewAudited by ClawScan on May 10, 2026.

Overview

The skill’s handout-generation purpose is clear, but it requests broad Bash and file-read tool access that is not explained or needed for creating a therapy education handout.

Before installing, ask whether Bash access can be removed or clearly justified. Use the skill for general education drafts, avoid entering patient-identifying information unless your environment is approved for it, and have a qualified human review any medical claims before sending the handout to clients.

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 installed with these permissions, the agent would have access to powerful local tools that are not necessary for the stated content-generation task.

Why it was flagged

The skill requests shell execution and local file-read capability, but the workflow is only to clarify requirements and draft a client education handout; no safe command set, file scope, or approval boundary is described.

Skill content
allowed-tools: Bash, Read
Recommendation

Remove Bash access unless there is a specific, documented need; scope Read to user-selected clinic materials and require user confirmation before any local file access.

What this means

Following the README could fetch content outside this review’s artifact set.

Why it was flagged

The reviewed package has no install spec and no code files, but the README directs users to an external GitHub source for manual installation, which may not be the same artifact that was reviewed.

Skill content
git clone https://github.com/qiaomucom/generate-orthopedic-physical-therapy-practice-client-education-handout.git
Recommendation

Install only from the reviewed ClawHub listing or verify the external repository, owner, and files before manual installation.