Insurance Ai News

PassAudited by ClawScan on May 16, 2026.

Overview

This instruction-only skill is coherent for a scheduled insurance-AI news brief, with the main user-visible risks being automatic daily runs and writing reports into Feishu.

Before installing, confirm you want a daily 08:30 insurance-AI news report and Feishu document sync. Check which Feishu account or app permissions the agent will use, and disable the schedule if you do not want recurring automatic publication.

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 agent may create new Feishu documents and write the generated brief into them.

Why it was flagged

The skill instructs the agent to create and append content to a Feishu document. This is a third-party account mutation, but it is clearly disclosed and central to the stated purpose.

Skill content
doc = feishu_doc(action="create", title="全球保险业AI动态早报 {日期}") ... feishu_doc(action="append", doc_token=doc["doc_token"], content="完整正文")
Recommendation

Install only if you want the agent to publish these reports to your Feishu workspace, and verify the connected Feishu account and document permissions.

What this means

The skill may operate using whatever Feishu document permissions are available to the connected agent/tool.

Why it was flagged

The Feishu workflow implies delegated access to create, append, and read Feishu documents. This appears purpose-aligned, but users should be aware it depends on Feishu account permissions.

Skill content
result = feishu_doc(action="read", doc_token=doc["doc_token"])
Recommendation

Use a Feishu account or app permission scope appropriate for creating this daily report, and avoid granting broader workspace permissions than needed.

What this means

If the hosting platform enables the schedule, the agent may run every morning and generate/sync a report without a fresh manual prompt.

Why it was flagged

The skill describes recurring scheduled execution. This is disclosed and aligned with a daily briefing use case, but it is persistent autonomous behavior.

Skill content
定时触发:每天早上 08:30(通过cron机制)
Recommendation

Confirm that daily 08:30 automation is desired and that you know how to disable the schedule if you no longer want the reports.