finance_monitor
Analysis
The skill is mostly consistent with fetching market data, but it contradicts its own no-API-key claim by asking users to provide a Finnhub API key that is not clearly justified or declared.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
纯 stdlib,无需任何 API Key... FINNHUB_API_KEY 环境变量 | ✅ 推荐... --finnhub-key 参数 | ⚠️ 备用
The documentation presents a no-key safety posture while also recommending a sensitive API key workflow, which can mislead users about what access the skill needs.
OpenClaw cron... "cron": "0 * * * *"... "env": { "FINNHUB_API_KEY": "你的key" }The skill documents optional persistent scheduled execution. This is user-directed and purpose-aligned for periodic data fetching, but it is still ongoing background activity.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
description: 从 CNBC 抓取 18 个金融指标数据...无需任何 API Key... 获取 Finnhub API Key... export FINNHUB_API_KEY=你的key
The artifact first says no API key is needed for CNBC data, then asks the user to obtain and provide a Finnhub API key. This introduces sensitive account authority that is not clearly justified by the stated purpose.
