关键词监控系统

AdvisoryAudited by Static analysis on May 5, 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.

What this means

A user may underestimate that monitored keywords, search queries, or generated reports can leave the local environment and be visible to external services or a Feishu group.

Why it was flagged

The skill claims data will not be uploaded to third parties, but it also describes using Tavily’s external API and pushing reports to Feishu via webhook.

Skill content
所有数据存储在本地,不会上传到第三方 ... 基于 Tavily AI 搜索 API ... 每日报告自动推送到飞书群
Recommendation

Revise the privacy statement to accurately describe what is sent to Tavily and Feishu, and require the user to confirm external sharing before enabling pushes.

What this means

If configured carelessly, these credentials could allow unwanted API usage or posting into the selected Feishu group.

Why it was flagged

The skill requires a Tavily API key and may use a Feishu webhook, which are sensitive credentials or delegated posting authority. This is purpose-aligned, but the registry metadata declares no primary credential or required env vars.

Skill content
飞书推送:在配置中设置Webhook地址(可选) ... API配置:需要Tavily API Key
Recommendation

Use least-privilege credentials, restrict the Feishu webhook to a dedicated group, and store keys outside the skill text or shared prompts.

What this means

Keywords, collected content, and reports may be processed by third-party services or delivered to people in the configured Feishu group.

Why it was flagged

The described workflow depends on an external search provider and a webhook destination. These integrations are expected for the skill, but the data boundaries are not fully specified.

Skill content
基于 Tavily AI 搜索 API,自动抓取各大平台 ... 飞书Webhook仅用于推送报告
Recommendation

Document exactly what data is sent to each provider and avoid including confidential keywords, private leads, or sensitive business data unless the user approves.

What this means

Local reports may retain monitored topics, competitor information, or sales leads beyond the immediate task.

Why it was flagged

The skill stores generated reports locally for later use. This is aligned with monitoring and trend analysis, but it creates persistent local records.

Skill content
所有报告保存在本地,支持历史查询和趋势分析
Recommendation

Specify the storage path, retention period, and cleanup process, and avoid storing sensitive monitoring data longer than needed.