Insurance Agent Trainer

PassAudited by ClawScan on May 11, 2026.

Overview

This skill appears to be a coherent insurance-training assistant, but users should notice its sales-pressure coaching language and optional external API calls.

Before installing, treat this as a training and drafting aid rather than licensed financial advice. Do not enter unnecessary real customer personal data, review generated scripts for insurance compliance, and be aware that the optional Python helper can call public lottery-data APIs if you run it.

Findings (3)

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

The assistant may generate persuasive or pressure-oriented scripts for selling insurance products.

Why it was flagged

The skill includes high-pressure insurance sales coaching language. This is aligned with agent-training purpose, but it could encourage manipulative financial-product sales tactics if used without compliance review.

Skill content
"L3": "回马枪+压力促成,让客户感觉自己在做决定"
Recommendation

Use the skill as training material only, require licensed/compliance review, and avoid deploying pressure tactics directly with customers.

What this means

Running the helper can contact external public websites and reveal basic request metadata such as IP address and user-agent.

Why it was flagged

The product parser includes fixed outbound HTTP requests to public lottery APIs for training-case data. The calls are disclosed and do not appear to send user documents or credentials.

Skill content
resp = requests.get(url, params=params, headers=headers, timeout=15)
Recommendation

Run the external-data helper only when needed, document the network behavior, and keep product/customer documents out of those API calls.

What this means

Users have limited source/provenance information for verifying the package identity outside the provided artifacts.

Why it was flagged

The README references an npm-based install path while the registry metadata lists the source as unknown and there is no install spec in the supplied artifacts. No unsafe install-time behavior is shown, but provenance is limited.

Skill content
npx clawhub install @gechengling/insurance-agent-trainer
Recommendation

Install from the ClawHub registry entry you intended to use, verify the package owner/source before using npm alternatives, and review code before executing helper scripts.