财经情报局

PassAudited by ClawScan on May 13, 2026.

Overview

This appears to be a purpose-aligned finance-news summarizer, but it runs local Python code, contacts external news sites, stores local reports, and its investment signals should not be over-trusted.

This skill is reasonable to install if you want public finance-news summaries and are comfortable with a local Python script fetching web pages and saving reports. Treat the market sentiment and operation advice as a starting point only, not as professional investment advice.

Findings (4)

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 skill may make web requests to public finance sites and summarize untrusted external content.

Why it was flagged

The skill is designed to fetch data from external finance-news websites; this is expected for a news aggregation skill, but users should know the agent may contact third-party sites.

Skill content
| cls | 财联社 | https://www.cls.cn/telegraph | 5 分钟 |
Recommendation

Use it for public market-news research, and verify important news or market-moving claims against trusted sources.

What this means

Installing or using the skill may run the included Python script in the local environment.

Why it was flagged

The skill instructs the agent/user to run an included Python script. This is central to the stated purpose and not suspicious by itself, but it is local code execution.

Skill content
脚本调用示例:`python scripts/fetch_news.py --keyword "宁德时代,比亚迪" --limit 20`
Recommendation

Run it only from the installed skill directory, keep dependencies from trusted sources, and review updates before use.

What this means

Finance queries, cached news, or generated reports may remain on disk after use.

Why it was flagged

The skill persists fetched news and generated reports locally. This is proportionate for caching/reporting, but it leaves a local history of generated finance research.

Skill content
工作目录下创建 `finance-news/` 用于存放缓存和报告
Recommendation

Delete the `finance-news/` directory if you do not want cached reports retained.

What this means

A user might treat simple keyword-based sentiment and stock advice as stronger than it is.

Why it was flagged

The skill generates operation advice and acknowledges it is only a reference. This disclosure reduces concern, but users could still over-rely on automated sentiment labels.

Skill content
操作建议仅供参考,不构成投资建议
Recommendation

Do not make trades or investment decisions solely from this skill’s output; verify with professional or primary sources.