Generate Plumbing Service Company Client Education Handout

PassAudited by VirusTotal on May 1, 2026.

Overview

Type: OpenClaw Skill Name: toby-generate-plumbing-service-company-client-education-handout Version: 1.0.0 The skill bundle is a standard template for an AI agent to generate marketing handouts for plumbing companies. It contains no executable code, and the instructions in SKILL.md are strictly aligned with the stated purpose of client education. While the bundle requests 'Bash' and 'Read' permissions, there are no scripts or instructions that attempt to use these tools for malicious purposes, data exfiltration, or unauthorized system access.

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 the agent uses this skill, it may have access to run local commands or read files even though that is not needed to create a plumbing handout.

Why it was flagged

This grants shell and local file-read tools to a content-generation skill whose workflow only describes clarifying requirements, drafting a handout, and refining the output; the artifacts do not scope commands or files or require explicit approval.

Skill content
allowed-tools: Bash, Read
Recommendation

Remove Bash and Read unless they are truly required, or clearly restrict them to user-selected files and require explicit user approval before any command execution.

What this means

A user following the README could install a different skill or unreviewed external repository instead of the artifact being evaluated.

Why it was flagged

The evaluated registry metadata identifies the skill slug as 'toby-generate-plumbing-service-company-client-education-handout', but the README points users to a different 'qiaomu' package and repository.

Skill content
clawhub install qiaomu-generate-plumbing-service-company-client-education-handout ... git clone https://github.com/qiaomucom/generate-plumbing-service-company-client-education-handout.git
Recommendation

Correct the README to match the reviewed ClawHub slug, avoid ambiguous external install targets, and pin or verify any external source before installation.