Generate Mortgage Broker Team Client Education Handout

PassAudited by VirusTotal on May 1, 2026.

Overview

Type: OpenClaw Skill Name: toby-generate-mortgage-broker-team-client-education-handout Version: 1.0.0 The skill bundle is a standard template designed to generate educational handouts for mortgage brokers. While it requests 'Bash' and 'Read' permissions in SKILL.md, which are high-privilege tools, there is no evidence of malicious code, data exfiltration, or harmful prompt injection. The workflow and instructions are consistent with the stated purpose of content generation.

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 invoked, the agent could potentially read local files or run shell commands even though that is not necessary to draft a mortgage handout.

Why it was flagged

The declared tools allow local command execution and local file reads, but the stated workflow is only to create a client education handout using chat/image generation, with no scoping or approval guidance for those local tools.

Skill content
allowed-tools: Bash, Read
Recommendation

Remove Bash and Read from the skill unless there is a specific, documented, user-approved need; prefer only chat/image-generation capabilities for this skill.

What this means

A user following the README could end up installing content from a different package or repository than the one being reviewed here.

Why it was flagged

The README points users to a qiaomu package/GitHub repository, while the reviewed registry metadata identifies a toby-prefixed slug; this could cause users to install or inspect a different source than the reviewed artifact.

Skill content
clawhub install qiaomu-generate-mortgage-broker-team-client-education-handout ... git clone https://github.com/qiaomucom/generate-mortgage-broker-team-client-education-handout.git
Recommendation

Verify the intended ClawHub slug and repository before installing, and update the README so the install commands match the published registry package.