Skill flagged — suspicious patterns detected
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
global-intel-summary
v1.0.0全球情报汇总工具 - 自动生成结构化的全球市场、政经、AI 新闻汇总报告。支持定向深度分析与智能推演。借鉴 situation-monitor 项目架构,增强 RSS 源接入、情报分级和高相关性事件检测。
⭐ 0· 362·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
The SKILL.md claims a full RSS aggregation, alerting, multi-source verification (Binance primary, CoinMarketCap verification) and narrative-tracking system. The shipped Python script only fetches CoinGecko and two Yahoo Finance endpoints (no Binance, no CoinMarketCap, no RSS fetching, no alerting logic). No environment credentials are requested even though SKILL.md mandates Binance as the primary crypto source. This is a substantive mismatch between claimed capability and actual code/assets.
Instruction Scope
Runtime instructions instruct the agent to run arbitrary web searches, query many external RSS feeds, perform multi-source verification, and use an LLM to infer narrative patterns. Those instructions are broad and require the agent to fetch content from many third-party endpoints (public news sites, feeds, exchanges). The skill does not include code to fetch/parse the listed RSS feeds or implement the described alert-detection pipeline; it relies on the agent (or unspecified tooling) to perform those network operations, which increases the potential for unexpected network access or inconsistent behavior.
Install Mechanism
No install spec (instruction-only with a small helper script). Nothing is downloaded from arbitrary URLs and no package manager installs are declared, so there is no additional install-time code execution risk beyond the included files.
Credentials
The skill does not request any environment variables or credentials, which reduces immediate risk. However, SKILL.md mandates use of Binance and CoinMarketCap as primary/verification crypto sources but provides no guidance for API keys or authenticated access. That mismatch may force the agent to scrape public pages or attempt unauthenticated API access. Ask the author whether authenticated APIs are required and why no credentials are declared.
Persistence & Privilege
The skill does not request 'always: true' and has no install-time persistence. It does not claim to modify other skills or system-wide settings. Autonomous invocation is allowed by default (normal) but is not combined here with elevated privileges.
What to consider before installing
Key things to consider before installing:
- Mismatch between promise and implementation: The SKILL.md promises comprehensive RSS aggregation, alerting, and Binance-first crypto verification, but the only code provided (get_market_data.py) only queries CoinGecko and two Yahoo Finance endpoints and contains no RSS parsing or alert logic. Ask the author for the missing components or an explanation of how RSS aggregation and Binance verification will be performed.
- Network access: The instructions expect the agent to perform broad web searches and fetch many external feeds. If you allow this skill to run, it may retrieve content from many third-party sites. Run it in a sandbox or with network controls if you want to limit exposure.
- Credentials and rate limits: SKILL.md names services (Binance, CoinMarketCap, some government feeds) that sometimes require API keys or have rate limits. The package requests no credentials—clarify whether API keys are needed and why they are not declared.
- Functional testing: Before relying on outputs for decision-making, test the skill in a safe environment to verify that it actually collects from the claimed sources, respects the 24-hour freshness rule, and correctly flags ALERT keywords. Ask for unit tests or logs demonstrating RSS fetches and alert detection.
- Source and provenance: The skill's homepage and source are unknown. Request the upstream repository or provenance information (license, authorship, links to the referenced 'situation-monitor' repo) to increase trust.
What would change this assessment: if the author provides the missing code that implements RSS ingestion, alerting, and Binance/CMC access (or documents why those sources are only optional), or if the skill were trimmed to match the actual implemented scope (market data only), the assessment would move toward 'benign'. Conversely, discovery of hidden endpoints, undeclared credential usage, or code that exfiltrates data would elevate the concern.Like a lobster shell, security has layers — review code before you run it.
latestvk97e1p7tmb0nvz3nhay2gmj6w58228ra
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
