Generate Mortgage Broker Team Client Education Handout
AdvisoryAudited by Static analysis on May 1, 2026.
Overview
No suspicious patterns detected.
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.
If invoked, the agent could potentially read local files or run shell commands even though that is not necessary to draft a mortgage handout.
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.
allowed-tools: Bash, Read
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.
A user following the README could end up installing content from a different package or repository than the one being reviewed here.
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.
clawhub install qiaomu-generate-mortgage-broker-team-client-education-handout ... git clone https://github.com/qiaomucom/generate-mortgage-broker-team-client-education-handout.git
Verify the intended ClawHub slug and repository before installing, and update the README so the install commands match the published registry package.
